| 1 | [ Feb 11 21:30:35 Enabled. ] | ||
| 2 | [ Feb 11 21:30:36 Rereading configuration. ] | ||
| 3 | [ Feb 11 21:30:36 Rereading configuration. ] | ||
| 4 | [ Feb 11 21:30:38 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 | [ Feb 11 21:30:38 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.02.11 21:30:39.583369 [ 1 ] {} <Information> Application: Will watch for the process with pid 27198 | ||
| 29 | 2025.02.11 21:30:39.584133 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.11 21:30:39.766522 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27198 | ||
| 31 | 2025.02.11 21:30:39.767288 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.11 21:30:39.768003 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.11 21:30:39.853991 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.11 21:30:39.906657 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.11 21:30:39.906710 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.11 21:30:39.906724 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.11 21:30:39.906785 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.11 21:30:39.907168 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.11 21:30:39.908202 [ 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.02.11 21:30:39.908908 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.11 21:30:39.909243 [ 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.02.11 21:30:39.909262 [ 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.02.11 21:30:39.909277 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.11 21:30:39.909443 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.11 21:30:39.910317 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.11 21:30:39.915341 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.11 21:30:39.916084 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.11 21:30:39.917033 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.11 21:30:39.917123 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.11 21:30:39.918642 [ 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.02.11 21:30:39.919115 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.11 21:30:39.922800 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.11 21:30:39.923107 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.11 21:30:39.924675 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.11 21:30:39.925121 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.11 21:30:39.925451 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.11 21:30:39.925815 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.11 21:30:39.927108 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.11 21:30:39.927135 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.11 21:30:39.927230 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.11 21:30:39.927394 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.11 21:30:39.938067 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.11 21:30:39.938097 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000139644 sec | ||
| 68 | 2025.02.11 21:30:39.938139 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.11 21:30:39.938154 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.11 21:30:39.939268 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.11 21:30:39.940301 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.11 21:30:39.951614 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.11 21:30:39.951657 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.11 21:30:39.951681 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.11 21:30:39.951694 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.11 21:30:39.951724 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.11 21:30:39.951743 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.11 21:30:39.954256 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.11 21:30:39.954298 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.11 21:30:39.954318 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.11 21:30:39.954497 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.11 21:30:39.954517 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.11 21:30:39.954550 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.11 21:30:39.954569 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.11 21:30:39.954582 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.11 21:30:39.954610 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.11 21:30:39.954628 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.11 21:30:39.979239 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.11 21:30:39.986003 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.11 21:30:39.986034 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8491e-05 sec | ||
| 91 | 2025.02.11 21:30:39.986047 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.11 21:30:39.986059 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.11 21:30:39.986082 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.11 21:30:39.986385 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.11 21:30:39.986465 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.11 21:30:39.986491 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.11 21:30:39.986512 [ 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.02.11 21:30:39.986534 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.11 21:30:40.008065 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.11 21:30:40.008365 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.02.11 21:30:40.008848 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.4481e-05 sec. | ||
| 102 | 2025.02.11 21:30:40.010040 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.11 21:30:40.010142 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.11 21:30:40.010161 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.11 21:30:40.961751 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52406 | ||
| 106 | 2025.02.11 21:30:40.962035 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.11 21:30:40.962098 [ 3 ] {} <Debug> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Authenticating user 'default' from [fd00:1122:3344:101::d]:52406 | ||
| 108 | 2025.02.11 21:30:40.962140 [ 3 ] {} <Debug> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.11 21:30:40.962165 [ 3 ] {} <Debug> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.11 21:30:40.962253 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.11 21:30:40.962283 [ 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.02.11 21:30:40.962308 [ 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.02.11 21:30:40.962859 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60510 | ||
| 114 | 2025.02.11 21:30:40.962864 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64466 | ||
| 115 | 2025.02.11 21:30:40.963036 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.11 21:30:40.963044 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.02.11 21:30:40.963096 [ 4 ] {} <Debug> TCP-Session: 4d22e21e-9a44-480d-9c0a-5097c45e568f Authenticating user 'default' from [fd00:1122:3344:101::d]:60510 | ||
| 118 | 2025.02.11 21:30:40.963122 [ 5 ] {} <Debug> TCP-Session: 8ccca1ed-2273-4c5f-af6d-5a411729f444 Authenticating user 'default' from [fd00:1122:3344:101::d]:64466 | ||
| 119 | 2025.02.11 21:30:40.963147 [ 4 ] {} <Debug> TCP-Session: 4d22e21e-9a44-480d-9c0a-5097c45e568f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.02.11 21:30:40.963163 [ 5 ] {} <Debug> TCP-Session: 8ccca1ed-2273-4c5f-af6d-5a411729f444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.11 21:30:40.963201 [ 4 ] {} <Debug> TCP-Session: 4d22e21e-9a44-480d-9c0a-5097c45e568f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.11 21:30:40.963208 [ 5 ] {} <Debug> TCP-Session: 8ccca1ed-2273-4c5f-af6d-5a411729f444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.11 21:30:40.963755 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49267 | ||
| 124 | 2025.02.11 21:30:40.963815 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46617 | ||
| 125 | 2025.02.11 21:30:40.964078 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64389 | ||
| 126 | 2025.02.11 21:30:40.964094 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.02.11 21:30:40.964095 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.02.11 21:30:40.964263 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48824 | ||
| 129 | 2025.02.11 21:30:40.964287 [ 254 ] {} <Debug> TCP-Session: afcd93df-a379-4861-9c98-932f4c98704f Authenticating user 'default' from [fd00:1122:3344:101::d]:46617 | ||
| 130 | 2025.02.11 21:30:40.964297 [ 253 ] {} <Debug> TCP-Session: 42e692ad-eaa5-4508-8dee-4b7cea844e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:49267 | ||
| 131 | 2025.02.11 21:30:40.964402 [ 254 ] {} <Debug> TCP-Session: afcd93df-a379-4861-9c98-932f4c98704f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.02.11 21:30:40.964442 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49671 | ||
| 133 | 2025.02.11 21:30:40.964456 [ 253 ] {} <Debug> TCP-Session: 42e692ad-eaa5-4508-8dee-4b7cea844e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.02.11 21:30:40.964473 [ 254 ] {} <Debug> TCP-Session: afcd93df-a379-4861-9c98-932f4c98704f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.02.11 21:30:40.964466 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.02.11 21:30:40.964506 [ 253 ] {} <Debug> TCP-Session: 42e692ad-eaa5-4508-8dee-4b7cea844e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.02.11 21:30:40.964759 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58055 | ||
| 138 | 2025.02.11 21:30:40.964772 [ 256 ] {} <Debug> TCP-Session: 33e4a3b5-9979-4598-bab6-788f6f397770 Authenticating user 'default' from [fd00:1122:3344:101::d]:48824 | ||
| 139 | 2025.02.11 21:30:40.964785 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.02.11 21:30:40.964836 [ 256 ] {} <Debug> TCP-Session: 33e4a3b5-9979-4598-bab6-788f6f397770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.02.11 21:30:40.964932 [ 256 ] {} <Debug> TCP-Session: 33e4a3b5-9979-4598-bab6-788f6f397770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.02.11 21:30:40.964943 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.02.11 21:30:40.964932 [ 257 ] {} <Debug> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:49671 | ||
| 144 | 2025.02.11 21:30:40.965016 [ 258 ] {} <Debug> TCP-Session: 342c7512-487d-4da4-9222-596bbdd5893d Authenticating user 'default' from [fd00:1122:3344:101::d]:58055 | ||
| 145 | 2025.02.11 21:30:40.965030 [ 257 ] {} <Debug> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.02.11 21:30:40.965061 [ 258 ] {} <Debug> TCP-Session: 342c7512-487d-4da4-9222-596bbdd5893d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.11 21:30:40.965070 [ 257 ] {} <Debug> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.11 21:30:40.965099 [ 258 ] {} <Debug> TCP-Session: 342c7512-487d-4da4-9222-596bbdd5893d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.11 21:30:40.965273 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.02.11 21:30:40.965328 [ 255 ] {} <Debug> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Authenticating user 'default' from [fd00:1122:3344:101::d]:64389 | ||
| 151 | 2025.02.11 21:30:40.965348 [ 255 ] {} <Debug> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.11 21:30:40.965363 [ 255 ] {} <Debug> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.11 21:30:40.966816 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.11 21:30:40.969013 [ 3 ] {9c0ce0a0-ac1a-4bd1-8f23-d0196b11d571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.11 21:30:41.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.19 MiB, peak 117.19 MiB, free memory in arenas 0.00 B, will set to 128.08 MiB (RSS), difference: 10.89 MiB | ||
| 156 | 2025.02.11 21:30:41.009677 [ 3 ] {9c0ce0a0-ac1a-4bd1-8f23-d0196b11d571} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52406) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 157 | |||
| 158 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 179 | |||
| 180 | 2025.02.11 21:30:41.011166 [ 3 ] {9c0ce0a0-ac1a-4bd1-8f23-d0196b11d571} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 203 | |||
| 204 | 2025.02.11 21:30:41.011272 [ 3 ] {9c0ce0a0-ac1a-4bd1-8f23-d0196b11d571} <Debug> TCPHandler: Processed in 0.045987447 sec. | ||
| 205 | 2025.02.11 21:30:41.011617 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2025.02.11 21:30:41.011842 [ 255 ] {f54c27ad-0758-454a-98bd-e9f63a1767f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2025.02.11 21:30:41.012166 [ 255 ] {f54c27ad-0758-454a-98bd-e9f63a1767f7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64389) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 208 | |||
| 209 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 230 | |||
| 231 | 2025.02.11 21:30:41.012322 [ 255 ] {f54c27ad-0758-454a-98bd-e9f63a1767f7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 232 | |||
| 233 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 254 | |||
| 255 | 2025.02.11 21:30:41.012426 [ 255 ] {f54c27ad-0758-454a-98bd-e9f63a1767f7} <Debug> TCPHandler: Processed in 0.000954704 sec. | ||
| 256 | 2025.02.11 21:30:41.012697 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2025.02.11 21:30:41.014022 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 258 | 2025.02.11 21:30:41.014165 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 259 | 2025.02.11 21:30:41.017724 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 260 | 2025.02.11 21:30:41.017747 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7872e-05 sec | ||
| 261 | 2025.02.11 21:30:41.017789 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Trace> ReferentialDeps: No tables | ||
| 262 | 2025.02.11 21:30:41.017802 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Trace> LoadingDeps: No tables | ||
| 263 | 2025.02.11 21:30:41.017825 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 264 | 2025.02.11 21:30:41.018457 [ 3 ] {89917967-c31e-4f14-bd26-2002ad501052} <Debug> TCPHandler: Processed in 0.005863905 sec. | ||
| 265 | 2025.02.11 21:30:41.018708 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 266 | 2025.02.11 21:30:41.018910 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) /* The version table contains metadata about the `oximeter` database */ | ||
| 267 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 268 | 2025.02.11 21:30:41.019007 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 269 | 2025.02.11 21:30:41.026784 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 270 | 2025.02.11 21:30:41.035588 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Debug> oximeter.version (cb5b4ea4-0ffc-45c0-8b63-838f9ec24c97): Loading data parts | ||
| 271 | 2025.02.11 21:30:41.036115 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Debug> oximeter.version (cb5b4ea4-0ffc-45c0-8b63-838f9ec24c97): There are no data parts | ||
| 272 | 2025.02.11 21:30:41.043221 [ 255 ] {0a828dc7-5c6c-40cf-9e45-fb1e08aa27d9} <Debug> TCPHandler: Processed in 0.024576767 sec. | ||
| 273 | 2025.02.11 21:30:41.043459 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 274 | 2025.02.11 21:30:41.044258 [ 3 ] {09c7ac75-8961-48ea-9286-10933e724780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) /* The measurement tables contain all individual samples from each timeseries. | ||
| 275 | * | ||
| 276 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 277 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 278 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 279 | * by all samples from the same timeseries. | ||
| 280 | * | ||
| 281 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 282 | * and then uses that to index quickly into the measurements tables. | ||
| 283 | */ | ||
| 284 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 285 | 2025.02.11 21:30:41.044327 [ 3 ] {09c7ac75-8961-48ea-9286-10933e724780} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 286 | 2025.02.11 21:30:41.059360 [ 3 ] {09c7ac75-8961-48ea-9286-10933e724780} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Loading data parts | ||
| 287 | 2025.02.11 21:30:41.059603 [ 3 ] {09c7ac75-8961-48ea-9286-10933e724780} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): There are no data parts | ||
| 288 | 2025.02.11 21:30:41.066595 [ 3 ] {09c7ac75-8961-48ea-9286-10933e724780} <Debug> TCPHandler: Processed in 0.023207234 sec. | ||
| 289 | 2025.02.11 21:30:41.066882 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2025.02.11 21:30:41.067164 [ 255 ] {eedd4cb8-a84f-47bc-9a9e-4d6370fc78e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 291 | 2025.02.11 21:30:41.067264 [ 255 ] {eedd4cb8-a84f-47bc-9a9e-4d6370fc78e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2025.02.11 21:30:41.078262 [ 255 ] {eedd4cb8-a84f-47bc-9a9e-4d6370fc78e9} <Debug> oximeter.measurements_i8 (a9a9ae78-f83d-4df9-b7f3-df545ccc3450): Loading data parts | ||
| 293 | 2025.02.11 21:30:41.078577 [ 255 ] {eedd4cb8-a84f-47bc-9a9e-4d6370fc78e9} <Debug> oximeter.measurements_i8 (a9a9ae78-f83d-4df9-b7f3-df545ccc3450): There are no data parts | ||
| 294 | 2025.02.11 21:30:41.081375 [ 255 ] {eedd4cb8-a84f-47bc-9a9e-4d6370fc78e9} <Debug> TCPHandler: Processed in 0.014609021 sec. | ||
| 295 | 2025.02.11 21:30:41.081586 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 296 | 2025.02.11 21:30:41.081867 [ 3 ] {501f1698-2eca-49e3-a7d4-d3f1df67e9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 297 | 2025.02.11 21:30:41.081927 [ 3 ] {501f1698-2eca-49e3-a7d4-d3f1df67e9e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 298 | 2025.02.11 21:30:41.085117 [ 3 ] {501f1698-2eca-49e3-a7d4-d3f1df67e9e3} <Debug> oximeter.measurements_u8 (f0593d2e-e2ef-41a7-90b6-c48e9c4b6093): Loading data parts | ||
| 299 | 2025.02.11 21:30:41.085322 [ 3 ] {501f1698-2eca-49e3-a7d4-d3f1df67e9e3} <Debug> oximeter.measurements_u8 (f0593d2e-e2ef-41a7-90b6-c48e9c4b6093): There are no data parts | ||
| 300 | 2025.02.11 21:30:41.086814 [ 3 ] {501f1698-2eca-49e3-a7d4-d3f1df67e9e3} <Debug> TCPHandler: Processed in 0.005296521 sec. | ||
| 301 | 2025.02.11 21:30:41.087011 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.02.11 21:30:41.087223 [ 255 ] {6f5ebae5-8ce9-4a5d-a6db-10c29cc8aa02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 303 | 2025.02.11 21:30:41.087295 [ 255 ] {6f5ebae5-8ce9-4a5d-a6db-10c29cc8aa02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 304 | 2025.02.11 21:30:41.094469 [ 255 ] {6f5ebae5-8ce9-4a5d-a6db-10c29cc8aa02} <Debug> oximeter.measurements_i16 (702e619d-e7e2-49c1-b3f0-99c37fcb7608): Loading data parts | ||
| 305 | 2025.02.11 21:30:41.094661 [ 255 ] {6f5ebae5-8ce9-4a5d-a6db-10c29cc8aa02} <Debug> oximeter.measurements_i16 (702e619d-e7e2-49c1-b3f0-99c37fcb7608): There are no data parts | ||
| 306 | 2025.02.11 21:30:41.101651 [ 255 ] {6f5ebae5-8ce9-4a5d-a6db-10c29cc8aa02} <Debug> TCPHandler: Processed in 0.014696064 sec. | ||
| 307 | 2025.02.11 21:30:41.101876 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.02.11 21:30:41.102110 [ 3 ] {812983cc-fc28-4297-bfb6-9e59b71edab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 309 | 2025.02.11 21:30:41.102162 [ 3 ] {812983cc-fc28-4297-bfb6-9e59b71edab6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 310 | 2025.02.11 21:30:41.107246 [ 3 ] {812983cc-fc28-4297-bfb6-9e59b71edab6} <Debug> oximeter.measurements_u16 (4650fc9c-2713-4dee-a108-248f8f616057): Loading data parts | ||
| 311 | 2025.02.11 21:30:41.107379 [ 3 ] {812983cc-fc28-4297-bfb6-9e59b71edab6} <Debug> oximeter.measurements_u16 (4650fc9c-2713-4dee-a108-248f8f616057): There are no data parts | ||
| 312 | 2025.02.11 21:30:41.113679 [ 3 ] {812983cc-fc28-4297-bfb6-9e59b71edab6} <Debug> TCPHandler: Processed in 0.011861294 sec. | ||
| 313 | 2025.02.11 21:30:41.113946 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2025.02.11 21:30:41.114279 [ 255 ] {1d4223e5-0746-48f9-aa95-c3656daa3a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 315 | 2025.02.11 21:30:41.114364 [ 255 ] {1d4223e5-0746-48f9-aa95-c3656daa3a54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 316 | 2025.02.11 21:30:41.127502 [ 255 ] {1d4223e5-0746-48f9-aa95-c3656daa3a54} <Debug> oximeter.measurements_i32 (5220874b-5359-4539-a58a-2356bb5ef774): Loading data parts | ||
| 317 | 2025.02.11 21:30:41.127690 [ 255 ] {1d4223e5-0746-48f9-aa95-c3656daa3a54} <Debug> oximeter.measurements_i32 (5220874b-5359-4539-a58a-2356bb5ef774): There are no data parts | ||
| 318 | 2025.02.11 21:30:41.134105 [ 255 ] {1d4223e5-0746-48f9-aa95-c3656daa3a54} <Debug> TCPHandler: Processed in 0.02025747 sec. | ||
| 319 | 2025.02.11 21:30:41.134446 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.02.11 21:30:41.134723 [ 3 ] {fd7e1e7a-e8d4-48eb-9a4d-df9455bbf042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 321 | 2025.02.11 21:30:41.134780 [ 3 ] {fd7e1e7a-e8d4-48eb-9a4d-df9455bbf042} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 322 | 2025.02.11 21:30:41.138268 [ 3 ] {fd7e1e7a-e8d4-48eb-9a4d-df9455bbf042} <Debug> oximeter.measurements_u32 (5aea6b5a-23db-4198-82d7-933c6e18ed05): Loading data parts | ||
| 323 | 2025.02.11 21:30:41.138404 [ 3 ] {fd7e1e7a-e8d4-48eb-9a4d-df9455bbf042} <Debug> oximeter.measurements_u32 (5aea6b5a-23db-4198-82d7-933c6e18ed05): There are no data parts | ||
| 324 | 2025.02.11 21:30:41.139773 [ 3 ] {fd7e1e7a-e8d4-48eb-9a4d-df9455bbf042} <Debug> TCPHandler: Processed in 0.005448545 sec. | ||
| 325 | 2025.02.11 21:30:41.139992 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2025.02.11 21:30:41.140238 [ 255 ] {0520fa3b-aade-4a73-b265-5bc6816b0027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 327 | 2025.02.11 21:30:41.140315 [ 255 ] {0520fa3b-aade-4a73-b265-5bc6816b0027} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 328 | 2025.02.11 21:30:41.147636 [ 255 ] {0520fa3b-aade-4a73-b265-5bc6816b0027} <Debug> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Loading data parts | ||
| 329 | 2025.02.11 21:30:41.147839 [ 255 ] {0520fa3b-aade-4a73-b265-5bc6816b0027} <Debug> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): There are no data parts | ||
| 330 | 2025.02.11 21:30:41.153774 [ 255 ] {0520fa3b-aade-4a73-b265-5bc6816b0027} <Debug> TCPHandler: Processed in 0.013847793 sec. | ||
| 331 | 2025.02.11 21:30:41.153975 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.02.11 21:30:41.154214 [ 3 ] {6a2fe843-a513-4a0f-b15e-e7f7374bc2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 333 | 2025.02.11 21:30:41.154284 [ 3 ] {6a2fe843-a513-4a0f-b15e-e7f7374bc2b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 334 | 2025.02.11 21:30:41.160233 [ 3 ] {6a2fe843-a513-4a0f-b15e-e7f7374bc2b7} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Loading data parts | ||
| 335 | 2025.02.11 21:30:41.160372 [ 3 ] {6a2fe843-a513-4a0f-b15e-e7f7374bc2b7} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): There are no data parts | ||
| 336 | 2025.02.11 21:30:41.162011 [ 3 ] {6a2fe843-a513-4a0f-b15e-e7f7374bc2b7} <Debug> TCPHandler: Processed in 0.00810313 sec. | ||
| 337 | 2025.02.11 21:30:41.162218 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.02.11 21:30:41.162476 [ 255 ] {1abc74eb-28be-4f77-b25d-f5343c4ee325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 339 | 2025.02.11 21:30:41.162561 [ 255 ] {1abc74eb-28be-4f77-b25d-f5343c4ee325} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 340 | 2025.02.11 21:30:41.167768 [ 255 ] {1abc74eb-28be-4f77-b25d-f5343c4ee325} <Debug> oximeter.measurements_f32 (13f9ab4f-74b9-4832-a91f-c9ef469862c8): Loading data parts | ||
| 341 | 2025.02.11 21:30:41.167998 [ 255 ] {1abc74eb-28be-4f77-b25d-f5343c4ee325} <Debug> oximeter.measurements_f32 (13f9ab4f-74b9-4832-a91f-c9ef469862c8): There are no data parts | ||
| 342 | 2025.02.11 21:30:41.174093 [ 255 ] {1abc74eb-28be-4f77-b25d-f5343c4ee325} <Debug> TCPHandler: Processed in 0.011940875 sec. | ||
| 343 | 2025.02.11 21:30:41.174322 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.02.11 21:30:41.174565 [ 3 ] {ef377a3e-dcb6-4422-a8db-3daaaa0f0177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 345 | 2025.02.11 21:30:41.174653 [ 3 ] {ef377a3e-dcb6-4422-a8db-3daaaa0f0177} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 346 | 2025.02.11 21:30:41.178235 [ 3 ] {ef377a3e-dcb6-4422-a8db-3daaaa0f0177} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Loading data parts | ||
| 347 | 2025.02.11 21:30:41.178471 [ 3 ] {ef377a3e-dcb6-4422-a8db-3daaaa0f0177} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): There are no data parts | ||
| 348 | 2025.02.11 21:30:41.179934 [ 3 ] {ef377a3e-dcb6-4422-a8db-3daaaa0f0177} <Debug> TCPHandler: Processed in 0.00567802 sec. | ||
| 349 | 2025.02.11 21:30:41.180139 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.02.11 21:30:41.180403 [ 255 ] {ad371a9e-1039-4840-97ac-5461e4e425ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 351 | 2025.02.11 21:30:41.180475 [ 255 ] {ad371a9e-1039-4840-97ac-5461e4e425ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.02.11 21:30:41.185660 [ 255 ] {ad371a9e-1039-4840-97ac-5461e4e425ec} <Debug> oximeter.measurements_string (ea1d256e-4653-4165-bb64-30c16deaac93): Loading data parts | ||
| 353 | 2025.02.11 21:30:41.185890 [ 255 ] {ad371a9e-1039-4840-97ac-5461e4e425ec} <Debug> oximeter.measurements_string (ea1d256e-4653-4165-bb64-30c16deaac93): There are no data parts | ||
| 354 | 2025.02.11 21:30:41.194066 [ 255 ] {ad371a9e-1039-4840-97ac-5461e4e425ec} <Debug> TCPHandler: Processed in 0.013990385 sec. | ||
| 355 | 2025.02.11 21:30:41.194390 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.02.11 21:30:41.194695 [ 3 ] {5f319d86-ab2e-4403-adb0-6975b42dc1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 359 | * a string isn't palatable for a few reasons. | ||
| 360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 361 | * details. | ||
| 362 | */ | ||
| 363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 364 | 2025.02.11 21:30:41.194773 [ 3 ] {5f319d86-ab2e-4403-adb0-6975b42dc1b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.02.11 21:30:41.198466 [ 3 ] {5f319d86-ab2e-4403-adb0-6975b42dc1b2} <Debug> oximeter.measurements_bytes (08a05ac7-362e-4182-94eb-f05fae325c34): Loading data parts | ||
| 366 | 2025.02.11 21:30:41.198601 [ 3 ] {5f319d86-ab2e-4403-adb0-6975b42dc1b2} <Debug> oximeter.measurements_bytes (08a05ac7-362e-4182-94eb-f05fae325c34): There are no data parts | ||
| 367 | 2025.02.11 21:30:41.199932 [ 3 ] {5f319d86-ab2e-4403-adb0-6975b42dc1b2} <Debug> TCPHandler: Processed in 0.005660859 sec. | ||
| 368 | 2025.02.11 21:30:41.200168 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.02.11 21:30:41.200460 [ 255 ] {970d6823-3afd-46d1-968b-32116ec31e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 370 | 2025.02.11 21:30:41.200530 [ 255 ] {970d6823-3afd-46d1-968b-32116ec31e51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 371 | 2025.02.11 21:30:41.205761 [ 255 ] {970d6823-3afd-46d1-968b-32116ec31e51} <Debug> oximeter.measurements_cumulativei64 (6e682a22-e252-4625-9328-e7d0a6955d10): Loading data parts | ||
| 372 | 2025.02.11 21:30:41.206001 [ 255 ] {970d6823-3afd-46d1-968b-32116ec31e51} <Debug> oximeter.measurements_cumulativei64 (6e682a22-e252-4625-9328-e7d0a6955d10): There are no data parts | ||
| 373 | 2025.02.11 21:30:41.212183 [ 255 ] {970d6823-3afd-46d1-968b-32116ec31e51} <Debug> TCPHandler: Processed in 0.012122959 sec. | ||
| 374 | 2025.02.11 21:30:41.212373 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.02.11 21:30:41.212593 [ 3 ] {81620185-c1ea-4a81-963f-fbf504edb13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 376 | 2025.02.11 21:30:41.212674 [ 3 ] {81620185-c1ea-4a81-963f-fbf504edb13d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 377 | 2025.02.11 21:30:41.216298 [ 3 ] {81620185-c1ea-4a81-963f-fbf504edb13d} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Loading data parts | ||
| 378 | 2025.02.11 21:30:41.216466 [ 3 ] {81620185-c1ea-4a81-963f-fbf504edb13d} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): There are no data parts | ||
| 379 | 2025.02.11 21:30:41.217818 [ 3 ] {81620185-c1ea-4a81-963f-fbf504edb13d} <Debug> TCPHandler: Processed in 0.005503366 sec. | ||
| 380 | 2025.02.11 21:30:41.218002 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.02.11 21:30:41.218274 [ 255 ] {862ca1dc-a1db-4db8-98ee-e9a0bc96221f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 382 | 2025.02.11 21:30:41.218350 [ 255 ] {862ca1dc-a1db-4db8-98ee-e9a0bc96221f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 383 | 2025.02.11 21:30:41.223608 [ 255 ] {862ca1dc-a1db-4db8-98ee-e9a0bc96221f} <Debug> oximeter.measurements_cumulativef32 (57bcb1cd-5bc7-417e-8394-0b6783fbec4e): Loading data parts | ||
| 384 | 2025.02.11 21:30:41.223928 [ 255 ] {862ca1dc-a1db-4db8-98ee-e9a0bc96221f} <Debug> oximeter.measurements_cumulativef32 (57bcb1cd-5bc7-417e-8394-0b6783fbec4e): There are no data parts | ||
| 385 | 2025.02.11 21:30:41.231173 [ 255 ] {862ca1dc-a1db-4db8-98ee-e9a0bc96221f} <Debug> TCPHandler: Processed in 0.013229246 sec. | ||
| 386 | 2025.02.11 21:30:41.231365 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.02.11 21:30:41.231579 [ 3 ] {291f4d6f-e271-4a55-a3d2-7becd64da11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 388 | 2025.02.11 21:30:41.231663 [ 3 ] {291f4d6f-e271-4a55-a3d2-7becd64da11d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 389 | 2025.02.11 21:30:41.235335 [ 3 ] {291f4d6f-e271-4a55-a3d2-7becd64da11d} <Debug> oximeter.measurements_cumulativef64 (33cc4113-04eb-4c17-9d63-54a1f12f34e5): Loading data parts | ||
| 390 | 2025.02.11 21:30:41.235457 [ 3 ] {291f4d6f-e271-4a55-a3d2-7becd64da11d} <Debug> oximeter.measurements_cumulativef64 (33cc4113-04eb-4c17-9d63-54a1f12f34e5): There are no data parts | ||
| 391 | 2025.02.11 21:30:41.236745 [ 3 ] {291f4d6f-e271-4a55-a3d2-7becd64da11d} <Debug> TCPHandler: Processed in 0.005435264 sec. | ||
| 392 | 2025.02.11 21:30:41.236942 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.02.11 21:30:41.237240 [ 255 ] {192b3e27-6aa5-4e81-ae80-4537de21e7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 394 | * NOTE: Array types cannot be Nullable, see | ||
| 395 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 396 | * for more details. | ||
| 397 | * | ||
| 398 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 399 | * is unfortunate, and at this point relies on the fact that an | ||
| 400 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 401 | * to figure out another way to represent missing samples here. | ||
| 402 | */ | ||
| 403 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 404 | 2025.02.11 21:30:41.237327 [ 255 ] {192b3e27-6aa5-4e81-ae80-4537de21e7f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 405 | 2025.02.11 21:30:41.242759 [ 255 ] {192b3e27-6aa5-4e81-ae80-4537de21e7f9} <Debug> oximeter.measurements_histogrami8 (aec743d9-7c84-404c-9368-ab1dce13e92c): Loading data parts | ||
| 406 | 2025.02.11 21:30:41.242978 [ 255 ] {192b3e27-6aa5-4e81-ae80-4537de21e7f9} <Debug> oximeter.measurements_histogrami8 (aec743d9-7c84-404c-9368-ab1dce13e92c): There are no data parts | ||
| 407 | 2025.02.11 21:30:41.248486 [ 255 ] {192b3e27-6aa5-4e81-ae80-4537de21e7f9} <Debug> TCPHandler: Processed in 0.011601747 sec. | ||
| 408 | 2025.02.11 21:30:41.248699 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.02.11 21:30:41.249047 [ 3 ] {e1cafae7-459b-4432-bd05-743920b253b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2025.02.11 21:30:41.249151 [ 3 ] {e1cafae7-459b-4432-bd05-743920b253b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 411 | 2025.02.11 21:30:41.253498 [ 3 ] {e1cafae7-459b-4432-bd05-743920b253b5} <Debug> oximeter.measurements_histogramu8 (a7f685bf-e866-4755-883c-5643d99b88b9): Loading data parts | ||
| 412 | 2025.02.11 21:30:41.253660 [ 3 ] {e1cafae7-459b-4432-bd05-743920b253b5} <Debug> oximeter.measurements_histogramu8 (a7f685bf-e866-4755-883c-5643d99b88b9): There are no data parts | ||
| 413 | 2025.02.11 21:30:41.259415 [ 3 ] {e1cafae7-459b-4432-bd05-743920b253b5} <Debug> TCPHandler: Processed in 0.010781926 sec. | ||
| 414 | 2025.02.11 21:30:41.259709 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.02.11 21:30:41.260078 [ 255 ] {b0cfed1f-7f72-4455-920e-5b7f39997376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 416 | 2025.02.11 21:30:41.260175 [ 255 ] {b0cfed1f-7f72-4455-920e-5b7f39997376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 417 | 2025.02.11 21:30:41.266026 [ 255 ] {b0cfed1f-7f72-4455-920e-5b7f39997376} <Debug> oximeter.measurements_histogrami16 (07399670-dddb-48ac-bf3b-b758882bca4f): Loading data parts | ||
| 418 | 2025.02.11 21:30:41.266190 [ 255 ] {b0cfed1f-7f72-4455-920e-5b7f39997376} <Debug> oximeter.measurements_histogrami16 (07399670-dddb-48ac-bf3b-b758882bca4f): There are no data parts | ||
| 419 | 2025.02.11 21:30:41.273627 [ 255 ] {b0cfed1f-7f72-4455-920e-5b7f39997376} <Debug> TCPHandler: Processed in 0.013989475 sec. | ||
| 420 | 2025.02.11 21:30:41.273853 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.02.11 21:30:41.274197 [ 3 ] {2747c3e9-186c-4830-96e3-e86000a28c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2025.02.11 21:30:41.274288 [ 3 ] {2747c3e9-186c-4830-96e3-e86000a28c26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 423 | 2025.02.11 21:30:41.278279 [ 3 ] {2747c3e9-186c-4830-96e3-e86000a28c26} <Debug> oximeter.measurements_histogramu16 (a721b81b-d304-46b3-8597-2b251e434f24): Loading data parts | ||
| 424 | 2025.02.11 21:30:41.278428 [ 3 ] {2747c3e9-186c-4830-96e3-e86000a28c26} <Debug> oximeter.measurements_histogramu16 (a721b81b-d304-46b3-8597-2b251e434f24): There are no data parts | ||
| 425 | 2025.02.11 21:30:41.281234 [ 3 ] {2747c3e9-186c-4830-96e3-e86000a28c26} <Debug> TCPHandler: Processed in 0.007448024 sec. | ||
| 426 | 2025.02.11 21:30:41.281425 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.02.11 21:30:41.281749 [ 255 ] {9c691600-4caa-4e4a-b807-dbb22eeffeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 428 | 2025.02.11 21:30:41.281819 [ 255 ] {9c691600-4caa-4e4a-b807-dbb22eeffeb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 429 | 2025.02.11 21:30:41.287339 [ 255 ] {9c691600-4caa-4e4a-b807-dbb22eeffeb4} <Debug> oximeter.measurements_histogrami32 (45c34236-b4e7-4d2b-82b1-a49d29cb967f): Loading data parts | ||
| 430 | 2025.02.11 21:30:41.287501 [ 255 ] {9c691600-4caa-4e4a-b807-dbb22eeffeb4} <Debug> oximeter.measurements_histogrami32 (45c34236-b4e7-4d2b-82b1-a49d29cb967f): There are no data parts | ||
| 431 | 2025.02.11 21:30:41.295341 [ 255 ] {9c691600-4caa-4e4a-b807-dbb22eeffeb4} <Debug> TCPHandler: Processed in 0.013973345 sec. | ||
| 432 | 2025.02.11 21:30:41.295540 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.02.11 21:30:41.295828 [ 3 ] {be22bd5f-b5d8-463f-882f-970209292753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2025.02.11 21:30:41.295922 [ 3 ] {be22bd5f-b5d8-463f-882f-970209292753} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 435 | 2025.02.11 21:30:41.299918 [ 3 ] {be22bd5f-b5d8-463f-882f-970209292753} <Debug> oximeter.measurements_histogramu32 (b64b03ee-227e-422e-8f5a-bf02ec50fcdc): Loading data parts | ||
| 436 | 2025.02.11 21:30:41.300042 [ 3 ] {be22bd5f-b5d8-463f-882f-970209292753} <Debug> oximeter.measurements_histogramu32 (b64b03ee-227e-422e-8f5a-bf02ec50fcdc): There are no data parts | ||
| 437 | 2025.02.11 21:30:41.301774 [ 3 ] {be22bd5f-b5d8-463f-882f-970209292753} <Debug> TCPHandler: Processed in 0.006290645 sec. | ||
| 438 | 2025.02.11 21:30:41.301971 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.02.11 21:30:41.302321 [ 255 ] {aba370ad-170b-4206-95bc-6b1a194b193a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 440 | 2025.02.11 21:30:41.302390 [ 255 ] {aba370ad-170b-4206-95bc-6b1a194b193a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 441 | 2025.02.11 21:30:41.307774 [ 255 ] {aba370ad-170b-4206-95bc-6b1a194b193a} <Debug> oximeter.measurements_histogrami64 (7077d6ee-809d-4cbc-b78b-b3844adba69c): Loading data parts | ||
| 442 | 2025.02.11 21:30:41.307946 [ 255 ] {aba370ad-170b-4206-95bc-6b1a194b193a} <Debug> oximeter.measurements_histogrami64 (7077d6ee-809d-4cbc-b78b-b3844adba69c): There are no data parts | ||
| 443 | 2025.02.11 21:30:41.313990 [ 255 ] {aba370ad-170b-4206-95bc-6b1a194b193a} <Debug> TCPHandler: Processed in 0.012083939 sec. | ||
| 444 | 2025.02.11 21:30:41.314317 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.02.11 21:30:41.314755 [ 3 ] {50cef118-80eb-40b8-9ce6-0c77384a0802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 446 | 2025.02.11 21:30:41.314892 [ 3 ] {50cef118-80eb-40b8-9ce6-0c77384a0802} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 447 | 2025.02.11 21:30:41.318749 [ 3 ] {50cef118-80eb-40b8-9ce6-0c77384a0802} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Loading data parts | ||
| 448 | 2025.02.11 21:30:41.318912 [ 3 ] {50cef118-80eb-40b8-9ce6-0c77384a0802} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): There are no data parts | ||
| 449 | 2025.02.11 21:30:41.325255 [ 3 ] {50cef118-80eb-40b8-9ce6-0c77384a0802} <Debug> TCPHandler: Processed in 0.011062794 sec. | ||
| 450 | 2025.02.11 21:30:41.325453 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.02.11 21:30:41.325863 [ 255 ] {6be225db-3a26-4d2d-b9c9-e45a3a7e1e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 452 | 2025.02.11 21:30:41.325954 [ 255 ] {6be225db-3a26-4d2d-b9c9-e45a3a7e1e63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 453 | 2025.02.11 21:30:41.337717 [ 255 ] {6be225db-3a26-4d2d-b9c9-e45a3a7e1e63} <Debug> oximeter.measurements_histogramf32 (4f121c7f-1f69-495b-a55e-077ffcc517f3): Loading data parts | ||
| 454 | 2025.02.11 21:30:41.337872 [ 255 ] {6be225db-3a26-4d2d-b9c9-e45a3a7e1e63} <Debug> oximeter.measurements_histogramf32 (4f121c7f-1f69-495b-a55e-077ffcc517f3): There are no data parts | ||
| 455 | 2025.02.11 21:30:41.344738 [ 255 ] {6be225db-3a26-4d2d-b9c9-e45a3a7e1e63} <Debug> TCPHandler: Processed in 0.019353668 sec. | ||
| 456 | 2025.02.11 21:30:41.344951 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.02.11 21:30:41.345244 [ 3 ] {c215266b-7e0a-4671-a426-70622152d75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 458 | 2025.02.11 21:30:41.345343 [ 3 ] {c215266b-7e0a-4671-a426-70622152d75d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 459 | 2025.02.11 21:30:41.349241 [ 3 ] {c215266b-7e0a-4671-a426-70622152d75d} <Debug> oximeter.measurements_histogramf64 (e17df2f9-3f50-4c3f-9b2b-684036d3764f): Loading data parts | ||
| 460 | 2025.02.11 21:30:41.349410 [ 3 ] {c215266b-7e0a-4671-a426-70622152d75d} <Debug> oximeter.measurements_histogramf64 (e17df2f9-3f50-4c3f-9b2b-684036d3764f): There are no data parts | ||
| 461 | 2025.02.11 21:30:41.350929 [ 3 ] {c215266b-7e0a-4671-a426-70622152d75d} <Debug> TCPHandler: Processed in 0.006035769 sec. | ||
| 462 | 2025.02.11 21:30:41.351108 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.02.11 21:30:41.351357 [ 255 ] {0ea87ec8-224c-45d7-b92f-10d14ab3d55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) /* The field tables store named dimensions of each timeseries. | ||
| 464 | * | ||
| 465 | * As with the measurement tables, there is one field table for each field data | ||
| 466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 467 | * this behavior **must not** be relied upon for query correctness. | ||
| 468 | * | ||
| 469 | * The index for the fields differs from the measurements, however. Rows are | ||
| 470 | * sorted by timeseries name, then field name, field value, and finally | ||
| 471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 473 | * usually then used to look up measurements. | ||
| 474 | * | ||
| 475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 476 | * timeseries name and then key, since it would improve lookups where one | ||
| 477 | * already has the key. Realistically though, these tables are quite small and | ||
| 478 | * so performance benefits will be low in absolute terms. | ||
| 479 | * | ||
| 480 | * TTL: We use a materialized column to expire old field table records. This | ||
| 481 | * column is generated automatically by the database whenever a new row is | ||
| 482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 484 | * record will remain during a deduplication, which will have the last | ||
| 485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 486 | * measurement tables. | ||
| 487 | */ | ||
| 488 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2025.02.11 21:30:41.351421 [ 255 ] {0ea87ec8-224c-45d7-b92f-10d14ab3d55f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 490 | 2025.02.11 21:30:41.359035 [ 255 ] {0ea87ec8-224c-45d7-b92f-10d14ab3d55f} <Debug> oximeter.fields_bool (4b7f6a92-f29b-47de-86ab-3177c7b6e58e): Loading data parts | ||
| 491 | 2025.02.11 21:30:41.359326 [ 255 ] {0ea87ec8-224c-45d7-b92f-10d14ab3d55f} <Debug> oximeter.fields_bool (4b7f6a92-f29b-47de-86ab-3177c7b6e58e): There are no data parts | ||
| 492 | 2025.02.11 21:30:41.365121 [ 255 ] {0ea87ec8-224c-45d7-b92f-10d14ab3d55f} <Debug> TCPHandler: Processed in 0.014068738 sec. | ||
| 493 | 2025.02.11 21:30:41.365416 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.02.11 21:30:41.365665 [ 3 ] {dc6c1d78-2b5a-464f-aade-999f6a37b803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 495 | 2025.02.11 21:30:41.365768 [ 3 ] {dc6c1d78-2b5a-464f-aade-999f6a37b803} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 496 | 2025.02.11 21:30:41.369393 [ 3 ] {dc6c1d78-2b5a-464f-aade-999f6a37b803} <Debug> oximeter.fields_i8 (aa3dabb2-77ca-4e32-b796-a4b5100e500f): Loading data parts | ||
| 497 | 2025.02.11 21:30:41.369551 [ 3 ] {dc6c1d78-2b5a-464f-aade-999f6a37b803} <Debug> oximeter.fields_i8 (aa3dabb2-77ca-4e32-b796-a4b5100e500f): There are no data parts | ||
| 498 | 2025.02.11 21:30:41.370885 [ 3 ] {dc6c1d78-2b5a-464f-aade-999f6a37b803} <Debug> TCPHandler: Processed in 0.005536667 sec. | ||
| 499 | 2025.02.11 21:30:41.371079 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.02.11 21:30:41.371326 [ 255 ] {59c8bfab-c82e-4c04-a08d-452db52c9e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2025.02.11 21:30:41.371385 [ 255 ] {59c8bfab-c82e-4c04-a08d-452db52c9e45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 502 | 2025.02.11 21:30:41.379316 [ 255 ] {59c8bfab-c82e-4c04-a08d-452db52c9e45} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Loading data parts | ||
| 503 | 2025.02.11 21:30:41.379570 [ 255 ] {59c8bfab-c82e-4c04-a08d-452db52c9e45} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): There are no data parts | ||
| 504 | 2025.02.11 21:30:41.386461 [ 255 ] {59c8bfab-c82e-4c04-a08d-452db52c9e45} <Debug> TCPHandler: Processed in 0.015436442 sec. | ||
| 505 | 2025.02.11 21:30:41.386720 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.02.11 21:30:41.386972 [ 3 ] {77c4612b-8925-4bfc-b286-ffd13659e3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 507 | 2025.02.11 21:30:41.387070 [ 3 ] {77c4612b-8925-4bfc-b286-ffd13659e3a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 508 | 2025.02.11 21:30:41.395576 [ 3 ] {77c4612b-8925-4bfc-b286-ffd13659e3a3} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Loading data parts | ||
| 509 | 2025.02.11 21:30:41.395748 [ 3 ] {77c4612b-8925-4bfc-b286-ffd13659e3a3} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): There are no data parts | ||
| 510 | 2025.02.11 21:30:41.400835 [ 3 ] {77c4612b-8925-4bfc-b286-ffd13659e3a3} <Debug> TCPHandler: Processed in 0.01418255 sec. | ||
| 511 | 2025.02.11 21:30:41.401135 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.02.11 21:30:41.401451 [ 255 ] {556bf5ab-02c4-4c1e-981b-0778fa510a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 513 | 2025.02.11 21:30:41.401539 [ 255 ] {556bf5ab-02c4-4c1e-981b-0778fa510a2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 514 | 2025.02.11 21:30:41.408209 [ 255 ] {556bf5ab-02c4-4c1e-981b-0778fa510a2b} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Loading data parts | ||
| 515 | 2025.02.11 21:30:41.408387 [ 255 ] {556bf5ab-02c4-4c1e-981b-0778fa510a2b} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): There are no data parts | ||
| 516 | 2025.02.11 21:30:41.414626 [ 255 ] {556bf5ab-02c4-4c1e-981b-0778fa510a2b} <Debug> TCPHandler: Processed in 0.013601346 sec. | ||
| 517 | 2025.02.11 21:30:41.414840 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.02.11 21:30:41.415086 [ 3 ] {2fcadf16-cd16-4f2f-920a-35bee7568a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 519 | 2025.02.11 21:30:41.415187 [ 3 ] {2fcadf16-cd16-4f2f-920a-35bee7568a1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 520 | 2025.02.11 21:30:41.423744 [ 3 ] {2fcadf16-cd16-4f2f-920a-35bee7568a1a} <Debug> oximeter.fields_i32 (82afc64d-2ebd-441a-90b0-0c8585aea71e): Loading data parts | ||
| 521 | 2025.02.11 21:30:41.424058 [ 3 ] {2fcadf16-cd16-4f2f-920a-35bee7568a1a} <Debug> oximeter.fields_i32 (82afc64d-2ebd-441a-90b0-0c8585aea71e): There are no data parts | ||
| 522 | 2025.02.11 21:30:41.428432 [ 3 ] {2fcadf16-cd16-4f2f-920a-35bee7568a1a} <Debug> TCPHandler: Processed in 0.013658327 sec. | ||
| 523 | 2025.02.11 21:30:41.428628 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.02.11 21:30:41.428917 [ 255 ] {0abc08e3-8289-480f-9e8a-5946dd437693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 525 | 2025.02.11 21:30:41.429000 [ 255 ] {0abc08e3-8289-480f-9e8a-5946dd437693} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 526 | 2025.02.11 21:30:41.433765 [ 255 ] {0abc08e3-8289-480f-9e8a-5946dd437693} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Loading data parts | ||
| 527 | 2025.02.11 21:30:41.433990 [ 255 ] {0abc08e3-8289-480f-9e8a-5946dd437693} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): There are no data parts | ||
| 528 | 2025.02.11 21:30:41.439334 [ 255 ] {0abc08e3-8289-480f-9e8a-5946dd437693} <Debug> TCPHandler: Processed in 0.010774727 sec. | ||
| 529 | 2025.02.11 21:30:41.439518 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.02.11 21:30:41.439722 [ 3 ] {7ea6bb37-68c6-4634-ae0c-b245e308162d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 531 | 2025.02.11 21:30:41.439813 [ 3 ] {7ea6bb37-68c6-4634-ae0c-b245e308162d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.02.11 21:30:41.445730 [ 3 ] {7ea6bb37-68c6-4634-ae0c-b245e308162d} <Debug> oximeter.fields_i64 (6e0d8850-64a2-4a8f-8ccc-9f65c12abcfa): Loading data parts | ||
| 533 | 2025.02.11 21:30:41.445949 [ 3 ] {7ea6bb37-68c6-4634-ae0c-b245e308162d} <Debug> oximeter.fields_i64 (6e0d8850-64a2-4a8f-8ccc-9f65c12abcfa): There are no data parts | ||
| 534 | 2025.02.11 21:30:41.451462 [ 3 ] {7ea6bb37-68c6-4634-ae0c-b245e308162d} <Debug> TCPHandler: Processed in 0.012000527 sec. | ||
| 535 | 2025.02.11 21:30:41.451744 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.02.11 21:30:41.452211 [ 255 ] {54a7f91d-e136-44ed-93f0-e678ae9db2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 537 | 2025.02.11 21:30:41.452291 [ 255 ] {54a7f91d-e136-44ed-93f0-e678ae9db2aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.02.11 21:30:41.458732 [ 255 ] {54a7f91d-e136-44ed-93f0-e678ae9db2aa} <Debug> oximeter.fields_u64 (dedbbd79-dc07-4228-a149-40c6cb43751a): Loading data parts | ||
| 539 | 2025.02.11 21:30:41.459011 [ 255 ] {54a7f91d-e136-44ed-93f0-e678ae9db2aa} <Debug> oximeter.fields_u64 (dedbbd79-dc07-4228-a149-40c6cb43751a): There are no data parts | ||
| 540 | 2025.02.11 21:30:41.465408 [ 255 ] {54a7f91d-e136-44ed-93f0-e678ae9db2aa} <Debug> TCPHandler: Processed in 0.0137788 sec. | ||
| 541 | 2025.02.11 21:30:41.465593 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.02.11 21:30:41.465798 [ 3 ] {f40e21ad-7983-4341-8dca-39ff4bd2f873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 543 | 2025.02.11 21:30:41.465890 [ 3 ] {f40e21ad-7983-4341-8dca-39ff4bd2f873} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.02.11 21:30:41.477586 [ 3 ] {f40e21ad-7983-4341-8dca-39ff4bd2f873} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Loading data parts | ||
| 545 | 2025.02.11 21:30:41.477865 [ 3 ] {f40e21ad-7983-4341-8dca-39ff4bd2f873} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): There are no data parts | ||
| 546 | 2025.02.11 21:30:41.480853 [ 3 ] {f40e21ad-7983-4341-8dca-39ff4bd2f873} <Debug> TCPHandler: Processed in 0.015316439 sec. | ||
| 547 | 2025.02.11 21:30:41.481064 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.02.11 21:30:41.481365 [ 255 ] {46f36f3a-aff8-4fc3-9191-c6a0298d7b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 549 | 2025.02.11 21:30:41.481448 [ 255 ] {46f36f3a-aff8-4fc3-9191-c6a0298d7b0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.02.11 21:30:41.488646 [ 255 ] {46f36f3a-aff8-4fc3-9191-c6a0298d7b0a} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Loading data parts | ||
| 551 | 2025.02.11 21:30:41.488809 [ 255 ] {46f36f3a-aff8-4fc3-9191-c6a0298d7b0a} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): There are no data parts | ||
| 552 | 2025.02.11 21:30:41.496222 [ 255 ] {46f36f3a-aff8-4fc3-9191-c6a0298d7b0a} <Debug> TCPHandler: Processed in 0.015222117 sec. | ||
| 553 | 2025.02.11 21:30:41.496435 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.02.11 21:30:41.496684 [ 3 ] {f4efcb50-0c6d-47a9-88f9-d536cc5e18cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 555 | 2025.02.11 21:30:41.496789 [ 3 ] {f4efcb50-0c6d-47a9-88f9-d536cc5e18cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.02.11 21:30:41.509438 [ 3 ] {f4efcb50-0c6d-47a9-88f9-d536cc5e18cb} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Loading data parts | ||
| 557 | 2025.02.11 21:30:41.509717 [ 3 ] {f4efcb50-0c6d-47a9-88f9-d536cc5e18cb} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): There are no data parts | ||
| 558 | 2025.02.11 21:30:41.516181 [ 3 ] {f4efcb50-0c6d-47a9-88f9-d536cc5e18cb} <Debug> TCPHandler: Processed in 0.01980917 sec. | ||
| 559 | 2025.02.11 21:30:41.516566 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.02.11 21:30:41.517193 [ 255 ] {0a6da84e-4630-47a9-8d29-4ce35a88aaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) /* The timeseries schema table stores the extracted schema for the samples | ||
| 561 | * oximeter collects. | ||
| 562 | */ | ||
| 563 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 564 | 2025.02.11 21:30:41.517298 [ 255 ] {0a6da84e-4630-47a9-8d29-4ce35a88aaf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.02.11 21:30:41.524564 [ 255 ] {0a6da84e-4630-47a9-8d29-4ce35a88aaf3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Loading data parts | ||
| 566 | 2025.02.11 21:30:41.524844 [ 255 ] {0a6da84e-4630-47a9-8d29-4ce35a88aaf3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): There are no data parts | ||
| 567 | 2025.02.11 21:30:41.531203 [ 255 ] {0a6da84e-4630-47a9-8d29-4ce35a88aaf3} <Debug> TCPHandler: Processed in 0.014771175 sec. | ||
| 568 | 2025.02.11 21:30:41.531419 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.02.11 21:30:41.531728 [ 3 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.02.11 21:30:41.532494 [ 3 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.02.11 21:30:41.540932 [ 259 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Trace> oximeter.version (cb5b4ea4-0ffc-45c0-8b63-838f9ec24c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.02.11 21:30:41.541060 [ 259 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 573 | 2025.02.11 21:30:41.544279 [ 259 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.02.11 21:30:41.544630 [ 259 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Trace> oximeter.version (cb5b4ea4-0ffc-45c0-8b63-838f9ec24c97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 575 | 2025.02.11 21:30:41.545003 [ 3 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013399 sec., 74.63243525636241 rows/sec., 1.17 KiB/sec. | ||
| 576 | 2025.02.11 21:30:41.545310 [ 3 ] {1b2e6623-b2b6-4e98-a4c3-c59a9d97dd17} <Debug> TCPHandler: Processed in 0.013956874 sec. | ||
| 577 | 2025.02.11 21:30:42.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.39 MiB, peak 135.39 MiB, free memory in arenas 0.00 B, will set to 139.29 MiB (RSS), difference: 3.90 MiB | ||
| 578 | 2025.02.11 21:30:43.709371 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53237 | ||
| 579 | 2025.02.11 21:30:43.709515 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 580 | 2025.02.11 21:30:43.709552 [ 261 ] {} <Debug> TCP-Session: fb2aa77d-9473-4e3e-ba62-2a2c28f95efd Authenticating user 'default' from [fd00:1122:3344:101::a]:53237 | ||
| 581 | 2025.02.11 21:30:43.709739 [ 261 ] {} <Debug> TCP-Session: fb2aa77d-9473-4e3e-ba62-2a2c28f95efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.02.11 21:30:43.709760 [ 261 ] {} <Debug> TCP-Session: fb2aa77d-9473-4e3e-ba62-2a2c28f95efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.02.11 21:30:43.709821 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 584 | 2025.02.11 21:30:43.709979 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 585 | 2025.02.11 21:30:43.710008 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 586 | 2025.02.11 21:30:43.711222 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62119 | ||
| 587 | 2025.02.11 21:30:43.711225 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64616 | ||
| 588 | 2025.02.11 21:30:43.711306 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62077 | ||
| 589 | 2025.02.11 21:30:43.711399 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 590 | 2025.02.11 21:30:43.711411 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44249 | ||
| 591 | 2025.02.11 21:30:43.711508 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58427 | ||
| 592 | 2025.02.11 21:30:43.711523 [ 262 ] {} <Debug> TCP-Session: d4245606-7ecf-4fed-a606-f31e145e9094 Authenticating user 'default' from [fd00:1122:3344:101::a]:62119 | ||
| 593 | 2025.02.11 21:30:43.711736 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2025.02.11 21:30:43.711823 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59552 | ||
| 595 | 2025.02.11 21:30:43.711862 [ 262 ] {} <Debug> TCP-Session: d4245606-7ecf-4fed-a606-f31e145e9094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.02.11 21:30:43.711876 [ 265 ] {} <Debug> TCP-Session: 1f511a6b-501a-49fb-9549-c584da9dd571 Authenticating user 'default' from [fd00:1122:3344:101::a]:44249 | ||
| 597 | 2025.02.11 21:30:43.711861 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.02.11 21:30:43.712034 [ 262 ] {} <Debug> TCP-Session: d4245606-7ecf-4fed-a606-f31e145e9094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2025.02.11 21:30:43.712106 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51929 | ||
| 600 | 2025.02.11 21:30:43.712139 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2025.02.11 21:30:43.712141 [ 265 ] {} <Debug> TCP-Session: 1f511a6b-501a-49fb-9549-c584da9dd571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.11 21:30:43.712197 [ 264 ] {} <Debug> TCP-Session: 73be2a38-0f1c-40ef-ac31-a062a86028c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:62077 | ||
| 603 | 2025.02.11 21:30:43.712153 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 604 | 2025.02.11 21:30:43.712468 [ 264 ] {} <Debug> TCP-Session: 73be2a38-0f1c-40ef-ac31-a062a86028c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.02.11 21:30:43.712542 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.02.11 21:30:43.712608 [ 266 ] {} <Debug> TCP-Session: eacaeae9-67f2-43f9-9622-82ba08b745db Authenticating user 'default' from [fd00:1122:3344:101::a]:58427 | ||
| 607 | 2025.02.11 21:30:43.712466 [ 265 ] {} <Debug> TCP-Session: 1f511a6b-501a-49fb-9549-c584da9dd571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.02.11 21:30:43.712572 [ 264 ] {} <Debug> TCP-Session: 73be2a38-0f1c-40ef-ac31-a062a86028c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.02.11 21:30:43.712766 [ 268 ] {} <Debug> TCP-Session: 18f0850b-bb2d-45cc-a95a-df00e2860c42 Authenticating user 'default' from [fd00:1122:3344:101::a]:51929 | ||
| 610 | 2025.02.11 21:30:43.712793 [ 266 ] {} <Debug> TCP-Session: eacaeae9-67f2-43f9-9622-82ba08b745db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.02.11 21:30:43.712568 [ 263 ] {} <Debug> TCP-Session: 1061eac3-c74e-487c-8d3f-b681a6ce9f54 Authenticating user 'default' from [fd00:1122:3344:101::a]:64616 | ||
| 612 | 2025.02.11 21:30:43.712894 [ 266 ] {} <Debug> TCP-Session: eacaeae9-67f2-43f9-9622-82ba08b745db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.02.11 21:30:43.712543 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.02.11 21:30:43.712921 [ 268 ] {} <Debug> TCP-Session: 18f0850b-bb2d-45cc-a95a-df00e2860c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.02.11 21:30:43.713001 [ 267 ] {} <Debug> TCP-Session: 6afc2632-6414-493e-9c2a-858987caf71c Authenticating user 'default' from [fd00:1122:3344:101::a]:59552 | ||
| 616 | 2025.02.11 21:30:43.712995 [ 263 ] {} <Debug> TCP-Session: 1061eac3-c74e-487c-8d3f-b681a6ce9f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.02.11 21:30:43.713103 [ 263 ] {} <Debug> TCP-Session: 1061eac3-c74e-487c-8d3f-b681a6ce9f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.02.11 21:30:43.713137 [ 267 ] {} <Debug> TCP-Session: 6afc2632-6414-493e-9c2a-858987caf71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.02.11 21:30:43.713123 [ 268 ] {} <Debug> TCP-Session: 18f0850b-bb2d-45cc-a95a-df00e2860c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.11 21:30:43.713251 [ 267 ] {} <Debug> TCP-Session: 6afc2632-6414-493e-9c2a-858987caf71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.02.11 21:30:43.713913 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52352 | ||
| 622 | 2025.02.11 21:30:43.714031 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.02.11 21:30:43.714053 [ 269 ] {} <Debug> TCP-Session: 8841a72e-a17e-4edc-871b-468b147e04ec Authenticating user 'default' from [fd00:1122:3344:101::c]:52352 | ||
| 624 | 2025.02.11 21:30:43.714070 [ 269 ] {} <Debug> TCP-Session: 8841a72e-a17e-4edc-871b-468b147e04ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.11 21:30:43.714183 [ 269 ] {} <Debug> TCP-Session: 8841a72e-a17e-4edc-871b-468b147e04ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.02.11 21:30:43.714239 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.02.11 21:30:43.714262 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.02.11 21:30:43.714352 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 629 | 2025.02.11 21:30:43.715376 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51812 | ||
| 630 | 2025.02.11 21:30:43.715539 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50935 | ||
| 631 | 2025.02.11 21:30:43.715549 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.02.11 21:30:43.715722 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59416 | ||
| 633 | 2025.02.11 21:30:43.715729 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.11 21:30:43.715783 [ 270 ] {} <Debug> TCP-Session: 0c80f38a-9ca2-431d-b10c-1931b9e8533a Authenticating user 'default' from [fd00:1122:3344:101::c]:51812 | ||
| 635 | 2025.02.11 21:30:43.715829 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50632 | ||
| 636 | 2025.02.11 21:30:43.715948 [ 270 ] {} <Debug> TCP-Session: 0c80f38a-9ca2-431d-b10c-1931b9e8533a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2025.02.11 21:30:43.715991 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60763 | ||
| 638 | 2025.02.11 21:30:43.716011 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 639 | 2025.02.11 21:30:43.716018 [ 271 ] {} <Debug> TCP-Session: 922a6afa-9fb6-492d-931e-48834d185055 Authenticating user 'default' from [fd00:1122:3344:101::c]:50935 | ||
| 640 | 2025.02.11 21:30:43.716082 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55967 | ||
| 641 | 2025.02.11 21:30:43.716387 [ 270 ] {} <Debug> TCP-Session: 0c80f38a-9ca2-431d-b10c-1931b9e8533a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.02.11 21:30:43.716399 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2025.02.11 21:30:43.716511 [ 271 ] {} <Debug> TCP-Session: 922a6afa-9fb6-492d-931e-48834d185055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.02.11 21:30:43.716445 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 645 | 2025.02.11 21:30:43.716425 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46991 | ||
| 646 | 2025.02.11 21:30:43.716648 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 647 | 2025.02.11 21:30:43.716415 [ 272 ] {} <Debug> TCP-Session: 16c57986-350a-4ba7-bfb9-6c1005466227 Authenticating user 'default' from [fd00:1122:3344:101::c]:59416 | ||
| 648 | 2025.02.11 21:30:43.716693 [ 273 ] {} <Debug> TCP-Session: 4aef13f3-abde-424d-a00a-4afb9b896a5f Authenticating user 'default' from [fd00:1122:3344:101::c]:50632 | ||
| 649 | 2025.02.11 21:30:43.716721 [ 274 ] {} <Debug> TCP-Session: 1dff815a-b89e-4228-a9d5-e9cf91e724c4 Authenticating user 'default' from [fd00:1122:3344:101::c]:60763 | ||
| 650 | 2025.02.11 21:30:43.716777 [ 273 ] {} <Debug> TCP-Session: 4aef13f3-abde-424d-a00a-4afb9b896a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.02.11 21:30:43.716744 [ 271 ] {} <Debug> TCP-Session: 922a6afa-9fb6-492d-931e-48834d185055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.02.11 21:30:43.716945 [ 273 ] {} <Debug> TCP-Session: 4aef13f3-abde-424d-a00a-4afb9b896a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.02.11 21:30:43.716999 [ 275 ] {} <Debug> TCP-Session: ea40fcbb-eab3-4f71-8264-486b1fc5c3cf Authenticating user 'default' from [fd00:1122:3344:101::c]:55967 | ||
| 654 | 2025.02.11 21:30:43.716970 [ 274 ] {} <Debug> TCP-Session: 1dff815a-b89e-4228-a9d5-e9cf91e724c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.11 21:30:43.716969 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.02.11 21:30:43.716943 [ 272 ] {} <Debug> TCP-Session: 16c57986-350a-4ba7-bfb9-6c1005466227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.11 21:30:43.717113 [ 274 ] {} <Debug> TCP-Session: 1dff815a-b89e-4228-a9d5-e9cf91e724c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.11 21:30:43.717133 [ 275 ] {} <Debug> TCP-Session: ea40fcbb-eab3-4f71-8264-486b1fc5c3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.11 21:30:43.717218 [ 276 ] {} <Debug> TCP-Session: 952291de-6d3a-4c95-a691-853eca944aec Authenticating user 'default' from [fd00:1122:3344:101::c]:46991 | ||
| 660 | 2025.02.11 21:30:43.717264 [ 272 ] {} <Debug> TCP-Session: 16c57986-350a-4ba7-bfb9-6c1005466227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.02.11 21:30:43.717327 [ 276 ] {} <Debug> TCP-Session: 952291de-6d3a-4c95-a691-853eca944aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.11 21:30:43.717349 [ 275 ] {} <Debug> TCP-Session: ea40fcbb-eab3-4f71-8264-486b1fc5c3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.11 21:30:43.717445 [ 276 ] {} <Debug> TCP-Session: 952291de-6d3a-4c95-a691-853eca944aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.02.11 21:30:43.808654 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50876 | ||
| 665 | 2025.02.11 21:30:43.808937 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.02.11 21:30:43.808972 [ 277 ] {} <Debug> TCP-Session: 7764b086-01c3-4568-8263-b951e1efac90 Authenticating user 'default' from [fd00:1122:3344:101::b]:50876 | ||
| 667 | 2025.02.11 21:30:43.809004 [ 277 ] {} <Debug> TCP-Session: 7764b086-01c3-4568-8263-b951e1efac90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.11 21:30:43.809096 [ 277 ] {} <Debug> TCP-Session: 7764b086-01c3-4568-8263-b951e1efac90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.02.11 21:30:43.809169 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.02.11 21:30:43.809200 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.02.11 21:30:43.809299 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.02.11 21:30:43.810419 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42560 | ||
| 673 | 2025.02.11 21:30:43.810645 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.02.11 21:30:43.810669 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62853 | ||
| 675 | 2025.02.11 21:30:43.810702 [ 278 ] {} <Debug> TCP-Session: e1be6c3a-decc-4b39-a9f8-4ff6cfce428d Authenticating user 'default' from [fd00:1122:3344:101::b]:42560 | ||
| 676 | 2025.02.11 21:30:43.810725 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40433 | ||
| 677 | 2025.02.11 21:30:43.810680 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53801 | ||
| 678 | 2025.02.11 21:30:43.811015 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.02.11 21:30:43.811130 [ 278 ] {} <Debug> TCP-Session: e1be6c3a-decc-4b39-a9f8-4ff6cfce428d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.02.11 21:30:43.811210 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.02.11 21:30:43.811236 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.02.11 21:30:43.811249 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64156 | ||
| 683 | 2025.02.11 21:30:43.811248 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63432 | ||
| 684 | 2025.02.11 21:30:43.811353 [ 278 ] {} <Debug> TCP-Session: e1be6c3a-decc-4b39-a9f8-4ff6cfce428d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.02.11 21:30:43.811347 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42497 | ||
| 686 | 2025.02.11 21:30:43.811415 [ 279 ] {} <Debug> TCP-Session: 0ed02578-80db-402f-a313-bcbbab6128ae Authenticating user 'default' from [fd00:1122:3344:101::b]:53801 | ||
| 687 | 2025.02.11 21:30:43.811429 [ 281 ] {} <Debug> TCP-Session: 24a960b9-61ac-4c61-a1f7-3c2c2f929ff2 Authenticating user 'default' from [fd00:1122:3344:101::b]:40433 | ||
| 688 | 2025.02.11 21:30:43.811294 [ 280 ] {} <Debug> TCP-Session: 135f6554-7528-4b28-ba57-29c35fbf6cae Authenticating user 'default' from [fd00:1122:3344:101::b]:62853 | ||
| 689 | 2025.02.11 21:30:43.811803 [ 279 ] {} <Debug> TCP-Session: 0ed02578-80db-402f-a313-bcbbab6128ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.02.11 21:30:43.811960 [ 280 ] {} <Debug> TCP-Session: 135f6554-7528-4b28-ba57-29c35fbf6cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.11 21:30:43.812009 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.02.11 21:30:43.812048 [ 279 ] {} <Debug> TCP-Session: 0ed02578-80db-402f-a313-bcbbab6128ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.11 21:30:43.812095 [ 284 ] {} <Debug> TCP-Session: 950ef3ee-6a50-4539-83a4-64f4d7264fd6 Authenticating user 'default' from [fd00:1122:3344:101::b]:42497 | ||
| 694 | 2025.02.11 21:30:43.812083 [ 281 ] {} <Debug> TCP-Session: 24a960b9-61ac-4c61-a1f7-3c2c2f929ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.11 21:30:43.811808 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.02.11 21:30:43.812060 [ 280 ] {} <Debug> TCP-Session: 135f6554-7528-4b28-ba57-29c35fbf6cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.11 21:30:43.812226 [ 281 ] {} <Debug> TCP-Session: 24a960b9-61ac-4c61-a1f7-3c2c2f929ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.11 21:30:43.812225 [ 284 ] {} <Debug> TCP-Session: 950ef3ee-6a50-4539-83a4-64f4d7264fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.02.11 21:30:43.812315 [ 283 ] {} <Debug> TCP-Session: 928c8146-0e3a-47b9-8a35-d504c449a736 Authenticating user 'default' from [fd00:1122:3344:101::b]:64156 | ||
| 700 | 2025.02.11 21:30:43.812033 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2025.02.11 21:30:43.812479 [ 283 ] {} <Debug> TCP-Session: 928c8146-0e3a-47b9-8a35-d504c449a736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.11 21:30:43.812509 [ 282 ] {} <Debug> TCP-Session: 861d69be-6abf-48de-a87f-edbe793a88f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:63432 | ||
| 703 | 2025.02.11 21:30:43.812491 [ 284 ] {} <Debug> TCP-Session: 950ef3ee-6a50-4539-83a4-64f4d7264fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.02.11 21:30:43.812596 [ 283 ] {} <Debug> TCP-Session: 928c8146-0e3a-47b9-8a35-d504c449a736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.11 21:30:43.812633 [ 282 ] {} <Debug> TCP-Session: 861d69be-6abf-48de-a87f-edbe793a88f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.11 21:30:43.812722 [ 282 ] {} <Debug> TCP-Session: 861d69be-6abf-48de-a87f-edbe793a88f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.02.11 21:30:44.000265 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.53 MiB, peak 139.53 MiB, free memory in arenas 0.00 B, will set to 140.88 MiB (RSS), difference: 1.35 MiB | ||
| 708 | 2025.02.11 21:30:47.454927 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 709 | 2025.02.11 21:30:47.454954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 710 | 2025.02.11 21:30:47.455077 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 711 | 2025.02.11 21:30:47.455130 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 712 | 2025.02.11 21:30:47.465523 [ 244 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Loading data parts | ||
| 713 | 2025.02.11 21:30:47.465964 [ 244 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): There are no data parts | ||
| 714 | 2025.02.11 21:30:47.474862 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2025.02.11 21:30:47.475149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 716 | 2025.02.11 21:30:47.479237 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.02.11 21:30:47.480424 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2025.02.11 21:30:47.481592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 719 | 2025.02.11 21:30:47.490504 [ 242 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Loading data parts | ||
| 720 | 2025.02.11 21:30:47.490795 [ 242 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): There are no data parts | ||
| 721 | 2025.02.11 21:30:47.528954 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 722 | 2025.02.11 21:30:47.529273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 723 | 2025.02.11 21:30:47.539703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 724 | 2025.02.11 21:30:47.541459 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 725 | 2025.02.11 21:30:47.545081 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 726 | 2025.02.11 21:30:48.000236 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.81 MiB, peak 149.81 MiB, free memory in arenas 0.00 B, will set to 150.60 MiB (RSS), difference: 4.80 MiB | ||
| 727 | 2025.02.11 21:30:49.954915 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 728 | 2025.02.11 21:30:49.955023 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 729 | 2025.02.11 21:30:49.969994 [ 243 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Loading data parts | ||
| 730 | 2025.02.11 21:30:49.970227 [ 243 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): There are no data parts | ||
| 731 | 2025.02.11 21:30:49.985268 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 732 | 2025.02.11 21:30:49.985310 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 733 | 2025.02.11 21:30:49.987291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 734 | 2025.02.11 21:30:49.987896 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 735 | 2025.02.11 21:30:49.988421 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 736 | 2025.02.11 21:30:50.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.78 MiB, peak 154.78 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: -3.72 MiB | ||
| 737 | 2025.02.11 21:30:54.927455 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 738 | 2025.02.11 21:30:54.927512 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 739 | 2025.02.11 21:30:54.981761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 | ||
| 740 | 2025.02.11 21:30:54.982724 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 741 | 2025.02.11 21:30:54.982765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 742 | 2025.02.11 21:30:54.983499 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 743 | 2025.02.11 21:30:54.984186 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 744 | 2025.02.11 21:30:54.984586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 | ||
| 745 | 2025.02.11 21:30:55.045271 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 746 | 2025.02.11 21:30:55.068483 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.02.11 21:30:55.068666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 748 | 2025.02.11 21:30:55.075252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 749 | 2025.02.11 21:30:55.076485 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2025.02.11 21:30:55.079417 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 751 | 2025.02.11 21:30:56.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.81 MiB, peak 155.81 MiB, free memory in arenas 0.00 B, will set to 153.82 MiB (RSS), difference: 2.00 MiB | ||
| 752 | 2025.02.11 21:31:00.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.82 MiB, peak 155.81 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 4.02 MiB | ||
| 753 | 2025.02.11 21:31:02.484714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 | ||
| 754 | 2025.02.11 21:31:02.485389 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 755 | 2025.02.11 21:31:02.485437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 756 | 2025.02.11 21:31:02.486199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 757 | 2025.02.11 21:31:02.486797 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 758 | 2025.02.11 21:31:02.487049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 759 | 2025.02.11 21:31:02.579502 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 760 | 2025.02.11 21:31:02.597717 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2025.02.11 21:31:02.597780 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 762 | 2025.02.11 21:31:02.604121 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 763 | 2025.02.11 21:31:02.605304 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2025.02.11 21:31:02.608130 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 765 | 2025.02.11 21:31:06.550732 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2025.02.11 21:31:06.550948 [ 3 ] {a63e817c-2ab9-4feb-8a64-650cc5c37202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 767 | 2025.02.11 21:31:06.551344 [ 3 ] {a63e817c-2ab9-4feb-8a64-650cc5c37202} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2025.02.11 21:31:06.551580 [ 3 ] {a63e817c-2ab9-4feb-8a64-650cc5c37202} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2025.02.11 21:31:06.552314 [ 3 ] {a63e817c-2ab9-4feb-8a64-650cc5c37202} <Debug> TCPHandler: Processed in 0.001708732 sec. | ||
| 770 | 2025.02.11 21:31:06.555965 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2025.02.11 21:31:06.556198 [ 255 ] {bb7f380f-f4f4-4485-9d0d-fc52ff4c8eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 772 | 2025.02.11 21:31:06.560081 [ 255 ] {bb7f380f-f4f4-4485-9d0d-fc52ff4c8eb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2025.02.11 21:31:06.560161 [ 255 ] {bb7f380f-f4f4-4485-9d0d-fc52ff4c8eb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2025.02.11 21:31:06.560810 [ 255 ] {bb7f380f-f4f4-4485-9d0d-fc52ff4c8eb3} <Debug> TCPHandler: Processed in 0.004976963 sec. | ||
| 775 | 2025.02.11 21:31:06.563021 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2025.02.11 21:31:06.563196 [ 3 ] {4cd5dee2-48c6-4e06-9ed8-4cd03342a9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 777 | 2025.02.11 21:31:06.563649 [ 3 ] {4cd5dee2-48c6-4e06-9ed8-4cd03342a9f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2025.02.11 21:31:06.563715 [ 3 ] {4cd5dee2-48c6-4e06-9ed8-4cd03342a9f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2025.02.11 21:31:06.564216 [ 3 ] {4cd5dee2-48c6-4e06-9ed8-4cd03342a9f7} <Debug> TCPHandler: Processed in 0.001258871 sec. | ||
| 780 | 2025.02.11 21:31:06.564549 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2025.02.11 21:31:06.564716 [ 255 ] {fc939bfe-9e80-4a7a-a5eb-28c424cbf3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 782 | 2025.02.11 21:31:06.565101 [ 255 ] {fc939bfe-9e80-4a7a-a5eb-28c424cbf3e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2025.02.11 21:31:06.565163 [ 255 ] {fc939bfe-9e80-4a7a-a5eb-28c424cbf3e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2025.02.11 21:31:06.565679 [ 255 ] {fc939bfe-9e80-4a7a-a5eb-28c424cbf3e1} <Debug> TCPHandler: Processed in 0.001190499 sec. | ||
| 785 | 2025.02.11 21:31:06.565962 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2025.02.11 21:31:06.566114 [ 3 ] {a25883a1-b6c5-43ee-984b-ddf66eeec30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 787 | 2025.02.11 21:31:06.566484 [ 3 ] {a25883a1-b6c5-43ee-984b-ddf66eeec30f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2025.02.11 21:31:06.566540 [ 3 ] {a25883a1-b6c5-43ee-984b-ddf66eeec30f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2025.02.11 21:31:06.567013 [ 3 ] {a25883a1-b6c5-43ee-984b-ddf66eeec30f} <Debug> TCPHandler: Processed in 0.001108667 sec. | ||
| 790 | 2025.02.11 21:31:06.567325 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2025.02.11 21:31:06.567483 [ 255 ] {db4a1a64-7b0f-4001-895b-565bdeca20d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 792 | 2025.02.11 21:31:06.567855 [ 255 ] {db4a1a64-7b0f-4001-895b-565bdeca20d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2025.02.11 21:31:06.567913 [ 255 ] {db4a1a64-7b0f-4001-895b-565bdeca20d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2025.02.11 21:31:06.568423 [ 255 ] {db4a1a64-7b0f-4001-895b-565bdeca20d0} <Debug> TCPHandler: Processed in 0.001152998 sec. | ||
| 795 | 2025.02.11 21:31:06.568694 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2025.02.11 21:31:06.568868 [ 3 ] {96052584-9ab7-4101-9c8a-cb66529dac36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 797 | 2025.02.11 21:31:06.569234 [ 3 ] {96052584-9ab7-4101-9c8a-cb66529dac36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2025.02.11 21:31:06.569291 [ 3 ] {96052584-9ab7-4101-9c8a-cb66529dac36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2025.02.11 21:31:06.569772 [ 3 ] {96052584-9ab7-4101-9c8a-cb66529dac36} <Debug> TCPHandler: Processed in 0.001134678 sec. | ||
| 800 | 2025.02.11 21:31:06.570101 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2025.02.11 21:31:06.570260 [ 255 ] {2c601df9-637f-43ab-a0df-0cd27b21518a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 802 | 2025.02.11 21:31:06.570638 [ 255 ] {2c601df9-637f-43ab-a0df-0cd27b21518a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2025.02.11 21:31:06.570695 [ 255 ] {2c601df9-637f-43ab-a0df-0cd27b21518a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2025.02.11 21:31:06.571190 [ 255 ] {2c601df9-637f-43ab-a0df-0cd27b21518a} <Debug> TCPHandler: Processed in 0.001160269 sec. | ||
| 805 | 2025.02.11 21:31:06.571448 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.02.11 21:31:06.571601 [ 3 ] {0afccec5-a36c-4c00-a6d0-6d1fd475dc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 807 | 2025.02.11 21:31:06.571984 [ 3 ] {0afccec5-a36c-4c00-a6d0-6d1fd475dc3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2025.02.11 21:31:06.572040 [ 3 ] {0afccec5-a36c-4c00-a6d0-6d1fd475dc3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2025.02.11 21:31:06.572497 [ 3 ] {0afccec5-a36c-4c00-a6d0-6d1fd475dc3f} <Debug> TCPHandler: Processed in 0.001106887 sec. | ||
| 810 | 2025.02.11 21:31:06.572826 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2025.02.11 21:31:06.572984 [ 255 ] {e0834bb2-43fa-4811-a431-322be9653cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 812 | 2025.02.11 21:31:06.573375 [ 255 ] {e0834bb2-43fa-4811-a431-322be9653cf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2025.02.11 21:31:06.573432 [ 255 ] {e0834bb2-43fa-4811-a431-322be9653cf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2025.02.11 21:31:06.573937 [ 255 ] {e0834bb2-43fa-4811-a431-322be9653cf3} <Debug> TCPHandler: Processed in 0.001167319 sec. | ||
| 815 | 2025.02.11 21:31:06.574234 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2025.02.11 21:31:06.574392 [ 3 ] {f1081dfa-533f-4535-81b3-5771a17e8266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 817 | 2025.02.11 21:31:06.574771 [ 3 ] {f1081dfa-533f-4535-81b3-5771a17e8266} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2025.02.11 21:31:06.574829 [ 3 ] {f1081dfa-533f-4535-81b3-5771a17e8266} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2025.02.11 21:31:06.575301 [ 3 ] {f1081dfa-533f-4535-81b3-5771a17e8266} <Debug> TCPHandler: Processed in 0.001123457 sec. | ||
| 820 | 2025.02.11 21:31:06.575563 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2025.02.11 21:31:06.575775 [ 255 ] {28360cf5-099d-4b1f-afd4-7f2671676fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 822 | 2025.02.11 21:31:06.576187 [ 255 ] {28360cf5-099d-4b1f-afd4-7f2671676fc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2025.02.11 21:31:06.576258 [ 255 ] {28360cf5-099d-4b1f-afd4-7f2671676fc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2025.02.11 21:31:06.576817 [ 255 ] {28360cf5-099d-4b1f-afd4-7f2671676fc5} <Debug> TCPHandler: Processed in 0.001312393 sec. | ||
| 825 | 2025.02.11 21:31:06.577124 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2025.02.11 21:31:06.577284 [ 3 ] {9288cb8e-5273-49da-9691-363269ab49eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 827 | 2025.02.11 21:31:06.577673 [ 3 ] {9288cb8e-5273-49da-9691-363269ab49eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2025.02.11 21:31:06.577729 [ 3 ] {9288cb8e-5273-49da-9691-363269ab49eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2025.02.11 21:31:06.578211 [ 3 ] {9288cb8e-5273-49da-9691-363269ab49eb} <Debug> TCPHandler: Processed in 0.001144838 sec. | ||
| 830 | 2025.02.11 21:31:06.578485 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.02.11 21:31:06.578653 [ 255 ] {e612cb6c-5367-42fc-8dfd-b48d0f7d4b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 832 | 2025.02.11 21:31:06.579045 [ 255 ] {e612cb6c-5367-42fc-8dfd-b48d0f7d4b3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2025.02.11 21:31:06.579102 [ 255 ] {e612cb6c-5367-42fc-8dfd-b48d0f7d4b3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2025.02.11 21:31:06.579649 [ 255 ] {e612cb6c-5367-42fc-8dfd-b48d0f7d4b3d} <Debug> TCPHandler: Processed in 0.00121977 sec. | ||
| 835 | 2025.02.11 21:31:06.587232 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2025.02.11 21:31:06.587362 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 837 | 2025.02.11 21:31:06.587417 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2025.02.11 21:31:06.588208 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 839 | 2025.02.11 21:31:06.588255 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 840 | 2025.02.11 21:31:06.588907 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 841 | 2025.02.11 21:31:06.589376 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 842 | 2025.02.11 21:31:06.589633 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002298 sec., 6092.25413402959 rows/sec., 874.15 KiB/sec. | ||
| 843 | 2025.02.11 21:31:06.589756 [ 3 ] {645bd33d-a61a-4741-af00-ed4290b59da9} <Debug> TCPHandler: Processed in 0.002580804 sec. | ||
| 844 | 2025.02.11 21:31:06.589916 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2025.02.11 21:31:06.590049 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 846 | 2025.02.11 21:31:06.590100 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 847 | 2025.02.11 21:31:06.592136 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 848 | 2025.02.11 21:31:06.592180 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 849 | 2025.02.11 21:31:06.592756 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 850 | 2025.02.11 21:31:06.593215 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 851 | 2025.02.11 21:31:06.593474 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.003457 sec., 15041.943881978594 rows/sec., 1.15 MiB/sec. | ||
| 852 | 2025.02.11 21:31:06.593549 [ 255 ] {aca1a794-cc3f-4658-b5d5-ec31037c8f04} <Debug> TCPHandler: Processed in 0.003691411 sec. | ||
| 853 | 2025.02.11 21:31:06.593719 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.02.11 21:31:06.593856 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 855 | 2025.02.11 21:31:06.593912 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 856 | 2025.02.11 21:31:06.594563 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 857 | 2025.02.11 21:31:06.594602 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 858 | 2025.02.11 21:31:06.595098 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 859 | 2025.02.11 21:31:06.595596 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 860 | 2025.02.11 21:31:06.595876 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.14 MiB/sec. | ||
| 861 | 2025.02.11 21:31:06.595934 [ 3 ] {245df84f-5203-4835-8f3d-90b1e672262f} <Debug> TCPHandler: Processed in 0.002281936 sec. | ||
| 862 | 2025.02.11 21:31:06.596095 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2025.02.11 21:31:06.596238 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 864 | 2025.02.11 21:31:06.596300 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 865 | 2025.02.11 21:31:06.597051 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 866 | 2025.02.11 21:31:06.597095 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 867 | 2025.02.11 21:31:06.597662 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 868 | 2025.02.11 21:31:06.598172 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 869 | 2025.02.11 21:31:06.598423 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00222 sec., 67567.56756756756 rows/sec., 4.68 MiB/sec. | ||
| 870 | 2025.02.11 21:31:06.598478 [ 255 ] {81e2073e-3fb8-4931-925e-5a812fa44fad} <Debug> TCPHandler: Processed in 0.00244932 sec. | ||
| 871 | 2025.02.11 21:31:06.598627 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2025.02.11 21:31:06.598765 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 873 | 2025.02.11 21:31:06.598825 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 874 | 2025.02.11 21:31:06.599369 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 875 | 2025.02.11 21:31:06.599408 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 876 | 2025.02.11 21:31:06.599913 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 877 | 2025.02.11 21:31:06.600465 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 878 | 2025.02.11 21:31:06.600649 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001914 sec., 26123.301985370952 rows/sec., 1.79 MiB/sec. | ||
| 879 | 2025.02.11 21:31:06.600698 [ 3 ] {f90693f9-2f17-481d-bb42-75ca36caae27} <Debug> TCPHandler: Processed in 0.002135923 sec. | ||
| 880 | 2025.02.11 21:31:09.927568 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 881 | 2025.02.11 21:31:09.927654 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 882 | 2025.02.11 21:31:09.987157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1830 | ||
| 883 | 2025.02.11 21:31:09.988110 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 884 | 2025.02.11 21:31:09.988175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 885 | 2025.02.11 21:31:09.988958 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 126 | ||
| 886 | 2025.02.11 21:31:09.989139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 887 | 2025.02.11 21:31:09.990072 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.02.11 21:31:09.990722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1830 | ||
| 889 | 2025.02.11 21:31:09.993957 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.02.11 21:31:09.994006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 891 | 2025.02.11 21:31:09.995708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 892 | 2025.02.11 21:31:09.996233 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2025.02.11 21:31:09.997054 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 126 | ||
| 894 | 2025.02.11 21:31:10.108204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 895 | 2025.02.11 21:31:10.127296 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 896 | 2025.02.11 21:31:10.127345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 897 | 2025.02.11 21:31:10.134302 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 898 | 2025.02.11 21:31:10.135552 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 899 | 2025.02.11 21:31:10.138277 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 900 | 2025.02.11 21:31:11.556904 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 901 | 2025.02.11 21:31:11.557140 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 902 | 2025.02.11 21:31:11.557576 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 903 | 2025.02.11 21:31:11.559588 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 904 | 2025.02.11 21:31:11.560053 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 905 | 2025.02.11 21:31:11.560244 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 906 | 2025.02.11 21:31:11.562501 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 907 | 2025.02.11 21:31:11.563653 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 908 | 2025.02.11 21:31:11.563702 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (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 | ||
| 909 | 2025.02.11 21:31:11.563723 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 910 | 2025.02.11 21:31:11.563834 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <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'))" | ||
| 911 | 2025.02.11 21:31:11.563860 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 912 | 2025.02.11 21:31:11.571790 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.014752 sec., 949.0238611713667 rows/sec., 38.73 KiB/sec. | ||
| 913 | 2025.02.11 21:31:11.571920 [ 3 ] {cfab6444-f164-4e99-9b2b-50d8b205a538} <Debug> TCPHandler: Processed in 0.015144834 sec. | ||
| 914 | 2025.02.11 21:31:11.572843 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2025.02.11 21:31:11.573056 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 916 | 2025.02.11 21:31:11.573149 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 917 | 2025.02.11 21:31:11.574065 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.02.11 21:31:11.574112 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 919 | 2025.02.11 21:31:11.574773 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 920 | 2025.02.11 21:31:11.575168 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.02.11 21:31:11.575385 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002392 sec., 418.0602006688963 rows/sec., 62.46 KiB/sec. | ||
| 922 | 2025.02.11 21:31:11.575453 [ 255 ] {a75becbf-527f-4b32-8124-a26da75b853f} <Debug> TCPHandler: Processed in 0.002752608 sec. | ||
| 923 | 2025.02.11 21:31:11.575623 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 924 | 2025.02.11 21:31:11.575753 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 925 | 2025.02.11 21:31:11.575805 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 926 | 2025.02.11 21:31:11.576480 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 927 | 2025.02.11 21:31:11.576528 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 928 | 2025.02.11 21:31:11.577087 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 929 | 2025.02.11 21:31:11.577641 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 930 | 2025.02.11 21:31:11.577955 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Debug> executeQuery: Read 68 rows, 5.65 KiB in 0.002218 sec., 30658.25067628494 rows/sec., 2.49 MiB/sec. | ||
| 931 | 2025.02.11 21:31:11.578040 [ 3 ] {614c5f17-ddca-4b08-a1cf-3468e4950d42} <Debug> TCPHandler: Processed in 0.002474191 sec. | ||
| 932 | 2025.02.11 21:31:11.578202 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 933 | 2025.02.11 21:31:11.578327 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 934 | 2025.02.11 21:31:11.578379 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 935 | 2025.02.11 21:31:11.579066 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 936 | 2025.02.11 21:31:11.579103 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 937 | 2025.02.11 21:31:11.579621 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 938 | 2025.02.11 21:31:11.580110 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 939 | 2025.02.11 21:31:11.580369 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002048 sec., 3906.25 rows/sec., 293.73 KiB/sec. | ||
| 940 | 2025.02.11 21:31:11.580444 [ 255 ] {73a41dbc-8112-40cf-8329-452b3d8e4d8e} <Debug> TCPHandler: Processed in 0.002301676 sec. | ||
| 941 | 2025.02.11 21:31:11.580621 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2025.02.11 21:31:11.580763 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 943 | 2025.02.11 21:31:11.580820 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 944 | 2025.02.11 21:31:11.581511 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.02.11 21:31:11.581553 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 946 | 2025.02.11 21:31:11.582086 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 947 | 2025.02.11 21:31:11.582637 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.02.11 21:31:11.582864 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.002133 sec., 30004.688232536337 rows/sec., 2.34 MiB/sec. | ||
| 949 | 2025.02.11 21:31:11.582919 [ 3 ] {6ab9977c-a7f0-4eb4-a0c3-627cc533e47d} <Debug> TCPHandler: Processed in 0.002370469 sec. | ||
| 950 | 2025.02.11 21:31:11.583085 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 951 | 2025.02.11 21:31:11.583210 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 952 | 2025.02.11 21:31:11.583265 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 953 | 2025.02.11 21:31:11.583862 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 954 | 2025.02.11 21:31:11.583903 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 955 | 2025.02.11 21:31:11.584474 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 956 | 2025.02.11 21:31:11.585052 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 957 | 2025.02.11 21:31:11.585236 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002054 sec., 73028.23758519962 rows/sec., 5.06 MiB/sec. | ||
| 958 | 2025.02.11 21:31:11.585285 [ 255 ] {13b525ad-142e-4af3-a6e1-cf42bb2e7659} <Debug> TCPHandler: Processed in 0.002257756 sec. | ||
| 959 | 2025.02.11 21:31:11.585443 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 960 | 2025.02.11 21:31:11.585566 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 961 | 2025.02.11 21:31:11.585653 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 962 | 2025.02.11 21:31:11.586802 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 963 | 2025.02.11 21:31:11.586841 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 964 | 2025.02.11 21:31:11.589681 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 965 | 2025.02.11 21:31:11.590246 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 966 | 2025.02.11 21:31:11.590576 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005031 sec., 1590.141125024846 rows/sec., 2.85 MiB/sec. | ||
| 967 | 2025.02.11 21:31:11.590704 [ 3 ] {e9d6fe5d-ae42-4228-9781-eaf39f05a835} <Debug> TCPHandler: Processed in 0.005319511 sec. | ||
| 968 | 2025.02.11 21:31:11.590869 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.02.11 21:31:11.590991 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 970 | 2025.02.11 21:31:11.591044 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 971 | 2025.02.11 21:31:11.591553 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 972 | 2025.02.11 21:31:11.591593 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 973 | 2025.02.11 21:31:11.592132 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 974 | 2025.02.11 21:31:11.592591 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 975 | 2025.02.11 21:31:11.592771 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001806 sec., 27685.49280177187 rows/sec., 1.90 MiB/sec. | ||
| 976 | 2025.02.11 21:31:11.592820 [ 255 ] {135bf28c-41fb-4bf9-85ab-b2b58f2956b0} <Debug> TCPHandler: Processed in 0.002010869 sec. | ||
| 977 | 2025.02.11 21:31:16.557870 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 978 | 2025.02.11 21:31:16.558077 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 979 | 2025.02.11 21:31:16.558150 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 980 | 2025.02.11 21:31:16.559016 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 981 | 2025.02.11 21:31:16.559064 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 982 | 2025.02.11 21:31:16.559608 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 983 | 2025.02.11 21:31:16.560087 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 984 | 2025.02.11 21:31:16.560303 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002281 sec., 22797.018851380974 rows/sec., 1.74 MiB/sec. | ||
| 985 | 2025.02.11 21:31:16.560371 [ 3 ] {8804bde4-5440-4458-bfae-c0f2d75dc5a7} <Debug> TCPHandler: Processed in 0.002635375 sec. | ||
| 986 | 2025.02.11 21:31:16.560699 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2025.02.11 21:31:16.560947 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 988 | 2025.02.11 21:31:16.561057 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 989 | 2025.02.11 21:31:16.562166 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 990 | 2025.02.11 21:31:16.562234 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 991 | 2025.02.11 21:31:16.562964 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 992 | 2025.02.11 21:31:16.563603 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.02.11 21:31:16.563857 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002989 sec., 18735.36299765808 rows/sec., 1.46 MiB/sec. | ||
| 994 | 2025.02.11 21:31:16.563930 [ 255 ] {920aece4-fbfd-4332-ac9b-79d2c995e8f1} <Debug> TCPHandler: Processed in 0.003398654 sec. | ||
| 995 | 2025.02.11 21:31:16.564118 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.02.11 21:31:16.564254 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 997 | 2025.02.11 21:31:16.564314 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 998 | 2025.02.11 21:31:16.564970 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2025.02.11 21:31:16.565008 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1000 | 2025.02.11 21:31:16.565554 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1001 | 2025.02.11 21:31:16.566062 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2025.02.11 21:31:16.566316 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002071 sec., 72428.7783679382 rows/sec., 5.02 MiB/sec. | ||
| 1003 | 2025.02.11 21:31:16.566428 [ 3 ] {d0236070-ea98-456f-b857-cd243e39c95e} <Debug> TCPHandler: Processed in 0.002372449 sec. | ||
| 1004 | 2025.02.11 21:31:16.566626 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2025.02.11 21:31:16.566757 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1006 | 2025.02.11 21:31:16.566821 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1007 | 2025.02.11 21:31:16.567354 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2025.02.11 21:31:16.567414 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1009 | 2025.02.11 21:31:16.567975 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1010 | 2025.02.11 21:31:16.568433 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2025.02.11 21:31:16.568622 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.0019 sec., 26315.78947368421 rows/sec., 1.80 MiB/sec. | ||
| 1012 | 2025.02.11 21:31:16.568684 [ 255 ] {1bf72aa4-c206-482d-9549-170fb16d937d} <Debug> TCPHandler: Processed in 0.002123242 sec. | ||
| 1013 | 2025.02.11 21:31:17.490869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2318 | ||
| 1014 | 2025.02.11 21:31:17.491637 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1015 | 2025.02.11 21:31:17.491696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1016 | 2025.02.11 21:31:17.492654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1017 | 2025.02.11 21:31:17.493407 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1018 | 2025.02.11 21:31:17.493727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1019 | 2025.02.11 21:31:17.638359 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1020 | 2025.02.11 21:31:17.657306 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1021 | 2025.02.11 21:31:17.657362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1022 | 2025.02.11 21:31:17.664231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1023 | 2025.02.11 21:31:17.665370 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1024 | 2025.02.11 21:31:17.668116 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1025 | 2025.02.11 21:31:19.997296 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 150 | ||
| 1026 | 2025.02.11 21:31:20.000100 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2025.02.11 21:31:20.000176 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1028 | 2025.02.11 21:31:20.002269 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1029 | 2025.02.11 21:31:20.002977 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2025.02.11 21:31:20.003800 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150 | ||
| 1031 | 2025.02.11 21:31:21.549846 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.02.11 21:31:21.550100 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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') FORMAT Native; (stage: Complete) | ||
| 1033 | 2025.02.11 21:31:21.550500 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1034 | 2025.02.11 21:31:21.550544 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <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')" moved to PREWHERE | ||
| 1035 | 2025.02.11 21:31:21.550847 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2025.02.11 21:31:21.550931 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2025.02.11 21:31:21.551108 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1038 | 2025.02.11 21:31:21.551339 [ 285 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1039 | 2025.02.11 21:31:21.551358 [ 259 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1040 | 2025.02.11 21:31:21.551485 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1041 | 2025.02.11 21:31:21.551516 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1042 | 2025.02.11 21:31:21.551572 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <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'))" | ||
| 1043 | 2025.02.11 21:31:21.551598 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1044 | 2025.02.11 21:31:21.552386 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002389 sec., 5860.192549183759 rows/sec., 239.13 KiB/sec. | ||
| 1045 | 2025.02.11 21:31:21.552515 [ 3 ] {ab006352-9de6-4a4e-8557-7e52db6706a0} <Debug> TCPHandler: Processed in 0.00281209 sec. | ||
| 1046 | 2025.02.11 21:31:21.552936 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1047 | 2025.02.11 21:31:21.553182 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1048 | 2025.02.11 21:31:21.553581 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1049 | 2025.02.11 21:31:21.553625 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1050 | 2025.02.11 21:31:21.553938 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1051 | 2025.02.11 21:31:21.554020 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1052 | 2025.02.11 21:31:21.554199 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1053 | 2025.02.11 21:31:21.554290 [ 259 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1054 | 2025.02.11 21:31:21.554319 [ 285 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1055 | 2025.02.11 21:31:21.554423 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1056 | 2025.02.11 21:31:21.554450 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1057 | 2025.02.11 21:31:21.554505 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <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', 'static_routing_config:static_routes'))" | ||
| 1058 | 2025.02.11 21:31:21.554530 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1059 | 2025.02.11 21:31:21.555199 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002122 sec., 6597.549481621111 rows/sec., 269.22 KiB/sec. | ||
| 1060 | 2025.02.11 21:31:21.555348 [ 255 ] {de58da44-c8fc-470a-b6ea-b97b9d1a61b3} <Debug> TCPHandler: Processed in 0.002542082 sec. | ||
| 1061 | 2025.02.11 21:31:21.555657 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1062 | 2025.02.11 21:31:21.555880 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1063 | 2025.02.11 21:31:21.556221 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1064 | 2025.02.11 21:31:21.556265 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1065 | 2025.02.11 21:31:21.556540 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1066 | 2025.02.11 21:31:21.556608 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1067 | 2025.02.11 21:31:21.556770 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1068 | 2025.02.11 21:31:21.556880 [ 259 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1069 | 2025.02.11 21:31:21.556896 [ 285 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1070 | 2025.02.11 21:31:21.556988 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1071 | 2025.02.11 21:31:21.557011 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1072 | 2025.02.11 21:31:21.557059 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1073 | 2025.02.11 21:31:21.557084 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1074 | 2025.02.11 21:31:21.557695 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001919 sec., 7295.4663887441375 rows/sec., 297.70 KiB/sec. | ||
| 1075 | 2025.02.11 21:31:21.557838 [ 3 ] {8318a848-7861-4195-b25f-82d90384bcc6} <Debug> TCPHandler: Processed in 0.002253166 sec. | ||
| 1076 | 2025.02.11 21:31:21.558216 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2025.02.11 21:31:21.558426 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1078 | 2025.02.11 21:31:21.558785 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1079 | 2025.02.11 21:31:21.558828 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1080 | 2025.02.11 21:31:21.559099 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1081 | 2025.02.11 21:31:21.559169 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1082 | 2025.02.11 21:31:21.559336 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1083 | 2025.02.11 21:31:21.559485 [ 259 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1084 | 2025.02.11 21:31:21.559512 [ 285 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1085 | 2025.02.11 21:31:21.559623 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1086 | 2025.02.11 21:31:21.559652 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1087 | 2025.02.11 21:31:21.559705 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1088 | 2025.02.11 21:31:21.559732 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1089 | 2025.02.11 21:31:21.560326 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001997 sec., 7010.515773660491 rows/sec., 286.07 KiB/sec. | ||
| 1090 | 2025.02.11 21:31:21.560451 [ 255 ] {95d08fb1-c62c-4ba6-a2d2-ba0ae4c80e18} <Debug> TCPHandler: Processed in 0.002319618 sec. | ||
| 1091 | 2025.02.11 21:31:21.568848 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2025.02.11 21:31:21.568980 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1093 | 2025.02.11 21:31:21.569035 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1094 | 2025.02.11 21:31:21.569774 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2025.02.11 21:31:21.569830 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1096 | 2025.02.11 21:31:21.570496 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1097 | 2025.02.11 21:31:21.570958 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2025.02.11 21:31:21.571218 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002272 sec., 1760.5633802816901 rows/sec., 223.94 KiB/sec. | ||
| 1099 | 2025.02.11 21:31:21.571368 [ 3 ] {8c8a70f6-9442-4c56-bf3b-44463df4f64e} <Debug> TCPHandler: Processed in 0.002585093 sec. | ||
| 1100 | 2025.02.11 21:31:21.571533 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1101 | 2025.02.11 21:31:21.571672 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1102 | 2025.02.11 21:31:21.571742 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1103 | 2025.02.11 21:31:21.572439 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1104 | 2025.02.11 21:31:21.572484 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1105 | 2025.02.11 21:31:21.573079 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1106 | 2025.02.11 21:31:21.573582 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1107 | 2025.02.11 21:31:21.573890 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002244 sec., 32085.561497326205 rows/sec., 2.61 MiB/sec. | ||
| 1108 | 2025.02.11 21:31:21.573973 [ 255 ] {5491753d-38e2-4f09-b9e5-0d2d9c812bd8} <Debug> TCPHandler: Processed in 0.002502872 sec. | ||
| 1109 | 2025.02.11 21:31:21.574157 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.02.11 21:31:21.574277 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1111 | 2025.02.11 21:31:21.574326 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1112 | 2025.02.11 21:31:21.574954 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1113 | 2025.02.11 21:31:21.574999 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1114 | 2025.02.11 21:31:21.575520 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1115 | 2025.02.11 21:31:21.576105 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1116 | 2025.02.11 21:31:21.576336 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002084 sec., 3838.7715930902114 rows/sec., 288.66 KiB/sec. | ||
| 1117 | 2025.02.11 21:31:21.576390 [ 3 ] {88228af8-117e-4e05-b984-f8a206fcab8c} <Debug> TCPHandler: Processed in 0.002296587 sec. | ||
| 1118 | 2025.02.11 21:31:21.576552 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1119 | 2025.02.11 21:31:21.576681 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1120 | 2025.02.11 21:31:21.576732 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1121 | 2025.02.11 21:31:21.577358 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2025.02.11 21:31:21.577400 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1123 | 2025.02.11 21:31:21.577906 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1124 | 2025.02.11 21:31:21.578492 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1125 | 2025.02.11 21:31:21.578748 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002097 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 1126 | 2025.02.11 21:31:21.578813 [ 255 ] {1712d160-bbfc-4897-ae5f-7a77ecafa007} <Debug> TCPHandler: Processed in 0.002320877 sec. | ||
| 1127 | 2025.02.11 21:31:21.578974 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.02.11 21:31:21.579092 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1129 | 2025.02.11 21:31:21.579144 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1130 | 2025.02.11 21:31:21.579712 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2025.02.11 21:31:21.579751 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1132 | 2025.02.11 21:31:21.580304 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1133 | 2025.02.11 21:31:21.580812 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2025.02.11 21:31:21.581091 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002 sec., 80000 rows/sec., 5.57 MiB/sec. | ||
| 1135 | 2025.02.11 21:31:21.581186 [ 3 ] {0eff6cf6-fd3c-4e97-b4b5-4708b5fddbfa} <Debug> TCPHandler: Processed in 0.002269306 sec. | ||
| 1136 | 2025.02.11 21:31:21.581346 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.02.11 21:31:21.581490 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1138 | 2025.02.11 21:31:21.581586 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1139 | 2025.02.11 21:31:21.582751 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.02.11 21:31:21.582793 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1141 | 2025.02.11 21:31:21.583557 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1142 | 2025.02.11 21:31:21.584018 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.02.11 21:31:21.584263 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002807 sec., 2850.0178126113287 rows/sec., 5.11 MiB/sec. | ||
| 1144 | 2025.02.11 21:31:21.584380 [ 255 ] {4700a0d2-0796-41f6-b681-a80fb0747c76} <Debug> TCPHandler: Processed in 0.003101717 sec. | ||
| 1145 | 2025.02.11 21:31:21.584542 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.02.11 21:31:21.584658 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.02.11 21:31:21.584716 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1148 | 2025.02.11 21:31:21.585226 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.02.11 21:31:21.585266 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1150 | 2025.02.11 21:31:21.585823 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1151 | 2025.02.11 21:31:21.586442 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.02.11 21:31:21.586719 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002083 sec., 28804.60873739798 rows/sec., 1.94 MiB/sec. | ||
| 1153 | 2025.02.11 21:31:21.586786 [ 3 ] {84b7f6d5-4116-4535-92da-755725a28484} <Debug> TCPHandler: Processed in 0.002301317 sec. | ||
| 1154 | 2025.02.11 21:31:24.927707 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1155 | 2025.02.11 21:31:24.927764 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1156 | 2025.02.11 21:31:24.993868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2745 | ||
| 1157 | 2025.02.11 21:31:24.994499 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.02.11 21:31:24.994547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1159 | 2025.02.11 21:31:24.995127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1160 | 2025.02.11 21:31:24.995385 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.02.11 21:31:24.995608 [ 85 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1162 | 2025.02.11 21:31:24.995625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2745 | ||
| 1163 | 2025.02.11 21:31:24.995697 [ 85 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1164 | 2025.02.11 21:31:24.995726 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1165 | 2025.02.11 21:31:24.999888 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 1166 | 2025.02.11 21:31:25.000046 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1167 | 2025.02.11 21:31:25.000229 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 1168 | 2025.02.11 21:31:25.000408 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1169 | 2025.02.11 21:31:25.000875 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1170 | 2025.02.11 21:31:25.000944 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1171 | 2025.02.11 21:31:25.001504 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1172 | 2025.02.11 21:31:25.001581 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1173 | 2025.02.11 21:31:25.015703 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 4 columns (4 merged, 0 gathered) in 0.019897562 sec., 137956.59990907428 rows/sec., 1.97 MiB/sec. | ||
| 1174 | 2025.02.11 21:31:25.016495 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1175 | 2025.02.11 21:31:25.016890 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1176 | 2025.02.11 21:31:25.016984 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_6_1} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1177 | 2025.02.11 21:31:25.017126 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1178 | 2025.02.11 21:31:25.168198 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1179 | 2025.02.11 21:31:25.187373 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2025.02.11 21:31:25.187437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1181 | 2025.02.11 21:31:25.194248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1182 | 2025.02.11 21:31:25.195000 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2025.02.11 21:31:25.195412 [ 85 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1184 | 2025.02.11 21:31:25.195563 [ 85 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.02.11 21:31:25.195646 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1186 | 2025.02.11 21:31:25.196118 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1187 | 2025.02.11 21:31:25.209616 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1188 | 2025.02.11 21:31:25.211339 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1189 | 2025.02.11 21:31:25.212463 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1190 | 2025.02.11 21:31:25.217613 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1191 | 2025.02.11 21:31:25.222756 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1192 | 2025.02.11 21:31:25.227945 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1193 | 2025.02.11 21:31:25.237141 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1194 | 2025.02.11 21:31:25.241796 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 1195 | 2025.02.11 21:31:25.304910 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.109107487 sec., 421.60259817916983 rows/sec., 2.18 MiB/sec. | ||
| 1196 | 2025.02.11 21:31:25.306825 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1197 | 2025.02.11 21:31:25.309528 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_6_1} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.02.11 21:31:25.309654 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_6_1} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1199 | 2025.02.11 21:31:25.311358 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1200 | 2025.02.11 21:31:26.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.75 MiB, peak 169.29 MiB, free memory in arenas 0.00 B, will set to 162.68 MiB (RSS), difference: 2.94 MiB | ||
| 1201 | 2025.02.11 21:31:26.557348 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.02.11 21:31:26.557603 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1203 | 2025.02.11 21:31:26.558075 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1204 | 2025.02.11 21:31:26.558123 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <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 | ||
| 1205 | 2025.02.11 21:31:26.558436 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1206 | 2025.02.11 21:31:26.558523 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1207 | 2025.02.11 21:31:26.558695 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1208 | 2025.02.11 21:31:26.558925 [ 288 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1209 | 2025.02.11 21:31:26.559090 [ 290 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1210 | 2025.02.11 21:31:26.559083 [ 289 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1211 | 2025.02.11 21:31:26.559267 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1212 | 2025.02.11 21:31:26.559307 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1213 | 2025.02.11 21:31:26.563571 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1214 | 2025.02.11 21:31:26.563607 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1215 | 2025.02.11 21:31:26.563666 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <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'))" | ||
| 1216 | 2025.02.11 21:31:26.563719 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <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'))" | ||
| 1217 | 2025.02.11 21:31:26.565094 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007604 sec., 2367.1751709626515 rows/sec., 96.83 KiB/sec. | ||
| 1218 | 2025.02.11 21:31:26.565242 [ 3 ] {069f3917-d7ff-4f4d-814f-53f1536fde8a} <Debug> TCPHandler: Processed in 0.008021559 sec. | ||
| 1219 | 2025.02.11 21:31:26.565713 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.02.11 21:31:26.565985 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1221 | 2025.02.11 21:31:26.566389 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1222 | 2025.02.11 21:31:26.566432 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <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 | ||
| 1223 | 2025.02.11 21:31:26.566733 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1224 | 2025.02.11 21:31:26.566814 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1225 | 2025.02.11 21:31:26.566992 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1226 | 2025.02.11 21:31:26.567080 [ 289 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1227 | 2025.02.11 21:31:26.567137 [ 288 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1228 | 2025.02.11 21:31:26.567167 [ 290 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1229 | 2025.02.11 21:31:26.567280 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1230 | 2025.02.11 21:31:26.567309 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1231 | 2025.02.11 21:31:26.567399 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1232 | 2025.02.11 21:31:26.567422 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1233 | 2025.02.11 21:31:26.567464 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <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'))" | ||
| 1234 | 2025.02.11 21:31:26.567512 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <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'))" | ||
| 1235 | 2025.02.11 21:31:26.568561 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002718 sec., 6622.516556291391 rows/sec., 270.91 KiB/sec. | ||
| 1236 | 2025.02.11 21:31:26.568703 [ 255 ] {710abea7-3e3a-4dd0-b585-9d2295de3277} <Debug> TCPHandler: Processed in 0.003116477 sec. | ||
| 1237 | 2025.02.11 21:31:26.569334 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.02.11 21:31:26.569520 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1239 | 2025.02.11 21:31:26.569856 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1240 | 2025.02.11 21:31:26.569903 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <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 | ||
| 1241 | 2025.02.11 21:31:26.570185 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1242 | 2025.02.11 21:31:26.570255 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1243 | 2025.02.11 21:31:26.570411 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1244 | 2025.02.11 21:31:26.570569 [ 288 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1245 | 2025.02.11 21:31:26.570589 [ 289 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1246 | 2025.02.11 21:31:26.570584 [ 290 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1247 | 2025.02.11 21:31:26.570729 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1248 | 2025.02.11 21:31:26.570759 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1249 | 2025.02.11 21:31:26.570848 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1250 | 2025.02.11 21:31:26.570870 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1251 | 2025.02.11 21:31:26.570912 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <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'))" | ||
| 1252 | 2025.02.11 21:31:26.570958 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <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'))" | ||
| 1253 | 2025.02.11 21:31:26.571981 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002545 sec., 7072.691552062868 rows/sec., 289.32 KiB/sec. | ||
| 1254 | 2025.02.11 21:31:26.572120 [ 3 ] {c12e38dc-8468-4f23-ada9-83159ee22267} <Debug> TCPHandler: Processed in 0.00284875 sec. | ||
| 1255 | 2025.02.11 21:31:26.572424 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.02.11 21:31:26.572638 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1257 | 2025.02.11 21:31:26.573001 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1258 | 2025.02.11 21:31:26.573043 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <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 | ||
| 1259 | 2025.02.11 21:31:26.573318 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1260 | 2025.02.11 21:31:26.573386 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1261 | 2025.02.11 21:31:26.573534 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1262 | 2025.02.11 21:31:26.573682 [ 288 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1263 | 2025.02.11 21:31:26.573689 [ 289 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1264 | 2025.02.11 21:31:26.573703 [ 290 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1265 | 2025.02.11 21:31:26.573837 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1266 | 2025.02.11 21:31:26.573866 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1267 | 2025.02.11 21:31:26.573949 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1268 | 2025.02.11 21:31:26.573970 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1269 | 2025.02.11 21:31:26.574010 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <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'))" | ||
| 1270 | 2025.02.11 21:31:26.574055 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <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'))" | ||
| 1271 | 2025.02.11 21:31:26.575074 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002534 sec., 7103.393843725336 rows/sec., 290.58 KiB/sec. | ||
| 1272 | 2025.02.11 21:31:26.575210 [ 255 ] {77954be6-d012-4446-a91f-104e70532125} <Debug> TCPHandler: Processed in 0.002853251 sec. | ||
| 1273 | 2025.02.11 21:31:26.575643 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.02.11 21:31:26.575827 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1275 | 2025.02.11 21:31:26.576155 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1276 | 2025.02.11 21:31:26.576200 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <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 | ||
| 1277 | 2025.02.11 21:31:26.576501 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1278 | 2025.02.11 21:31:26.576574 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1279 | 2025.02.11 21:31:26.576727 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1280 | 2025.02.11 21:31:26.576883 [ 288 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1281 | 2025.02.11 21:31:26.576888 [ 289 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1282 | 2025.02.11 21:31:26.576885 [ 290 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1283 | 2025.02.11 21:31:26.577044 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1284 | 2025.02.11 21:31:26.577074 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1285 | 2025.02.11 21:31:26.577161 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1286 | 2025.02.11 21:31:26.577181 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1287 | 2025.02.11 21:31:26.577224 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <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'))" | ||
| 1288 | 2025.02.11 21:31:26.577272 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <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'))" | ||
| 1289 | 2025.02.11 21:31:26.578403 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002656 sec., 6777.10843373494 rows/sec., 277.23 KiB/sec. | ||
| 1290 | 2025.02.11 21:31:26.578564 [ 3 ] {ad59fe3d-d9e7-4693-9d0a-f063237a2a6d} <Debug> TCPHandler: Processed in 0.002979404 sec. | ||
| 1291 | 2025.02.11 21:31:26.578887 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.02.11 21:31:26.579154 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1293 | 2025.02.11 21:31:26.579482 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1294 | 2025.02.11 21:31:26.579527 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <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 | ||
| 1295 | 2025.02.11 21:31:26.579942 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1296 | 2025.02.11 21:31:26.580014 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1297 | 2025.02.11 21:31:26.580199 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1298 | 2025.02.11 21:31:26.580362 [ 288 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1299 | 2025.02.11 21:31:26.580373 [ 289 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1300 | 2025.02.11 21:31:26.580341 [ 290 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2025.02.11 21:31:26.580522 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1302 | 2025.02.11 21:31:26.580551 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1303 | 2025.02.11 21:31:26.580634 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1304 | 2025.02.11 21:31:26.580656 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1305 | 2025.02.11 21:31:26.580697 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <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'))" | ||
| 1306 | 2025.02.11 21:31:26.580744 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <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'))" | ||
| 1307 | 2025.02.11 21:31:26.581836 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002763 sec., 6514.657980456026 rows/sec., 266.50 KiB/sec. | ||
| 1308 | 2025.02.11 21:31:26.581981 [ 255 ] {06f911b5-dbad-4668-b03e-6472b2fba775} <Debug> TCPHandler: Processed in 0.003154028 sec. | ||
| 1309 | 2025.02.11 21:31:26.582295 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.02.11 21:31:26.582476 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1311 | 2025.02.11 21:31:26.582806 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1312 | 2025.02.11 21:31:26.582851 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <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 | ||
| 1313 | 2025.02.11 21:31:26.583144 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1314 | 2025.02.11 21:31:26.583213 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1315 | 2025.02.11 21:31:26.583365 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1316 | 2025.02.11 21:31:26.583493 [ 288 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1317 | 2025.02.11 21:31:26.583518 [ 289 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1318 | 2025.02.11 21:31:26.583541 [ 290 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1319 | 2025.02.11 21:31:26.583655 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1320 | 2025.02.11 21:31:26.583686 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1321 | 2025.02.11 21:31:26.583770 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1322 | 2025.02.11 21:31:26.583790 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1323 | 2025.02.11 21:31:26.583848 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <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'))" | ||
| 1324 | 2025.02.11 21:31:26.583912 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <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'))" | ||
| 1325 | 2025.02.11 21:31:26.584977 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002584 sec., 6965.94427244582 rows/sec., 284.96 KiB/sec. | ||
| 1326 | 2025.02.11 21:31:26.585138 [ 3 ] {d2d48599-c7f3-49b7-9ebe-c77d98077f59} <Debug> TCPHandler: Processed in 0.002903122 sec. | ||
| 1327 | 2025.02.11 21:31:26.585485 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.02.11 21:31:26.585668 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1329 | 2025.02.11 21:31:26.585998 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1330 | 2025.02.11 21:31:26.586049 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <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 | ||
| 1331 | 2025.02.11 21:31:26.586356 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1332 | 2025.02.11 21:31:26.586426 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1333 | 2025.02.11 21:31:26.586575 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1334 | 2025.02.11 21:31:26.586700 [ 288 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1335 | 2025.02.11 21:31:26.586720 [ 289 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1336 | 2025.02.11 21:31:26.586747 [ 290 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1337 | 2025.02.11 21:31:26.586855 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1338 | 2025.02.11 21:31:26.586885 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1339 | 2025.02.11 21:31:26.586968 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1340 | 2025.02.11 21:31:26.586989 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1341 | 2025.02.11 21:31:26.587029 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <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'))" | ||
| 1342 | 2025.02.11 21:31:26.587077 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <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'))" | ||
| 1343 | 2025.02.11 21:31:26.588168 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002584 sec., 6965.94427244582 rows/sec., 284.96 KiB/sec. | ||
| 1344 | 2025.02.11 21:31:26.588306 [ 255 ] {4f84a64f-673e-469f-9909-0a45c6656a80} <Debug> TCPHandler: Processed in 0.002877872 sec. | ||
| 1345 | 2025.02.11 21:31:26.588636 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.02.11 21:31:26.588836 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1347 | 2025.02.11 21:31:26.589180 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1348 | 2025.02.11 21:31:26.589228 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <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 | ||
| 1349 | 2025.02.11 21:31:26.589522 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1350 | 2025.02.11 21:31:26.589591 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1351 | 2025.02.11 21:31:26.589741 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1352 | 2025.02.11 21:31:26.589857 [ 289 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1353 | 2025.02.11 21:31:26.589907 [ 288 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1354 | 2025.02.11 21:31:26.589918 [ 290 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1355 | 2025.02.11 21:31:26.590046 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1356 | 2025.02.11 21:31:26.590075 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1357 | 2025.02.11 21:31:26.590160 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1358 | 2025.02.11 21:31:26.590180 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1359 | 2025.02.11 21:31:26.590220 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <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'))" | ||
| 1360 | 2025.02.11 21:31:26.590268 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <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'))" | ||
| 1361 | 2025.02.11 21:31:26.591406 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002668 sec., 6746.626686656672 rows/sec., 275.99 KiB/sec. | ||
| 1362 | 2025.02.11 21:31:26.591543 [ 3 ] {e350235d-c708-4526-944f-92819e58f824} <Debug> TCPHandler: Processed in 0.002961914 sec. | ||
| 1363 | 2025.02.11 21:31:26.591860 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.02.11 21:31:26.592094 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1365 | 2025.02.11 21:31:26.592536 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1366 | 2025.02.11 21:31:26.592600 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <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 | ||
| 1367 | 2025.02.11 21:31:26.592957 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1368 | 2025.02.11 21:31:26.593026 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1369 | 2025.02.11 21:31:26.593176 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1370 | 2025.02.11 21:31:26.593320 [ 289 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1371 | 2025.02.11 21:31:26.593344 [ 290 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1372 | 2025.02.11 21:31:26.593353 [ 288 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1373 | 2025.02.11 21:31:26.593492 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1374 | 2025.02.11 21:31:26.593521 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1375 | 2025.02.11 21:31:26.593606 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1376 | 2025.02.11 21:31:26.593627 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1377 | 2025.02.11 21:31:26.593668 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <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'))" | ||
| 1378 | 2025.02.11 21:31:26.593717 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <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'))" | ||
| 1379 | 2025.02.11 21:31:26.594832 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002843 sec., 6331.340133661625 rows/sec., 259.00 KiB/sec. | ||
| 1380 | 2025.02.11 21:31:26.595014 [ 255 ] {0f89c2af-669f-4ba6-88fe-2c5f29d31ff3} <Debug> TCPHandler: Processed in 0.003222789 sec. | ||
| 1381 | 2025.02.11 21:31:26.595339 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.02.11 21:31:26.595525 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1383 | 2025.02.11 21:31:26.595857 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1384 | 2025.02.11 21:31:26.595903 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <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 | ||
| 1385 | 2025.02.11 21:31:26.596209 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1386 | 2025.02.11 21:31:26.596283 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1387 | 2025.02.11 21:31:26.596434 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1388 | 2025.02.11 21:31:26.596589 [ 288 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1389 | 2025.02.11 21:31:26.596605 [ 289 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1390 | 2025.02.11 21:31:26.596620 [ 290 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1391 | 2025.02.11 21:31:26.596741 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1392 | 2025.02.11 21:31:26.596770 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1393 | 2025.02.11 21:31:26.596855 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1394 | 2025.02.11 21:31:26.596875 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1395 | 2025.02.11 21:31:26.596918 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <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'))" | ||
| 1396 | 2025.02.11 21:31:26.596965 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <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'))" | ||
| 1397 | 2025.02.11 21:31:26.598047 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002611 sec., 6893.9103791650705 rows/sec., 282.01 KiB/sec. | ||
| 1398 | 2025.02.11 21:31:26.598195 [ 3 ] {9882a045-3aba-4388-b678-4a1e44f79167} <Debug> TCPHandler: Processed in 0.002916422 sec. | ||
| 1399 | 2025.02.11 21:31:26.604869 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.02.11 21:31:26.605105 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1401 | 2025.02.11 21:31:26.605508 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1402 | 2025.02.11 21:31:26.605564 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <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 | ||
| 1403 | 2025.02.11 21:31:26.605933 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1404 | 2025.02.11 21:31:26.606001 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1405 | 2025.02.11 21:31:26.606151 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1406 | 2025.02.11 21:31:26.606300 [ 289 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1407 | 2025.02.11 21:31:26.606306 [ 288 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1408 | 2025.02.11 21:31:26.606328 [ 290 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1409 | 2025.02.11 21:31:26.606457 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1410 | 2025.02.11 21:31:26.606491 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1411 | 2025.02.11 21:31:26.606576 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1412 | 2025.02.11 21:31:26.606597 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1413 | 2025.02.11 21:31:26.606640 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <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'))" | ||
| 1414 | 2025.02.11 21:31:26.606687 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <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'))" | ||
| 1415 | 2025.02.11 21:31:26.607805 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002819 sec., 6385.242993969493 rows/sec., 261.20 KiB/sec. | ||
| 1416 | 2025.02.11 21:31:26.607941 [ 255 ] {61b4a0ed-53f4-410d-aff4-d2f198fa6ef9} <Debug> TCPHandler: Processed in 0.003139978 sec. | ||
| 1417 | 2025.02.11 21:31:26.609764 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.02.11 21:31:26.609898 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1419 | 2025.02.11 21:31:26.609953 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1420 | 2025.02.11 21:31:26.610759 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.02.11 21:31:26.610806 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1422 | 2025.02.11 21:31:26.611488 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1423 | 2025.02.11 21:31:26.611895 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.02.11 21:31:26.612137 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.002277 sec., 5270.092226613966 rows/sec., 1.87 MiB/sec. | ||
| 1425 | 2025.02.11 21:31:26.612203 [ 3 ] {164125a9-08bc-4a5e-94a7-3b95ac10eac6} <Debug> TCPHandler: Processed in 0.002497212 sec. | ||
| 1426 | 2025.02.11 21:31:26.612369 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.02.11 21:31:26.612498 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.02.11 21:31:26.612550 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1429 | 2025.02.11 21:31:26.613915 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.02.11 21:31:26.613960 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1431 | 2025.02.11 21:31:26.614555 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1432 | 2025.02.11 21:31:26.615123 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.02.11 21:31:26.615409 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002926 sec., 72453.86192754614 rows/sec., 4.61 MiB/sec. | ||
| 1434 | 2025.02.11 21:31:26.615504 [ 255 ] {2a8d8506-f377-4133-aebd-e7a3d98738ec} <Debug> TCPHandler: Processed in 0.003190249 sec. | ||
| 1435 | 2025.02.11 21:31:26.615664 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.02.11 21:31:26.615789 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1437 | 2025.02.11 21:31:26.615839 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1438 | 2025.02.11 21:31:26.616716 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.02.11 21:31:26.616756 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1440 | 2025.02.11 21:31:26.617332 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.02.11 21:31:26.617894 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.02.11 21:31:26.618187 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002426 sec., 254328.1121187139 rows/sec., 19.88 MiB/sec. | ||
| 1443 | 2025.02.11 21:31:26.618251 [ 3 ] {60028aef-62cc-4aed-9b6f-dc7ea2b1f7a9} <Debug> TCPHandler: Processed in 0.002645306 sec. | ||
| 1444 | 2025.02.11 21:31:26.618422 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2025.02.11 21:31:26.618566 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1446 | 2025.02.11 21:31:26.618625 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1447 | 2025.02.11 21:31:26.619319 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.02.11 21:31:26.619360 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1449 | 2025.02.11 21:31:26.619931 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1450 | 2025.02.11 21:31:26.620533 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.02.11 21:31:26.620765 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00223 sec., 47533.63228699551 rows/sec., 2.80 MiB/sec. | ||
| 1452 | 2025.02.11 21:31:26.620827 [ 255 ] {03e48ab7-f590-44e5-9d99-8ff3a7acf3dd} <Debug> TCPHandler: Processed in 0.002472171 sec. | ||
| 1453 | 2025.02.11 21:31:26.620987 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1454 | 2025.02.11 21:31:26.621118 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1455 | 2025.02.11 21:31:26.621168 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1456 | 2025.02.11 21:31:26.621896 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2025.02.11 21:31:26.621944 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1458 | 2025.02.11 21:31:26.622569 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1459 | 2025.02.11 21:31:26.623144 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1460 | 2025.02.11 21:31:26.623423 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002314 sec., 48833.189282627485 rows/sec., 3.16 MiB/sec. | ||
| 1461 | 2025.02.11 21:31:26.623497 [ 3 ] {a97404da-d260-4fc1-ba5e-1444512551cd} <Debug> TCPHandler: Processed in 0.002568983 sec. | ||
| 1462 | 2025.02.11 21:31:26.623640 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2025.02.11 21:31:26.623758 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1464 | 2025.02.11 21:31:26.623807 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1465 | 2025.02.11 21:31:26.624434 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1466 | 2025.02.11 21:31:26.624475 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1467 | 2025.02.11 21:31:26.625090 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1468 | 2025.02.11 21:31:26.625646 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1469 | 2025.02.11 21:31:26.625922 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002171 sec., 51589.12943344081 rows/sec., 2.94 MiB/sec. | ||
| 1470 | 2025.02.11 21:31:26.625992 [ 255 ] {714a7b37-b0ba-4ab0-a8c5-557aabe4d03c} <Debug> TCPHandler: Processed in 0.00240527 sec. | ||
| 1471 | 2025.02.11 21:31:26.626146 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2025.02.11 21:31:26.626267 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1473 | 2025.02.11 21:31:26.626316 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1474 | 2025.02.11 21:31:26.627071 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.02.11 21:31:26.627111 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1476 | 2025.02.11 21:31:26.627668 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1477 | 2025.02.11 21:31:26.628273 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2025.02.11 21:31:26.628540 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002298 sec., 166231.5056570931 rows/sec., 11.72 MiB/sec. | ||
| 1479 | 2025.02.11 21:31:26.628609 [ 3 ] {13f2d17d-374e-4214-b653-759d06a4c554} <Debug> TCPHandler: Processed in 0.002520972 sec. | ||
| 1480 | 2025.02.11 21:31:26.628771 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.02.11 21:31:26.628889 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1482 | 2025.02.11 21:31:26.628941 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1483 | 2025.02.11 21:31:26.629427 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1484 | 2025.02.11 21:31:26.629466 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1485 | 2025.02.11 21:31:26.630048 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1486 | 2025.02.11 21:31:26.630592 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1487 | 2025.02.11 21:31:26.630812 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001943 sec., 3088.0082346886256 rows/sec., 161.34 KiB/sec. | ||
| 1488 | 2025.02.11 21:31:26.630861 [ 255 ] {52f6b03b-ece1-4721-8a8d-74c5363e4dd3} <Debug> TCPHandler: Processed in 0.002144973 sec. | ||
| 1489 | 2025.02.11 21:31:26.631016 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1490 | 2025.02.11 21:31:26.631137 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1491 | 2025.02.11 21:31:26.631189 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1492 | 2025.02.11 21:31:26.631805 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1493 | 2025.02.11 21:31:26.631846 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1494 | 2025.02.11 21:31:26.632489 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1495 | 2025.02.11 21:31:26.633072 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1496 | 2025.02.11 21:31:26.633355 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002239 sec., 105850.82626172398 rows/sec., 7.09 MiB/sec. | ||
| 1497 | 2025.02.11 21:31:26.633419 [ 3 ] {7a51e33c-bdff-4df0-9baa-4779f446fb22} <Debug> TCPHandler: Processed in 0.002462821 sec. | ||
| 1498 | 2025.02.11 21:31:26.633566 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1499 | 2025.02.11 21:31:26.633682 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1500 | 2025.02.11 21:31:26.633734 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1501 | 2025.02.11 21:31:26.634230 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.02.11 21:31:26.634270 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1503 | 2025.02.11 21:31:26.634801 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1504 | 2025.02.11 21:31:26.635424 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1505 | 2025.02.11 21:31:26.635640 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00198 sec., 505.0505050505051 rows/sec., 34.03 KiB/sec. | ||
| 1506 | 2025.02.11 21:31:26.635691 [ 255 ] {c9d85c00-6e98-4622-9fc0-7932dc4128e2} <Debug> TCPHandler: Processed in 0.002183363 sec. | ||
| 1507 | 2025.02.11 21:31:26.635840 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.02.11 21:31:26.635961 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1509 | 2025.02.11 21:31:26.636013 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1510 | 2025.02.11 21:31:26.636509 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.02.11 21:31:26.636549 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1512 | 2025.02.11 21:31:26.637147 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1513 | 2025.02.11 21:31:26.637710 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.02.11 21:31:26.638047 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002085 sec., 39328.537170263786 rows/sec., 2.50 MiB/sec. | ||
| 1515 | 2025.02.11 21:31:26.638136 [ 3 ] {688738af-6bce-4236-a2d5-e7a730ad2f3b} <Debug> TCPHandler: Processed in 0.002352388 sec. | ||
| 1516 | 2025.02.11 21:31:27.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.13 MiB, peak 169.29 MiB, free memory in arenas 0.00 B, will set to 163.01 MiB (RSS), difference: -1.12 MiB | ||
| 1517 | 2025.02.11 21:31:30.004013 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 218 | ||
| 1518 | 2025.02.11 21:31:30.007942 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.02.11 21:31:30.008001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1520 | 2025.02.11 21:31:30.009600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1521 | 2025.02.11 21:31:30.009933 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.02.11 21:31:30.010553 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 218 | ||
| 1523 | 2025.02.11 21:31:31.362880 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.02.11 21:31:31.363231 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1525 | 2025.02.11 21:31:31.363655 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1526 | 2025.02.11 21:31:31.363705 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <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 | ||
| 1527 | 2025.02.11 21:31:31.364058 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1528 | 2025.02.11 21:31:31.364144 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1529 | 2025.02.11 21:31:31.364325 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1530 | 2025.02.11 21:31:31.364509 [ 288 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1531 | 2025.02.11 21:31:31.364550 [ 289 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1532 | 2025.02.11 21:31:31.364688 [ 292 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1533 | 2025.02.11 21:31:31.364710 [ 290 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1534 | 2025.02.11 21:31:31.364875 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1535 | 2025.02.11 21:31:31.364909 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1536 | 2025.02.11 21:31:31.365031 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1537 | 2025.02.11 21:31:31.365055 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1538 | 2025.02.11 21:31:31.365099 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <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'))" | ||
| 1539 | 2025.02.11 21:31:31.365148 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <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'))" | ||
| 1540 | 2025.02.11 21:31:31.365192 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <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'))" | ||
| 1541 | 2025.02.11 21:31:31.366846 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00375 sec., 8000 rows/sec., 299.74 KiB/sec. | ||
| 1542 | 2025.02.11 21:31:31.367043 [ 3 ] {310a8a49-17c5-4be4-9e2d-0daad907478f} <Debug> TCPHandler: Processed in 0.004332467 sec. | ||
| 1543 | 2025.02.11 21:31:31.367467 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2025.02.11 21:31:31.367703 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1545 | 2025.02.11 21:31:31.368121 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1546 | 2025.02.11 21:31:31.368171 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <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 | ||
| 1547 | 2025.02.11 21:31:31.368510 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1548 | 2025.02.11 21:31:31.368593 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1549 | 2025.02.11 21:31:31.368773 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1550 | 2025.02.11 21:31:31.368879 [ 289 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1551 | 2025.02.11 21:31:31.368929 [ 288 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1552 | 2025.02.11 21:31:31.369017 [ 290 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1553 | 2025.02.11 21:31:31.369019 [ 292 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1554 | 2025.02.11 21:31:31.369182 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1555 | 2025.02.11 21:31:31.369213 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.02.11 21:31:31.369332 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.02.11 21:31:31.369356 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1558 | 2025.02.11 21:31:31.369400 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <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'))" | ||
| 1559 | 2025.02.11 21:31:31.369448 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <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'))" | ||
| 1560 | 2025.02.11 21:31:31.369492 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <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'))" | ||
| 1561 | 2025.02.11 21:31:31.371082 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003492 sec., 8591.06529209622 rows/sec., 321.89 KiB/sec. | ||
| 1562 | 2025.02.11 21:31:31.371274 [ 255 ] {7479d7f2-003a-40ae-a055-5d0d36569bba} <Debug> TCPHandler: Processed in 0.003927637 sec. | ||
| 1563 | 2025.02.11 21:31:31.371543 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2025.02.11 21:31:31.371772 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1565 | 2025.02.11 21:31:31.372170 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1566 | 2025.02.11 21:31:31.372219 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <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 | ||
| 1567 | 2025.02.11 21:31:31.372534 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1568 | 2025.02.11 21:31:31.372603 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1569 | 2025.02.11 21:31:31.372757 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1570 | 2025.02.11 21:31:31.372854 [ 288 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1571 | 2025.02.11 21:31:31.372905 [ 289 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1572 | 2025.02.11 21:31:31.372978 [ 290 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1573 | 2025.02.11 21:31:31.372979 [ 292 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1574 | 2025.02.11 21:31:31.373106 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1575 | 2025.02.11 21:31:31.373136 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1576 | 2025.02.11 21:31:31.373248 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1577 | 2025.02.11 21:31:31.373271 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1578 | 2025.02.11 21:31:31.373312 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <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'))" | ||
| 1579 | 2025.02.11 21:31:31.373362 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <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'))" | ||
| 1580 | 2025.02.11 21:31:31.373406 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <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'))" | ||
| 1581 | 2025.02.11 21:31:31.374959 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003303 sec., 9082.652134423251 rows/sec., 340.30 KiB/sec. | ||
| 1582 | 2025.02.11 21:31:31.375140 [ 3 ] {4dd67906-d6dd-4b98-b2ef-523b1284b428} <Debug> TCPHandler: Processed in 0.00366538 sec. | ||
| 1583 | 2025.02.11 21:31:31.375520 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1584 | 2025.02.11 21:31:31.375753 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1585 | 2025.02.11 21:31:31.376146 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1586 | 2025.02.11 21:31:31.376194 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <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 | ||
| 1587 | 2025.02.11 21:31:31.376517 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1588 | 2025.02.11 21:31:31.376585 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1589 | 2025.02.11 21:31:31.376738 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1590 | 2025.02.11 21:31:31.376878 [ 288 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1591 | 2025.02.11 21:31:31.376897 [ 289 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1592 | 2025.02.11 21:31:31.376976 [ 292 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1593 | 2025.02.11 21:31:31.376991 [ 290 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1594 | 2025.02.11 21:31:31.377112 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1595 | 2025.02.11 21:31:31.377143 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1596 | 2025.02.11 21:31:31.377258 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1597 | 2025.02.11 21:31:31.377281 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1598 | 2025.02.11 21:31:31.377322 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <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'))" | ||
| 1599 | 2025.02.11 21:31:31.377372 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <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'))" | ||
| 1600 | 2025.02.11 21:31:31.377417 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <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'))" | ||
| 1601 | 2025.02.11 21:31:31.378884 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003249 sec., 9233.610341643582 rows/sec., 345.96 KiB/sec. | ||
| 1602 | 2025.02.11 21:31:31.379061 [ 255 ] {e7aec7ff-258c-4c81-8f88-bf1e7de4c6ce} <Debug> TCPHandler: Processed in 0.003611829 sec. | ||
| 1603 | 2025.02.11 21:31:31.379334 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1604 | 2025.02.11 21:31:31.379559 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) 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) | ||
| 1605 | 2025.02.11 21:31:31.379963 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1606 | 2025.02.11 21:31:31.380021 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <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 | ||
| 1607 | 2025.02.11 21:31:31.380353 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1608 | 2025.02.11 21:31:31.380421 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1609 | 2025.02.11 21:31:31.380574 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1610 | 2025.02.11 21:31:31.380687 [ 288 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1611 | 2025.02.11 21:31:31.380727 [ 289 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1612 | 2025.02.11 21:31:31.380765 [ 292 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1613 | 2025.02.11 21:31:31.380812 [ 290 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1614 | 2025.02.11 21:31:31.380913 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1615 | 2025.02.11 21:31:31.380942 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1616 | 2025.02.11 21:31:31.381052 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1617 | 2025.02.11 21:31:31.381074 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1618 | 2025.02.11 21:31:31.381116 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <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'))" | ||
| 1619 | 2025.02.11 21:31:31.381165 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <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'))" | ||
| 1620 | 2025.02.11 21:31:31.381210 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <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'))" | ||
| 1621 | 2025.02.11 21:31:31.382603 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003157 sec., 9502.692429521698 rows/sec., 356.04 KiB/sec. | ||
| 1622 | 2025.02.11 21:31:31.382795 [ 3 ] {3efbc0f5-f7ad-4ec3-861b-24b853ca1c96} <Debug> TCPHandler: Processed in 0.003531257 sec. | ||
| 1623 | 2025.02.11 21:31:31.383054 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2025.02.11 21:31:31.383278 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1625 | 2025.02.11 21:31:31.383678 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1626 | 2025.02.11 21:31:31.383737 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <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 | ||
| 1627 | 2025.02.11 21:31:31.384124 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1628 | 2025.02.11 21:31:31.384189 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1629 | 2025.02.11 21:31:31.384339 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1630 | 2025.02.11 21:31:31.384480 [ 288 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1631 | 2025.02.11 21:31:31.384503 [ 289 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1632 | 2025.02.11 21:31:31.384572 [ 292 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1633 | 2025.02.11 21:31:31.384596 [ 290 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2025.02.11 21:31:31.384720 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1635 | 2025.02.11 21:31:31.384749 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2025.02.11 21:31:31.384856 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1637 | 2025.02.11 21:31:31.384878 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1638 | 2025.02.11 21:31:31.384920 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <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'))" | ||
| 1639 | 2025.02.11 21:31:31.384968 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <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'))" | ||
| 1640 | 2025.02.11 21:31:31.385014 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <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'))" | ||
| 1641 | 2025.02.11 21:31:31.386433 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003269 sec., 9177.118384827163 rows/sec., 343.84 KiB/sec. | ||
| 1642 | 2025.02.11 21:31:31.386607 [ 255 ] {35585cf5-4282-4f53-bddf-86ccc0e07fe0} <Debug> TCPHandler: Processed in 0.00361864 sec. | ||
| 1643 | 2025.02.11 21:31:31.467478 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.02.11 21:31:31.467633 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1645 | 2025.02.11 21:31:31.467703 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1646 | 2025.02.11 21:31:31.468498 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2025.02.11 21:31:31.468537 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1648 | 2025.02.11 21:31:31.469072 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1649 | 2025.02.11 21:31:31.469295 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2025.02.11 21:31:31.469492 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001906 sec., 3147.953830010493 rows/sec., 700.91 KiB/sec. | ||
| 1651 | 2025.02.11 21:31:31.469553 [ 3 ] {68ca046a-70ef-4a7e-91ad-0edb0cf70609} <Debug> TCPHandler: Processed in 0.002159593 sec. | ||
| 1652 | 2025.02.11 21:31:31.469738 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2025.02.11 21:31:31.469872 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1654 | 2025.02.11 21:31:31.469951 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1655 | 2025.02.11 21:31:31.471340 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1656 | 2025.02.11 21:31:31.471386 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1657 | 2025.02.11 21:31:31.471912 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1658 | 2025.02.11 21:31:31.472170 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.02.11 21:31:31.472350 [ 76 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1660 | 2025.02.11 21:31:31.472407 [ 76 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2025.02.11 21:31:31.472424 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002581 sec., 469585.4320030996 rows/sec., 38.80 MiB/sec. | ||
| 1662 | 2025.02.11 21:31:31.472450 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1663 | 2025.02.11 21:31:31.472596 [ 255 ] {b05d1dfc-16d3-4f89-93bf-634d546683db} <Debug> TCPHandler: Processed in 0.002917592 sec. | ||
| 1664 | 2025.02.11 21:31:31.472909 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1665 | 2025.02.11 21:31:31.473023 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 1666 | 2025.02.11 21:31:31.473117 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1667 | 2025.02.11 21:31:31.473216 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1668 | 2025.02.11 21:31:31.473303 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1669 | 2025.02.11 21:31:31.473404 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1670 | 2025.02.11 21:31:31.473713 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 68 rows starting from the beginning of the part | ||
| 1671 | 2025.02.11 21:31:31.474069 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1672 | 2025.02.11 21:31:31.474415 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
| 1673 | 2025.02.11 21:31:31.474780 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 617 rows starting from the beginning of the part | ||
| 1674 | 2025.02.11 21:31:31.475161 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1212 rows starting from the beginning of the part | ||
| 1675 | 2025.02.11 21:31:31.476276 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1676 | 2025.02.11 21:31:31.476386 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1677 | 2025.02.11 21:31:31.477449 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1678 | 2025.02.11 21:31:31.477934 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1679 | 2025.02.11 21:31:31.478281 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00521 sec., 1535.5086372360845 rows/sec., 115.46 KiB/sec. | ||
| 1680 | 2025.02.11 21:31:31.478549 [ 3 ] {6cd24ef6-2a53-4773-a018-97b37f29eba4} <Debug> TCPHandler: Processed in 0.005807623 sec. | ||
| 1681 | 2025.02.11 21:31:31.478833 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1682 | 2025.02.11 21:31:31.478865 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2073 rows, containing 5 columns (5 merged, 0 gathered) in 0.006240524 sec., 332183.6435530093 rows/sec., 28.14 MiB/sec. | ||
| 1683 | 2025.02.11 21:31:31.478987 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1684 | 2025.02.11 21:31:31.479045 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1685 | 2025.02.11 21:31:31.479274 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1686 | 2025.02.11 21:31:31.479905 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1687 | 2025.02.11 21:31:31.480110 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_6_1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1688 | 2025.02.11 21:31:31.480312 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 1689 | 2025.02.11 21:31:31.480465 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2025.02.11 21:31:31.480512 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1691 | 2025.02.11 21:31:31.480894 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1692 | 2025.02.11 21:31:31.481160 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2025.02.11 21:31:31.481383 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002421 sec., 94175.96034696407 rows/sec., 6.38 MiB/sec. | ||
| 1694 | 2025.02.11 21:31:31.481441 [ 255 ] {426c234e-1326-42ff-b14d-531dca19a1fd} <Debug> TCPHandler: Processed in 0.002756678 sec. | ||
| 1695 | 2025.02.11 21:31:31.481614 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2025.02.11 21:31:31.481753 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1697 | 2025.02.11 21:31:31.481810 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1698 | 2025.02.11 21:31:31.482686 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1699 | 2025.02.11 21:31:31.482725 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1700 | 2025.02.11 21:31:31.483123 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1701 | 2025.02.11 21:31:31.483387 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2025.02.11 21:31:31.483554 [ 73 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1703 | 2025.02.11 21:31:31.483612 [ 73 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.02.11 21:31:31.483624 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001891 sec., 279217.3453199365 rows/sec., 20.68 MiB/sec. | ||
| 1705 | 2025.02.11 21:31:31.483651 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1706 | 2025.02.11 21:31:31.483761 [ 3 ] {b30d938a-e78e-437d-9d22-a0fd5f9fce17} <Debug> TCPHandler: Processed in 0.002213305 sec. | ||
| 1707 | 2025.02.11 21:31:31.483877 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 1708 | 2025.02.11 21:31:31.483985 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1709 | 2025.02.11 21:31:31.484056 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1710 | 2025.02.11 21:31:31.484149 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 1711 | 2025.02.11 21:31:31.484188 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1712 | 2025.02.11 21:31:31.484337 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1713 | 2025.02.11 21:31:31.484578 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 1714 | 2025.02.11 21:31:31.484911 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1715 | 2025.02.11 21:31:31.485236 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
| 1716 | 2025.02.11 21:31:31.485569 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
| 1717 | 2025.02.11 21:31:31.485854 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 528 rows starting from the beginning of the part | ||
| 1718 | 2025.02.11 21:31:31.487887 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 5 columns (5 merged, 0 gathered) in 0.004113782 sec., 281492.79665281245 rows/sec., 21.83 MiB/sec. | ||
| 1719 | 2025.02.11 21:31:31.488110 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1720 | 2025.02.11 21:31:31.488424 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1721 | 2025.02.11 21:31:31.488500 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_6_1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1722 | 2025.02.11 21:31:31.488589 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 1723 | 2025.02.11 21:31:31.489664 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.02.11 21:31:31.489709 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1725 | 2025.02.11 21:31:31.490278 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1726 | 2025.02.11 21:31:31.490539 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.02.11 21:31:31.490715 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1728 | 2025.02.11 21:31:31.490782 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1729 | 2025.02.11 21:31:31.490792 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Debug> executeQuery: Read 2242 rows, 153.74 KiB in 0.006652 sec., 337041.4912808178 rows/sec., 22.57 MiB/sec. | ||
| 1730 | 2025.02.11 21:31:31.490824 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1731 | 2025.02.11 21:31:31.491013 [ 255 ] {b3ef46f5-cb1f-4bd0-b61a-de26686df384} <Debug> TCPHandler: Processed in 0.007103346 sec. | ||
| 1732 | 2025.02.11 21:31:31.491303 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 1733 | 2025.02.11 21:31:31.491356 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2025.02.11 21:31:31.491513 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1735 | 2025.02.11 21:31:31.491541 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1736 | 2025.02.11 21:31:31.491556 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 150 rows starting from the beginning of the part | ||
| 1737 | 2025.02.11 21:31:31.491798 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1738 | 2025.02.11 21:31:31.491852 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1739 | 2025.02.11 21:31:31.492315 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1740 | 2025.02.11 21:31:31.492644 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 1741 | 2025.02.11 21:31:31.493068 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 1742 | 2025.02.11 21:31:31.493370 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2242 rows starting from the beginning of the part | ||
| 1743 | 2025.02.11 21:31:31.495541 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2025.02.11 21:31:31.495597 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1745 | 2025.02.11 21:31:31.496057 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3089 rows, containing 5 columns (5 merged, 0 gathered) in 0.005114546 sec., 603963.6753682536 rows/sec., 40.74 MiB/sec. | ||
| 1746 | 2025.02.11 21:31:31.496340 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1747 | 2025.02.11 21:31:31.496447 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1748 | 2025.02.11 21:31:31.496685 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2025.02.11 21:31:31.496808 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1750 | 2025.02.11 21:31:31.496813 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1751 | 2025.02.11 21:31:31.496906 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 1752 | 2025.02.11 21:31:31.497187 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005684 sec., 1407.4595355383533 rows/sec., 2.52 MiB/sec. | ||
| 1753 | 2025.02.11 21:31:31.497303 [ 3 ] {b05e49ed-aa0e-4719-a809-5364320fa699} <Debug> TCPHandler: Processed in 0.006138132 sec. | ||
| 1754 | 2025.02.11 21:31:31.497478 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1755 | 2025.02.11 21:31:31.497597 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1756 | 2025.02.11 21:31:31.497648 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1757 | 2025.02.11 21:31:31.498195 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2025.02.11 21:31:31.498234 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1759 | 2025.02.11 21:31:31.498623 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1760 | 2025.02.11 21:31:31.498872 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.02.11 21:31:31.499045 [ 73 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1762 | 2025.02.11 21:31:31.499105 [ 73 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1763 | 2025.02.11 21:31:31.499144 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. | ||
| 1764 | 2025.02.11 21:31:31.499151 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1765 | 2025.02.11 21:31:31.499318 [ 255 ] {ed807a52-ecd0-488a-9bd8-0563a0e0d1ee} <Debug> TCPHandler: Processed in 0.001893457 sec. | ||
| 1766 | 2025.02.11 21:31:31.499590 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 1767 | 2025.02.11 21:31:31.499726 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1768 | 2025.02.11 21:31:31.499759 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part | ||
| 1769 | 2025.02.11 21:31:31.499843 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1770 | 2025.02.11 21:31:31.500066 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1771 | 2025.02.11 21:31:31.500199 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 1772 | 2025.02.11 21:31:31.500385 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 1773 | 2025.02.11 21:31:31.500513 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 1774 | 2025.02.11 21:31:31.501668 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 4 columns (4 merged, 0 gathered) in 0.002385499 sec., 147558.225763247 rows/sec., 9.88 MiB/sec. | ||
| 1775 | 2025.02.11 21:31:31.501857 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1776 | 2025.02.11 21:31:31.502180 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.02.11 21:31:31.502263 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_6_1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1778 | 2025.02.11 21:31:31.502347 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1779 | 2025.02.11 21:31:32.495783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3233 | ||
| 1780 | 2025.02.11 21:31:32.496462 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2025.02.11 21:31:32.496509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1782 | 2025.02.11 21:31:32.497062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1783 | 2025.02.11 21:31:32.497331 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1784 | 2025.02.11 21:31:32.497506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1785 | 2025.02.11 21:31:32.709729 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1786 | 2025.02.11 21:31:32.729436 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.02.11 21:31:32.729497 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1788 | 2025.02.11 21:31:32.736721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1789 | 2025.02.11 21:31:32.737468 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2025.02.11 21:31:32.740483 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1791 | 2025.02.11 21:31:33.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.97 MiB, peak 169.29 MiB, free memory in arenas 0.00 B, will set to 166.06 MiB (RSS), difference: 2.09 MiB | ||
| 1792 | 2025.02.11 21:31:36.564703 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.02.11 21:31:36.564907 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.02.11 21:31:36.564978 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1795 | 2025.02.11 21:31:36.565823 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.02.11 21:31:36.565875 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1797 | 2025.02.11 21:31:36.566322 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1798 | 2025.02.11 21:31:36.566580 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.02.11 21:31:36.566807 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001952 sec., 108606.55737704918 rows/sec., 6.91 MiB/sec. | ||
| 1800 | 2025.02.11 21:31:36.566864 [ 3 ] {1703b270-50e9-4a8a-a46c-383fb504471c} <Debug> TCPHandler: Processed in 0.002287407 sec. | ||
| 1801 | 2025.02.11 21:31:36.567131 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1802 | 2025.02.11 21:31:36.567320 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1803 | 2025.02.11 21:31:36.567395 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1804 | 2025.02.11 21:31:36.568430 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.02.11 21:31:36.568479 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1806 | 2025.02.11 21:31:36.568950 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1807 | 2025.02.11 21:31:36.569215 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): 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.02.11 21:31:36.569436 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002171 sec., 284200.82911100873 rows/sec., 22.22 MiB/sec. | ||
| 1809 | 2025.02.11 21:31:36.569491 [ 255 ] {f8b03a32-09df-4d8c-a220-a506f0e09287} <Debug> TCPHandler: Processed in 0.002490542 sec. | ||
| 1810 | 2025.02.11 21:31:36.569646 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.02.11 21:31:36.569783 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1812 | 2025.02.11 21:31:36.569839 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1813 | 2025.02.11 21:31:36.570679 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.02.11 21:31:36.570720 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1815 | 2025.02.11 21:31:36.571100 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1816 | 2025.02.11 21:31:36.571350 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.02.11 21:31:36.571535 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001783 sec., 59450.364554122265 rows/sec., 3.50 MiB/sec. | ||
| 1818 | 2025.02.11 21:31:36.571586 [ 3 ] {b297a9b8-d1bd-40bd-8a75-7f1eae53cdc4} <Debug> TCPHandler: Processed in 0.002004929 sec. | ||
| 1819 | 2025.02.11 21:31:36.571746 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.02.11 21:31:36.571864 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1821 | 2025.02.11 21:31:36.571913 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1822 | 2025.02.11 21:31:36.572577 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.02.11 21:31:36.572617 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1824 | 2025.02.11 21:31:36.573003 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1825 | 2025.02.11 21:31:36.573252 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.02.11 21:31:36.573462 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001623 sec., 69624.1528034504 rows/sec., 4.51 MiB/sec. | ||
| 1827 | 2025.02.11 21:31:36.573514 [ 255 ] {f248e6a5-b17a-4f2b-be1c-0a5cb726c7d9} <Debug> TCPHandler: Processed in 0.001823365 sec. | ||
| 1828 | 2025.02.11 21:31:36.573682 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.02.11 21:31:36.573803 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.02.11 21:31:36.573855 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1831 | 2025.02.11 21:31:36.574516 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.02.11 21:31:36.574554 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1833 | 2025.02.11 21:31:36.574944 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1834 | 2025.02.11 21:31:36.575200 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.02.11 21:31:36.575427 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001632 sec., 68627.45098039215 rows/sec., 3.91 MiB/sec. | ||
| 1836 | 2025.02.11 21:31:36.575549 [ 3 ] {6dc07768-8746-4a92-963e-27d26cbb2b96} <Debug> TCPHandler: Processed in 0.001923357 sec. | ||
| 1837 | 2025.02.11 21:31:36.575708 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.02.11 21:31:36.575824 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1839 | 2025.02.11 21:31:36.575872 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1840 | 2025.02.11 21:31:36.576627 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.02.11 21:31:36.576665 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1842 | 2025.02.11 21:31:36.577058 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1843 | 2025.02.11 21:31:36.577306 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.02.11 21:31:36.577538 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001735 sec., 220172.9106628242 rows/sec., 15.53 MiB/sec. | ||
| 1845 | 2025.02.11 21:31:36.577596 [ 255 ] {c54a66fc-dc43-4a65-b911-a3c91d0c04a4} <Debug> TCPHandler: Processed in 0.001944348 sec. | ||
| 1846 | 2025.02.11 21:31:36.577764 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2025.02.11 21:31:36.577883 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1848 | 2025.02.11 21:31:36.577935 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1849 | 2025.02.11 21:31:36.578431 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.02.11 21:31:36.578468 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1851 | 2025.02.11 21:31:36.578836 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1852 | 2025.02.11 21:31:36.579086 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.02.11 21:31:36.579284 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec. | ||
| 1854 | 2025.02.11 21:31:36.579340 [ 3 ] {a581aa0b-2672-41ee-a445-0125a0802368} <Debug> TCPHandler: Processed in 0.00163601 sec. | ||
| 1855 | 2025.02.11 21:31:36.579499 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1856 | 2025.02.11 21:31:36.579616 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1857 | 2025.02.11 21:31:36.579670 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1858 | 2025.02.11 21:31:36.580277 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1859 | 2025.02.11 21:31:36.580316 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1860 | 2025.02.11 21:31:36.580719 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1861 | 2025.02.11 21:31:36.580973 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1862 | 2025.02.11 21:31:36.581197 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 1863 | 2025.02.11 21:31:36.581387 [ 255 ] {ed007904-fc8f-4fa7-88d0-5442ad13f55a} <Debug> TCPHandler: Processed in 0.001943528 sec. | ||
| 1864 | 2025.02.11 21:31:36.581548 [ 3 ] {} <Trace> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1865 | 2025.02.11 21:31:36.581664 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52406) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1866 | 2025.02.11 21:31:36.581716 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1867 | 2025.02.11 21:31:36.582197 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1868 | 2025.02.11 21:31:36.582234 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1869 | 2025.02.11 21:31:36.582604 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1870 | 2025.02.11 21:31:36.582850 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1871 | 2025.02.11 21:31:36.583090 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 1872 | 2025.02.11 21:31:36.583158 [ 3 ] {a96f9add-cea3-49f1-8c43-9486efa46f44} <Debug> TCPHandler: Processed in 0.001667672 sec. | ||
| 1873 | 2025.02.11 21:31:36.583315 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1874 | 2025.02.11 21:31:36.583452 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1875 | 2025.02.11 21:31:36.583511 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1876 | 2025.02.11 21:31:36.584090 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1877 | 2025.02.11 21:31:36.584135 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1878 | 2025.02.11 21:31:36.584523 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1879 | 2025.02.11 21:31:36.584764 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1880 | 2025.02.11 21:31:36.584961 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
| 1881 | 2025.02.11 21:31:36.585010 [ 255 ] {b9749f52-2ea3-4c8e-b850-475e88817dc8} <Debug> TCPHandler: Processed in 0.001755823 sec. | ||
| 1882 | 2025.02.11 21:31:39.927815 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1883 | 2025.02.11 21:31:39.927864 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1884 | 2025.02.11 21:31:39.997675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3660 | ||
| 1885 | 2025.02.11 21:31:39.998597 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2025.02.11 21:31:39.998635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1887 | 2025.02.11 21:31:39.999206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1888 | 2025.02.11 21:31:39.999468 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2025.02.11 21:31:39.999647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3660 | ||
| 1890 | 2025.02.11 21:31:40.011028 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 266 | ||
| 1891 | 2025.02.11 21:31:40.014714 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1892 | 2025.02.11 21:31:40.014765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1893 | 2025.02.11 21:31:40.016331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1894 | 2025.02.11 21:31:40.016658 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1895 | 2025.02.11 21:31:40.017546 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1896 | 2025.02.11 21:31:40.240576 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1897 | 2025.02.11 21:31:40.261225 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2025.02.11 21:31:40.261285 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 1899 | 2025.02.11 21:31:40.267937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1900 | 2025.02.11 21:31:40.268678 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2025.02.11 21:31:40.271305 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1902 | 2025.02.11 21:31:40.964941 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1903 | 2025.02.11 21:31:40.965043 [ 3 ] {} <Debug> TCP-Session: 68173085-8de1-4699-baf2-8337c5506135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2025.02.11 21:31:41.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.60 MiB, peak 170.63 MiB, free memory in arenas 0.00 B, will set to 166.31 MiB (RSS), difference: 1.71 MiB | ||
| 1905 | 2025.02.11 21:31:41.557901 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2025.02.11 21:31:41.558176 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1907 | 2025.02.11 21:31:41.558621 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1908 | 2025.02.11 21:31:41.558674 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <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 | ||
| 1909 | 2025.02.11 21:31:41.559051 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1910 | 2025.02.11 21:31:41.559138 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1911 | 2025.02.11 21:31:41.559335 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1912 | 2025.02.11 21:31:41.559684 [ 289 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1913 | 2025.02.11 21:31:41.559779 [ 294 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1914 | 2025.02.11 21:31:41.559805 [ 290 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1915 | 2025.02.11 21:31:41.559862 [ 288 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1916 | 2025.02.11 21:31:41.559849 [ 292 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1917 | 2025.02.11 21:31:41.560040 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1918 | 2025.02.11 21:31:41.560075 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1919 | 2025.02.11 21:31:41.560225 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1920 | 2025.02.11 21:31:41.560251 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 1921 | 2025.02.11 21:31:41.560297 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <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'))" | ||
| 1922 | 2025.02.11 21:31:41.560349 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <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'))" | ||
| 1923 | 2025.02.11 21:31:41.560395 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <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'))" | ||
| 1924 | 2025.02.11 21:31:41.560440 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <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'))" | ||
| 1925 | 2025.02.11 21:31:41.562550 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004508 sec., 7985.8030168589175 rows/sec., 297.43 KiB/sec. | ||
| 1926 | 2025.02.11 21:31:41.562798 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> MemoryTracker: Peak memory usage (for query): 143.88 KiB. | ||
| 1927 | 2025.02.11 21:31:41.562816 [ 255 ] {91576612-5962-4217-b76f-3e0058de0f7e} <Debug> TCPHandler: Processed in 0.005053575 sec. | ||
| 1928 | 2025.02.11 21:31:41.563267 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1929 | 2025.02.11 21:31:41.563525 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) 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) | ||
| 1930 | 2025.02.11 21:31:41.564011 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1931 | 2025.02.11 21:31:41.564068 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <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 | ||
| 1932 | 2025.02.11 21:31:41.564445 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1933 | 2025.02.11 21:31:41.564528 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1934 | 2025.02.11 21:31:41.564708 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1935 | 2025.02.11 21:31:41.564906 [ 289 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1936 | 2025.02.11 21:31:41.564954 [ 294 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1937 | 2025.02.11 21:31:41.564961 [ 288 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1938 | 2025.02.11 21:31:41.564982 [ 292 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1939 | 2025.02.11 21:31:41.565061 [ 290 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1940 | 2025.02.11 21:31:41.565174 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1941 | 2025.02.11 21:31:41.565202 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1942 | 2025.02.11 21:31:41.565344 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1943 | 2025.02.11 21:31:41.565370 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 1944 | 2025.02.11 21:31:41.565415 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <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'))" | ||
| 1945 | 2025.02.11 21:31:41.565466 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <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'))" | ||
| 1946 | 2025.02.11 21:31:41.565514 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <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'))" | ||
| 1947 | 2025.02.11 21:31:41.565562 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <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'))" | ||
| 1948 | 2025.02.11 21:31:41.567502 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004105 sec., 8769.792935444579 rows/sec., 326.63 KiB/sec. | ||
| 1949 | 2025.02.11 21:31:41.567749 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> MemoryTracker: Peak memory usage (for query): 143.90 KiB. | ||
| 1950 | 2025.02.11 21:31:41.567771 [ 257 ] {55a6e768-cc0e-4121-9591-b0904ba09333} <Debug> TCPHandler: Processed in 0.004664296 sec. | ||
| 1951 | 2025.02.11 21:31:41.568059 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.02.11 21:31:41.568262 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) 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) | ||
| 1953 | 2025.02.11 21:31:41.568629 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1954 | 2025.02.11 21:31:41.568680 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <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 | ||
| 1955 | 2025.02.11 21:31:41.569018 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1956 | 2025.02.11 21:31:41.569088 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1957 | 2025.02.11 21:31:41.569240 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1958 | 2025.02.11 21:31:41.569443 [ 288 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1959 | 2025.02.11 21:31:41.569443 [ 294 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1960 | 2025.02.11 21:31:41.569462 [ 289 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1961 | 2025.02.11 21:31:41.569546 [ 292 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2025.02.11 21:31:41.569585 [ 290 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1963 | 2025.02.11 21:31:41.569713 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1964 | 2025.02.11 21:31:41.569745 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1965 | 2025.02.11 21:31:41.569881 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1966 | 2025.02.11 21:31:41.569903 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 1967 | 2025.02.11 21:31:41.569946 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <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'))" | ||
| 1968 | 2025.02.11 21:31:41.569998 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <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'))" | ||
| 1969 | 2025.02.11 21:31:41.570048 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <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'))" | ||
| 1970 | 2025.02.11 21:31:41.570094 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <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'))" | ||
| 1971 | 2025.02.11 21:31:41.572052 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003895 sec., 9242.618741976894 rows/sec., 344.24 KiB/sec. | ||
| 1972 | 2025.02.11 21:31:41.572291 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> MemoryTracker: Peak memory usage (for query): 144.26 KiB. | ||
| 1973 | 2025.02.11 21:31:41.572310 [ 255 ] {180ec993-9a0e-414e-ad91-9c857dd13a73} <Debug> TCPHandler: Processed in 0.004312087 sec. | ||
| 1974 | 2025.02.11 21:31:41.573134 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2025.02.11 21:31:41.573336 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) 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) | ||
| 1976 | 2025.02.11 21:31:41.573700 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1977 | 2025.02.11 21:31:41.573754 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <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 | ||
| 1978 | 2025.02.11 21:31:41.574101 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1979 | 2025.02.11 21:31:41.574169 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1980 | 2025.02.11 21:31:41.574325 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1981 | 2025.02.11 21:31:41.574522 [ 288 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1982 | 2025.02.11 21:31:41.574555 [ 294 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1983 | 2025.02.11 21:31:41.574591 [ 289 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1984 | 2025.02.11 21:31:41.574642 [ 292 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1985 | 2025.02.11 21:31:41.574687 [ 290 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1986 | 2025.02.11 21:31:41.574799 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1987 | 2025.02.11 21:31:41.574828 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1988 | 2025.02.11 21:31:41.574963 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1989 | 2025.02.11 21:31:41.574989 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 1990 | 2025.02.11 21:31:41.575034 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <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'))" | ||
| 1991 | 2025.02.11 21:31:41.575085 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <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'))" | ||
| 1992 | 2025.02.11 21:31:41.575132 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <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'))" | ||
| 1993 | 2025.02.11 21:31:41.575178 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <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'))" | ||
| 1994 | 2025.02.11 21:31:41.577141 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003909 sec., 9209.51650038373 rows/sec., 343.01 KiB/sec. | ||
| 1995 | 2025.02.11 21:31:41.577355 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> MemoryTracker: Peak memory usage (for query): 145.11 KiB. | ||
| 1996 | 2025.02.11 21:31:41.577377 [ 257 ] {fb3b2e21-67f1-4102-a68f-ec22b62bfea9} <Debug> TCPHandler: Processed in 0.004306316 sec. | ||
| 1997 | 2025.02.11 21:31:41.579757 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.02.11 21:31:41.579894 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1999 | 2025.02.11 21:31:41.579949 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2000 | 2025.02.11 21:31:41.580748 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.02.11 21:31:41.580796 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2002 | 2025.02.11 21:31:41.581336 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2003 | 2025.02.11 21:31:41.581570 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.02.11 21:31:41.581752 [ 60 ] {} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2005 | 2025.02.11 21:31:41.581813 [ 60 ] {} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2006 | 2025.02.11 21:31:41.581821 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 192.52 KiB/sec. | ||
| 2007 | 2025.02.11 21:31:41.581851 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2008 | 2025.02.11 21:31:41.581971 [ 255 ] {a56d461f-e801-4cf2-b752-4da4a2356b25} <Debug> TCPHandler: Processed in 0.002270816 sec. | ||
| 2009 | 2025.02.11 21:31:41.582151 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::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 | ||
| 2010 | 2025.02.11 21:31:41.582188 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2025.02.11 21:31:41.582448 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2012 | 2025.02.11 21:31:41.582566 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2013 | 2025.02.11 21:31:41.582998 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2014 | 2025.02.11 21:31:41.583083 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2015 | 2025.02.11 21:31:41.583421 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2016 | 2025.02.11 21:31:41.583853 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2017 | 2025.02.11 21:31:41.584021 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2018 | 2025.02.11 21:31:41.584291 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::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 | ||
| 2019 | 2025.02.11 21:31:41.584558 [ 190 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 2020 | 2025.02.11 21:31:41.585241 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.02.11 21:31:41.585300 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2022 | 2025.02.11 21:31:41.586408 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2023 | 2025.02.11 21:31:41.587051 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2025.02.11 21:31:41.587862 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Debug> executeQuery: Read 129 rows, 11.33 KiB in 0.005499 sec., 23458.810692853243 rows/sec., 2.01 MiB/sec. | ||
| 2025 | 2025.02.11 21:31:41.588027 [ 257 ] {4b88bb50-88c3-4a89-a165-bc523bf9c471} <Debug> TCPHandler: Processed in 0.005934467 sec. | ||
| 2026 | 2025.02.11 21:31:41.588268 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2027 | 2025.02.11 21:31:41.588587 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2028 | 2025.02.11 21:31:41.588714 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2029 | 2025.02.11 21:31:41.591743 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2030 | 2025.02.11 21:31:41.591824 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2031 | 2025.02.11 21:31:41.593117 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2032 | 2025.02.11 21:31:41.593835 [ 192 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.011837032 sec., 3463.706104705977 rows/sec., 739.29 KiB/sec. | ||
| 2033 | 2025.02.11 21:31:41.593844 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2025.02.11 21:31:41.594110 [ 60 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2035 | 2025.02.11 21:31:41.594122 [ 192 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2036 | 2025.02.11 21:31:41.594204 [ 60 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.02.11 21:31:41.594276 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2038 | 2025.02.11 21:31:41.594411 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005879 sec., 6123.490389522028 rows/sec., 460.46 KiB/sec. | ||
| 2039 | 2025.02.11 21:31:41.594916 [ 255 ] {49ff117c-e73b-45ff-9aae-b4115144c0f6} <Debug> TCPHandler: Processed in 0.006756257 sec. | ||
| 2040 | 2025.02.11 21:31:41.595144 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 2041 | 2025.02.11 21:31:41.595487 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2042 | 2025.02.11 21:31:41.595545 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2043 | 2025.02.11 21:31:41.595596 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 2044 | 2025.02.11 21:31:41.596008 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2045 | 2025.02.11 21:31:41.596084 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 2046 | 2025.02.11 21:31:41.596201 [ 192 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2047 | 2025.02.11 21:31:41.596501 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part | ||
| 2048 | 2025.02.11 21:31:41.596527 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2049 | 2025.02.11 21:31:41.596598 [ 192 ] {5e351aff-9b1f-4dc4-bf14-61d1abd1e55d::all_1_6_1} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2050 | 2025.02.11 21:31:41.597013 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2051 | 2025.02.11 21:31:41.597132 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 2052 | 2025.02.11 21:31:41.597416 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part | ||
| 2053 | 2025.02.11 21:31:41.597715 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2054 | 2025.02.11 21:31:41.599435 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2025.02.11 21:31:41.599501 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2056 | 2025.02.11 21:31:41.600560 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2057 | 2025.02.11 21:31:41.600655 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215534 sec., 43761.32444935544 rows/sec., 2.88 MiB/sec. | ||
| 2058 | 2025.02.11 21:31:41.600902 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2059 | 2025.02.11 21:31:41.601023 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.02.11 21:31:41.601510 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005774 sec., 173.19016279875305 rows/sec., 11.50 KiB/sec. | ||
| 2061 | 2025.02.11 21:31:41.601680 [ 257 ] {979338e0-64a5-4281-90ba-2737555f40e8} <Debug> TCPHandler: Processed in 0.006384138 sec. | ||
| 2062 | 2025.02.11 21:31:41.601692 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2063 | 2025.02.11 21:31:41.601852 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_6_1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2064 | 2025.02.11 21:31:41.601876 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2025.02.11 21:31:41.601950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2066 | 2025.02.11 21:31:41.602017 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2067 | 2025.02.11 21:31:41.602067 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2068 | 2025.02.11 21:31:41.602688 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2025.02.11 21:31:41.602728 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2070 | 2025.02.11 21:31:41.603156 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2071 | 2025.02.11 21:31:41.603642 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2025.02.11 21:31:41.603907 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001886 sec., 58324.49628844114 rows/sec., 4.56 MiB/sec. | ||
| 2073 | 2025.02.11 21:31:41.604175 [ 255 ] {3eab114a-a8b2-4125-944c-ab8bd2b56bb5} <Debug> TCPHandler: Processed in 0.002366408 sec. | ||
| 2074 | 2025.02.11 21:31:41.604388 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2075 | 2025.02.11 21:31:41.604524 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2076 | 2025.02.11 21:31:41.604586 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2077 | 2025.02.11 21:31:41.605253 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2078 | 2025.02.11 21:31:41.605297 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2079 | 2025.02.11 21:31:41.605724 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2080 | 2025.02.11 21:31:41.605967 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2081 | 2025.02.11 21:31:41.606246 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 2082 | 2025.02.11 21:31:41.606335 [ 257 ] {105b6504-ba6d-4cf2-a0eb-15f0966f2e44} <Debug> TCPHandler: Processed in 0.002033021 sec. | ||
| 2083 | 2025.02.11 21:31:41.606477 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2084 | 2025.02.11 21:31:41.606598 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2085 | 2025.02.11 21:31:41.606650 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2086 | 2025.02.11 21:31:41.607134 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.02.11 21:31:41.607173 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2088 | 2025.02.11 21:31:41.607547 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2089 | 2025.02.11 21:31:41.607791 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2025.02.11 21:31:41.608070 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 42.95 KiB/sec. | ||
| 2091 | 2025.02.11 21:31:41.608137 [ 255 ] {eff7e3d6-fdca-4138-8327-467e60cfa705} <Debug> TCPHandler: Processed in 0.001718082 sec. | ||
| 2092 | 2025.02.11 21:31:41.608290 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2093 | 2025.02.11 21:31:41.608408 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2094 | 2025.02.11 21:31:41.608499 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2095 | 2025.02.11 21:31:41.610027 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2096 | 2025.02.11 21:31:41.610066 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2097 | 2025.02.11 21:31:41.610742 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2098 | 2025.02.11 21:31:41.611004 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2099 | 2025.02.11 21:31:41.611505 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.0031 sec., 11612.903225806453 rows/sec., 20.81 MiB/sec. | ||
| 2100 | 2025.02.11 21:31:41.611619 [ 257 ] {86a212f5-052e-4fca-920c-b0bb5cd032b6} <Debug> TCPHandler: Processed in 0.003388664 sec. | ||
| 2101 | 2025.02.11 21:31:41.611768 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2102 | 2025.02.11 21:31:41.611888 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2103 | 2025.02.11 21:31:41.611939 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2104 | 2025.02.11 21:31:41.612425 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2105 | 2025.02.11 21:31:41.612465 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2106 | 2025.02.11 21:31:41.612867 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2107 | 2025.02.11 21:31:41.613131 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2108 | 2025.02.11 21:31:41.613465 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001578 sec., 11406.84410646388 rows/sec., 859.60 KiB/sec. | ||
| 2109 | 2025.02.11 21:31:41.613574 [ 255 ] {03093f3a-17fd-4003-bbc6-c1d8a1b1cfc4} <Debug> TCPHandler: Processed in 0.001863266 sec. | ||
| 2110 | 2025.02.11 21:31:41.613724 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2025.02.11 21:31:41.613841 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2112 | 2025.02.11 21:31:41.613898 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2113 | 2025.02.11 21:31:41.614385 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.02.11 21:31:41.614425 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2115 | 2025.02.11 21:31:41.614796 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2116 | 2025.02.11 21:31:41.615043 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2025.02.11 21:31:41.615249 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 2118 | 2025.02.11 21:31:41.615299 [ 257 ] {99d84b4c-37db-4915-989e-2db7108dda3c} <Debug> TCPHandler: Processed in 0.00163201 sec. | ||
| 2119 | 2025.02.11 21:31:42.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.46 MiB, peak 172.21 MiB, free memory in arenas 0.00 B, will set to 166.48 MiB (RSS), difference: -2.98 MiB | ||
| 2120 | 2025.02.11 21:31:46.565675 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2121 | 2025.02.11 21:31:46.565871 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2122 | 2025.02.11 21:31:46.565945 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2123 | 2025.02.11 21:31:46.566782 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2025.02.11 21:31:46.566830 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2125 | 2025.02.11 21:31:46.567271 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2126 | 2025.02.11 21:31:46.567528 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.02.11 21:31:46.567749 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001931 sec., 109787.67477990678 rows/sec., 6.98 MiB/sec. | ||
| 2128 | 2025.02.11 21:31:46.567804 [ 255 ] {ca055a79-7d9f-4051-8820-ae60a9f34cf8} <Debug> TCPHandler: Processed in 0.002271106 sec. | ||
| 2129 | 2025.02.11 21:31:46.568097 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2130 | 2025.02.11 21:31:46.568292 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2131 | 2025.02.11 21:31:46.568367 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2132 | 2025.02.11 21:31:46.569427 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2133 | 2025.02.11 21:31:46.569477 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2134 | 2025.02.11 21:31:46.569947 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2135 | 2025.02.11 21:31:46.570207 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2136 | 2025.02.11 21:31:46.570461 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002223 sec., 277552.8565002249 rows/sec., 21.70 MiB/sec. | ||
| 2137 | 2025.02.11 21:31:46.570651 [ 257 ] {37e84225-53ea-4a82-9a4d-421d4ef16cc2} <Debug> TCPHandler: Processed in 0.002695376 sec. | ||
| 2138 | 2025.02.11 21:31:46.570830 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2139 | 2025.02.11 21:31:46.570971 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2140 | 2025.02.11 21:31:46.571028 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2141 | 2025.02.11 21:31:46.571755 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2025.02.11 21:31:46.571793 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2143 | 2025.02.11 21:31:46.572168 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2144 | 2025.02.11 21:31:46.572418 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2025.02.11 21:31:46.572627 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001686 sec., 62870.69988137604 rows/sec., 3.70 MiB/sec. | ||
| 2146 | 2025.02.11 21:31:46.572678 [ 255 ] {2df6c6aa-072f-4cf5-a498-9f2178de62e1} <Debug> TCPHandler: Processed in 0.001915058 sec. | ||
| 2147 | 2025.02.11 21:31:46.572850 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2025.02.11 21:31:46.572966 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2149 | 2025.02.11 21:31:46.573013 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2150 | 2025.02.11 21:31:46.573598 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.02.11 21:31:46.573636 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2152 | 2025.02.11 21:31:46.574055 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2153 | 2025.02.11 21:31:46.574313 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.02.11 21:31:46.574573 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001625 sec., 69538.46153846155 rows/sec., 4.50 MiB/sec. | ||
| 2155 | 2025.02.11 21:31:46.574710 [ 257 ] {9f23b748-1386-453f-95f7-d2af51ff7592} <Debug> TCPHandler: Processed in 0.001917838 sec. | ||
| 2156 | 2025.02.11 21:31:46.574876 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.02.11 21:31:46.575016 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2158 | 2025.02.11 21:31:46.575073 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2159 | 2025.02.11 21:31:46.575784 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.02.11 21:31:46.575824 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2161 | 2025.02.11 21:31:46.576190 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2162 | 2025.02.11 21:31:46.576441 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.02.11 21:31:46.576646 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001662 sec., 67388.68832731649 rows/sec., 3.84 MiB/sec. | ||
| 2164 | 2025.02.11 21:31:46.576711 [ 255 ] {95dd8e5d-65e3-4669-b734-23cdc0b91e49} <Debug> TCPHandler: Processed in 0.001903267 sec. | ||
| 2165 | 2025.02.11 21:31:46.576867 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2025.02.11 21:31:46.576986 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2167 | 2025.02.11 21:31:46.577036 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2168 | 2025.02.11 21:31:46.577780 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2025.02.11 21:31:46.577819 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2170 | 2025.02.11 21:31:46.578202 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2171 | 2025.02.11 21:31:46.578443 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2025.02.11 21:31:46.578652 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00169 sec., 226035.50295857986 rows/sec., 15.94 MiB/sec. | ||
| 2173 | 2025.02.11 21:31:46.578729 [ 257 ] {47dba5ce-9a94-4a68-a923-5390e955d5f4} <Debug> TCPHandler: Processed in 0.001917787 sec. | ||
| 2174 | 2025.02.11 21:31:46.578882 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2025.02.11 21:31:46.579004 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2176 | 2025.02.11 21:31:46.579056 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2177 | 2025.02.11 21:31:46.579542 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2178 | 2025.02.11 21:31:46.579579 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2179 | 2025.02.11 21:31:46.579955 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2180 | 2025.02.11 21:31:46.580201 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2025.02.11 21:31:46.580406 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 2182 | 2025.02.11 21:31:46.580456 [ 255 ] {47b0ba32-5cdd-4a32-9d15-26f0bb084ad8} <Debug> TCPHandler: Processed in 0.00162978 sec. | ||
| 2183 | 2025.02.11 21:31:46.580613 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2025.02.11 21:31:46.580733 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2185 | 2025.02.11 21:31:46.580786 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2186 | 2025.02.11 21:31:46.581375 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.02.11 21:31:46.581413 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2188 | 2025.02.11 21:31:46.581812 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2189 | 2025.02.11 21:31:46.582052 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2025.02.11 21:31:46.582272 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec. | ||
| 2191 | 2025.02.11 21:31:46.582365 [ 257 ] {382e4d4f-c8fe-4d10-90d6-2cad23c3f5e7} <Debug> TCPHandler: Processed in 0.001811335 sec. | ||
| 2192 | 2025.02.11 21:31:46.582539 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2193 | 2025.02.11 21:31:46.582657 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2194 | 2025.02.11 21:31:46.582710 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2195 | 2025.02.11 21:31:46.583185 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2025.02.11 21:31:46.583223 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2197 | 2025.02.11 21:31:46.583590 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2198 | 2025.02.11 21:31:46.583836 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2025.02.11 21:31:46.584209 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001564 sec., 639.386189258312 rows/sec., 43.08 KiB/sec. | ||
| 2200 | 2025.02.11 21:31:46.584330 [ 255 ] {3d421ce5-88a2-429e-90a1-2255c5562426} <Debug> TCPHandler: Processed in 0.001845996 sec. | ||
| 2201 | 2025.02.11 21:31:46.584484 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2025.02.11 21:31:46.584603 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2203 | 2025.02.11 21:31:46.584655 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2204 | 2025.02.11 21:31:46.585252 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2025.02.11 21:31:46.585299 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2206 | 2025.02.11 21:31:46.585727 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2207 | 2025.02.11 21:31:46.585976 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2025.02.11 21:31:46.586191 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001612 sec., 50868.48635235732 rows/sec., 3.23 MiB/sec. | ||
| 2209 | 2025.02.11 21:31:46.586241 [ 257 ] {e848f5de-3597-4039-bebc-f116674e1e9a} <Debug> TCPHandler: Processed in 0.001811525 sec. | ||
| 2210 | 2025.02.11 21:31:47.499773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4148 | ||
| 2211 | 2025.02.11 21:31:47.500447 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2025.02.11 21:31:47.500498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2213 | 2025.02.11 21:31:47.501025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2214 | 2025.02.11 21:31:47.501287 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2025.02.11 21:31:47.501559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2216 | 2025.02.11 21:31:47.771392 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2217 | 2025.02.11 21:31:47.791334 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2025.02.11 21:31:47.791401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2219 | 2025.02.11 21:31:47.798167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2220 | 2025.02.11 21:31:47.798927 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.02.11 21:31:47.802311 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2222 | 2025.02.11 21:31:50.017812 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 314 | ||
| 2223 | 2025.02.11 21:31:50.021282 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.02.11 21:31:50.021334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2225 | 2025.02.11 21:31:50.022915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2226 | 2025.02.11 21:31:50.023252 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.02.11 21:31:50.023543 [ 41 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2228 | 2025.02.11 21:31:50.023715 [ 41 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.02.11 21:31:50.023832 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2230 | 2025.02.11 21:31:50.024454 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 2231 | 2025.02.11 21:31:50.024783 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2232 | 2025.02.11 21:31:50.025423 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2233 | 2025.02.11 21:31:50.025669 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 2234 | 2025.02.11 21:31:50.026277 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part | ||
| 2235 | 2025.02.11 21:31:50.026831 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 2236 | 2025.02.11 21:31:50.027352 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 68 rows starting from the beginning of the part | ||
| 2237 | 2025.02.11 21:31:50.028033 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
| 2238 | 2025.02.11 21:31:50.028688 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part | ||
| 2239 | 2025.02.11 21:31:50.038951 [ 190 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.01494867 sec., 21005.21317281069 rows/sec., 21.66 MiB/sec. | ||
| 2240 | 2025.02.11 21:31:50.039812 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2241 | 2025.02.11 21:31:50.040533 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.02.11 21:31:50.040615 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_6_1} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2243 | 2025.02.11 21:31:50.040832 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2244 | 2025.02.11 21:31:51.560999 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2245 | 2025.02.11 21:31:51.561209 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2246 | 2025.02.11 21:31:51.561285 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2247 | 2025.02.11 21:31:51.562149 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2025.02.11 21:31:51.562201 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2249 | 2025.02.11 21:31:51.562654 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2250 | 2025.02.11 21:31:51.562928 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2025.02.11 21:31:51.563132 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001976 sec., 64777.327935222675 rows/sec., 5.56 MiB/sec. | ||
| 2252 | 2025.02.11 21:31:51.563196 [ 255 ] {74efcc36-6b30-4f6d-ac43-030d06b1b5c1} <Debug> TCPHandler: Processed in 0.002332748 sec. | ||
| 2253 | 2025.02.11 21:31:51.563468 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2254 | 2025.02.11 21:31:51.563663 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2255 | 2025.02.11 21:31:51.563738 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2256 | 2025.02.11 21:31:51.564670 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2257 | 2025.02.11 21:31:51.564729 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2258 | 2025.02.11 21:31:51.565219 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2259 | 2025.02.11 21:31:51.565480 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2260 | 2025.02.11 21:31:51.565774 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.002148 sec., 16759.77653631285 rows/sec., 1.23 MiB/sec. | ||
| 2261 | 2025.02.11 21:31:51.565912 [ 257 ] {8982a3d5-4716-43b6-8902-17986c13738e} <Debug> TCPHandler: Processed in 0.002587384 sec. | ||
| 2262 | 2025.02.11 21:31:51.566092 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2263 | 2025.02.11 21:31:51.566240 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2264 | 2025.02.11 21:31:51.566302 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2265 | 2025.02.11 21:31:51.567007 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2025.02.11 21:31:51.567045 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2267 | 2025.02.11 21:31:51.567441 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2268 | 2025.02.11 21:31:51.567720 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.02.11 21:31:51.567902 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001698 sec., 58892.815076560655 rows/sec., 4.60 MiB/sec. | ||
| 2270 | 2025.02.11 21:31:51.567953 [ 255 ] {5b3088ba-148f-45a6-a52f-c40000c42836} <Debug> TCPHandler: Processed in 0.001928978 sec. | ||
| 2271 | 2025.02.11 21:31:51.568117 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2025.02.11 21:31:51.568242 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2273 | 2025.02.11 21:31:51.568300 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2274 | 2025.02.11 21:31:51.568927 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.02.11 21:31:51.568968 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2276 | 2025.02.11 21:31:51.569377 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2277 | 2025.02.11 21:31:51.569633 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.02.11 21:31:51.569858 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 2279 | 2025.02.11 21:31:51.569915 [ 257 ] {209cfc3f-76d6-404e-86c8-20495f859e35} <Debug> TCPHandler: Processed in 0.001859196 sec. | ||
| 2280 | 2025.02.11 21:31:51.570083 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.02.11 21:31:51.570202 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.02.11 21:31:51.570283 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2283 | 2025.02.11 21:31:51.571505 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.02.11 21:31:51.571544 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2285 | 2025.02.11 21:31:51.572216 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2286 | 2025.02.11 21:31:51.572488 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.02.11 21:31:51.572682 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002504 sec., 14376.99680511182 rows/sec., 25.76 MiB/sec. | ||
| 2288 | 2025.02.11 21:31:51.572774 [ 255 ] {fa5a2dc5-b48f-40f1-8c87-f7dfd26d1533} <Debug> TCPHandler: Processed in 0.002749708 sec. | ||
| 2289 | 2025.02.11 21:31:51.572960 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2290 | 2025.02.11 21:31:51.573082 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2291 | 2025.02.11 21:31:51.573133 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2292 | 2025.02.11 21:31:51.573631 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2025.02.11 21:31:51.573674 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2294 | 2025.02.11 21:31:51.574068 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2295 | 2025.02.11 21:31:51.574320 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2025.02.11 21:31:51.574534 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 2297 | 2025.02.11 21:31:51.574585 [ 257 ] {2086a99f-0101-4c22-a9d5-05848427638e} <Debug> TCPHandler: Processed in 0.001683801 sec. | ||
| 2298 | 2025.02.11 21:31:54.928150 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2299 | 2025.02.11 21:31:54.928227 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2300 | 2025.02.11 21:31:55.001695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2301 | 2025.02.11 21:31:55.002404 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2025.02.11 21:31:55.002452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2303 | 2025.02.11 21:31:55.003076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2304 | 2025.02.11 21:31:55.003368 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.02.11 21:31:55.003636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2306 | 2025.02.11 21:31:55.302390 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2307 | 2025.02.11 21:31:55.323271 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.02.11 21:31:55.323341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2309 | 2025.02.11 21:31:55.330223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2310 | 2025.02.11 21:31:55.330969 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.02.11 21:31:55.333641 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2312 | 2025.02.11 21:31:56.564353 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2313 | 2025.02.11 21:31:56.564549 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2314 | 2025.02.11 21:31:56.564618 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2315 | 2025.02.11 21:31:56.565446 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2025.02.11 21:31:56.565487 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2317 | 2025.02.11 21:31:56.565938 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2318 | 2025.02.11 21:31:56.566199 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.02.11 21:31:56.566397 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001901 sec., 111520.2524986849 rows/sec., 7.09 MiB/sec. | ||
| 2320 | 2025.02.11 21:31:56.566505 [ 255 ] {c10e0275-d211-446a-ad95-75c52a471db9} <Debug> TCPHandler: Processed in 0.002276726 sec. | ||
| 2321 | 2025.02.11 21:31:56.566781 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2322 | 2025.02.11 21:31:56.566973 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2323 | 2025.02.11 21:31:56.567051 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2324 | 2025.02.11 21:31:56.568253 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2025.02.11 21:31:56.568314 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2326 | 2025.02.11 21:31:56.568888 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2327 | 2025.02.11 21:31:56.569241 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2025.02.11 21:31:56.569457 [ 31 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2329 | 2025.02.11 21:31:56.569543 [ 31 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2025.02.11 21:31:56.569563 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002632 sec., 234422.49240121583 rows/sec., 18.33 MiB/sec. | ||
| 2331 | 2025.02.11 21:31:56.569579 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2332 | 2025.02.11 21:31:56.569763 [ 257 ] {29083a14-9b7d-43c8-bd5c-a17ebdbf4c9a} <Debug> TCPHandler: Processed in 0.003118368 sec. | ||
| 2333 | 2025.02.11 21:31:56.569841 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 2334 | 2025.02.11 21:31:56.570007 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2335 | 2025.02.11 21:31:56.570053 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2336 | 2025.02.11 21:31:56.570098 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1773 rows starting from the beginning of the part | ||
| 2337 | 2025.02.11 21:31:56.570281 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2338 | 2025.02.11 21:31:56.570333 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 617 rows starting from the beginning of the part | ||
| 2339 | 2025.02.11 21:31:56.570477 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2340 | 2025.02.11 21:31:56.570634 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 129 rows starting from the beginning of the part | ||
| 2341 | 2025.02.11 21:31:56.570980 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 617 rows starting from the beginning of the part | ||
| 2342 | 2025.02.11 21:31:56.571354 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part | ||
| 2343 | 2025.02.11 21:31:56.571805 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 617 rows starting from the beginning of the part | ||
| 2344 | 2025.02.11 21:31:56.573455 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2025.02.11 21:31:56.573521 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2346 | 2025.02.11 21:31:56.574568 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2347 | 2025.02.11 21:31:56.574885 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2025.02.11 21:31:56.575159 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.004955 sec., 21392.532795156407 rows/sec., 1.26 MiB/sec. | ||
| 2349 | 2025.02.11 21:31:56.575347 [ 255 ] {48b74911-0b68-4551-a02a-8a8bf3c11e5b} <Debug> TCPHandler: Processed in 0.005442665 sec. | ||
| 2350 | 2025.02.11 21:31:56.575690 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2351 | 2025.02.11 21:31:56.575718 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3881 rows, containing 5 columns (5 merged, 0 gathered) in 0.006018759 sec., 644817.3120073423 rows/sec., 54.10 MiB/sec. | ||
| 2352 | 2025.02.11 21:31:56.575847 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2353 | 2025.02.11 21:31:56.575924 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2354 | 2025.02.11 21:31:56.576037 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2355 | 2025.02.11 21:31:56.576710 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2025.02.11 21:31:56.576859 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_11_2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2357 | 2025.02.11 21:31:56.577061 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2358 | 2025.02.11 21:31:56.577232 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2025.02.11 21:31:56.577281 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2360 | 2025.02.11 21:31:56.577655 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2361 | 2025.02.11 21:31:56.577900 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2025.02.11 21:31:56.578076 [ 31 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2363 | 2025.02.11 21:31:56.578138 [ 31 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.02.11 21:31:56.578155 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002337 sec., 48352.58878904578 rows/sec., 3.13 MiB/sec. | ||
| 2365 | 2025.02.11 21:31:56.578180 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2366 | 2025.02.11 21:31:56.578377 [ 257 ] {cc729cdd-009f-4aa0-beca-8e2ac3f7ce33} <Debug> TCPHandler: Processed in 0.00286691 sec. | ||
| 2367 | 2025.02.11 21:31:56.578548 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 2368 | 2025.02.11 21:31:56.578687 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2369 | 2025.02.11 21:31:56.578897 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2370 | 2025.02.11 21:31:56.578938 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2371 | 2025.02.11 21:31:56.578960 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 2372 | 2025.02.11 21:31:56.579028 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2373 | 2025.02.11 21:31:56.579312 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2374 | 2025.02.11 21:31:56.579624 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
| 2375 | 2025.02.11 21:31:56.579935 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2376 | 2025.02.11 21:31:56.580306 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 2377 | 2025.02.11 21:31:56.580668 [ 190 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
| 2378 | 2025.02.11 21:31:56.582146 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.02.11 21:31:56.582220 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2380 | 2025.02.11 21:31:56.583289 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2381 | 2025.02.11 21:31:56.583718 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401974 sec., 126065.0273400057 rows/sec., 8.77 MiB/sec. | ||
| 2382 | 2025.02.11 21:31:56.583828 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2025.02.11 21:31:56.583947 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2384 | 2025.02.11 21:31:56.584388 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005504 sec., 20348.837209302324 rows/sec., 1.16 MiB/sec. | ||
| 2385 | 2025.02.11 21:31:56.584554 [ 255 ] {33729898-3a70-4e0a-bba7-1b7283ed1f0d} <Debug> TCPHandler: Processed in 0.006012398 sec. | ||
| 2386 | 2025.02.11 21:31:56.584752 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2025.02.11 21:31:56.584768 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2025.02.11 21:31:56.584929 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_6_1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2389 | 2025.02.11 21:31:56.584960 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2390 | 2025.02.11 21:31:56.585076 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2391 | 2025.02.11 21:31:56.585083 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2392 | 2025.02.11 21:31:56.585888 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.02.11 21:31:56.585940 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2394 | 2025.02.11 21:31:56.586337 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2395 | 2025.02.11 21:31:56.586592 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.02.11 21:31:56.586764 [ 31 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2397 | 2025.02.11 21:31:56.586823 [ 31 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2025.02.11 21:31:56.586848 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001927 sec., 198235.59937727038 rows/sec., 13.98 MiB/sec. | ||
| 2399 | 2025.02.11 21:31:56.586862 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2400 | 2025.02.11 21:31:56.587097 [ 257 ] {b1cfa416-12c8-43fd-8f21-85aacf21cb2d} <Debug> TCPHandler: Processed in 0.002419 sec. | ||
| 2401 | 2025.02.11 21:31:56.587205 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 2402 | 2025.02.11 21:31:56.587445 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.02.11 21:31:56.587529 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2404 | 2025.02.11 21:31:56.587601 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part | ||
| 2405 | 2025.02.11 21:31:56.587664 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2406 | 2025.02.11 21:31:56.587795 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part | ||
| 2407 | 2025.02.11 21:31:56.587840 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2408 | 2025.02.11 21:31:56.588360 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part | ||
| 2409 | 2025.02.11 21:31:56.588760 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
| 2410 | 2025.02.11 21:31:56.588863 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
| 2411 | 2025.02.11 21:31:56.589230 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 2412 | 2025.02.11 21:31:56.590030 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.02.11 21:31:56.590094 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2414 | 2025.02.11 21:31:56.590995 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2415 | 2025.02.11 21:31:56.591552 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.02.11 21:31:56.591942 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004352 sec., 1378.6764705882354 rows/sec., 72.03 KiB/sec. | ||
| 2417 | 2025.02.11 21:31:56.592009 [ 255 ] {83ef2a15-1a39-432a-a5f2-bff383ae7c57} <Debug> TCPHandler: Processed in 0.004690516 sec. | ||
| 2418 | 2025.02.11 21:31:56.592252 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2025.02.11 21:31:56.592485 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2202 rows, containing 5 columns (5 merged, 0 gathered) in 0.005487456 sec., 401278.8439670405 rows/sec., 30.37 MiB/sec. | ||
| 2420 | 2025.02.11 21:31:56.592509 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2421 | 2025.02.11 21:31:56.592587 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2422 | 2025.02.11 21:31:56.592728 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2423 | 2025.02.11 21:31:56.593312 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2424 | 2025.02.11 21:31:56.593532 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_11_2} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2425 | 2025.02.11 21:31:56.593697 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2426 | 2025.02.11 21:31:56.593846 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2025.02.11 21:31:56.593891 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2428 | 2025.02.11 21:31:56.594313 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2429 | 2025.02.11 21:31:56.594574 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2025.02.11 21:31:56.594754 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2431 | 2025.02.11 21:31:56.594809 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2432 | 2025.02.11 21:31:56.594832 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002367 sec., 100126.74271229404 rows/sec., 6.71 MiB/sec. | ||
| 2433 | 2025.02.11 21:31:56.594850 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2434 | 2025.02.11 21:31:56.595041 [ 257 ] {aaefb8ed-3044-41e5-9a90-770e7c09b340} <Debug> TCPHandler: Processed in 0.002922812 sec. | ||
| 2435 | 2025.02.11 21:31:56.595236 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 2436 | 2025.02.11 21:31:56.595363 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2437 | 2025.02.11 21:31:56.595488 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2438 | 2025.02.11 21:31:56.595534 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2439 | 2025.02.11 21:31:56.595537 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3089 rows starting from the beginning of the part | ||
| 2440 | 2025.02.11 21:31:56.595587 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2441 | 2025.02.11 21:31:56.595837 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2442 | 2025.02.11 21:31:56.596208 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2443 | 2025.02.11 21:31:56.596552 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2444 | 2025.02.11 21:31:56.596925 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2445 | 2025.02.11 21:31:56.597200 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2446 | 2025.02.11 21:31:56.597810 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.02.11 21:31:56.597853 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2448 | 2025.02.11 21:31:56.598310 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2449 | 2025.02.11 21:31:56.598649 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2025.02.11 21:31:56.599008 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00351 sec., 284.9002849002849 rows/sec., 19.20 KiB/sec. | ||
| 2451 | 2025.02.11 21:31:56.599072 [ 255 ] {8e62b7a8-d244-4359-81e7-6ea792a593ea} <Debug> TCPHandler: Processed in 0.003894956 sec. | ||
| 2452 | 2025.02.11 21:31:56.599280 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2025.02.11 21:31:56.599550 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2454 | 2025.02.11 21:31:56.599707 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2455 | 2025.02.11 21:31:56.600067 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4120 rows, containing 5 columns (5 merged, 0 gathered) in 0.005066666 sec., 813158.001731316 rows/sec., 54.93 MiB/sec. | ||
| 2456 | 2025.02.11 21:31:56.600473 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2457 | 2025.02.11 21:31:56.600852 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2025.02.11 21:31:56.600912 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2459 | 2025.02.11 21:31:56.601096 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2025.02.11 21:31:56.601300 [ 199 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2461 | 2025.02.11 21:31:56.601460 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2462 | 2025.02.11 21:31:56.601632 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2463 | 2025.02.11 21:31:56.601884 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2025.02.11 21:31:56.602056 [ 31 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2465 | 2025.02.11 21:31:56.602109 [ 31 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.02.11 21:31:56.602138 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002726 sec., 30080.70432868672 rows/sec., 1.91 MiB/sec. | ||
| 2467 | 2025.02.11 21:31:56.602142 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2468 | 2025.02.11 21:31:56.602308 [ 257 ] {96567a58-80f9-4028-bfab-34bdad78baa0} <Debug> TCPHandler: Processed in 0.003114287 sec. | ||
| 2469 | 2025.02.11 21:31:56.602432 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 2470 | 2025.02.11 21:31:56.602572 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2471 | 2025.02.11 21:31:56.602614 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 352 rows starting from the beginning of the part | ||
| 2472 | 2025.02.11 21:31:56.602750 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 2473 | 2025.02.11 21:31:56.602940 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2474 | 2025.02.11 21:31:56.603081 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2475 | 2025.02.11 21:31:56.603215 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2476 | 2025.02.11 21:31:56.603350 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2477 | 2025.02.11 21:31:56.604572 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 4 columns (4 merged, 0 gathered) in 0.002264776 sec., 317029.1454872358 rows/sec., 20.88 MiB/sec. | ||
| 2478 | 2025.02.11 21:31:56.604785 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2479 | 2025.02.11 21:31:56.605144 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2480 | 2025.02.11 21:31:56.605238 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_11_2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2481 | 2025.02.11 21:31:56.605324 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2482 | 2025.02.11 21:32:00.025052 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 346 | ||
| 2483 | 2025.02.11 21:32:00.028227 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2025.02.11 21:32:00.028287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2485 | 2025.02.11 21:32:00.029797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2486 | 2025.02.11 21:32:00.030133 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.02.11 21:32:00.030796 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346 | ||
| 2488 | 2025.02.11 21:32:01.119982 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2025.02.11 21:32:01.120261 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2490 | 2025.02.11 21:32:01.120702 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2491 | 2025.02.11 21:32:01.120758 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2492 | 2025.02.11 21:32:01.121140 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2493 | 2025.02.11 21:32:01.121225 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2494 | 2025.02.11 21:32:01.121404 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2495 | 2025.02.11 21:32:01.121445 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2496 | 2025.02.11 21:32:01.121471 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (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 | ||
| 2497 | 2025.02.11 21:32:01.121489 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2498 | 2025.02.11 21:32:01.121539 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2499 | 2025.02.11 21:32:01.121565 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0 | ||
| 2500 | 2025.02.11 21:32:01.122506 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002374 sec., 17270.429654591408 rows/sec., 658.99 KiB/sec. | ||
| 2501 | 2025.02.11 21:32:01.122635 [ 255 ] {bed681c7-8baf-4cc7-aa0b-d90e1f68ac1e} <Debug> TCPHandler: Processed in 0.002788389 sec. | ||
| 2502 | 2025.02.11 21:32:01.160766 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2503 | 2025.02.11 21:32:01.160918 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2504 | 2025.02.11 21:32:01.160979 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2505 | 2025.02.11 21:32:01.161711 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2025.02.11 21:32:01.161749 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2507 | 2025.02.11 21:32:01.162243 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2508 | 2025.02.11 21:32:01.162467 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2509 | 2025.02.11 21:32:01.162680 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001805 sec., 554.016620498615 rows/sec., 125.52 KiB/sec. | ||
| 2510 | 2025.02.11 21:32:01.162793 [ 255 ] {87ecaaa7-029d-40df-970d-a45aae994c20} <Debug> TCPHandler: Processed in 0.002094922 sec. | ||
| 2511 | 2025.02.11 21:32:01.163042 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2512 | 2025.02.11 21:32:01.163239 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2513 | 2025.02.11 21:32:01.163311 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2514 | 2025.02.11 21:32:01.164056 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2025.02.11 21:32:01.164105 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2516 | 2025.02.11 21:32:01.164538 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2517 | 2025.02.11 21:32:01.164793 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2518 | 2025.02.11 21:32:01.165089 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001893 sec., 5282.620179609086 rows/sec., 430.76 KiB/sec. | ||
| 2519 | 2025.02.11 21:32:01.165163 [ 257 ] {3a0b107a-5be3-49a1-acda-2e03e3d25ee9} <Debug> TCPHandler: Processed in 0.002257435 sec. | ||
| 2520 | 2025.02.11 21:32:01.165327 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2521 | 2025.02.11 21:32:01.165467 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2522 | 2025.02.11 21:32:01.165524 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2523 | 2025.02.11 21:32:01.166840 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2524 | 2025.02.11 21:32:01.166881 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2525 | 2025.02.11 21:32:01.167327 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2526 | 2025.02.11 21:32:01.167582 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.02.11 21:32:01.167800 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Debug> executeQuery: Read 1273 rows, 108.17 KiB in 0.002366 sec., 538038.8841927303 rows/sec., 44.65 MiB/sec. | ||
| 2528 | 2025.02.11 21:32:01.167852 [ 255 ] {a02bad00-c5d0-4d16-9464-ad4543d6f132} <Debug> TCPHandler: Processed in 0.002590724 sec. | ||
| 2529 | 2025.02.11 21:32:01.168062 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2530 | 2025.02.11 21:32:01.168284 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2531 | 2025.02.11 21:32:01.168373 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2532 | 2025.02.11 21:32:01.169372 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2533 | 2025.02.11 21:32:01.169412 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2534 | 2025.02.11 21:32:01.169773 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2535 | 2025.02.11 21:32:01.170016 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2536 | 2025.02.11 21:32:01.170293 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Debug> executeQuery: Read 46 rows, 3.41 KiB in 0.002056 sec., 22373.540856031126 rows/sec., 1.62 MiB/sec. | ||
| 2537 | 2025.02.11 21:32:01.170459 [ 257 ] {c9129bf0-4829-4ffb-88ec-5727e91adde6} <Debug> TCPHandler: Processed in 0.002504722 sec. | ||
| 2538 | 2025.02.11 21:32:01.170629 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2025.02.11 21:32:01.170766 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2540 | 2025.02.11 21:32:01.170823 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2541 | 2025.02.11 21:32:01.171520 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2542 | 2025.02.11 21:32:01.171558 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2543 | 2025.02.11 21:32:01.171923 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2544 | 2025.02.11 21:32:01.172164 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2545 | 2025.02.11 21:32:01.172475 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001715 sec., 132944.60641399416 rows/sec., 9.00 MiB/sec. | ||
| 2546 | 2025.02.11 21:32:01.172611 [ 255 ] {28aebfd7-3e7e-480e-9f95-651e96d4688d} <Debug> TCPHandler: Processed in 0.00204924 sec. | ||
| 2547 | 2025.02.11 21:32:01.172770 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2548 | 2025.02.11 21:32:01.172909 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2549 | 2025.02.11 21:32:01.172968 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2550 | 2025.02.11 21:32:01.173843 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2551 | 2025.02.11 21:32:01.173882 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2552 | 2025.02.11 21:32:01.174271 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2553 | 2025.02.11 21:32:01.174519 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2554 | 2025.02.11 21:32:01.174727 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Debug> executeQuery: Read 566 rows, 43.10 KiB in 0.001849 sec., 306111.4115738237 rows/sec., 22.76 MiB/sec. | ||
| 2555 | 2025.02.11 21:32:01.174778 [ 257 ] {3e8eefb7-7fb1-4cd8-9696-b23842c1e539} <Debug> TCPHandler: Processed in 0.002079011 sec. | ||
| 2556 | 2025.02.11 21:32:01.174933 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2025.02.11 21:32:01.175071 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2558 | 2025.02.11 21:32:01.175134 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2559 | 2025.02.11 21:32:01.175947 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2025.02.11 21:32:01.175986 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2561 | 2025.02.11 21:32:01.176438 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2562 | 2025.02.11 21:32:01.176681 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2025.02.11 21:32:01.176893 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Debug> executeQuery: Read 1011 rows, 69.59 KiB in 0.001853 sec., 545601.7269293038 rows/sec., 36.68 MiB/sec. | ||
| 2564 | 2025.02.11 21:32:01.176946 [ 255 ] {7385c373-b2d1-4bf5-949d-7470838ed000} <Debug> TCPHandler: Processed in 0.002082652 sec. | ||
| 2565 | 2025.02.11 21:32:01.177097 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2566 | 2025.02.11 21:32:01.177237 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2567 | 2025.02.11 21:32:01.177331 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2568 | 2025.02.11 21:32:01.178619 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2025.02.11 21:32:01.178658 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2570 | 2025.02.11 21:32:01.179341 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2571 | 2025.02.11 21:32:01.179593 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.02.11 21:32:01.179773 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2573 | 2025.02.11 21:32:01.179873 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2025.02.11 21:32:01.179881 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002665 sec., 13508.442776735461 rows/sec., 24.21 MiB/sec. | ||
| 2575 | 2025.02.11 21:32:01.179908 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2576 | 2025.02.11 21:32:01.180284 [ 257 ] {fa761777-0fd8-4f8e-b46c-b93ba9e01304} <Debug> TCPHandler: Processed in 0.0032523 sec. | ||
| 2577 | 2025.02.11 21:32:01.180371 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 2578 | 2025.02.11 21:32:01.180485 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.02.11 21:32:01.180785 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2580 | 2025.02.11 21:32:01.180924 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2581 | 2025.02.11 21:32:01.181285 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2582 | 2025.02.11 21:32:01.181576 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 2583 | 2025.02.11 21:32:01.182357 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 2584 | 2025.02.11 21:32:01.183018 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 2585 | 2025.02.11 21:32:01.183225 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2025.02.11 21:32:01.183321 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2587 | 2025.02.11 21:32:01.183889 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2588 | 2025.02.11 21:32:01.184586 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2589 | 2025.02.11 21:32:01.184985 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2590 | 2025.02.11 21:32:01.185362 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2591 | 2025.02.11 21:32:01.185907 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2592 | 2025.02.11 21:32:01.186657 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005956 sec., 10073.875083948958 rows/sec., 695.20 KiB/sec. | ||
| 2593 | 2025.02.11 21:32:01.186743 [ 255 ] {025dd2d0-057e-443f-8ec0-183410800613} <Debug> TCPHandler: Processed in 0.006354277 sec. | ||
| 2594 | 2025.02.11 21:32:01.188870 [ 188 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 19 columns (19 merged, 0 gathered) in 0.008758986 sec., 15070.237582295485 rows/sec., 27.01 MiB/sec. | ||
| 2595 | 2025.02.11 21:32:01.189174 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2596 | 2025.02.11 21:32:01.189558 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.02.11 21:32:01.189637 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2598 | 2025.02.11 21:32:01.189744 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2599 | 2025.02.11 21:32:02.503774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2600 | 2025.02.11 21:32:02.504489 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2025.02.11 21:32:02.504543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2602 | 2025.02.11 21:32:02.505087 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2603 | 2025.02.11 21:32:02.505350 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.11 21:32:02.505566 [ 134 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2605 | 2025.02.11 21:32:02.505614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2606 | 2025.02.11 21:32:02.505656 [ 134 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2025.02.11 21:32:02.505687 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2608 | 2025.02.11 21:32:02.505833 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 2609 | 2025.02.11 21:32:02.505995 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2610 | 2025.02.11 21:32:02.506047 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2745 rows starting from the beginning of the part | ||
| 2611 | 2025.02.11 21:32:02.506157 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2612 | 2025.02.11 21:32:02.506363 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2613 | 2025.02.11 21:32:02.506589 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2614 | 2025.02.11 21:32:02.506709 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 2615 | 2025.02.11 21:32:02.506893 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 2616 | 2025.02.11 21:32:02.508726 [ 186 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002959753 sec., 1710615.7169196215 rows/sec., 24.47 MiB/sec. | ||
| 2617 | 2025.02.11 21:32:02.509433 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2618 | 2025.02.11 21:32:02.509729 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.02.11 21:32:02.509814 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_11_2} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2620 | 2025.02.11 21:32:02.509909 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2621 | 2025.02.11 21:32:02.833713 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2622 | 2025.02.11 21:32:02.855046 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.02.11 21:32:02.855107 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2624 | 2025.02.11 21:32:02.862741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2625 | 2025.02.11 21:32:02.863554 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.02.11 21:32:02.863863 [ 134 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2627 | 2025.02.11 21:32:02.863938 [ 134 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2025.02.11 21:32:02.863986 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2629 | 2025.02.11 21:32:02.864455 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2630 | 2025.02.11 21:32:02.879363 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2631 | 2025.02.11 21:32:02.881049 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2632 | 2025.02.11 21:32:02.882511 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2633 | 2025.02.11 21:32:02.888405 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2634 | 2025.02.11 21:32:02.894201 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2635 | 2025.02.11 21:32:02.899943 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2636 | 2025.02.11 21:32:02.905600 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2637 | 2025.02.11 21:32:02.910207 [ 187 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 2638 | 2025.02.11 21:32:02.968410 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104285127 sec., 795.8948930464456 rows/sec., 4.12 MiB/sec. | ||
| 2639 | 2025.02.11 21:32:02.971066 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2640 | 2025.02.11 21:32:02.974064 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_11_2} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2025.02.11 21:32:02.974195 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_11_2} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2642 | 2025.02.11 21:32:02.976703 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2643 | 2025.02.11 21:32:03.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.88 MiB, peak 177.79 MiB, free memory in arenas 0.00 B, will set to 169.79 MiB (RSS), difference: 1.91 MiB | ||
| 2644 | 2025.02.11 21:32:06.563849 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2645 | 2025.02.11 21:32:06.564054 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2646 | 2025.02.11 21:32:06.564138 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2647 | 2025.02.11 21:32:06.565056 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.02.11 21:32:06.565108 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2649 | 2025.02.11 21:32:06.565593 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2650 | 2025.02.11 21:32:06.565873 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.02.11 21:32:06.566030 [ 171 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2652 | 2025.02.11 21:32:06.566070 [ 171 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.02.11 21:32:06.566085 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002084 sec., 101727.44721689059 rows/sec., 6.47 MiB/sec. | ||
| 2654 | 2025.02.11 21:32:06.566095 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2655 | 2025.02.11 21:32:06.566200 [ 255 ] {9414b27c-e641-4740-873f-f62aa46c4a45} <Debug> TCPHandler: Processed in 0.002485992 sec. | ||
| 2656 | 2025.02.11 21:32:06.566241 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2657 | 2025.02.11 21:32:06.566372 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2658 | 2025.02.11 21:32:06.566401 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2659 | 2025.02.11 21:32:06.566497 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2660 | 2025.02.11 21:32:06.566526 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2661 | 2025.02.11 21:32:06.566787 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2662 | 2025.02.11 21:32:06.567040 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2663 | 2025.02.11 21:32:06.567320 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 2664 | 2025.02.11 21:32:06.567353 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2665 | 2025.02.11 21:32:06.567729 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2666 | 2025.02.11 21:32:06.569881 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003709562 sec., 285748.0209253815 rows/sec., 19.26 MiB/sec. | ||
| 2667 | 2025.02.11 21:32:06.570067 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2668 | 2025.02.11 21:32:06.570094 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2025.02.11 21:32:06.570174 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2670 | 2025.02.11 21:32:06.570642 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_5_1} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2025.02.11 21:32:06.570834 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_5_1} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2672 | 2025.02.11 21:32:06.571003 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2673 | 2025.02.11 21:32:06.571134 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2674 | 2025.02.11 21:32:06.571410 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2025.02.11 21:32:06.571649 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.004567 sec., 135099.62776439678 rows/sec., 10.56 MiB/sec. | ||
| 2676 | 2025.02.11 21:32:06.571717 [ 257 ] {bd930ee4-01c7-4153-9878-a3d882da9d8c} <Debug> TCPHandler: Processed in 0.005388673 sec. | ||
| 2677 | 2025.02.11 21:32:06.571897 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.02.11 21:32:06.572047 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2679 | 2025.02.11 21:32:06.572111 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2680 | 2025.02.11 21:32:06.572825 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.02.11 21:32:06.572865 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2682 | 2025.02.11 21:32:06.573252 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2683 | 2025.02.11 21:32:06.573499 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.02.11 21:32:06.573686 [ 126 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2685 | 2025.02.11 21:32:06.573758 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001744 sec., 60779.81651376146 rows/sec., 3.58 MiB/sec. | ||
| 2686 | 2025.02.11 21:32:06.573775 [ 126 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.02.11 21:32:06.573849 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2688 | 2025.02.11 21:32:06.573904 [ 255 ] {3f62c470-7451-4100-9451-3c275fdee60b} <Debug> TCPHandler: Processed in 0.002077301 sec. | ||
| 2689 | 2025.02.11 21:32:06.574135 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 2690 | 2025.02.11 21:32:06.574148 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2691 | 2025.02.11 21:32:06.574401 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2692 | 2025.02.11 21:32:06.574399 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2693 | 2025.02.11 21:32:06.574466 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 2694 | 2025.02.11 21:32:06.574512 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2695 | 2025.02.11 21:32:06.574805 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 106 rows starting from the beginning of the part | ||
| 2696 | 2025.02.11 21:32:06.575134 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 2697 | 2025.02.11 21:32:06.575458 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 106 rows starting from the beginning of the part | ||
| 2698 | 2025.02.11 21:32:06.575800 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 2699 | 2025.02.11 21:32:06.576146 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 106 rows starting from the beginning of the part | ||
| 2700 | 2025.02.11 21:32:06.577570 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2025.02.11 21:32:06.577650 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2702 | 2025.02.11 21:32:06.578665 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2703 | 2025.02.11 21:32:06.579051 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.005089665 sec., 106490.3092836169 rows/sec., 7.00 MiB/sec. | ||
| 2704 | 2025.02.11 21:32:06.579217 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.02.11 21:32:06.579273 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2706 | 2025.02.11 21:32:06.579606 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005286 sec., 21377.222852818766 rows/sec., 1.38 MiB/sec. | ||
| 2707 | 2025.02.11 21:32:06.579765 [ 257 ] {e7d72e3a-374f-4ad2-adc2-2eac305fe263} <Debug> TCPHandler: Processed in 0.005718401 sec. | ||
| 2708 | 2025.02.11 21:32:06.579869 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2709 | 2025.02.11 21:32:06.579963 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2025.02.11 21:32:06.580011 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_11_2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2711 | 2025.02.11 21:32:06.580171 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2712 | 2025.02.11 21:32:06.580211 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2713 | 2025.02.11 21:32:06.580280 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2714 | 2025.02.11 21:32:06.580929 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2715 | 2025.02.11 21:32:06.580972 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2716 | 2025.02.11 21:32:06.581355 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2717 | 2025.02.11 21:32:06.581612 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2718 | 2025.02.11 21:32:06.581787 [ 126 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2719 | 2025.02.11 21:32:06.581852 [ 126 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2025.02.11 21:32:06.581871 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001736 sec., 64516.12903225807 rows/sec., 3.68 MiB/sec. | ||
| 2721 | 2025.02.11 21:32:06.581889 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2722 | 2025.02.11 21:32:06.582053 [ 255 ] {7d81b511-bcc5-4547-a104-9d06cd3bc3d3} <Debug> TCPHandler: Processed in 0.002164533 sec. | ||
| 2723 | 2025.02.11 21:32:06.582243 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2724 | 2025.02.11 21:32:06.582327 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2025.02.11 21:32:06.582579 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2726 | 2025.02.11 21:32:06.582591 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2727 | 2025.02.11 21:32:06.582631 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2728 | 2025.02.11 21:32:06.582698 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2729 | 2025.02.11 21:32:06.582915 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2730 | 2025.02.11 21:32:06.583267 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2731 | 2025.02.11 21:32:06.583528 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2732 | 2025.02.11 21:32:06.583908 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 2733 | 2025.02.11 21:32:06.585765 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2025.02.11 21:32:06.585868 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2735 | 2025.02.11 21:32:06.586393 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004382588 sec., 127778.38117568889 rows/sec., 7.77 MiB/sec. | ||
| 2736 | 2025.02.11 21:32:06.586586 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2737 | 2025.02.11 21:32:06.586804 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2738 | 2025.02.11 21:32:06.587122 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_5_1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.02.11 21:32:06.587277 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.02.11 21:32:06.587289 [ 186 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_5_1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2741 | 2025.02.11 21:32:06.587449 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2742 | 2025.02.11 21:32:06.587729 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005202 sec., 73433.29488658208 rows/sec., 5.18 MiB/sec. | ||
| 2743 | 2025.02.11 21:32:06.587875 [ 257 ] {ba47bf48-04ee-4ece-b08f-17bf04c3b505} <Debug> TCPHandler: Processed in 0.005685681 sec. | ||
| 2744 | 2025.02.11 21:32:06.588044 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2745 | 2025.02.11 21:32:06.588160 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2746 | 2025.02.11 21:32:06.588212 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2747 | 2025.02.11 21:32:06.588714 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2748 | 2025.02.11 21:32:06.588755 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2749 | 2025.02.11 21:32:06.589135 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2750 | 2025.02.11 21:32:06.589377 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2751 | 2025.02.11 21:32:06.589672 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 2752 | 2025.02.11 21:32:06.589796 [ 255 ] {50dfe467-b964-4166-a944-730270bb63c3} <Debug> TCPHandler: Processed in 0.001812075 sec. | ||
| 2753 | 2025.02.11 21:32:06.589957 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2754 | 2025.02.11 21:32:06.590079 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2755 | 2025.02.11 21:32:06.590133 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2756 | 2025.02.11 21:32:06.590770 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.02.11 21:32:06.590819 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2758 | 2025.02.11 21:32:06.591264 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2759 | 2025.02.11 21:32:06.591533 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.02.11 21:32:06.591750 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001697 sec., 139658.22038892162 rows/sec., 9.36 MiB/sec. | ||
| 2761 | 2025.02.11 21:32:06.591811 [ 257 ] {207c56d0-17a8-4213-9286-2520bb4e570c} <Debug> TCPHandler: Processed in 0.001913597 sec. | ||
| 2762 | 2025.02.11 21:32:06.591979 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2763 | 2025.02.11 21:32:06.592108 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2764 | 2025.02.11 21:32:06.592167 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2765 | 2025.02.11 21:32:06.592666 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.02.11 21:32:06.592707 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2767 | 2025.02.11 21:32:06.593082 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2768 | 2025.02.11 21:32:06.593401 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.02.11 21:32:06.593567 [ 126 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2770 | 2025.02.11 21:32:06.593626 [ 126 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2771 | 2025.02.11 21:32:06.593657 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001568 sec., 637.7551020408164 rows/sec., 42.97 KiB/sec. | ||
| 2772 | 2025.02.11 21:32:06.593665 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2773 | 2025.02.11 21:32:06.593815 [ 255 ] {5d67ddb3-07e2-4400-9c2d-528fe9979c2d} <Debug> TCPHandler: Processed in 0.001905867 sec. | ||
| 2774 | 2025.02.11 21:32:06.593905 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 2775 | 2025.02.11 21:32:06.594000 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.02.11 21:32:06.594052 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2777 | 2025.02.11 21:32:06.594098 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2778 | 2025.02.11 21:32:06.594134 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.02.11 21:32:06.594211 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2780 | 2025.02.11 21:32:06.594225 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2781 | 2025.02.11 21:32:06.594439 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2782 | 2025.02.11 21:32:06.594648 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2783 | 2025.02.11 21:32:06.594828 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2784 | 2025.02.11 21:32:06.595051 [ 193 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2785 | 2025.02.11 21:32:06.595559 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2025.02.11 21:32:06.595607 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2787 | 2025.02.11 21:32:06.596168 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2788 | 2025.02.11 21:32:06.596438 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.002628915 sec., 2282.310382800509 rows/sec., 152.30 KiB/sec. | ||
| 2789 | 2025.02.11 21:32:06.596521 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.02.11 21:32:06.596573 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2791 | 2025.02.11 21:32:06.596794 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00269 sec., 30483.271375464683 rows/sec., 1.94 MiB/sec. | ||
| 2792 | 2025.02.11 21:32:06.596875 [ 257 ] {84b5a57c-2322-45fc-b097-c90370eb0844} <Debug> TCPHandler: Processed in 0.002941303 sec. | ||
| 2793 | 2025.02.11 21:32:06.596978 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2025.02.11 21:32:06.597050 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_6_1} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2795 | 2025.02.11 21:32:06.597117 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2796 | 2025.02.11 21:32:09.928277 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2797 | 2025.02.11 21:32:09.928333 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2798 | 2025.02.11 21:32:10.005748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2799 | 2025.02.11 21:32:10.006535 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.02.11 21:32:10.006584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2801 | 2025.02.11 21:32:10.007156 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2802 | 2025.02.11 21:32:10.007447 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.02.11 21:32:10.007738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2804 | 2025.02.11 21:32:10.031001 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 386 | ||
| 2805 | 2025.02.11 21:32:10.034329 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2806 | 2025.02.11 21:32:10.034388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2807 | 2025.02.11 21:32:10.035908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2808 | 2025.02.11 21:32:10.036255 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2809 | 2025.02.11 21:32:10.036944 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386 | ||
| 2810 | 2025.02.11 21:32:10.379469 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2811 | 2025.02.11 21:32:10.399538 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2812 | 2025.02.11 21:32:10.399603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2813 | 2025.02.11 21:32:10.406879 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2814 | 2025.02.11 21:32:10.407676 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2815 | 2025.02.11 21:32:10.410743 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2816 | 2025.02.11 21:32:11.561068 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.02.11 21:32:11.561264 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2818 | 2025.02.11 21:32:11.561334 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2819 | 2025.02.11 21:32:11.562221 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.02.11 21:32:11.562266 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2821 | 2025.02.11 21:32:11.562754 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2822 | 2025.02.11 21:32:11.563027 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.02.11 21:32:11.563262 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002054 sec., 66212.26874391432 rows/sec., 5.72 MiB/sec. | ||
| 2824 | 2025.02.11 21:32:11.563321 [ 255 ] {47b6ad7c-8487-4616-b701-eb770fd93dcc} <Debug> TCPHandler: Processed in 0.00239263 sec. | ||
| 2825 | 2025.02.11 21:32:11.563582 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.02.11 21:32:11.563781 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2827 | 2025.02.11 21:32:11.563855 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2828 | 2025.02.11 21:32:11.564618 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.02.11 21:32:11.564659 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2830 | 2025.02.11 21:32:11.565095 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2831 | 2025.02.11 21:32:11.565363 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.02.11 21:32:11.565745 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002019 sec., 19811.788013868252 rows/sec., 1.45 MiB/sec. | ||
| 2833 | 2025.02.11 21:32:11.565803 [ 257 ] {2fca5705-ebcf-4c26-b7f5-747647f4f9ee} <Debug> TCPHandler: Processed in 0.002360578 sec. | ||
| 2834 | 2025.02.11 21:32:11.565967 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.02.11 21:32:11.566089 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2836 | 2025.02.11 21:32:11.566140 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2837 | 2025.02.11 21:32:11.566779 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.02.11 21:32:11.566850 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2839 | 2025.02.11 21:32:11.567234 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2840 | 2025.02.11 21:32:11.567484 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.02.11 21:32:11.567708 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Debug> executeQuery: Read 113 rows, 9.04 KiB in 0.001642 sec., 68818.51400730816 rows/sec., 5.38 MiB/sec. | ||
| 2842 | 2025.02.11 21:32:11.567837 [ 255 ] {cb80380e-eaef-4d50-8e32-5cd2415af787} <Debug> TCPHandler: Processed in 0.001927677 sec. | ||
| 2843 | 2025.02.11 21:32:11.568000 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.02.11 21:32:11.568121 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2845 | 2025.02.11 21:32:11.568175 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2846 | 2025.02.11 21:32:11.568804 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.02.11 21:32:11.568842 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2848 | 2025.02.11 21:32:11.569247 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2849 | 2025.02.11 21:32:11.569502 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.02.11 21:32:11.569718 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 2851 | 2025.02.11 21:32:11.569913 [ 257 ] {eb59bb52-2ed3-4169-abdf-3dcba3babc32} <Debug> TCPHandler: Processed in 0.001964699 sec. | ||
| 2852 | 2025.02.11 21:32:11.570086 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2025.02.11 21:32:11.570209 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2854 | 2025.02.11 21:32:11.570293 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2855 | 2025.02.11 21:32:11.571502 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.02.11 21:32:11.571543 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2857 | 2025.02.11 21:32:11.572246 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2858 | 2025.02.11 21:32:11.572527 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.02.11 21:32:11.572756 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002572 sec., 15552.099533437013 rows/sec., 27.87 MiB/sec. | ||
| 2860 | 2025.02.11 21:32:11.572849 [ 255 ] {189a667c-8426-4405-b5ca-4e2e04d1b62a} <Debug> TCPHandler: Processed in 0.00282094 sec. | ||
| 2861 | 2025.02.11 21:32:11.572999 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.02.11 21:32:11.573117 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.02.11 21:32:11.573169 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2864 | 2025.02.11 21:32:11.573646 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.02.11 21:32:11.573684 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2866 | 2025.02.11 21:32:11.574063 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2867 | 2025.02.11 21:32:11.574312 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.02.11 21:32:11.574519 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001422 sec., 6329.113924050633 rows/sec., 447.08 KiB/sec. | ||
| 2869 | 2025.02.11 21:32:11.574674 [ 257 ] {ab4f4f4d-7110-409d-94c1-4ccf49a045b4} <Debug> TCPHandler: Processed in 0.001732003 sec. | ||
| 2870 | 2025.02.11 21:32:11.574831 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.02.11 21:32:11.574946 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.02.11 21:32:11.574997 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2873 | 2025.02.11 21:32:11.575496 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.02.11 21:32:11.575535 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2875 | 2025.02.11 21:32:11.575908 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2876 | 2025.02.11 21:32:11.576158 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.02.11 21:32:11.576363 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 2878 | 2025.02.11 21:32:11.576414 [ 255 ] {e4c61de5-4e36-48b5-a0b4-beb18e5338dd} <Debug> TCPHandler: Processed in 0.00163849 sec. | ||
| 2879 | 2025.02.11 21:32:16.564977 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.02.11 21:32:16.565230 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2881 | 2025.02.11 21:32:16.565324 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2882 | 2025.02.11 21:32:16.566404 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.02.11 21:32:16.566460 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2884 | 2025.02.11 21:32:16.566912 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2885 | 2025.02.11 21:32:16.567185 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.02.11 21:32:16.567383 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002226 sec., 95238.09523809524 rows/sec., 6.06 MiB/sec. | ||
| 2887 | 2025.02.11 21:32:16.567444 [ 255 ] {ebcca015-eef4-423e-98e2-eef580092908} <Debug> TCPHandler: Processed in 0.002674886 sec. | ||
| 2888 | 2025.02.11 21:32:16.567734 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.02.11 21:32:16.567938 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2890 | 2025.02.11 21:32:16.568022 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2891 | 2025.02.11 21:32:16.568937 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.02.11 21:32:16.568999 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2893 | 2025.02.11 21:32:16.569441 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2894 | 2025.02.11 21:32:16.569719 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.02.11 21:32:16.569988 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002098 sec., 953.2888465204957 rows/sec., 77.73 KiB/sec. | ||
| 2896 | 2025.02.11 21:32:16.570138 [ 257 ] {38d5e2c1-eb90-4cb0-bffd-c7ba159c4a58} <Debug> TCPHandler: Processed in 0.002549873 sec. | ||
| 2897 | 2025.02.11 21:32:16.570312 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.02.11 21:32:16.570442 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2899 | 2025.02.11 21:32:16.570498 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2900 | 2025.02.11 21:32:16.571431 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.02.11 21:32:16.571473 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2902 | 2025.02.11 21:32:16.571931 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2903 | 2025.02.11 21:32:16.572205 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.02.11 21:32:16.572392 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.00198 sec., 312121.2121212121 rows/sec., 24.40 MiB/sec. | ||
| 2905 | 2025.02.11 21:32:16.572452 [ 255 ] {837e1058-4682-405e-be07-5d20cc1e7dd3} <Debug> TCPHandler: Processed in 0.002200314 sec. | ||
| 2906 | 2025.02.11 21:32:16.572614 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.02.11 21:32:16.572735 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2908 | 2025.02.11 21:32:16.572787 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2909 | 2025.02.11 21:32:16.573468 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.02.11 21:32:16.573521 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2911 | 2025.02.11 21:32:16.574037 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2912 | 2025.02.11 21:32:16.574301 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.02.11 21:32:16.574538 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001828 sec., 59080.96280087528 rows/sec., 3.49 MiB/sec. | ||
| 2914 | 2025.02.11 21:32:16.574604 [ 257 ] {537ab4b7-66bc-4c78-9724-7024374dde86} <Debug> TCPHandler: Processed in 0.00205005 sec. | ||
| 2915 | 2025.02.11 21:32:16.574760 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.02.11 21:32:16.574885 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2917 | 2025.02.11 21:32:16.574938 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2918 | 2025.02.11 21:32:16.575602 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.02.11 21:32:16.575641 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2920 | 2025.02.11 21:32:16.576021 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2921 | 2025.02.11 21:32:16.576265 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.02.11 21:32:16.576445 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001588 sec., 71158.69017632242 rows/sec., 4.61 MiB/sec. | ||
| 2923 | 2025.02.11 21:32:16.576496 [ 255 ] {d840a5e3-3c03-426f-80b5-de6f79f17d8e} <Debug> TCPHandler: Processed in 0.001793004 sec. | ||
| 2924 | 2025.02.11 21:32:16.576656 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.02.11 21:32:16.576784 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.02.11 21:32:16.576836 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2927 | 2025.02.11 21:32:16.577468 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.02.11 21:32:16.577509 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2929 | 2025.02.11 21:32:16.577887 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2930 | 2025.02.11 21:32:16.578148 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.02.11 21:32:16.578371 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001614 sec., 69392.81288723668 rows/sec., 3.95 MiB/sec. | ||
| 2932 | 2025.02.11 21:32:16.578431 [ 257 ] {84558471-c284-4637-9041-c06f9cb0eb63} <Debug> TCPHandler: Processed in 0.001834875 sec. | ||
| 2933 | 2025.02.11 21:32:16.578595 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2025.02.11 21:32:16.578719 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2935 | 2025.02.11 21:32:16.578768 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2936 | 2025.02.11 21:32:16.579665 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.02.11 21:32:16.579716 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2938 | 2025.02.11 21:32:16.580162 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2939 | 2025.02.11 21:32:16.580460 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.02.11 21:32:16.580648 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001954 sec., 196519.95905834186 rows/sec., 13.87 MiB/sec. | ||
| 2941 | 2025.02.11 21:32:16.580700 [ 255 ] {bbfec117-a558-45e7-a8ef-7a02adab277b} <Debug> TCPHandler: Processed in 0.002173494 sec. | ||
| 2942 | 2025.02.11 21:32:16.580852 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2943 | 2025.02.11 21:32:16.580976 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2944 | 2025.02.11 21:32:16.581030 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2945 | 2025.02.11 21:32:16.581602 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2946 | 2025.02.11 21:32:16.581652 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2947 | 2025.02.11 21:32:16.582100 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2948 | 2025.02.11 21:32:16.582348 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2949 | 2025.02.11 21:32:16.582511 [ 28 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2950 | 2025.02.11 21:32:16.582575 [ 28 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2025.02.11 21:32:16.582610 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 190.22 KiB/sec. | ||
| 2952 | 2025.02.11 21:32:16.582617 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2953 | 2025.02.11 21:32:16.582755 [ 257 ] {b1818012-9e9d-4267-91d9-ad5bf3c276d0} <Debug> TCPHandler: Processed in 0.001960879 sec. | ||
| 2954 | 2025.02.11 21:32:16.583025 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2025.02.11 21:32:16.583100 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2956 | 2025.02.11 21:32:16.583297 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2957 | 2025.02.11 21:32:16.583445 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2958 | 2025.02.11 21:32:16.583459 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2959 | 2025.02.11 21:32:16.583566 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2960 | 2025.02.11 21:32:16.583912 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2961 | 2025.02.11 21:32:16.584388 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2962 | 2025.02.11 21:32:16.584738 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2963 | 2025.02.11 21:32:16.585184 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2964 | 2025.02.11 21:32:16.585545 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 2965 | 2025.02.11 21:32:16.586004 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2025.02.11 21:32:16.586079 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2967 | 2025.02.11 21:32:16.587111 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2968 | 2025.02.11 21:32:16.587742 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2025.02.11 21:32:16.588437 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005174 sec., 45999.22690374952 rows/sec., 3.08 MiB/sec. | ||
| 2970 | 2025.02.11 21:32:16.588526 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005745762 sec., 6265.487501918806 rows/sec., 327.35 KiB/sec. | ||
| 2971 | 2025.02.11 21:32:16.588576 [ 255 ] {3655201d-8353-45bf-b03b-32a4fd7f2790} <Debug> TCPHandler: Processed in 0.00568019 sec. | ||
| 2972 | 2025.02.11 21:32:16.588749 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2973 | 2025.02.11 21:32:16.588770 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2025.02.11 21:32:16.588900 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2975 | 2025.02.11 21:32:16.588967 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2976 | 2025.02.11 21:32:16.589126 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_6_1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.02.11 21:32:16.589247 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_6_1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2978 | 2025.02.11 21:32:16.589346 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2979 | 2025.02.11 21:32:16.589630 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.02.11 21:32:16.589675 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2981 | 2025.02.11 21:32:16.590079 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2982 | 2025.02.11 21:32:16.590327 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.02.11 21:32:16.590561 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001695 sec., 589.9705014749263 rows/sec., 39.75 KiB/sec. | ||
| 2984 | 2025.02.11 21:32:16.590616 [ 257 ] {69e777d5-befe-43ac-b4dc-dbf3985313c2} <Debug> TCPHandler: Processed in 0.001922727 sec. | ||
| 2985 | 2025.02.11 21:32:16.590761 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2986 | 2025.02.11 21:32:16.590882 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2987 | 2025.02.11 21:32:16.590937 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2988 | 2025.02.11 21:32:16.591454 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2989 | 2025.02.11 21:32:16.591493 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2990 | 2025.02.11 21:32:16.591887 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2991 | 2025.02.11 21:32:16.592141 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.02.11 21:32:16.592337 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec. | ||
| 2993 | 2025.02.11 21:32:16.592394 [ 255 ] {ff01a50b-2ca2-468e-aceb-5f5154f792b4} <Debug> TCPHandler: Processed in 0.001691042 sec. | ||
| 2994 | 2025.02.11 21:32:17.507893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2995 | 2025.02.11 21:32:17.508532 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2025.02.11 21:32:17.508575 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2997 | 2025.02.11 21:32:17.509105 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2998 | 2025.02.11 21:32:17.509385 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2025.02.11 21:32:17.509619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3000 | 2025.02.11 21:32:17.910813 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3001 | 2025.02.11 21:32:17.931073 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3002 | 2025.02.11 21:32:17.931129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3003 | 2025.02.11 21:32:17.939006 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3004 | 2025.02.11 21:32:17.939784 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3005 | 2025.02.11 21:32:17.943000 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3006 | 2025.02.11 21:32:20.037177 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 422 | ||
| 3007 | 2025.02.11 21:32:20.040368 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2025.02.11 21:32:20.040430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3009 | 2025.02.11 21:32:20.041962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3010 | 2025.02.11 21:32:20.042308 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2025.02.11 21:32:20.042926 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422 | ||
| 3012 | 2025.02.11 21:32:21.561117 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2025.02.11 21:32:21.561325 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3014 | 2025.02.11 21:32:21.561403 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3015 | 2025.02.11 21:32:21.562259 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.02.11 21:32:21.562312 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3017 | 2025.02.11 21:32:21.562776 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3018 | 2025.02.11 21:32:21.563078 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.02.11 21:32:21.563288 [ 170 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3020 | 2025.02.11 21:32:21.563315 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002047 sec., 66438.69076697605 rows/sec., 5.74 MiB/sec. | ||
| 3021 | 2025.02.11 21:32:21.563402 [ 170 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2025.02.11 21:32:21.563450 [ 255 ] {c2da6eba-a259-49e4-8b87-01a4b538fa56} <Debug> TCPHandler: Processed in 0.002463161 sec. | ||
| 3023 | 2025.02.11 21:32:21.563471 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3024 | 2025.02.11 21:32:21.563643 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 3025 | 2025.02.11 21:32:21.563772 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3026 | 2025.02.11 21:32:21.563784 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2025.02.11 21:32:21.563815 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1830 rows starting from the beginning of the part | ||
| 3028 | 2025.02.11 21:32:21.564127 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1273 rows starting from the beginning of the part | ||
| 3029 | 2025.02.11 21:32:21.564265 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3030 | 2025.02.11 21:32:21.564426 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 617 rows starting from the beginning of the part | ||
| 3031 | 2025.02.11 21:32:21.564456 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3032 | 2025.02.11 21:32:21.564798 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part | ||
| 3033 | 2025.02.11 21:32:21.565084 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 618 rows starting from the beginning of the part | ||
| 3034 | 2025.02.11 21:32:21.565369 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part | ||
| 3035 | 2025.02.11 21:32:21.567188 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.02.11 21:32:21.567280 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3037 | 2025.02.11 21:32:21.568411 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3038 | 2025.02.11 21:32:21.568726 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2025.02.11 21:32:21.569033 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004983 sec., 8027.292795504717 rows/sec., 603.61 KiB/sec. | ||
| 3040 | 2025.02.11 21:32:21.569348 [ 257 ] {a15ba93b-73d5-4578-97b1-c46954a9102d} <Debug> TCPHandler: Processed in 0.005730072 sec. | ||
| 3041 | 2025.02.11 21:32:21.569617 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.02.11 21:32:21.569636 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4610 rows, containing 5 columns (5 merged, 0 gathered) in 0.00605931 sec., 760812.6997958514 rows/sec., 64.78 MiB/sec. | ||
| 3043 | 2025.02.11 21:32:21.569747 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3044 | 2025.02.11 21:32:21.569797 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3045 | 2025.02.11 21:32:21.569907 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3046 | 2025.02.11 21:32:21.570276 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.02.11 21:32:21.570385 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_16_3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3048 | 2025.02.11 21:32:21.570487 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 3049 | 2025.02.11 21:32:21.570619 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2025.02.11 21:32:21.570660 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3051 | 2025.02.11 21:32:21.571040 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3052 | 2025.02.11 21:32:21.571287 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2025.02.11 21:32:21.571456 [ 170 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3054 | 2025.02.11 21:32:21.571524 [ 170 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.02.11 21:32:21.571536 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001808 sec., 57522.123893805314 rows/sec., 4.49 MiB/sec. | ||
| 3056 | 2025.02.11 21:32:21.571557 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3057 | 2025.02.11 21:32:21.571710 [ 255 ] {7b776a0e-a1d1-46e6-95c0-f9c5c2cc9861} <Debug> TCPHandler: Processed in 0.002212915 sec. | ||
| 3058 | 2025.02.11 21:32:21.572016 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 3059 | 2025.02.11 21:32:21.572082 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3060 | 2025.02.11 21:32:21.572359 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3061 | 2025.02.11 21:32:21.572369 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3062 | 2025.02.11 21:32:21.572429 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 884 rows starting from the beginning of the part | ||
| 3063 | 2025.02.11 21:32:21.572483 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3064 | 2025.02.11 21:32:21.572832 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 566 rows starting from the beginning of the part | ||
| 3065 | 2025.02.11 21:32:21.573254 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part | ||
| 3066 | 2025.02.11 21:32:21.573627 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 3067 | 2025.02.11 21:32:21.573959 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 384 rows starting from the beginning of the part | ||
| 3068 | 2025.02.11 21:32:21.574179 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part | ||
| 3069 | 2025.02.11 21:32:21.575150 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.02.11 21:32:21.575222 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3071 | 2025.02.11 21:32:21.576244 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3072 | 2025.02.11 21:32:21.576758 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.02.11 21:32:21.576980 [ 170 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3074 | 2025.02.11 21:32:21.577083 [ 170 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2025.02.11 21:32:21.577116 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3076 | 2025.02.11 21:32:21.577390 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004927 sec., 32474.122183884716 rows/sec., 2.26 MiB/sec. | ||
| 3077 | 2025.02.11 21:32:21.577690 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3078 | 2025.02.11 21:32:21.578262 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2433 rows, containing 5 columns (5 merged, 0 gathered) in 0.006554232 sec., 371210.5399991944 rows/sec., 28.44 MiB/sec. | ||
| 3079 | 2025.02.11 21:32:21.578291 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3080 | 2025.02.11 21:32:21.578351 [ 257 ] {60b1eb83-4ad3-4d6a-93c6-6ddcd8e8440b} <Debug> TCPHandler: Processed in 0.006395988 sec. | ||
| 3081 | 2025.02.11 21:32:21.578401 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4120 rows starting from the beginning of the part | ||
| 3082 | 2025.02.11 21:32:21.578629 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3083 | 2025.02.11 21:32:21.578807 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3084 | 2025.02.11 21:32:21.578846 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1011 rows starting from the beginning of the part | ||
| 3085 | 2025.02.11 21:32:21.579033 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3086 | 2025.02.11 21:32:21.579378 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 3087 | 2025.02.11 21:32:21.579676 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3088 | 2025.02.11 21:32:21.579914 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 3089 | 2025.02.11 21:32:21.580443 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 238 rows starting from the beginning of the part | ||
| 3090 | 2025.02.11 21:32:21.580677 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.02.11 21:32:21.581014 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3092 | 2025.02.11 21:32:21.581316 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_16_3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3093 | 2025.02.11 21:32:21.581763 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3094 | 2025.02.11 21:32:21.583840 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3095 | 2025.02.11 21:32:21.583884 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3096 | 2025.02.11 21:32:21.584683 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3097 | 2025.02.11 21:32:21.584968 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3098 | 2025.02.11 21:32:21.585538 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006629 sec., 6034.092623321768 rows/sec., 10.81 MiB/sec. | ||
| 3099 | 2025.02.11 21:32:21.585950 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5926 rows, containing 5 columns (5 merged, 0 gathered) in 0.008692295 sec., 681753.2078697283 rows/sec., 46.06 MiB/sec. | ||
| 3100 | 2025.02.11 21:32:21.586033 [ 255 ] {5caa88e0-0268-4e79-9e28-d2d159f0cbfd} <Debug> TCPHandler: Processed in 0.007548266 sec. | ||
| 3101 | 2025.02.11 21:32:21.586198 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2025.02.11 21:32:21.586331 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3103 | 2025.02.11 21:32:21.586421 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3104 | 2025.02.11 21:32:21.586526 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3105 | 2025.02.11 21:32:21.587229 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.02.11 21:32:21.587408 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3107 | 2025.02.11 21:32:21.587561 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 3108 | 2025.02.11 21:32:21.587659 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2025.02.11 21:32:21.587706 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3110 | 2025.02.11 21:32:21.588125 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3111 | 2025.02.11 21:32:21.588380 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.02.11 21:32:21.588548 [ 170 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3113 | 2025.02.11 21:32:21.588601 [ 170 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.02.11 21:32:21.588628 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002364 sec., 25380.710659898476 rows/sec., 1.71 MiB/sec. | ||
| 3115 | 2025.02.11 21:32:21.588643 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3116 | 2025.02.11 21:32:21.588787 [ 257 ] {f3283203-9703-4ead-9c9d-ec994d6fff52} <Debug> TCPHandler: Processed in 0.002698526 sec. | ||
| 3117 | 2025.02.11 21:32:21.588885 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3118 | 2025.02.11 21:32:21.589079 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3119 | 2025.02.11 21:32:21.589110 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 718 rows starting from the beginning of the part | ||
| 3120 | 2025.02.11 21:32:21.589193 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3121 | 2025.02.11 21:32:21.589395 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3122 | 2025.02.11 21:32:21.589578 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3123 | 2025.02.11 21:32:21.589766 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 3124 | 2025.02.11 21:32:21.589894 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3125 | 2025.02.11 21:32:21.591198 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 4 columns (4 merged, 0 gathered) in 0.002383289 sec., 445602.69442774256 rows/sec., 29.30 MiB/sec. | ||
| 3126 | 2025.02.11 21:32:21.591424 [ 200 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3127 | 2025.02.11 21:32:21.591750 [ 200 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.02.11 21:32:21.591840 [ 200 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_16_3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3129 | 2025.02.11 21:32:21.591919 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3130 | 2025.02.11 21:32:24.928402 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3131 | 2025.02.11 21:32:24.928482 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3132 | 2025.02.11 21:32:25.009756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3133 | 2025.02.11 21:32:25.010496 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.02.11 21:32:25.010542 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3135 | 2025.02.11 21:32:25.011112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3136 | 2025.02.11 21:32:25.011385 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.02.11 21:32:25.011650 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3138 | 2025.02.11 21:32:25.443081 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3139 | 2025.02.11 21:32:25.464003 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2025.02.11 21:32:25.464065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3141 | 2025.02.11 21:32:25.471326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3142 | 2025.02.11 21:32:25.472145 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3143 | 2025.02.11 21:32:25.475175 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3144 | 2025.02.11 21:32:26.567634 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2025.02.11 21:32:26.567854 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3146 | 2025.02.11 21:32:26.567934 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3147 | 2025.02.11 21:32:26.568777 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.02.11 21:32:26.568833 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3149 | 2025.02.11 21:32:26.569299 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3150 | 2025.02.11 21:32:26.569588 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.02.11 21:32:26.569831 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002034 sec., 104228.12192723698 rows/sec., 6.63 MiB/sec. | ||
| 3152 | 2025.02.11 21:32:26.569899 [ 255 ] {4e74ed48-7022-4b3f-8c96-216463755291} <Debug> TCPHandler: Processed in 0.002397629 sec. | ||
| 3153 | 2025.02.11 21:32:26.570173 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.02.11 21:32:26.570368 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3155 | 2025.02.11 21:32:26.570446 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3156 | 2025.02.11 21:32:26.571587 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.02.11 21:32:26.571641 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3158 | 2025.02.11 21:32:26.572123 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3159 | 2025.02.11 21:32:26.572386 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.02.11 21:32:26.572615 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002302 sec., 268027.8019113814 rows/sec., 20.95 MiB/sec. | ||
| 3161 | 2025.02.11 21:32:26.572674 [ 257 ] {75065483-611d-4076-91e7-cef34c945857} <Debug> TCPHandler: Processed in 0.002644386 sec. | ||
| 3162 | 2025.02.11 21:32:26.572851 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.02.11 21:32:26.572984 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3164 | 2025.02.11 21:32:26.573044 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3165 | 2025.02.11 21:32:26.573701 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.02.11 21:32:26.573740 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3167 | 2025.02.11 21:32:26.574145 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3168 | 2025.02.11 21:32:26.574398 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.02.11 21:32:26.574588 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001635 sec., 64831.80428134557 rows/sec., 3.81 MiB/sec. | ||
| 3170 | 2025.02.11 21:32:26.574643 [ 255 ] {db6388ea-f128-4469-b65f-e9c19f683d83} <Debug> TCPHandler: Processed in 0.001852996 sec. | ||
| 3171 | 2025.02.11 21:32:26.574804 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.02.11 21:32:26.574928 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.02.11 21:32:26.574985 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3174 | 2025.02.11 21:32:26.575622 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3175 | 2025.02.11 21:32:26.575662 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3176 | 2025.02.11 21:32:26.576043 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3177 | 2025.02.11 21:32:26.576298 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.02.11 21:32:26.576517 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001617 sec., 69882.49845392702 rows/sec., 4.52 MiB/sec. | ||
| 3179 | 2025.02.11 21:32:26.576569 [ 257 ] {9fd580d9-e991-4646-80fc-4cf8859bd463} <Debug> TCPHandler: Processed in 0.001822265 sec. | ||
| 3180 | 2025.02.11 21:32:26.576727 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.02.11 21:32:26.576871 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3182 | 2025.02.11 21:32:26.576931 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3183 | 2025.02.11 21:32:26.577609 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.02.11 21:32:26.577648 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3185 | 2025.02.11 21:32:26.578030 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3186 | 2025.02.11 21:32:26.578276 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.02.11 21:32:26.578460 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001622 sec., 69050.5548705302 rows/sec., 3.93 MiB/sec. | ||
| 3188 | 2025.02.11 21:32:26.578512 [ 255 ] {a4398396-9c07-4999-9873-2292a11a2430} <Debug> TCPHandler: Processed in 0.001852516 sec. | ||
| 3189 | 2025.02.11 21:32:26.578661 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.02.11 21:32:26.578777 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3191 | 2025.02.11 21:32:26.578826 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3192 | 2025.02.11 21:32:26.579562 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.02.11 21:32:26.579603 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3194 | 2025.02.11 21:32:26.579995 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3195 | 2025.02.11 21:32:26.580251 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2025.02.11 21:32:26.580510 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001749 sec., 218410.52029731276 rows/sec., 15.40 MiB/sec. | ||
| 3197 | 2025.02.11 21:32:26.580718 [ 257 ] {d3532c45-c396-46b1-ba57-a319ecb1e50b} <Debug> TCPHandler: Processed in 0.002109962 sec. | ||
| 3198 | 2025.02.11 21:32:26.580883 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.02.11 21:32:26.581005 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3200 | 2025.02.11 21:32:26.581060 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3201 | 2025.02.11 21:32:26.581545 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.02.11 21:32:26.581583 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3203 | 2025.02.11 21:32:26.581978 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3204 | 2025.02.11 21:32:26.582245 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.02.11 21:32:26.582457 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 3206 | 2025.02.11 21:32:26.582509 [ 255 ] {11b38951-0ab7-4e1d-a4c3-b048733d3631} <Debug> TCPHandler: Processed in 0.001684242 sec. | ||
| 3207 | 2025.02.11 21:32:26.582658 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.02.11 21:32:26.582774 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3209 | 2025.02.11 21:32:26.582827 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3210 | 2025.02.11 21:32:26.583422 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.02.11 21:32:26.583462 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3212 | 2025.02.11 21:32:26.583870 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3213 | 2025.02.11 21:32:26.584126 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.02.11 21:32:26.584337 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001586 sec., 149432.53467843632 rows/sec., 10.02 MiB/sec. | ||
| 3215 | 2025.02.11 21:32:26.584390 [ 257 ] {3b265ece-c304-4485-9d72-d7b4a78e2c52} <Debug> TCPHandler: Processed in 0.001787434 sec. | ||
| 3216 | 2025.02.11 21:32:26.584534 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.02.11 21:32:26.584656 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3218 | 2025.02.11 21:32:26.584710 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3219 | 2025.02.11 21:32:26.585195 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3220 | 2025.02.11 21:32:26.585234 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3221 | 2025.02.11 21:32:26.585640 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3222 | 2025.02.11 21:32:26.585887 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.02.11 21:32:26.586083 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 3224 | 2025.02.11 21:32:26.586136 [ 255 ] {82f4320a-5f86-43a4-a829-8e02c64d0d69} <Debug> TCPHandler: Processed in 0.001657841 sec. | ||
| 3225 | 2025.02.11 21:32:26.586291 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.02.11 21:32:26.586429 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3227 | 2025.02.11 21:32:26.586491 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3228 | 2025.02.11 21:32:26.587114 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3229 | 2025.02.11 21:32:26.587161 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3230 | 2025.02.11 21:32:26.587538 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3231 | 2025.02.11 21:32:26.587786 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3232 | 2025.02.11 21:32:26.587995 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 3233 | 2025.02.11 21:32:26.588051 [ 257 ] {129ba101-45a3-487e-a78f-7124ea5917de} <Debug> TCPHandler: Processed in 0.001826495 sec. | ||
| 3234 | 2025.02.11 21:32:30.043218 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 454 | ||
| 3235 | 2025.02.11 21:32:30.046312 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.02.11 21:32:30.046372 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3237 | 2025.02.11 21:32:30.047882 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3238 | 2025.02.11 21:32:30.048240 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.02.11 21:32:30.049371 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
| 3240 | 2025.02.11 21:32:31.151491 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3241 | 2025.02.11 21:32:31.151716 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3242 | 2025.02.11 21:32:31.151799 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3243 | 2025.02.11 21:32:31.152614 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2025.02.11 21:32:31.152663 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3245 | 2025.02.11 21:32:31.153090 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3246 | 2025.02.11 21:32:31.153353 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.02.11 21:32:31.153598 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00194 sec., 1030.9278350515463 rows/sec., 84.06 KiB/sec. | ||
| 3248 | 2025.02.11 21:32:31.153664 [ 255 ] {c8e98ce2-b6fb-4ca8-88da-444e3a1afdf4} <Debug> TCPHandler: Processed in 0.002307137 sec. | ||
| 3249 | 2025.02.11 21:32:31.153922 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2025.02.11 21:32:31.154119 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3251 | 2025.02.11 21:32:31.154192 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3252 | 2025.02.11 21:32:31.155516 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.02.11 21:32:31.155557 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3254 | 2025.02.11 21:32:31.156084 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3255 | 2025.02.11 21:32:31.156343 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.02.11 21:32:31.156545 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.00248 sec., 514919.3548387097 rows/sec., 42.79 MiB/sec. | ||
| 3257 | 2025.02.11 21:32:31.156599 [ 257 ] {a8e249be-e1cb-4e84-b7b0-759f00beb324} <Debug> TCPHandler: Processed in 0.002813 sec. | ||
| 3258 | 2025.02.11 21:32:31.156761 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3259 | 2025.02.11 21:32:31.156907 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3260 | 2025.02.11 21:32:31.156969 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3261 | 2025.02.11 21:32:31.157646 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2025.02.11 21:32:31.157688 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3263 | 2025.02.11 21:32:31.158077 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3264 | 2025.02.11 21:32:31.158328 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2025.02.11 21:32:31.158488 [ 153 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3266 | 2025.02.11 21:32:31.158560 [ 153 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.02.11 21:32:31.158568 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001686 sec., 24911.032028469752 rows/sec., 1.82 MiB/sec. | ||
| 3268 | 2025.02.11 21:32:31.158599 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3269 | 2025.02.11 21:32:31.158711 [ 255 ] {7f0c7e61-fd3c-4e1d-94dc-9542dd27a574} <Debug> TCPHandler: Processed in 0.00201491 sec. | ||
| 3270 | 2025.02.11 21:32:31.159152 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3271 | 2025.02.11 21:32:31.159189 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 3272 | 2025.02.11 21:32:31.159387 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3273 | 2025.02.11 21:32:31.159507 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3274 | 2025.02.11 21:32:31.159519 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3275 | 2025.02.11 21:32:31.159617 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3276 | 2025.02.11 21:32:31.159893 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 3277 | 2025.02.11 21:32:31.160277 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part | ||
| 3278 | 2025.02.11 21:32:31.160746 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 3279 | 2025.02.11 21:32:31.161131 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 106 rows starting from the beginning of the part | ||
| 3280 | 2025.02.11 21:32:31.161490 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
| 3281 | 2025.02.11 21:32:31.162572 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2025.02.11 21:32:31.162638 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3283 | 2025.02.11 21:32:31.163642 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3284 | 2025.02.11 21:32:31.164250 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2025.02.11 21:32:31.164429 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 5 columns (5 merged, 0 gathered) in 0.005688251 sec., 85790.86963637856 rows/sec., 5.80 MiB/sec. | ||
| 3286 | 2025.02.11 21:32:31.164578 [ 151 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3287 | 2025.02.11 21:32:31.164683 [ 151 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2025.02.11 21:32:31.164759 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3289 | 2025.02.11 21:32:31.164773 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3290 | 2025.02.11 21:32:31.164786 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005438 sec., 41927.1791099669 rows/sec., 2.84 MiB/sec. | ||
| 3291 | 2025.02.11 21:32:31.165460 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 3292 | 2025.02.11 21:32:31.165528 [ 257 ] {b16a227f-a0f0-425b-80a8-9229cdd0a26a} <Debug> TCPHandler: Processed in 0.006687835 sec. | ||
| 3293 | 2025.02.11 21:32:31.165798 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2025.02.11 21:32:31.165854 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.02.11 21:32:31.165925 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3296 | 2025.02.11 21:32:31.166096 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 3297 | 2025.02.11 21:32:31.166135 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3298 | 2025.02.11 21:32:31.166155 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_16_3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3299 | 2025.02.11 21:32:31.166311 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3300 | 2025.02.11 21:32:31.166400 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3301 | 2025.02.11 21:32:31.166510 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 3302 | 2025.02.11 21:32:31.166941 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 3303 | 2025.02.11 21:32:31.167704 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 3304 | 2025.02.11 21:32:31.168072 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 3305 | 2025.02.11 21:32:31.168465 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
| 3306 | 2025.02.11 21:32:31.169845 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.02.11 21:32:31.169931 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3308 | 2025.02.11 21:32:31.171111 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3309 | 2025.02.11 21:32:31.171507 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006600973 sec., 172247.3338400263 rows/sec., 12.12 MiB/sec. | ||
| 3310 | 2025.02.11 21:32:31.171562 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2025.02.11 21:32:31.171708 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3312 | 2025.02.11 21:32:31.171849 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.005832 sec., 96364.88340192044 rows/sec., 7.16 MiB/sec. | ||
| 3313 | 2025.02.11 21:32:31.171934 [ 255 ] {93271841-767c-4a83-a92f-7ba22e32528e} <Debug> TCPHandler: Processed in 0.006284985 sec. | ||
| 3314 | 2025.02.11 21:32:31.172175 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3315 | 2025.02.11 21:32:31.172186 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.02.11 21:32:31.172340 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_11_2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3317 | 2025.02.11 21:32:31.172447 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3318 | 2025.02.11 21:32:31.172499 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3319 | 2025.02.11 21:32:31.172556 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3320 | 2025.02.11 21:32:31.173359 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.02.11 21:32:31.173398 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3322 | 2025.02.11 21:32:31.173857 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3323 | 2025.02.11 21:32:31.174103 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.02.11 21:32:31.174329 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001954 sec., 515353.121801433 rows/sec., 34.64 MiB/sec. | ||
| 3325 | 2025.02.11 21:32:31.174384 [ 257 ] {01bea3b7-e3e4-47dc-8ec4-ff671b4d0e72} <Debug> TCPHandler: Processed in 0.002353128 sec. | ||
| 3326 | 2025.02.11 21:32:31.174540 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.02.11 21:32:31.174682 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3328 | 2025.02.11 21:32:31.174774 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3329 | 2025.02.11 21:32:31.176046 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.02.11 21:32:31.176085 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3331 | 2025.02.11 21:32:31.176792 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3332 | 2025.02.11 21:32:31.177057 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.02.11 21:32:31.177269 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00262 sec., 15267.175572519085 rows/sec., 27.36 MiB/sec. | ||
| 3334 | 2025.02.11 21:32:31.177371 [ 255 ] {ff7e552b-3cf4-4888-9d97-f8bda9fe2445} <Debug> TCPHandler: Processed in 0.002900252 sec. | ||
| 3335 | 2025.02.11 21:32:31.177525 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.02.11 21:32:31.177662 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.02.11 21:32:31.177723 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3338 | 2025.02.11 21:32:31.178322 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.02.11 21:32:31.178366 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3340 | 2025.02.11 21:32:31.178751 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3341 | 2025.02.11 21:32:31.178995 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.02.11 21:32:31.179216 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 3343 | 2025.02.11 21:32:31.179269 [ 257 ] {1540083a-b93d-4721-9afc-a2f6bf6f4950} <Debug> TCPHandler: Processed in 0.001810035 sec. | ||
| 3344 | 2025.02.11 21:32:32.511799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3345 | 2025.02.11 21:32:32.512444 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2025.02.11 21:32:32.512494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3347 | 2025.02.11 21:32:32.513209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3348 | 2025.02.11 21:32:32.513478 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3349 | 2025.02.11 21:32:32.513779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3350 | 2025.02.11 21:32:32.975262 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3351 | 2025.02.11 21:32:32.996681 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.02.11 21:32:32.996736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3353 | 2025.02.11 21:32:33.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.57 MiB, peak 177.79 MiB, free memory in arenas 0.00 B, will set to 173.25 MiB (RSS), difference: -4.33 MiB | ||
| 3354 | 2025.02.11 21:32:33.005168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3355 | 2025.02.11 21:32:33.005984 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2025.02.11 21:32:33.009275 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3357 | 2025.02.11 21:32:34.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.25 MiB, peak 177.79 MiB, free memory in arenas 0.00 B, will set to 173.72 MiB (RSS), difference: 4.47 MiB | ||
| 3358 | 2025.02.11 21:32:36.564752 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3359 | 2025.02.11 21:32:36.564959 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3360 | 2025.02.11 21:32:36.565037 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3361 | 2025.02.11 21:32:36.565849 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.02.11 21:32:36.565904 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3363 | 2025.02.11 21:32:36.566388 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3364 | 2025.02.11 21:32:36.566653 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2025.02.11 21:32:36.566909 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002005 sec., 105735.66084788031 rows/sec., 6.72 MiB/sec. | ||
| 3366 | 2025.02.11 21:32:36.566978 [ 255 ] {c2b2dd2d-a197-419e-aa64-d25ff5831be7} <Debug> TCPHandler: Processed in 0.002358968 sec. | ||
| 3367 | 2025.02.11 21:32:36.567289 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2025.02.11 21:32:36.567590 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3369 | 2025.02.11 21:32:36.567665 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3370 | 2025.02.11 21:32:36.568625 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2025.02.11 21:32:36.568678 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3372 | 2025.02.11 21:32:36.569158 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3373 | 2025.02.11 21:32:36.569420 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2025.02.11 21:32:36.569641 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002122 sec., 290763.43072573043 rows/sec., 22.73 MiB/sec. | ||
| 3375 | 2025.02.11 21:32:36.569736 [ 257 ] {d5630d88-fd49-4725-a3dc-f04db328c97e} <Debug> TCPHandler: Processed in 0.002645295 sec. | ||
| 3376 | 2025.02.11 21:32:36.569982 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2025.02.11 21:32:36.570174 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3378 | 2025.02.11 21:32:36.570236 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3379 | 2025.02.11 21:32:36.570900 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2025.02.11 21:32:36.570942 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3381 | 2025.02.11 21:32:36.571332 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3382 | 2025.02.11 21:32:36.571597 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.02.11 21:32:36.571876 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001722 sec., 61556.32984901278 rows/sec., 3.62 MiB/sec. | ||
| 3384 | 2025.02.11 21:32:36.572113 [ 255 ] {ab1f3fa7-b87b-4ced-9520-05523610e639} <Debug> TCPHandler: Processed in 0.002280697 sec. | ||
| 3385 | 2025.02.11 21:32:36.572401 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2025.02.11 21:32:36.572608 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3387 | 2025.02.11 21:32:36.572656 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3388 | 2025.02.11 21:32:36.573268 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.02.11 21:32:36.573306 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3390 | 2025.02.11 21:32:36.573676 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3391 | 2025.02.11 21:32:36.573912 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2025.02.11 21:32:36.574091 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001522 sec., 74244.41524310119 rows/sec., 4.81 MiB/sec. | ||
| 3393 | 2025.02.11 21:32:36.574140 [ 257 ] {e8050514-1d19-479f-8fde-fd9b7eb1a7a5} <Debug> TCPHandler: Processed in 0.001908087 sec. | ||
| 3394 | 2025.02.11 21:32:36.574274 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2025.02.11 21:32:36.574390 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3396 | 2025.02.11 21:32:36.574440 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3397 | 2025.02.11 21:32:36.575054 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2025.02.11 21:32:36.575095 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3399 | 2025.02.11 21:32:36.575473 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3400 | 2025.02.11 21:32:36.575719 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2025.02.11 21:32:36.575933 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001566 sec., 71519.7956577267 rows/sec., 4.07 MiB/sec. | ||
| 3402 | 2025.02.11 21:32:36.575985 [ 255 ] {606d3ae8-26f1-45a3-9e82-c329e9ab827d} <Debug> TCPHandler: Processed in 0.001766364 sec. | ||
| 3403 | 2025.02.11 21:32:36.576124 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2025.02.11 21:32:36.576240 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3405 | 2025.02.11 21:32:36.576290 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3406 | 2025.02.11 21:32:36.576985 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2025.02.11 21:32:36.577023 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3408 | 2025.02.11 21:32:36.577412 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3409 | 2025.02.11 21:32:36.577674 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2025.02.11 21:32:36.577858 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001641 sec., 232784.8872638635 rows/sec., 16.42 MiB/sec. | ||
| 3411 | 2025.02.11 21:32:36.577908 [ 257 ] {9836516d-ee87-4374-9d01-3b7abe0a9581} <Debug> TCPHandler: Processed in 0.001843355 sec. | ||
| 3412 | 2025.02.11 21:32:36.578108 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3413 | 2025.02.11 21:32:36.578248 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3414 | 2025.02.11 21:32:36.578309 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3415 | 2025.02.11 21:32:36.578837 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3416 | 2025.02.11 21:32:36.578877 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3417 | 2025.02.11 21:32:36.579257 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3418 | 2025.02.11 21:32:36.579499 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3419 | 2025.02.11 21:32:36.579719 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec. | ||
| 3420 | 2025.02.11 21:32:36.579770 [ 255 ] {056231db-f07f-428a-bac8-1410c489a3cb} <Debug> TCPHandler: Processed in 0.001729052 sec. | ||
| 3421 | 2025.02.11 21:32:36.579960 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3422 | 2025.02.11 21:32:36.580182 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3423 | 2025.02.11 21:32:36.580279 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3424 | 2025.02.11 21:32:36.580994 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2025.02.11 21:32:36.581031 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3426 | 2025.02.11 21:32:36.581425 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3427 | 2025.02.11 21:32:36.581665 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.02.11 21:32:36.581889 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001761 sec., 134582.62350936967 rows/sec., 9.02 MiB/sec. | ||
| 3429 | 2025.02.11 21:32:36.582090 [ 257 ] {281a41a4-d22e-46d4-9c0f-8f9d52918473} <Debug> TCPHandler: Processed in 0.002238085 sec. | ||
| 3430 | 2025.02.11 21:32:36.582250 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3431 | 2025.02.11 21:32:36.582387 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3432 | 2025.02.11 21:32:36.582448 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3433 | 2025.02.11 21:32:36.582936 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2025.02.11 21:32:36.582976 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3435 | 2025.02.11 21:32:36.583343 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3436 | 2025.02.11 21:32:36.583610 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.02.11 21:32:36.583895 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 3438 | 2025.02.11 21:32:36.584111 [ 255 ] {a6253d22-a150-4024-91b0-e2cfa5d37372} <Debug> TCPHandler: Processed in 0.001931707 sec. | ||
| 3439 | 2025.02.11 21:32:36.584331 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3440 | 2025.02.11 21:32:36.584549 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3441 | 2025.02.11 21:32:36.584621 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3442 | 2025.02.11 21:32:36.585108 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2025.02.11 21:32:36.585147 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3444 | 2025.02.11 21:32:36.585527 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3445 | 2025.02.11 21:32:36.585769 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2025.02.11 21:32:36.585948 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 3447 | 2025.02.11 21:32:36.585995 [ 257 ] {f8904db6-f603-4870-b56b-7d5c33fa8098} <Debug> TCPHandler: Processed in 0.001785234 sec. | ||
| 3448 | 2025.02.11 21:32:39.928737 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3449 | 2025.02.11 21:32:39.928793 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3450 | 2025.02.11 21:32:40.013917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3451 | 2025.02.11 21:32:40.014581 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2025.02.11 21:32:40.014624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3453 | 2025.02.11 21:32:40.015244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3454 | 2025.02.11 21:32:40.015515 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2025.02.11 21:32:40.015724 [ 142 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3456 | 2025.02.11 21:32:40.015754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3457 | 2025.02.11 21:32:40.015819 [ 142 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3458 | 2025.02.11 21:32:40.015851 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3459 | 2025.02.11 21:32:40.015967 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3460 | 2025.02.11 21:32:40.016102 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3461 | 2025.02.11 21:32:40.016166 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3462 | 2025.02.11 21:32:40.016267 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3463 | 2025.02.11 21:32:40.016446 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3464 | 2025.02.11 21:32:40.016695 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3465 | 2025.02.11 21:32:40.016920 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3466 | 2025.02.11 21:32:40.017068 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 3467 | 2025.02.11 21:32:40.018856 [ 196 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002943732 sec., 2507361.4038234456 rows/sec., 35.87 MiB/sec. | ||
| 3468 | 2025.02.11 21:32:40.019681 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3469 | 2025.02.11 21:32:40.019987 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_16_3} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3470 | 2025.02.11 21:32:40.020074 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_16_3} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3471 | 2025.02.11 21:32:40.020163 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3472 | 2025.02.11 21:32:40.049592 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 490 | ||
| 3473 | 2025.02.11 21:32:40.052900 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2025.02.11 21:32:40.052950 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3475 | 2025.02.11 21:32:40.054584 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3476 | 2025.02.11 21:32:40.054942 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2025.02.11 21:32:40.055154 [ 142 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3478 | 2025.02.11 21:32:40.055250 [ 142 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3479 | 2025.02.11 21:32:40.055314 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3480 | 2025.02.11 21:32:40.055733 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 3481 | 2025.02.11 21:32:40.056528 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490 | ||
| 3482 | 2025.02.11 21:32:40.056955 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3483 | 2025.02.11 21:32:40.057113 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part | ||
| 3484 | 2025.02.11 21:32:40.057617 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
| 3485 | 2025.02.11 21:32:40.058095 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3486 | 2025.02.11 21:32:40.058579 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3487 | 2025.02.11 21:32:40.059068 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 3488 | 2025.02.11 21:32:40.059544 [ 196 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3489 | 2025.02.11 21:32:40.066996 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.011552345 sec., 42415.630765874805 rows/sec., 39.03 MiB/sec. | ||
| 3490 | 2025.02.11 21:32:40.068220 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3491 | 2025.02.11 21:32:40.069097 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.02.11 21:32:40.069205 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_11_2} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3493 | 2025.02.11 21:32:40.069548 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3494 | 2025.02.11 21:32:40.509355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3495 | 2025.02.11 21:32:40.530662 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2025.02.11 21:32:40.530727 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3497 | 2025.02.11 21:32:40.538739 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3498 | 2025.02.11 21:32:40.539610 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3499 | 2025.02.11 21:32:40.540009 [ 141 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3500 | 2025.02.11 21:32:40.540150 [ 141 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3501 | 2025.02.11 21:32:40.540237 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3502 | 2025.02.11 21:32:40.540926 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3503 | 2025.02.11 21:32:40.556221 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3504 | 2025.02.11 21:32:40.557881 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3505 | 2025.02.11 21:32:40.559106 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3506 | 2025.02.11 21:32:40.564134 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3507 | 2025.02.11 21:32:40.569603 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3508 | 2025.02.11 21:32:40.574986 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3509 | 2025.02.11 21:32:40.580741 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3510 | 2025.02.11 21:32:40.585350 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 3511 | 2025.02.11 21:32:40.646829 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.10643141 sec., 1136.8824297263373 rows/sec., 5.88 MiB/sec. | ||
| 3512 | 2025.02.11 21:32:40.648783 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3513 | 2025.02.11 21:32:40.651359 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_16_3} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.02.11 21:32:40.651480 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_16_3} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3515 | 2025.02.11 21:32:40.653190 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3516 | 2025.02.11 21:32:41.000244 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.91 MiB, peak 184.88 MiB, free memory in arenas 0.00 B, will set to 177.43 MiB (RSS), difference: 2.52 MiB | ||
| 3517 | 2025.02.11 21:32:41.001447 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000934493 sec. | ||
| 3518 | 2025.02.11 21:32:41.560282 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3519 | 2025.02.11 21:32:41.560470 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3520 | 2025.02.11 21:32:41.560543 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3521 | 2025.02.11 21:32:41.561406 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.02.11 21:32:41.561455 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3523 | 2025.02.11 21:32:41.561932 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3524 | 2025.02.11 21:32:41.562316 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2025.02.11 21:32:41.562586 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002157 sec., 63050.53314789059 rows/sec., 5.44 MiB/sec. | ||
| 3526 | 2025.02.11 21:32:41.562759 [ 255 ] {401a8c34-2c50-407b-a811-8e0c56d3eb3d} <Debug> TCPHandler: Processed in 0.002607404 sec. | ||
| 3527 | 2025.02.11 21:32:41.563056 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2025.02.11 21:32:41.563249 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3529 | 2025.02.11 21:32:41.563330 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3530 | 2025.02.11 21:32:41.564117 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2025.02.11 21:32:41.564172 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3532 | 2025.02.11 21:32:41.564654 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3533 | 2025.02.11 21:32:41.564952 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2025.02.11 21:32:41.565208 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002014 sec., 19860.973187686195 rows/sec., 1.46 MiB/sec. | ||
| 3535 | 2025.02.11 21:32:41.565278 [ 257 ] {ca7f5d57-9722-4748-b07c-05ff538f0344} <Debug> TCPHandler: Processed in 0.002364139 sec. | ||
| 3536 | 2025.02.11 21:32:41.565454 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2025.02.11 21:32:41.565583 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3538 | 2025.02.11 21:32:41.565638 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3539 | 2025.02.11 21:32:41.566305 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2025.02.11 21:32:41.566349 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3541 | 2025.02.11 21:32:41.566757 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3542 | 2025.02.11 21:32:41.567007 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2025.02.11 21:32:41.567239 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001683 sec., 61794.41473559121 rows/sec., 4.83 MiB/sec. | ||
| 3544 | 2025.02.11 21:32:41.567363 [ 255 ] {37bde017-92a3-4440-9663-050f350c3c64} <Debug> TCPHandler: Processed in 0.001967738 sec. | ||
| 3545 | 2025.02.11 21:32:41.567540 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2025.02.11 21:32:41.567678 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3547 | 2025.02.11 21:32:41.567738 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3548 | 2025.02.11 21:32:41.568382 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2025.02.11 21:32:41.568431 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3550 | 2025.02.11 21:32:41.568922 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3551 | 2025.02.11 21:32:41.569231 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.02.11 21:32:41.569498 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001848 sec., 86580.08658008657 rows/sec., 6.03 MiB/sec. | ||
| 3553 | 2025.02.11 21:32:41.569579 [ 257 ] {1a2e3a58-e143-4364-a949-0989489a197e} <Debug> TCPHandler: Processed in 0.002100002 sec. | ||
| 3554 | 2025.02.11 21:32:41.569742 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2025.02.11 21:32:41.569868 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3556 | 2025.02.11 21:32:41.569953 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3557 | 2025.02.11 21:32:41.571171 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2025.02.11 21:32:41.571212 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3559 | 2025.02.11 21:32:41.571943 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3560 | 2025.02.11 21:32:41.572266 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2025.02.11 21:32:41.572593 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002745 sec., 14571.948998178506 rows/sec., 26.11 MiB/sec. | ||
| 3562 | 2025.02.11 21:32:41.572818 [ 255 ] {f74e9769-4f46-4dab-847b-61fcbb3e92ae} <Debug> TCPHandler: Processed in 0.003133937 sec. | ||
| 3563 | 2025.02.11 21:32:41.572988 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2025.02.11 21:32:41.573116 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3565 | 2025.02.11 21:32:41.573170 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3566 | 2025.02.11 21:32:41.573701 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.02.11 21:32:41.573742 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3568 | 2025.02.11 21:32:41.574133 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3569 | 2025.02.11 21:32:41.574397 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2025.02.11 21:32:41.574662 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 3571 | 2025.02.11 21:32:41.574853 [ 257 ] {72b3fbd5-9bb9-4d7b-bd23-d705576c040b} <Debug> TCPHandler: Processed in 0.001919147 sec. | ||
| 3572 | 2025.02.11 21:32:46.564325 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2025.02.11 21:32:46.564531 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3574 | 2025.02.11 21:32:46.564606 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3575 | 2025.02.11 21:32:46.565488 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2025.02.11 21:32:46.565533 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3577 | 2025.02.11 21:32:46.566006 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3578 | 2025.02.11 21:32:46.566277 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2025.02.11 21:32:46.566426 [ 131 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3580 | 2025.02.11 21:32:46.566466 [ 131 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2025.02.11 21:32:46.566493 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3582 | 2025.02.11 21:32:46.566493 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002014 sec., 105263.15789473684 rows/sec., 6.69 MiB/sec. | ||
| 3583 | 2025.02.11 21:32:46.566786 [ 255 ] {66ebc54f-f99f-49de-b300-de3787cfeb1e} <Debug> TCPHandler: Processed in 0.002582714 sec. | ||
| 3584 | 2025.02.11 21:32:46.566841 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3585 | 2025.02.11 21:32:46.567148 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3586 | 2025.02.11 21:32:46.567194 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3587 | 2025.02.11 21:32:46.567218 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.02.11 21:32:46.567312 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3589 | 2025.02.11 21:32:46.567675 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3590 | 2025.02.11 21:32:46.567754 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3591 | 2025.02.11 21:32:46.567822 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3592 | 2025.02.11 21:32:46.568044 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3593 | 2025.02.11 21:32:46.568360 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 3594 | 2025.02.11 21:32:46.570574 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.02.11 21:32:46.570652 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3596 | 2025.02.11 21:32:46.571079 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004521302 sec., 234445.74151428064 rows/sec., 15.80 MiB/sec. | ||
| 3597 | 2025.02.11 21:32:46.571398 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3598 | 2025.02.11 21:32:46.571670 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3599 | 2025.02.11 21:32:46.572059 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_9_2} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.02.11 21:32:46.572212 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.02.11 21:32:46.572274 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_9_2} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3602 | 2025.02.11 21:32:46.572469 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3603 | 2025.02.11 21:32:46.572515 [ 131 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3604 | 2025.02.11 21:32:46.572599 [ 131 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2025.02.11 21:32:46.572653 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3606 | 2025.02.11 21:32:46.572732 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005221 sec., 118176.5945221222 rows/sec., 9.24 MiB/sec. | ||
| 3607 | 2025.02.11 21:32:46.572896 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 3608 | 2025.02.11 21:32:46.572934 [ 257 ] {fb44c36d-a79b-4984-9b2a-ba6c4b6bcb98} <Debug> TCPHandler: Processed in 0.005948787 sec. | ||
| 3609 | 2025.02.11 21:32:46.573145 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3610 | 2025.02.11 21:32:46.573172 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2025.02.11 21:32:46.573198 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1844 rows starting from the beginning of the part | ||
| 3612 | 2025.02.11 21:32:46.573442 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 617 rows starting from the beginning of the part | ||
| 3613 | 2025.02.11 21:32:46.573494 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.02.11 21:32:46.573704 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3615 | 2025.02.11 21:32:46.573769 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1277 rows starting from the beginning of the part | ||
| 3616 | 2025.02.11 21:32:46.574135 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 617 rows starting from the beginning of the part | ||
| 3617 | 2025.02.11 21:32:46.574397 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part | ||
| 3618 | 2025.02.11 21:32:46.574688 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 617 rows starting from the beginning of the part | ||
| 3619 | 2025.02.11 21:32:46.576702 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2025.02.11 21:32:46.576765 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3621 | 2025.02.11 21:32:46.577916 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3622 | 2025.02.11 21:32:46.578388 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.02.11 21:32:46.578641 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005291 sec., 20034.020034020035 rows/sec., 1.18 MiB/sec. | ||
| 3624 | 2025.02.11 21:32:46.578719 [ 255 ] {73216ac4-25e0-4c6f-878b-84348c303752} <Debug> TCPHandler: Processed in 0.00566017 sec. | ||
| 3625 | 2025.02.11 21:32:46.578904 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2025.02.11 21:32:46.579127 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3627 | 2025.02.11 21:32:46.579184 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3628 | 2025.02.11 21:32:46.579819 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5108 rows, containing 5 columns (5 merged, 0 gathered) in 0.007065515 sec., 722948.0087438779 rows/sec., 61.22 MiB/sec. | ||
| 3629 | 2025.02.11 21:32:46.580148 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3630 | 2025.02.11 21:32:46.580672 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.02.11 21:32:46.580746 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.02.11 21:32:46.580752 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3633 | 2025.02.11 21:32:46.580961 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_21_4} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3634 | 2025.02.11 21:32:46.581123 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 3635 | 2025.02.11 21:32:46.581419 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3636 | 2025.02.11 21:32:46.581677 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.02.11 21:32:46.581975 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002895 sec., 39032.81519861831 rows/sec., 2.53 MiB/sec. | ||
| 3638 | 2025.02.11 21:32:46.582179 [ 257 ] {078925a6-40a6-4f28-b572-4d9b8e90ef2d} <Debug> TCPHandler: Processed in 0.003337362 sec. | ||
| 3639 | 2025.02.11 21:32:46.582350 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.02.11 21:32:46.582475 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3641 | 2025.02.11 21:32:46.582528 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3642 | 2025.02.11 21:32:46.583180 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.02.11 21:32:46.583220 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3644 | 2025.02.11 21:32:46.583617 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3645 | 2025.02.11 21:32:46.583873 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.02.11 21:32:46.584006 [ 131 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3647 | 2025.02.11 21:32:46.584048 [ 131 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2025.02.11 21:32:46.584060 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001615 sec., 69349.8452012384 rows/sec., 3.95 MiB/sec. | ||
| 3649 | 2025.02.11 21:32:46.584074 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3650 | 2025.02.11 21:32:46.584155 [ 255 ] {4ec966a4-8782-4886-8e66-ecdf324fc901} <Debug> TCPHandler: Processed in 0.001861446 sec. | ||
| 3651 | 2025.02.11 21:32:46.584427 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2025.02.11 21:32:46.584527 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3653 | 2025.02.11 21:32:46.584679 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3654 | 2025.02.11 21:32:46.584715 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3655 | 2025.02.11 21:32:46.584746 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3656 | 2025.02.11 21:32:46.584758 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3657 | 2025.02.11 21:32:46.584968 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3658 | 2025.02.11 21:32:46.585319 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3659 | 2025.02.11 21:32:46.585652 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3660 | 2025.02.11 21:32:46.586109 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 3661 | 2025.02.11 21:32:46.587308 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.02.11 21:32:46.587357 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3663 | 2025.02.11 21:32:46.587828 [ 188 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00365336 sec., 153283.552674798 rows/sec., 9.32 MiB/sec. | ||
| 3664 | 2025.02.11 21:32:46.587982 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3665 | 2025.02.11 21:32:46.588035 [ 188 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3666 | 2025.02.11 21:32:46.588461 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2025.02.11 21:32:46.588584 [ 188 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_9_2} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3668 | 2025.02.11 21:32:46.588711 [ 131 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3669 | 2025.02.11 21:32:46.588810 [ 131 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.02.11 21:32:46.588870 [ 188 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_9_2} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3671 | 2025.02.11 21:32:46.588891 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3672 | 2025.02.11 21:32:46.589145 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.004464 sec., 85573.47670250895 rows/sec., 6.03 MiB/sec. | ||
| 3673 | 2025.02.11 21:32:46.589196 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3674 | 2025.02.11 21:32:46.589317 [ 257 ] {289f14ea-e387-4af3-bc26-177fe816d104} <Debug> TCPHandler: Processed in 0.005038194 sec. | ||
| 3675 | 2025.02.11 21:32:46.589327 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 3676 | 2025.02.11 21:32:46.589504 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3677 | 2025.02.11 21:32:46.589504 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2025.02.11 21:32:46.589542 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 908 rows starting from the beginning of the part | ||
| 3679 | 2025.02.11 21:32:46.589754 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3680 | 2025.02.11 21:32:46.589789 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 382 rows starting from the beginning of the part | ||
| 3681 | 2025.02.11 21:32:46.589903 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3682 | 2025.02.11 21:32:46.590155 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 562 rows starting from the beginning of the part | ||
| 3683 | 2025.02.11 21:32:46.590539 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 382 rows starting from the beginning of the part | ||
| 3684 | 2025.02.11 21:32:46.590960 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part | ||
| 3685 | 2025.02.11 21:32:46.591345 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 382 rows starting from the beginning of the part | ||
| 3686 | 2025.02.11 21:32:46.592053 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2025.02.11 21:32:46.592102 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3688 | 2025.02.11 21:32:46.592646 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3689 | 2025.02.11 21:32:46.592948 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.02.11 21:32:46.593191 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003541 sec., 1694.4365998305564 rows/sec., 88.53 KiB/sec. | ||
| 3691 | 2025.02.11 21:32:46.593605 [ 255 ] {0d9a1372-4a83-499f-b8da-964294b8c0f1} <Debug> TCPHandler: Processed in 0.004163922 sec. | ||
| 3692 | 2025.02.11 21:32:46.593834 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3693 | 2025.02.11 21:32:46.593856 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2720 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482378 sec., 563873.1451268508 rows/sec., 42.91 MiB/sec. | ||
| 3694 | 2025.02.11 21:32:46.594001 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3695 | 2025.02.11 21:32:46.594094 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3696 | 2025.02.11 21:32:46.594191 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3697 | 2025.02.11 21:32:46.594844 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.02.11 21:32:46.595076 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_21_4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3699 | 2025.02.11 21:32:46.595269 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 3700 | 2025.02.11 21:32:46.595394 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2025.02.11 21:32:46.595439 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3702 | 2025.02.11 21:32:46.595869 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3703 | 2025.02.11 21:32:46.596118 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3704 | 2025.02.11 21:32:46.596313 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3705 | 2025.02.11 21:32:46.596372 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3706 | 2025.02.11 21:32:46.596383 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002408 sec., 98421.92691029901 rows/sec., 6.60 MiB/sec. | ||
| 3707 | 2025.02.11 21:32:46.596409 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3708 | 2025.02.11 21:32:46.596616 [ 257 ] {68ba4b59-87ff-4af2-b730-0ee9e2d5b8ae} <Debug> TCPHandler: Processed in 0.002863191 sec. | ||
| 3709 | 2025.02.11 21:32:46.596666 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3710 | 2025.02.11 21:32:46.596821 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3711 | 2025.02.11 21:32:46.596877 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3712 | 2025.02.11 21:32:46.596927 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5926 rows starting from the beginning of the part | ||
| 3713 | 2025.02.11 21:32:46.596965 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3714 | 2025.02.11 21:32:46.597104 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3715 | 2025.02.11 21:32:46.597125 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3716 | 2025.02.11 21:32:46.597486 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1007 rows starting from the beginning of the part | ||
| 3717 | 2025.02.11 21:32:46.597831 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3718 | 2025.02.11 21:32:46.598122 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 3719 | 2025.02.11 21:32:46.598367 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3720 | 2025.02.11 21:32:46.598948 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.02.11 21:32:46.598995 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3722 | 2025.02.11 21:32:46.599519 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3723 | 2025.02.11 21:32:46.599878 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.02.11 21:32:46.600197 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003264 sec., 306.37254901960785 rows/sec., 20.64 KiB/sec. | ||
| 3725 | 2025.02.11 21:32:46.600289 [ 255 ] {3c8d2054-6a32-4f12-8af5-50a789a52a89} <Debug> TCPHandler: Processed in 0.003542278 sec. | ||
| 3726 | 2025.02.11 21:32:46.600494 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2025.02.11 21:32:46.600631 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3728 | 2025.02.11 21:32:46.600704 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3729 | 2025.02.11 21:32:46.601414 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2025.02.11 21:32:46.601456 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3731 | 2025.02.11 21:32:46.602022 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7804 rows, containing 5 columns (5 merged, 0 gathered) in 0.005486946 sec., 1422284.819278338 rows/sec., 96.02 MiB/sec. | ||
| 3732 | 2025.02.11 21:32:46.602318 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3733 | 2025.02.11 21:32:46.602564 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3734 | 2025.02.11 21:32:46.602624 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.02.11 21:32:46.602853 [ 132 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3736 | 2025.02.11 21:32:46.602957 [ 132 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2025.02.11 21:32:46.603022 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3738 | 2025.02.11 21:32:46.603056 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002436 sec., 33661.74055829229 rows/sec., 2.14 MiB/sec. | ||
| 3739 | 2025.02.11 21:32:46.603479 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3740 | 2025.02.11 21:32:46.603561 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.02.11 21:32:46.603973 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3742 | 2025.02.11 21:32:46.603990 [ 257 ] {dacd42ae-cd87-4fdf-9c5f-8a163c1aa1d1} <Debug> TCPHandler: Processed in 0.003579968 sec. | ||
| 3743 | 2025.02.11 21:32:46.604060 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1062 rows starting from the beginning of the part | ||
| 3744 | 2025.02.11 21:32:46.604051 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3745 | 2025.02.11 21:32:46.604398 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3746 | 2025.02.11 21:32:46.604463 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3747 | 2025.02.11 21:32:46.604616 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3748 | 2025.02.11 21:32:46.604780 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3749 | 2025.02.11 21:32:46.604923 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 3750 | 2025.02.11 21:32:46.605061 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3751 | 2025.02.11 21:32:46.606325 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182489 sec., 448705.4000815085 rows/sec., 29.40 MiB/sec. | ||
| 3752 | 2025.02.11 21:32:46.606495 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3753 | 2025.02.11 21:32:46.606762 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.02.11 21:32:46.606835 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_21_4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3755 | 2025.02.11 21:32:46.606904 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3756 | 2025.02.11 21:32:47.515919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3757 | 2025.02.11 21:32:47.516563 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2025.02.11 21:32:47.516610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3759 | 2025.02.11 21:32:47.517165 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3760 | 2025.02.11 21:32:47.517425 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2025.02.11 21:32:47.517687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3762 | 2025.02.11 21:32:48.056310 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3763 | 2025.02.11 21:32:48.075441 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2025.02.11 21:32:48.075501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3765 | 2025.02.11 21:32:48.082655 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3766 | 2025.02.11 21:32:48.083450 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2025.02.11 21:32:48.086071 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3768 | 2025.02.11 21:32:50.056826 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 522 | ||
| 3769 | 2025.02.11 21:32:50.059978 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2025.02.11 21:32:50.060041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3771 | 2025.02.11 21:32:50.061546 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3772 | 2025.02.11 21:32:50.061879 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3773 | 2025.02.11 21:32:50.062854 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3774 | 2025.02.11 21:32:51.560379 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.02.11 21:32:51.560642 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3776 | 2025.02.11 21:32:51.560740 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3777 | 2025.02.11 21:32:51.561726 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3778 | 2025.02.11 21:32:51.561781 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3779 | 2025.02.11 21:32:51.562300 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3780 | 2025.02.11 21:32:51.562569 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3781 | 2025.02.11 21:32:51.562841 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002261 sec., 60150.375939849626 rows/sec., 5.19 MiB/sec. | ||
| 3782 | 2025.02.11 21:32:51.563023 [ 255 ] {7970cae4-f347-44e3-b36b-76dfa52d2a96} <Debug> TCPHandler: Processed in 0.002859161 sec. | ||
| 3783 | 2025.02.11 21:32:51.563340 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2025.02.11 21:32:51.563539 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3785 | 2025.02.11 21:32:51.563621 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3786 | 2025.02.11 21:32:51.564444 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.02.11 21:32:51.564496 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3788 | 2025.02.11 21:32:51.564952 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3789 | 2025.02.11 21:32:51.565222 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2025.02.11 21:32:51.565457 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001975 sec., 20253.164556962023 rows/sec., 1.49 MiB/sec. | ||
| 3791 | 2025.02.11 21:32:51.565516 [ 257 ] {78197313-943d-4878-af34-fcb52de065fe} <Debug> TCPHandler: Processed in 0.002318208 sec. | ||
| 3792 | 2025.02.11 21:32:51.565703 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2025.02.11 21:32:51.565835 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3794 | 2025.02.11 21:32:51.565892 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3795 | 2025.02.11 21:32:51.566549 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2025.02.11 21:32:51.566590 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3797 | 2025.02.11 21:32:51.566986 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3798 | 2025.02.11 21:32:51.567239 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2025.02.11 21:32:51.567451 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00165 sec., 63030.30303030303 rows/sec., 4.92 MiB/sec. | ||
| 3800 | 2025.02.11 21:32:51.567504 [ 255 ] {9dd6e578-9ef7-4ec9-96f8-9808975e53df} <Debug> TCPHandler: Processed in 0.001866956 sec. | ||
| 3801 | 2025.02.11 21:32:51.567686 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2025.02.11 21:32:51.567806 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3803 | 2025.02.11 21:32:51.567863 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3804 | 2025.02.11 21:32:51.568460 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.02.11 21:32:51.568501 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3806 | 2025.02.11 21:32:51.568921 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3807 | 2025.02.11 21:32:51.569175 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2025.02.11 21:32:51.569385 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 3809 | 2025.02.11 21:32:51.569439 [ 257 ] {9253452a-6cc9-4843-8da0-4fab21a8703e} <Debug> TCPHandler: Processed in 0.001809325 sec. | ||
| 3810 | 2025.02.11 21:32:51.569606 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2025.02.11 21:32:51.569730 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3812 | 2025.02.11 21:32:51.569815 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3813 | 2025.02.11 21:32:51.571123 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.02.11 21:32:51.571165 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3815 | 2025.02.11 21:32:51.571900 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3816 | 2025.02.11 21:32:51.572191 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.02.11 21:32:51.572381 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3818 | 2025.02.11 21:32:51.572461 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00275 sec., 14545.454545454546 rows/sec., 26.06 MiB/sec. | ||
| 3819 | 2025.02.11 21:32:51.572466 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2025.02.11 21:32:51.572542 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3821 | 2025.02.11 21:32:51.572932 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 3822 | 2025.02.11 21:32:51.572969 [ 255 ] {f3655ee6-4c0f-412d-b768-10a84d13ee04} <Debug> TCPHandler: Processed in 0.003419005 sec. | ||
| 3823 | 2025.02.11 21:32:51.573202 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2025.02.11 21:32:51.573337 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3825 | 2025.02.11 21:32:51.573442 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3826 | 2025.02.11 21:32:51.573473 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part | ||
| 3827 | 2025.02.11 21:32:51.573556 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3828 | 2025.02.11 21:32:51.574391 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3829 | 2025.02.11 21:32:51.575092 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3830 | 2025.02.11 21:32:51.575922 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3831 | 2025.02.11 21:32:51.575968 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.02.11 21:32:51.576043 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3833 | 2025.02.11 21:32:51.576546 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3834 | 2025.02.11 21:32:51.577205 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3835 | 2025.02.11 21:32:51.577676 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3836 | 2025.02.11 21:32:51.578398 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.02.11 21:32:51.578833 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005442 sec., 11025.358324145534 rows/sec., 760.86 KiB/sec. | ||
| 3838 | 2025.02.11 21:32:51.579030 [ 257 ] {17b2bf4a-a68e-439a-8265-b04324d881ee} <Debug> TCPHandler: Processed in 0.005922507 sec. | ||
| 3839 | 2025.02.11 21:32:51.581744 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 19 columns (19 merged, 0 gathered) in 0.009063414 sec., 36630.788354145574 rows/sec., 65.64 MiB/sec. | ||
| 3840 | 2025.02.11 21:32:51.582329 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3841 | 2025.02.11 21:32:51.582834 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.02.11 21:32:51.582931 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3843 | 2025.02.11 21:32:51.583091 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 3844 | 2025.02.11 21:32:54.928834 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3845 | 2025.02.11 21:32:54.928893 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3846 | 2025.02.11 21:32:55.017808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3847 | 2025.02.11 21:32:55.018465 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.02.11 21:32:55.018504 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3849 | 2025.02.11 21:32:55.019149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3850 | 2025.02.11 21:32:55.019406 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2025.02.11 21:32:55.019679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3852 | 2025.02.11 21:32:55.586146 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3853 | 2025.02.11 21:32:55.605798 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2025.02.11 21:32:55.605851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3855 | 2025.02.11 21:32:55.613080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3856 | 2025.02.11 21:32:55.613880 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.02.11 21:32:55.617312 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3858 | 2025.02.11 21:32:56.565226 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3859 | 2025.02.11 21:32:56.565437 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3860 | 2025.02.11 21:32:56.565516 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3861 | 2025.02.11 21:32:56.566400 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.02.11 21:32:56.566449 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3863 | 2025.02.11 21:32:56.566907 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3864 | 2025.02.11 21:32:56.567168 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2025.02.11 21:32:56.567400 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00202 sec., 104950.49504950494 rows/sec., 6.67 MiB/sec. | ||
| 3866 | 2025.02.11 21:32:56.567468 [ 255 ] {b41588f8-b865-4ec6-8827-7493d453c558} <Debug> TCPHandler: Processed in 0.002378859 sec. | ||
| 3867 | 2025.02.11 21:32:56.567743 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3868 | 2025.02.11 21:32:56.567935 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3869 | 2025.02.11 21:32:56.568011 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3870 | 2025.02.11 21:32:56.569082 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2025.02.11 21:32:56.569131 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3872 | 2025.02.11 21:32:56.569617 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3873 | 2025.02.11 21:32:56.569883 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3874 | 2025.02.11 21:32:56.570124 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002232 sec., 276433.6917562724 rows/sec., 21.61 MiB/sec. | ||
| 3875 | 2025.02.11 21:32:56.570332 [ 257 ] {5b057c0a-a4f8-4af5-8220-fab7836026bf} <Debug> TCPHandler: Processed in 0.002723218 sec. | ||
| 3876 | 2025.02.11 21:32:56.570543 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3877 | 2025.02.11 21:32:56.570678 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3878 | 2025.02.11 21:32:56.570731 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3879 | 2025.02.11 21:32:56.571371 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2025.02.11 21:32:56.571410 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3881 | 2025.02.11 21:32:56.571796 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3882 | 2025.02.11 21:32:56.572044 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2025.02.11 21:32:56.572227 [ 117 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3884 | 2025.02.11 21:32:56.572291 [ 117 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.02.11 21:32:56.572310 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001653 sec., 64125.83182093164 rows/sec., 3.77 MiB/sec. | ||
| 3886 | 2025.02.11 21:32:56.572346 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3887 | 2025.02.11 21:32:56.572480 [ 255 ] {37ffbb2c-3181-444f-b240-62c68a6d4342} <Debug> TCPHandler: Processed in 0.00199148 sec. | ||
| 3888 | 2025.02.11 21:32:56.572567 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 3889 | 2025.02.11 21:32:56.572698 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.02.11 21:32:56.572727 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3891 | 2025.02.11 21:32:56.572779 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part | ||
| 3892 | 2025.02.11 21:32:56.572989 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3893 | 2025.02.11 21:32:56.573070 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 106 rows starting from the beginning of the part | ||
| 3894 | 2025.02.11 21:32:56.573130 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3895 | 2025.02.11 21:32:56.573405 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 3896 | 2025.02.11 21:32:56.573707 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 106 rows starting from the beginning of the part | ||
| 3897 | 2025.02.11 21:32:56.574016 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 3898 | 2025.02.11 21:32:56.574264 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part | ||
| 3899 | 2025.02.11 21:32:56.576182 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.02.11 21:32:56.576252 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3901 | 2025.02.11 21:32:56.577394 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3902 | 2025.02.11 21:32:56.577579 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 5 columns (5 merged, 0 gathered) in 0.005094276 sec., 109534.70130004735 rows/sec., 7.23 MiB/sec. | ||
| 3903 | 2025.02.11 21:32:56.577825 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2025.02.11 21:32:56.577876 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3905 | 2025.02.11 21:32:56.578186 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00531 sec., 21280.60263653484 rows/sec., 1.38 MiB/sec. | ||
| 3906 | 2025.02.11 21:32:56.578343 [ 257 ] {2c7e2d7a-1154-4205-a579-5abd36ecd63e} <Debug> TCPHandler: Processed in 0.005744851 sec. | ||
| 3907 | 2025.02.11 21:32:56.578545 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2025.02.11 21:32:56.578572 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.02.11 21:32:56.578679 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_21_4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3910 | 2025.02.11 21:32:56.578753 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3911 | 2025.02.11 21:32:56.578853 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3912 | 2025.02.11 21:32:56.578871 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3913 | 2025.02.11 21:32:56.579527 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2025.02.11 21:32:56.579567 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3915 | 2025.02.11 21:32:56.579950 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3916 | 2025.02.11 21:32:56.580202 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.02.11 21:32:56.580511 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001776 sec., 63063.06306306306 rows/sec., 3.59 MiB/sec. | ||
| 3918 | 2025.02.11 21:32:56.580645 [ 255 ] {99824eef-e05e-4a17-bf17-8d5e0ffa229f} <Debug> TCPHandler: Processed in 0.002159143 sec. | ||
| 3919 | 2025.02.11 21:32:56.580805 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2025.02.11 21:32:56.580927 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3921 | 2025.02.11 21:32:56.580979 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3922 | 2025.02.11 21:32:56.581737 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2025.02.11 21:32:56.581777 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3924 | 2025.02.11 21:32:56.582181 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3925 | 2025.02.11 21:32:56.582437 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2025.02.11 21:32:56.582666 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001765 sec., 216430.59490084986 rows/sec., 15.26 MiB/sec. | ||
| 3927 | 2025.02.11 21:32:56.582895 [ 257 ] {22820f55-d8b0-4d09-9ca3-f794fc81f336} <Debug> TCPHandler: Processed in 0.002145243 sec. | ||
| 3928 | 2025.02.11 21:32:56.583082 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2025.02.11 21:32:56.583224 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3930 | 2025.02.11 21:32:56.583288 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3931 | 2025.02.11 21:32:56.583779 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.02.11 21:32:56.583818 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3933 | 2025.02.11 21:32:56.584191 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3934 | 2025.02.11 21:32:56.584436 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.02.11 21:32:56.584662 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 3936 | 2025.02.11 21:32:56.584714 [ 255 ] {0a05a2c6-ea42-4de2-a5fa-60f4a5e779dd} <Debug> TCPHandler: Processed in 0.001699822 sec. | ||
| 3937 | 2025.02.11 21:32:56.584864 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2025.02.11 21:32:56.584985 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3939 | 2025.02.11 21:32:56.585040 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3940 | 2025.02.11 21:32:56.585696 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2025.02.11 21:32:56.585737 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3942 | 2025.02.11 21:32:56.586161 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3943 | 2025.02.11 21:32:56.586421 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2025.02.11 21:32:56.586605 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 3945 | 2025.02.11 21:32:56.586657 [ 257 ] {243e5d5b-b94e-4b13-a4bd-5764b2110d46} <Debug> TCPHandler: Processed in 0.001848726 sec. | ||
| 3946 | 2025.02.11 21:32:56.586807 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2025.02.11 21:32:56.586926 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3948 | 2025.02.11 21:32:56.586980 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3949 | 2025.02.11 21:32:56.587465 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.02.11 21:32:56.587504 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3951 | 2025.02.11 21:32:56.587865 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3952 | 2025.02.11 21:32:56.588115 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2025.02.11 21:32:56.588288 [ 117 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3954 | 2025.02.11 21:32:56.588348 [ 117 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3955 | 2025.02.11 21:32:56.588367 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. | ||
| 3956 | 2025.02.11 21:32:56.588386 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3957 | 2025.02.11 21:32:56.588521 [ 255 ] {2f064404-9f24-49c2-b279-e33af62ec1f2} <Debug> TCPHandler: Processed in 0.001763814 sec. | ||
| 3958 | 2025.02.11 21:32:56.588622 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 3959 | 2025.02.11 21:32:56.588715 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3960 | 2025.02.11 21:32:56.588868 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3961 | 2025.02.11 21:32:56.588958 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 3962 | 2025.02.11 21:32:56.588967 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.02.11 21:32:56.589092 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3964 | 2025.02.11 21:32:56.589306 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3965 | 2025.02.11 21:32:56.589708 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3966 | 2025.02.11 21:32:56.590073 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3967 | 2025.02.11 21:32:56.590385 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3968 | 2025.02.11 21:32:56.590707 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3969 | 2025.02.11 21:32:56.591489 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2025.02.11 21:32:56.591550 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3971 | 2025.02.11 21:32:56.592739 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3972 | 2025.02.11 21:32:56.593293 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2025.02.11 21:32:56.593884 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004969 sec., 16502.314348963573 rows/sec., 1.05 MiB/sec. | ||
| 3974 | 2025.02.11 21:32:56.593998 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.005478805 sec., 2007.7370886534563 rows/sec., 134.57 KiB/sec. | ||
| 3975 | 2025.02.11 21:32:56.594025 [ 257 ] {dad15f58-7150-47db-ba25-38bb93ad6b03} <Debug> TCPHandler: Processed in 0.005379033 sec. | ||
| 3976 | 2025.02.11 21:32:56.594207 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3977 | 2025.02.11 21:32:56.594513 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.02.11 21:32:56.594598 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_11_2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3979 | 2025.02.11 21:32:56.594684 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3980 | 2025.02.11 21:33:00.063059 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 554 | ||
| 3981 | 2025.02.11 21:33:00.066119 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2025.02.11 21:33:00.066177 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3983 | 2025.02.11 21:33:00.067708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3984 | 2025.02.11 21:33:00.068044 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2025.02.11 21:33:00.068680 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 3986 | 2025.02.11 21:33:01.156030 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.02.11 21:33:01.156268 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3988 | 2025.02.11 21:33:01.156354 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3989 | 2025.02.11 21:33:01.157099 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.02.11 21:33:01.157155 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3991 | 2025.02.11 21:33:01.157590 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3992 | 2025.02.11 21:33:01.157884 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.02.11 21:33:01.158195 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001967 sec., 7117.437722419929 rows/sec., 580.38 KiB/sec. | ||
| 3994 | 2025.02.11 21:33:01.158280 [ 255 ] {602250b0-1861-4419-899b-bd9dffdddf30} <Debug> TCPHandler: Processed in 0.002390479 sec. | ||
| 3995 | 2025.02.11 21:33:01.158520 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2025.02.11 21:33:01.158711 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3997 | 2025.02.11 21:33:01.158806 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3998 | 2025.02.11 21:33:01.160417 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.02.11 21:33:01.160464 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4000 | 2025.02.11 21:33:01.160994 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4001 | 2025.02.11 21:33:01.161274 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.02.11 21:33:01.161577 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002918 sec., 439684.7155586018 rows/sec., 36.51 MiB/sec. | ||
| 4003 | 2025.02.11 21:33:01.161856 [ 257 ] {147294fe-febf-46cf-bf41-37abbc179b65} <Debug> TCPHandler: Processed in 0.003468795 sec. | ||
| 4004 | 2025.02.11 21:33:01.162094 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2025.02.11 21:33:01.162243 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4006 | 2025.02.11 21:33:01.162305 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4007 | 2025.02.11 21:33:01.162969 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2025.02.11 21:33:01.163011 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4009 | 2025.02.11 21:33:01.163399 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4010 | 2025.02.11 21:33:01.163645 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.02.11 21:33:01.163872 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.001665 sec., 32432.432432432433 rows/sec., 2.34 MiB/sec. | ||
| 4012 | 2025.02.11 21:33:01.163938 [ 255 ] {17b27523-c4b1-4970-a48b-0360afc063db} <Debug> TCPHandler: Processed in 0.001965839 sec. | ||
| 4013 | 2025.02.11 21:33:01.164108 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2025.02.11 21:33:01.164258 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4015 | 2025.02.11 21:33:01.164320 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4016 | 2025.02.11 21:33:01.165017 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.02.11 21:33:01.165057 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4018 | 2025.02.11 21:33:01.165436 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4019 | 2025.02.11 21:33:01.165685 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.02.11 21:33:01.165905 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001683 sec., 135472.3707664884 rows/sec., 9.17 MiB/sec. | ||
| 4021 | 2025.02.11 21:33:01.165958 [ 257 ] {ae29f27e-12bb-4fe3-89a5-853f287f4ad3} <Debug> TCPHandler: Processed in 0.001920178 sec. | ||
| 4022 | 2025.02.11 21:33:01.166102 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2025.02.11 21:33:01.166227 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4024 | 2025.02.11 21:33:01.166285 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4025 | 2025.02.11 21:33:01.167218 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.02.11 21:33:01.167259 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4027 | 2025.02.11 21:33:01.167668 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4028 | 2025.02.11 21:33:01.167920 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.02.11 21:33:01.168137 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.001938 sec., 296181.6305469556 rows/sec., 22.05 MiB/sec. | ||
| 4030 | 2025.02.11 21:33:01.168191 [ 255 ] {e0473bad-e1ac-40cc-80d8-c8bfd0cfc1ec} <Debug> TCPHandler: Processed in 0.002148163 sec. | ||
| 4031 | 2025.02.11 21:33:01.168343 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4032 | 2025.02.11 21:33:01.168485 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4033 | 2025.02.11 21:33:01.168547 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4034 | 2025.02.11 21:33:01.169465 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.02.11 21:33:01.169506 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4036 | 2025.02.11 21:33:01.169968 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4037 | 2025.02.11 21:33:01.170208 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2025.02.11 21:33:01.170424 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.001972 sec., 513691.6835699798 rows/sec., 34.53 MiB/sec. | ||
| 4039 | 2025.02.11 21:33:01.170484 [ 257 ] {7a2b6815-9ab4-4543-a24d-53f440ae9d45} <Debug> TCPHandler: Processed in 0.002206484 sec. | ||
| 4040 | 2025.02.11 21:33:01.170646 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4041 | 2025.02.11 21:33:01.170784 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4042 | 2025.02.11 21:33:01.170880 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4043 | 2025.02.11 21:33:01.172193 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2025.02.11 21:33:01.172234 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4045 | 2025.02.11 21:33:01.172930 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4046 | 2025.02.11 21:33:01.173243 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2025.02.11 21:33:01.173493 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00274 sec., 14598.540145985402 rows/sec., 26.16 MiB/sec. | ||
| 4048 | 2025.02.11 21:33:01.173587 [ 255 ] {8884e556-8b58-4b93-a632-18820646339c} <Debug> TCPHandler: Processed in 0.003008864 sec. | ||
| 4049 | 2025.02.11 21:33:01.173747 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4050 | 2025.02.11 21:33:01.173889 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4051 | 2025.02.11 21:33:01.173950 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4052 | 2025.02.11 21:33:01.174529 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4053 | 2025.02.11 21:33:01.174568 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4054 | 2025.02.11 21:33:01.174938 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4055 | 2025.02.11 21:33:01.175185 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.02.11 21:33:01.175406 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 4057 | 2025.02.11 21:33:01.175462 [ 257 ] {feef8140-8353-46fb-9520-1d68998efd0e} <Debug> TCPHandler: Processed in 0.001778424 sec. | ||
| 4058 | 2025.02.11 21:33:02.519825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4059 | 2025.02.11 21:33:02.520465 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.02.11 21:33:02.520511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4061 | 2025.02.11 21:33:02.521034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4062 | 2025.02.11 21:33:02.521288 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.02.11 21:33:02.521509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4064 | 2025.02.11 21:33:03.117390 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4065 | 2025.02.11 21:33:03.138828 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2025.02.11 21:33:03.138892 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4067 | 2025.02.11 21:33:03.146521 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4068 | 2025.02.11 21:33:03.147309 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2025.02.11 21:33:03.149967 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4070 | 2025.02.11 21:33:06.564452 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2025.02.11 21:33:06.564663 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4072 | 2025.02.11 21:33:06.564741 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4073 | 2025.02.11 21:33:06.565618 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4074 | 2025.02.11 21:33:06.565668 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4075 | 2025.02.11 21:33:06.566124 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4076 | 2025.02.11 21:33:06.566381 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2025.02.11 21:33:06.566639 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002032 sec., 104330.70866141733 rows/sec., 6.64 MiB/sec. | ||
| 4078 | 2025.02.11 21:33:06.566708 [ 255 ] {02e0540b-531a-40ec-b97e-ae4a9811fcbf} <Debug> TCPHandler: Processed in 0.002388939 sec. | ||
| 4079 | 2025.02.11 21:33:06.566980 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2025.02.11 21:33:06.567177 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4081 | 2025.02.11 21:33:06.567254 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4082 | 2025.02.11 21:33:06.568329 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.02.11 21:33:06.568384 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4084 | 2025.02.11 21:33:06.568856 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4085 | 2025.02.11 21:33:06.569125 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2025.02.11 21:33:06.569405 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002271 sec., 271686.48172611184 rows/sec., 21.24 MiB/sec. | ||
| 4087 | 2025.02.11 21:33:06.569571 [ 257 ] {809db8bf-58f0-4ff3-b17e-99fd76f28bef} <Debug> TCPHandler: Processed in 0.002731398 sec. | ||
| 4088 | 2025.02.11 21:33:06.569770 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2025.02.11 21:33:06.569897 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4090 | 2025.02.11 21:33:06.569954 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4091 | 2025.02.11 21:33:06.570592 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2025.02.11 21:33:06.570634 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4093 | 2025.02.11 21:33:06.571033 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4094 | 2025.02.11 21:33:06.571277 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2025.02.11 21:33:06.571516 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001648 sec., 64320.388349514564 rows/sec., 3.78 MiB/sec. | ||
| 4096 | 2025.02.11 21:33:06.571644 [ 255 ] {75736ed3-71ef-4b9d-bb64-01e8f0a6788a} <Debug> TCPHandler: Processed in 0.001948298 sec. | ||
| 4097 | 2025.02.11 21:33:06.571802 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2025.02.11 21:33:06.571921 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4099 | 2025.02.11 21:33:06.571971 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4100 | 2025.02.11 21:33:06.572620 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2025.02.11 21:33:06.572661 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4102 | 2025.02.11 21:33:06.573032 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4103 | 2025.02.11 21:33:06.573294 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2025.02.11 21:33:06.573442 [ 105 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4105 | 2025.02.11 21:33:06.573483 [ 105 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4106 | 2025.02.11 21:33:06.573484 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001585 sec., 71293.37539432176 rows/sec., 4.61 MiB/sec. | ||
| 4107 | 2025.02.11 21:33:06.573507 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4108 | 2025.02.11 21:33:06.573592 [ 257 ] {af1aa28a-7465-4d2a-ac25-ffc177c0d451} <Debug> TCPHandler: Processed in 0.001847665 sec. | ||
| 4109 | 2025.02.11 21:33:06.573853 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4110 | 2025.02.11 21:33:06.573951 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 4111 | 2025.02.11 21:33:06.574203 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4112 | 2025.02.11 21:33:06.574340 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4113 | 2025.02.11 21:33:06.574467 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4114 | 2025.02.11 21:33:06.574571 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 4115 | 2025.02.11 21:33:06.574844 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4116 | 2025.02.11 21:33:06.575317 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4117 | 2025.02.11 21:33:06.575693 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4118 | 2025.02.11 21:33:06.576085 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
| 4119 | 2025.02.11 21:33:06.576369 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 4120 | 2025.02.11 21:33:06.577294 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2025.02.11 21:33:06.577364 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4122 | 2025.02.11 21:33:06.578554 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4123 | 2025.02.11 21:33:06.579105 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4124 | 2025.02.11 21:33:06.579479 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005844304 sec., 174871.122378302 rows/sec., 12.22 MiB/sec. | ||
| 4125 | 2025.02.11 21:33:06.579640 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005565 sec., 20125.786163522014 rows/sec., 1.15 MiB/sec. | ||
| 4126 | 2025.02.11 21:33:06.579761 [ 255 ] {bf089d05-27a7-4ca3-a451-4869fa86b3b9} <Debug> TCPHandler: Processed in 0.006031769 sec. | ||
| 4127 | 2025.02.11 21:33:06.579769 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4128 | 2025.02.11 21:33:06.579995 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4129 | 2025.02.11 21:33:06.580184 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4130 | 2025.02.11 21:33:06.580252 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4131 | 2025.02.11 21:33:06.580354 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.02.11 21:33:06.580565 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_16_3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4133 | 2025.02.11 21:33:06.580793 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4134 | 2025.02.11 21:33:06.581393 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2025.02.11 21:33:06.581439 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4136 | 2025.02.11 21:33:06.581843 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4137 | 2025.02.11 21:33:06.582111 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2025.02.11 21:33:06.582296 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002161 sec., 176770.01388246182 rows/sec., 12.47 MiB/sec. | ||
| 4139 | 2025.02.11 21:33:06.582349 [ 257 ] {3b965227-6f87-472f-be01-db657fd4f27b} <Debug> TCPHandler: Processed in 0.002487122 sec. | ||
| 4140 | 2025.02.11 21:33:06.582518 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2025.02.11 21:33:06.582665 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4142 | 2025.02.11 21:33:06.582722 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4143 | 2025.02.11 21:33:06.583253 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.02.11 21:33:06.583294 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4145 | 2025.02.11 21:33:06.583680 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4146 | 2025.02.11 21:33:06.583920 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.02.11 21:33:06.584094 [ 105 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4148 | 2025.02.11 21:33:06.584152 [ 105 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.02.11 21:33:06.584171 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 4150 | 2025.02.11 21:33:06.584188 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4151 | 2025.02.11 21:33:06.584339 [ 255 ] {435581af-8844-48ef-a8d6-a0efe0e83c78} <Debug> TCPHandler: Processed in 0.001884697 sec. | ||
| 4152 | 2025.02.11 21:33:06.584429 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4153 | 2025.02.11 21:33:06.584544 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4154 | 2025.02.11 21:33:06.584608 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4155 | 2025.02.11 21:33:06.584691 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4156 | 2025.02.11 21:33:06.584754 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4157 | 2025.02.11 21:33:06.584908 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4158 | 2025.02.11 21:33:06.584980 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4159 | 2025.02.11 21:33:06.585304 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4160 | 2025.02.11 21:33:06.585583 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4161 | 2025.02.11 21:33:06.585951 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4162 | 2025.02.11 21:33:06.586286 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 4163 | 2025.02.11 21:33:06.587544 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4164 | 2025.02.11 21:33:06.587618 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4165 | 2025.02.11 21:33:06.588745 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4166 | 2025.02.11 21:33:06.588978 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004663565 sec., 14152.263343600873 rows/sec., 739.40 KiB/sec. | ||
| 4167 | 2025.02.11 21:33:06.589197 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4168 | 2025.02.11 21:33:06.589235 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.02.11 21:33:06.589869 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005113 sec., 46352.43496968511 rows/sec., 3.11 MiB/sec. | ||
| 4170 | 2025.02.11 21:33:06.590042 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_11_2} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4171 | 2025.02.11 21:33:06.590285 [ 257 ] {9cf42667-c9c0-4dbf-9629-22246ef3c1dc} <Debug> TCPHandler: Processed in 0.005822024 sec. | ||
| 4172 | 2025.02.11 21:33:06.590369 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_11_2} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4173 | 2025.02.11 21:33:06.590514 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4174 | 2025.02.11 21:33:06.590545 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4175 | 2025.02.11 21:33:06.590658 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4176 | 2025.02.11 21:33:06.590717 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4177 | 2025.02.11 21:33:06.591205 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.02.11 21:33:06.591246 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4179 | 2025.02.11 21:33:06.591661 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4180 | 2025.02.11 21:33:06.591924 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2025.02.11 21:33:06.592143 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 4182 | 2025.02.11 21:33:06.592200 [ 255 ] {10a518ca-528a-416d-be84-1dd7a52c1344} <Debug> TCPHandler: Processed in 0.001800314 sec. | ||
| 4183 | 2025.02.11 21:33:06.592382 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4184 | 2025.02.11 21:33:06.592500 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4185 | 2025.02.11 21:33:06.592552 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4186 | 2025.02.11 21:33:06.593051 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.02.11 21:33:06.593091 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4188 | 2025.02.11 21:33:06.593488 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4189 | 2025.02.11 21:33:06.593741 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.02.11 21:33:06.593929 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 4191 | 2025.02.11 21:33:06.593980 [ 257 ] {baa18423-c84e-482d-9494-7981c2745fcf} <Debug> TCPHandler: Processed in 0.001672041 sec. | ||
| 4192 | 2025.02.11 21:33:09.929141 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4193 | 2025.02.11 21:33:09.929199 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4194 | 2025.02.11 21:33:10.021632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4195 | 2025.02.11 21:33:10.022578 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.02.11 21:33:10.022640 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4197 | 2025.02.11 21:33:10.023250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4198 | 2025.02.11 21:33:10.023499 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.02.11 21:33:10.023680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4200 | 2025.02.11 21:33:10.068895 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 590 | ||
| 4201 | 2025.02.11 21:33:10.072161 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.02.11 21:33:10.072218 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4203 | 2025.02.11 21:33:10.073744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4204 | 2025.02.11 21:33:10.074070 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.02.11 21:33:10.074711 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 590 | ||
| 4206 | 2025.02.11 21:33:10.650048 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4207 | 2025.02.11 21:33:10.671193 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4208 | 2025.02.11 21:33:10.671257 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4209 | 2025.02.11 21:33:10.679012 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4210 | 2025.02.11 21:33:10.679809 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.02.11 21:33:10.682622 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4212 | 2025.02.11 21:33:11.560110 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4213 | 2025.02.11 21:33:11.560316 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4214 | 2025.02.11 21:33:11.560389 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4215 | 2025.02.11 21:33:11.561246 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2025.02.11 21:33:11.561295 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4217 | 2025.02.11 21:33:11.561755 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4218 | 2025.02.11 21:33:11.562137 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4219 | 2025.02.11 21:33:11.562348 [ 98 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4220 | 2025.02.11 21:33:11.562416 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002152 sec., 63197.02602230484 rows/sec., 5.46 MiB/sec. | ||
| 4221 | 2025.02.11 21:33:11.562434 [ 98 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2025.02.11 21:33:11.562499 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4223 | 2025.02.11 21:33:11.562568 [ 255 ] {72c83252-d1f2-4cbd-98ca-c4478f8f0ec1} <Debug> TCPHandler: Processed in 0.002576003 sec. | ||
| 4224 | 2025.02.11 21:33:11.562715 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 4225 | 2025.02.11 21:33:11.562860 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4226 | 2025.02.11 21:33:11.562905 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4227 | 2025.02.11 21:33:11.562925 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1845 rows starting from the beginning of the part | ||
| 4228 | 2025.02.11 21:33:11.563161 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part | ||
| 4229 | 2025.02.11 21:33:11.563261 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4230 | 2025.02.11 21:33:11.563421 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 617 rows starting from the beginning of the part | ||
| 4231 | 2025.02.11 21:33:11.563488 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4232 | 2025.02.11 21:33:11.563827 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1283 rows starting from the beginning of the part | ||
| 4233 | 2025.02.11 21:33:11.564156 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 617 rows starting from the beginning of the part | ||
| 4234 | 2025.02.11 21:33:11.564439 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part | ||
| 4235 | 2025.02.11 21:33:11.565991 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2025.02.11 21:33:11.566075 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4237 | 2025.02.11 21:33:11.566997 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4238 | 2025.02.11 21:33:11.567311 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2025.02.11 21:33:11.567716 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004567 sec., 8758.484782132691 rows/sec., 658.60 KiB/sec. | ||
| 4240 | 2025.02.11 21:33:11.568421 [ 257 ] {b837ea69-cce9-43ba-802d-d6b1798c05c8} <Debug> TCPHandler: Processed in 0.00567766 sec. | ||
| 4241 | 2025.02.11 21:33:11.568519 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4634 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913926 sec., 783574.2280170567 rows/sec., 66.75 MiB/sec. | ||
| 4242 | 2025.02.11 21:33:11.568621 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4243 | 2025.02.11 21:33:11.568793 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4244 | 2025.02.11 21:33:11.568875 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4245 | 2025.02.11 21:33:11.568895 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4246 | 2025.02.11 21:33:11.569612 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4247 | 2025.02.11 21:33:11.569739 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_26_5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4248 | 2025.02.11 21:33:11.569895 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 4249 | 2025.02.11 21:33:11.570151 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.02.11 21:33:11.570198 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4251 | 2025.02.11 21:33:11.570630 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4252 | 2025.02.11 21:33:11.570879 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.02.11 21:33:11.571060 [ 98 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4254 | 2025.02.11 21:33:11.571118 [ 98 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2025.02.11 21:33:11.571135 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002396 sec., 43405.67612687813 rows/sec., 3.39 MiB/sec. | ||
| 4256 | 2025.02.11 21:33:11.571153 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4257 | 2025.02.11 21:33:11.571297 [ 255 ] {cd17912b-2bf9-4c0c-b4a7-cb6b733ee26c} <Debug> TCPHandler: Processed in 0.002747288 sec. | ||
| 4258 | 2025.02.11 21:33:11.571428 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 4259 | 2025.02.11 21:33:11.571487 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4260 | 2025.02.11 21:33:11.571733 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4261 | 2025.02.11 21:33:11.571736 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4262 | 2025.02.11 21:33:11.571840 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 4263 | 2025.02.11 21:33:11.571851 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4264 | 2025.02.11 21:33:11.572217 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part | ||
| 4265 | 2025.02.11 21:33:11.572532 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 382 rows starting from the beginning of the part | ||
| 4266 | 2025.02.11 21:33:11.572892 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 574 rows starting from the beginning of the part | ||
| 4267 | 2025.02.11 21:33:11.573228 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 382 rows starting from the beginning of the part | ||
| 4268 | 2025.02.11 21:33:11.573530 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part | ||
| 4269 | 2025.02.11 21:33:11.574492 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2025.02.11 21:33:11.574571 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4271 | 2025.02.11 21:33:11.575529 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4272 | 2025.02.11 21:33:11.575952 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2025.02.11 21:33:11.576189 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4274 | 2025.02.11 21:33:11.576305 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.02.11 21:33:11.576391 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4276 | 2025.02.11 21:33:11.576495 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004826 sec., 33153.75051802735 rows/sec., 2.31 MiB/sec. | ||
| 4277 | 2025.02.11 21:33:11.576984 [ 257 ] {fd98fc23-b8d0-4619-8c9a-02da501901ec} <Debug> TCPHandler: Processed in 0.005564477 sec. | ||
| 4278 | 2025.02.11 21:33:11.576993 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 4279 | 2025.02.11 21:33:11.577198 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913746 sec., 415303.59944441303 rows/sec., 31.84 MiB/sec. | ||
| 4280 | 2025.02.11 21:33:11.577245 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2025.02.11 21:33:11.577348 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4282 | 2025.02.11 21:33:11.577494 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7804 rows starting from the beginning of the part | ||
| 4283 | 2025.02.11 21:33:11.577506 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4284 | 2025.02.11 21:33:11.577612 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4285 | 2025.02.11 21:33:11.577834 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4286 | 2025.02.11 21:33:11.578401 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 4287 | 2025.02.11 21:33:11.578957 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2025.02.11 21:33:11.579239 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 4289 | 2025.02.11 21:33:11.579330 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_26_5} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4290 | 2025.02.11 21:33:11.579805 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4291 | 2025.02.11 21:33:11.580044 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1013 rows starting from the beginning of the part | ||
| 4292 | 2025.02.11 21:33:11.580551 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 4293 | 2025.02.11 21:33:11.581016 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 4294 | 2025.02.11 21:33:11.582903 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4295 | 2025.02.11 21:33:11.582982 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4296 | 2025.02.11 21:33:11.584619 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4297 | 2025.02.11 21:33:11.585083 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): 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.02.11 21:33:11.585568 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008135 sec., 4917.025199754149 rows/sec., 8.81 MiB/sec. | ||
| 4299 | 2025.02.11 21:33:11.585860 [ 255 ] {f502da3b-6c7f-4c6f-bd19-d8c8deec5690} <Debug> TCPHandler: Processed in 0.008751916 sec. | ||
| 4300 | 2025.02.11 21:33:11.586020 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4301 | 2025.02.11 21:33:11.586147 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4302 | 2025.02.11 21:33:11.586214 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4303 | 2025.02.11 21:33:11.586514 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9611 rows, containing 5 columns (5 merged, 0 gathered) in 0.009969076 sec., 964081.3250897074 rows/sec., 65.11 MiB/sec. | ||
| 4304 | 2025.02.11 21:33:11.586763 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4305 | 2025.02.11 21:33:11.586973 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2025.02.11 21:33:11.587017 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4307 | 2025.02.11 21:33:11.587149 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2025.02.11 21:33:11.587258 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4309 | 2025.02.11 21:33:11.587348 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 4310 | 2025.02.11 21:33:11.587478 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4311 | 2025.02.11 21:33:11.587720 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.02.11 21:33:11.587886 [ 98 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4313 | 2025.02.11 21:33:11.587948 [ 98 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.02.11 21:33:11.587980 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001853 sec., 32379.924446842957 rows/sec., 2.18 MiB/sec. | ||
| 4315 | 2025.02.11 21:33:11.587987 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4316 | 2025.02.11 21:33:11.588121 [ 257 ] {f72e6f57-2dc5-4986-8602-0a8a2da60d63} <Debug> TCPHandler: Processed in 0.002156783 sec. | ||
| 4317 | 2025.02.11 21:33:11.588208 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 4318 | 2025.02.11 21:33:11.588304 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4319 | 2025.02.11 21:33:11.588332 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 4320 | 2025.02.11 21:33:11.588390 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4321 | 2025.02.11 21:33:11.588468 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 4322 | 2025.02.11 21:33:11.588696 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 4323 | 2025.02.11 21:33:11.588857 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 4324 | 2025.02.11 21:33:11.589051 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4325 | 2025.02.11 21:33:11.590256 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1772 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122273 sec., 834953.844298071 rows/sec., 54.70 MiB/sec. | ||
| 4326 | 2025.02.11 21:33:11.590483 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4327 | 2025.02.11 21:33:11.590817 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4328 | 2025.02.11 21:33:11.590901 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_26_5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4329 | 2025.02.11 21:33:11.590965 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4330 | 2025.02.11 21:33:16.567283 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4331 | 2025.02.11 21:33:16.567493 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4332 | 2025.02.11 21:33:16.567568 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4333 | 2025.02.11 21:33:16.568396 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2025.02.11 21:33:16.568449 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4335 | 2025.02.11 21:33:16.568918 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4336 | 2025.02.11 21:33:16.569218 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4337 | 2025.02.11 21:33:16.569460 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 4338 | 2025.02.11 21:33:16.569529 [ 255 ] {3d0557d0-e7f6-4e16-bedc-808880449bf5} <Debug> TCPHandler: Processed in 0.002385819 sec. | ||
| 4339 | 2025.02.11 21:33:16.569805 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4340 | 2025.02.11 21:33:16.570001 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4341 | 2025.02.11 21:33:16.570075 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4342 | 2025.02.11 21:33:16.570824 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.02.11 21:33:16.570876 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4344 | 2025.02.11 21:33:16.571314 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4345 | 2025.02.11 21:33:16.571573 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4346 | 2025.02.11 21:33:16.571817 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00187 sec., 1069.51871657754 rows/sec., 87.21 KiB/sec. | ||
| 4347 | 2025.02.11 21:33:16.571874 [ 257 ] {4bbd783b-3230-4d8d-9024-a770468837b2} <Debug> TCPHandler: Processed in 0.002211424 sec. | ||
| 4348 | 2025.02.11 21:33:16.572037 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4349 | 2025.02.11 21:33:16.572170 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4350 | 2025.02.11 21:33:16.572228 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4351 | 2025.02.11 21:33:16.573096 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2025.02.11 21:33:16.573139 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4353 | 2025.02.11 21:33:16.573581 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4354 | 2025.02.11 21:33:16.573848 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2025.02.11 21:33:16.574079 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.00194 sec., 318556.7010309278 rows/sec., 24.90 MiB/sec. | ||
| 4356 | 2025.02.11 21:33:16.574157 [ 255 ] {4a75087e-ceb1-4546-a049-af5de6da0fa6} <Debug> TCPHandler: Processed in 0.002184074 sec. | ||
| 4357 | 2025.02.11 21:33:16.574327 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2025.02.11 21:33:16.574445 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4359 | 2025.02.11 21:33:16.574497 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4360 | 2025.02.11 21:33:16.575133 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.02.11 21:33:16.575179 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4362 | 2025.02.11 21:33:16.575570 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4363 | 2025.02.11 21:33:16.575810 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.02.11 21:33:16.576058 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001631 sec., 66217.04475781729 rows/sec., 3.91 MiB/sec. | ||
| 4365 | 2025.02.11 21:33:16.576150 [ 257 ] {af7a821c-8b75-46d9-bfd5-1a820d1da75a} <Debug> TCPHandler: Processed in 0.001897657 sec. | ||
| 4366 | 2025.02.11 21:33:16.576382 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4367 | 2025.02.11 21:33:16.576517 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4368 | 2025.02.11 21:33:16.576571 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4369 | 2025.02.11 21:33:16.577237 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.02.11 21:33:16.577279 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4371 | 2025.02.11 21:33:16.577657 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4372 | 2025.02.11 21:33:16.577913 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4373 | 2025.02.11 21:33:16.578120 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001634 sec., 69155.44675642595 rows/sec., 4.48 MiB/sec. | ||
| 4374 | 2025.02.11 21:33:16.578175 [ 255 ] {6a083e3e-8b5a-4314-ade2-30b6b161253c} <Debug> TCPHandler: Processed in 0.001903977 sec. | ||
| 4375 | 2025.02.11 21:33:16.578353 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4376 | 2025.02.11 21:33:16.578473 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4377 | 2025.02.11 21:33:16.578522 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4378 | 2025.02.11 21:33:16.579181 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2025.02.11 21:33:16.579233 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4380 | 2025.02.11 21:33:16.579635 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4381 | 2025.02.11 21:33:16.579964 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2025.02.11 21:33:16.580271 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001811 sec., 61844.284925455555 rows/sec., 3.52 MiB/sec. | ||
| 4383 | 2025.02.11 21:33:16.580455 [ 257 ] {77376e9d-621c-4293-81ea-5b7db67c18b1} <Debug> TCPHandler: Processed in 0.002158833 sec. | ||
| 4384 | 2025.02.11 21:33:16.580628 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4385 | 2025.02.11 21:33:16.580745 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4386 | 2025.02.11 21:33:16.580797 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4387 | 2025.02.11 21:33:16.581572 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4388 | 2025.02.11 21:33:16.581615 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4389 | 2025.02.11 21:33:16.582029 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4390 | 2025.02.11 21:33:16.582280 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2025.02.11 21:33:16.582531 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001807 sec., 212506.91754288875 rows/sec., 15.00 MiB/sec. | ||
| 4392 | 2025.02.11 21:33:16.582702 [ 255 ] {dcc05a2f-13c6-4c5d-bc74-6ca5e731afa8} <Debug> TCPHandler: Processed in 0.002125333 sec. | ||
| 4393 | 2025.02.11 21:33:16.582931 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2025.02.11 21:33:16.583052 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4395 | 2025.02.11 21:33:16.583106 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4396 | 2025.02.11 21:33:16.583618 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2025.02.11 21:33:16.583659 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4398 | 2025.02.11 21:33:16.584064 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4399 | 2025.02.11 21:33:16.584314 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2025.02.11 21:33:16.584536 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 4401 | 2025.02.11 21:33:16.584594 [ 257 ] {24d71188-a944-4b1e-b51e-4dc3de49b727} <Debug> TCPHandler: Processed in 0.001769894 sec. | ||
| 4402 | 2025.02.11 21:33:16.584751 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2025.02.11 21:33:16.584870 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4404 | 2025.02.11 21:33:16.584923 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4405 | 2025.02.11 21:33:16.585522 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2025.02.11 21:33:16.585561 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4407 | 2025.02.11 21:33:16.585971 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4408 | 2025.02.11 21:33:16.586219 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2025.02.11 21:33:16.586432 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001586 sec., 150063.05170239595 rows/sec., 10.06 MiB/sec. | ||
| 4410 | 2025.02.11 21:33:16.586543 [ 255 ] {b39b361f-becd-4d91-9e91-d54af8137b68} <Debug> TCPHandler: Processed in 0.001848116 sec. | ||
| 4411 | 2025.02.11 21:33:16.586703 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2025.02.11 21:33:16.586823 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4413 | 2025.02.11 21:33:16.586878 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4414 | 2025.02.11 21:33:16.587368 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2025.02.11 21:33:16.587408 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4416 | 2025.02.11 21:33:16.587789 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4417 | 2025.02.11 21:33:16.588032 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2025.02.11 21:33:16.588305 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 4419 | 2025.02.11 21:33:16.588470 [ 257 ] {26bcf533-2def-4446-8333-2f551a9c92f0} <Debug> TCPHandler: Processed in 0.001824895 sec. | ||
| 4420 | 2025.02.11 21:33:16.588647 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2025.02.11 21:33:16.588764 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4422 | 2025.02.11 21:33:16.588815 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4423 | 2025.02.11 21:33:16.589316 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2025.02.11 21:33:16.589354 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4425 | 2025.02.11 21:33:16.589724 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4426 | 2025.02.11 21:33:16.589970 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2025.02.11 21:33:16.590175 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec. | ||
| 4428 | 2025.02.11 21:33:16.590223 [ 255 ] {6be8a124-b1bb-4691-adf3-c8eae8e71508} <Debug> TCPHandler: Processed in 0.001635361 sec. | ||
| 4429 | 2025.02.11 21:33:17.523823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4430 | 2025.02.11 21:33:17.524496 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2025.02.11 21:33:17.524543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4432 | 2025.02.11 21:33:17.525050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4433 | 2025.02.11 21:33:17.525302 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2025.02.11 21:33:17.525503 [ 86 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4435 | 2025.02.11 21:33:17.525539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4436 | 2025.02.11 21:33:17.525584 [ 86 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.02.11 21:33:17.525612 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4438 | 2025.02.11 21:33:17.525768 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4439 | 2025.02.11 21:33:17.525927 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4440 | 2025.02.11 21:33:17.525971 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4441 | 2025.02.11 21:33:17.526067 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4442 | 2025.02.11 21:33:17.526243 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4443 | 2025.02.11 21:33:17.526417 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4444 | 2025.02.11 21:33:17.526581 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4445 | 2025.02.11 21:33:17.526658 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 4446 | 2025.02.11 21:33:17.528901 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003210049 sec., 3002446.380101986 rows/sec., 42.95 MiB/sec. | ||
| 4447 | 2025.02.11 21:33:17.529121 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4448 | 2025.02.11 21:33:17.529427 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_21_4} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2025.02.11 21:33:17.529509 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_21_4} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4450 | 2025.02.11 21:33:17.529595 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4451 | 2025.02.11 21:33:18.182703 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4452 | 2025.02.11 21:33:18.204240 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.02.11 21:33:18.204308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4454 | 2025.02.11 21:33:18.212151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4455 | 2025.02.11 21:33:18.212950 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.02.11 21:33:18.213361 [ 85 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4457 | 2025.02.11 21:33:18.213535 [ 85 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2025.02.11 21:33:18.213650 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4459 | 2025.02.11 21:33:18.214202 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4460 | 2025.02.11 21:33:18.227954 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4461 | 2025.02.11 21:33:18.229664 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4462 | 2025.02.11 21:33:18.231131 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4463 | 2025.02.11 21:33:18.236757 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4464 | 2025.02.11 21:33:18.242391 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4465 | 2025.02.11 21:33:18.248274 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4466 | 2025.02.11 21:33:18.254061 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4467 | 2025.02.11 21:33:18.258854 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 4468 | 2025.02.11 21:33:18.328082 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.114220373 sec., 1392.0458830930274 rows/sec., 7.20 MiB/sec. | ||
| 4469 | 2025.02.11 21:33:18.331166 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4470 | 2025.02.11 21:33:18.335923 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_21_4} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2025.02.11 21:33:18.336101 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_21_4} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4472 | 2025.02.11 21:33:18.338513 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4473 | 2025.02.11 21:33:19.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.60 MiB, peak 193.17 MiB, free memory in arenas 0.00 B, will set to 185.35 MiB (RSS), difference: 2.76 MiB | ||
| 4474 | 2025.02.11 21:33:20.074937 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 624 | ||
| 4475 | 2025.02.11 21:33:20.078064 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4476 | 2025.02.11 21:33:20.078118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4477 | 2025.02.11 21:33:20.079631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4478 | 2025.02.11 21:33:20.079958 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4479 | 2025.02.11 21:33:20.080840 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 4480 | 2025.02.11 21:33:21.560739 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4481 | 2025.02.11 21:33:21.560941 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4482 | 2025.02.11 21:33:21.561015 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4483 | 2025.02.11 21:33:21.561905 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2025.02.11 21:33:21.561960 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4485 | 2025.02.11 21:33:21.562438 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4486 | 2025.02.11 21:33:21.562728 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.02.11 21:33:21.562975 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002087 sec., 65165.309056061335 rows/sec., 5.63 MiB/sec. | ||
| 4488 | 2025.02.11 21:33:21.563046 [ 255 ] {aed59a4c-fc07-4c37-8c00-46218d8c3069} <Debug> TCPHandler: Processed in 0.00244148 sec. | ||
| 4489 | 2025.02.11 21:33:21.563337 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4490 | 2025.02.11 21:33:21.563530 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4491 | 2025.02.11 21:33:21.563605 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4492 | 2025.02.11 21:33:21.564406 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4493 | 2025.02.11 21:33:21.564449 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4494 | 2025.02.11 21:33:21.564885 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4495 | 2025.02.11 21:33:21.565145 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4496 | 2025.02.11 21:33:21.565287 [ 81 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4497 | 2025.02.11 21:33:21.565331 [ 81 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.02.11 21:33:21.565349 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001875 sec., 21333.333333333336 rows/sec., 1.57 MiB/sec. | ||
| 4499 | 2025.02.11 21:33:21.565359 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4500 | 2025.02.11 21:33:21.565464 [ 257 ] {d2a153dc-fa1c-4c85-8998-d213764c9832} <Debug> TCPHandler: Processed in 0.002266146 sec. | ||
| 4501 | 2025.02.11 21:33:21.565757 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2025.02.11 21:33:21.566134 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4503 | 2025.02.11 21:33:21.566160 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 4504 | 2025.02.11 21:33:21.566222 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4505 | 2025.02.11 21:33:21.566359 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4506 | 2025.02.11 21:33:21.566404 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 160 rows starting from the beginning of the part | ||
| 4507 | 2025.02.11 21:33:21.566622 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 4508 | 2025.02.11 21:33:21.567034 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 106 rows starting from the beginning of the part | ||
| 4509 | 2025.02.11 21:33:21.567458 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 4510 | 2025.02.11 21:33:21.567830 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part | ||
| 4511 | 2025.02.11 21:33:21.567986 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 4512 | 2025.02.11 21:33:21.568833 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.02.11 21:33:21.568876 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4514 | 2025.02.11 21:33:21.569577 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4515 | 2025.02.11 21:33:21.569921 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2025.02.11 21:33:21.570073 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 5 columns (5 merged, 0 gathered) in 0.004588574 sec., 110709.77606550533 rows/sec., 7.51 MiB/sec. | ||
| 4517 | 2025.02.11 21:33:21.570316 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004305 sec., 24157.95586527294 rows/sec., 1.89 MiB/sec. | ||
| 4518 | 2025.02.11 21:33:21.570447 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4519 | 2025.02.11 21:33:21.570455 [ 255 ] {0b90f2ad-af31-41ff-80ac-f9beff82265d} <Debug> TCPHandler: Processed in 0.004841389 sec. | ||
| 4520 | 2025.02.11 21:33:21.570685 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.02.11 21:33:21.570873 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.02.11 21:33:21.570958 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4523 | 2025.02.11 21:33:21.571033 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.02.11 21:33:21.571299 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_26_5} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4525 | 2025.02.11 21:33:21.571493 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4526 | 2025.02.11 21:33:21.571916 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4527 | 2025.02.11 21:33:21.571959 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4528 | 2025.02.11 21:33:21.572401 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4529 | 2025.02.11 21:33:21.572651 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4530 | 2025.02.11 21:33:21.572832 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002014 sec., 79443.89275074478 rows/sec., 5.53 MiB/sec. | ||
| 4531 | 2025.02.11 21:33:21.572888 [ 257 ] {302bb37d-7337-4ac7-abae-5f8e59e2be6f} <Debug> TCPHandler: Processed in 0.002307137 sec. | ||
| 4532 | 2025.02.11 21:33:21.573048 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4533 | 2025.02.11 21:33:21.573170 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4534 | 2025.02.11 21:33:21.573259 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4535 | 2025.02.11 21:33:21.574470 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4536 | 2025.02.11 21:33:21.574509 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4537 | 2025.02.11 21:33:21.575209 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4538 | 2025.02.11 21:33:21.575483 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4539 | 2025.02.11 21:33:21.575734 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002592 sec., 15432.098765432098 rows/sec., 27.65 MiB/sec. | ||
| 4540 | 2025.02.11 21:33:21.575828 [ 255 ] {cf515f6b-6f1d-44b0-9ef0-ee281f680fa1} <Debug> TCPHandler: Processed in 0.00283652 sec. | ||
| 4541 | 2025.02.11 21:33:21.575981 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4542 | 2025.02.11 21:33:21.576103 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4543 | 2025.02.11 21:33:21.576154 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4544 | 2025.02.11 21:33:21.576661 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2025.02.11 21:33:21.576698 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4546 | 2025.02.11 21:33:21.577074 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4547 | 2025.02.11 21:33:21.577333 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2025.02.11 21:33:21.577563 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
| 4549 | 2025.02.11 21:33:21.577701 [ 257 ] {99488fc0-91cd-4ef1-a2f9-f8fda6fd2703} <Debug> TCPHandler: Processed in 0.001772533 sec. | ||
| 4550 | 2025.02.11 21:33:24.929257 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4551 | 2025.02.11 21:33:24.929326 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4552 | 2025.02.11 21:33:25.025672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4553 | 2025.02.11 21:33:25.026314 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.02.11 21:33:25.026351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4555 | 2025.02.11 21:33:25.026888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4556 | 2025.02.11 21:33:25.027180 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2025.02.11 21:33:25.027374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4558 | 2025.02.11 21:33:25.728056 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4559 | 2025.02.11 21:33:25.747651 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2025.02.11 21:33:25.747711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4561 | 2025.02.11 21:33:25.754858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4562 | 2025.02.11 21:33:25.755599 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.02.11 21:33:25.758979 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4564 | 2025.02.11 21:33:26.564484 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2025.02.11 21:33:26.564711 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4566 | 2025.02.11 21:33:26.564794 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4567 | 2025.02.11 21:33:26.565738 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2025.02.11 21:33:26.565789 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4569 | 2025.02.11 21:33:26.566245 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4570 | 2025.02.11 21:33:26.566510 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2025.02.11 21:33:26.566701 [ 72 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4572 | 2025.02.11 21:33:26.566750 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002089 sec., 101483.96361895643 rows/sec., 6.45 MiB/sec. | ||
| 4573 | 2025.02.11 21:33:26.566790 [ 72 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2025.02.11 21:33:26.566857 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4575 | 2025.02.11 21:33:26.566885 [ 255 ] {b3bdd7b9-addb-46eb-b25f-cd31ea066ba4} <Debug> TCPHandler: Processed in 0.002586114 sec. | ||
| 4576 | 2025.02.11 21:33:26.567206 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4577 | 2025.02.11 21:33:26.567390 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4578 | 2025.02.11 21:33:26.567627 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4579 | 2025.02.11 21:33:26.567696 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4580 | 2025.02.11 21:33:26.567738 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4581 | 2025.02.11 21:33:26.567912 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4582 | 2025.02.11 21:33:26.567954 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4583 | 2025.02.11 21:33:26.568337 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4584 | 2025.02.11 21:33:26.568640 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4585 | 2025.02.11 21:33:26.568971 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 4586 | 2025.02.11 21:33:26.571135 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.02.11 21:33:26.571194 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4588 | 2025.02.11 21:33:26.571609 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004619895 sec., 229442.44403823031 rows/sec., 15.47 MiB/sec. | ||
| 4589 | 2025.02.11 21:33:26.571955 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4590 | 2025.02.11 21:33:26.572210 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4591 | 2025.02.11 21:33:26.572574 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_13_3} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2025.02.11 21:33:26.572749 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_13_3} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4593 | 2025.02.11 21:33:26.572752 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2025.02.11 21:33:26.572907 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4595 | 2025.02.11 21:33:26.573172 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005514 sec., 111896.98948132028 rows/sec., 8.75 MiB/sec. | ||
| 4596 | 2025.02.11 21:33:26.573400 [ 257 ] {70f9928f-d0b1-4a43-92dc-7d0f8fc4b737} <Debug> TCPHandler: Processed in 0.006359327 sec. | ||
| 4597 | 2025.02.11 21:33:26.573607 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.02.11 21:33:26.573732 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4599 | 2025.02.11 21:33:26.573783 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4600 | 2025.02.11 21:33:26.574451 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.02.11 21:33:26.574491 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4602 | 2025.02.11 21:33:26.574865 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4603 | 2025.02.11 21:33:26.575115 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.02.11 21:33:26.575330 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001627 sec., 65150.58389674247 rows/sec., 3.83 MiB/sec. | ||
| 4605 | 2025.02.11 21:33:26.575385 [ 255 ] {29116bb3-634f-4641-a083-b8d945570365} <Debug> TCPHandler: Processed in 0.001855046 sec. | ||
| 4606 | 2025.02.11 21:33:26.575560 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.02.11 21:33:26.575703 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4608 | 2025.02.11 21:33:26.575764 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4609 | 2025.02.11 21:33:26.576509 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.02.11 21:33:26.576550 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4611 | 2025.02.11 21:33:26.576931 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4612 | 2025.02.11 21:33:26.577206 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.02.11 21:33:26.577482 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001809 sec., 62465.45052515202 rows/sec., 4.04 MiB/sec. | ||
| 4614 | 2025.02.11 21:33:26.577688 [ 257 ] {2ccfb1a2-d14d-4c9f-a98f-ea3fdda9482c} <Debug> TCPHandler: Processed in 0.002195344 sec. | ||
| 4615 | 2025.02.11 21:33:26.577868 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.02.11 21:33:26.578002 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.02.11 21:33:26.578056 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4618 | 2025.02.11 21:33:26.578730 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.02.11 21:33:26.578769 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4620 | 2025.02.11 21:33:26.579136 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4621 | 2025.02.11 21:33:26.579378 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.02.11 21:33:26.579535 [ 72 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4623 | 2025.02.11 21:33:26.579598 [ 72 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2025.02.11 21:33:26.579624 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001642 sec., 68209.5006090134 rows/sec., 3.89 MiB/sec. | ||
| 4625 | 2025.02.11 21:33:26.579636 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4626 | 2025.02.11 21:33:26.579783 [ 255 ] {ec2f10e7-3575-43fb-9002-b95f33e29d21} <Debug> TCPHandler: Processed in 0.001980569 sec. | ||
| 4627 | 2025.02.11 21:33:26.580077 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4628 | 2025.02.11 21:33:26.580113 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4629 | 2025.02.11 21:33:26.580506 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4630 | 2025.02.11 21:33:26.580514 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4631 | 2025.02.11 21:33:26.580562 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4632 | 2025.02.11 21:33:26.580613 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4633 | 2025.02.11 21:33:26.580917 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4634 | 2025.02.11 21:33:26.581240 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4635 | 2025.02.11 21:33:26.581621 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4636 | 2025.02.11 21:33:26.581986 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 4637 | 2025.02.11 21:33:26.583621 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.02.11 21:33:26.583695 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4639 | 2025.02.11 21:33:26.584580 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004812949 sec., 116352.7808002952 rows/sec., 7.07 MiB/sec. | ||
| 4640 | 2025.02.11 21:33:26.584698 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4641 | 2025.02.11 21:33:26.584760 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4642 | 2025.02.11 21:33:26.585168 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2025.02.11 21:33:26.585280 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_13_3} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.02.11 21:33:26.585496 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_13_3} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4645 | 2025.02.11 21:33:26.585628 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005196 sec., 73518.090839107 rows/sec., 5.18 MiB/sec. | ||
| 4646 | 2025.02.11 21:33:26.585641 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4647 | 2025.02.11 21:33:26.585763 [ 257 ] {1aff4762-96bd-4cbb-be3f-d6b92b208cba} <Debug> TCPHandler: Processed in 0.005855315 sec. | ||
| 4648 | 2025.02.11 21:33:26.585925 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4649 | 2025.02.11 21:33:26.586063 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4650 | 2025.02.11 21:33:26.586125 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4651 | 2025.02.11 21:33:26.586671 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4652 | 2025.02.11 21:33:26.586708 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4653 | 2025.02.11 21:33:26.587077 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4654 | 2025.02.11 21:33:26.587325 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4655 | 2025.02.11 21:33:26.587536 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 4656 | 2025.02.11 21:33:26.587585 [ 255 ] {b64cc2ad-9e33-42cb-ac49-40d874971c68} <Debug> TCPHandler: Processed in 0.001726813 sec. | ||
| 4657 | 2025.02.11 21:33:26.587746 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4658 | 2025.02.11 21:33:26.587886 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4659 | 2025.02.11 21:33:26.587950 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4660 | 2025.02.11 21:33:26.588624 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.02.11 21:33:26.588663 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4662 | 2025.02.11 21:33:26.589075 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4663 | 2025.02.11 21:33:26.589320 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.02.11 21:33:26.589576 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec. | ||
| 4665 | 2025.02.11 21:33:26.589772 [ 257 ] {41628662-1db9-49b6-82db-a8cfbc93c7c6} <Debug> TCPHandler: Processed in 0.002088982 sec. | ||
| 4666 | 2025.02.11 21:33:26.589961 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2025.02.11 21:33:26.590074 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4668 | 2025.02.11 21:33:26.590124 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4669 | 2025.02.11 21:33:26.590599 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2025.02.11 21:33:26.590637 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4671 | 2025.02.11 21:33:26.591002 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4672 | 2025.02.11 21:33:26.591246 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2025.02.11 21:33:26.591451 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 4674 | 2025.02.11 21:33:26.591500 [ 255 ] {dbbbc4f3-3e0a-4b25-accf-96f84fd23d52} <Debug> TCPHandler: Processed in 0.00162449 sec. | ||
| 4675 | 2025.02.11 21:33:26.591667 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4676 | 2025.02.11 21:33:26.591806 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4677 | 2025.02.11 21:33:26.591865 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4678 | 2025.02.11 21:33:26.592454 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2025.02.11 21:33:26.592496 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4680 | 2025.02.11 21:33:26.592869 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4681 | 2025.02.11 21:33:26.593137 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.02.11 21:33:26.593381 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec. | ||
| 4683 | 2025.02.11 21:33:26.593529 [ 257 ] {e1cd9eef-d496-496e-a914-bf65cb9a40e7} <Debug> TCPHandler: Processed in 0.001926837 sec. | ||
| 4684 | 2025.02.11 21:33:29.096648 [ 69 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4685 | 2025.02.11 21:33:29.096715 [ 69 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4686 | 2025.02.11 21:33:29.096737 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4687 | 2025.02.11 21:33:29.096891 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 4688 | 2025.02.11 21:33:29.097049 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4689 | 2025.02.11 21:33:29.097089 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4690 | 2025.02.11 21:33:29.097173 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 4691 | 2025.02.11 21:33:29.097414 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4692 | 2025.02.11 21:33:29.097630 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 4693 | 2025.02.11 21:33:29.097830 [ 198 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4694 | 2025.02.11 21:33:29.098920 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002109882 sec., 14218.804653530387 rows/sec., 1.19 MiB/sec. | ||
| 4695 | 2025.02.11 21:33:29.099119 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4696 | 2025.02.11 21:33:29.099475 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2025.02.11 21:33:29.099586 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_5_1} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4698 | 2025.02.11 21:33:29.099687 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4699 | 2025.02.11 21:33:30.081115 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 656 | ||
| 4700 | 2025.02.11 21:33:30.084530 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2025.02.11 21:33:30.084588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4702 | 2025.02.11 21:33:30.086119 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4703 | 2025.02.11 21:33:30.086444 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2025.02.11 21:33:30.086753 [ 66 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4705 | 2025.02.11 21:33:30.086893 [ 66 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.02.11 21:33:30.086968 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4707 | 2025.02.11 21:33:30.087480 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 4708 | 2025.02.11 21:33:30.088968 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656 | ||
| 4709 | 2025.02.11 21:33:30.089427 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4710 | 2025.02.11 21:33:30.089663 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part | ||
| 4711 | 2025.02.11 21:33:30.090292 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 4712 | 2025.02.11 21:33:30.090870 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 4713 | 2025.02.11 21:33:30.091758 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4714 | 2025.02.11 21:33:30.092402 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4715 | 2025.02.11 21:33:30.093168 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 4716 | 2025.02.11 21:33:30.102385 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 72 columns (72 merged, 0 gathered) in 0.015236267 sec., 43055.16567804962 rows/sec., 37.29 MiB/sec. | ||
| 4717 | 2025.02.11 21:33:30.103385 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4718 | 2025.02.11 21:33:30.104141 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.02.11 21:33:30.104228 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_16_3} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4720 | 2025.02.11 21:33:30.104442 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
| 4721 | 2025.02.11 21:33:31.156779 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.02.11 21:33:31.157096 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4723 | 2025.02.11 21:33:31.157212 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4724 | 2025.02.11 21:33:31.158147 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.02.11 21:33:31.158197 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4726 | 2025.02.11 21:33:31.158613 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4727 | 2025.02.11 21:33:31.158863 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.02.11 21:33:31.159088 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002075 sec., 963.8554216867469 rows/sec., 78.60 KiB/sec. | ||
| 4729 | 2025.02.11 21:33:31.159141 [ 255 ] {e56e9501-ae3b-4aa1-bb10-351645a305da} <Debug> TCPHandler: Processed in 0.002546463 sec. | ||
| 4730 | 2025.02.11 21:33:31.159415 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2025.02.11 21:33:31.159635 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4732 | 2025.02.11 21:33:31.159713 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4733 | 2025.02.11 21:33:31.160972 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.02.11 21:33:31.161023 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4735 | 2025.02.11 21:33:31.161547 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4736 | 2025.02.11 21:33:31.161810 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.02.11 21:33:31.162065 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002489 sec., 513057.45279228606 rows/sec., 42.63 MiB/sec. | ||
| 4738 | 2025.02.11 21:33:31.162132 [ 257 ] {3e60b27f-7380-46ef-955b-05ff4132b627} <Debug> TCPHandler: Processed in 0.0028677 sec. | ||
| 4739 | 2025.02.11 21:33:31.162298 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4740 | 2025.02.11 21:33:31.162437 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4741 | 2025.02.11 21:33:31.162493 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4742 | 2025.02.11 21:33:31.163101 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.02.11 21:33:31.163139 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4744 | 2025.02.11 21:33:31.163506 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4745 | 2025.02.11 21:33:31.163755 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.02.11 21:33:31.163993 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001582 sec., 26548.67256637168 rows/sec., 1.94 MiB/sec. | ||
| 4747 | 2025.02.11 21:33:31.164083 [ 255 ] {c47b0f1a-abd1-473d-9e7d-90931e2938d4} <Debug> TCPHandler: Processed in 0.001851806 sec. | ||
| 4748 | 2025.02.11 21:33:31.164415 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.02.11 21:33:31.164655 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4750 | 2025.02.11 21:33:31.164711 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4751 | 2025.02.11 21:33:31.165391 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2025.02.11 21:33:31.165434 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4753 | 2025.02.11 21:33:31.165812 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4754 | 2025.02.11 21:33:31.166055 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.02.11 21:33:31.166275 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00168 sec., 135714.2857142857 rows/sec., 9.19 MiB/sec. | ||
| 4756 | 2025.02.11 21:33:31.166328 [ 257 ] {db503be2-a5cb-4d97-99ce-f6469213f034} <Debug> TCPHandler: Processed in 0.002153443 sec. | ||
| 4757 | 2025.02.11 21:33:31.166467 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2025.02.11 21:33:31.166582 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4759 | 2025.02.11 21:33:31.166634 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4760 | 2025.02.11 21:33:31.167583 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2025.02.11 21:33:31.167627 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4762 | 2025.02.11 21:33:31.168052 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4763 | 2025.02.11 21:33:31.168294 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2025.02.11 21:33:31.168518 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001959 sec., 286881.0617662073 rows/sec., 21.32 MiB/sec. | ||
| 4765 | 2025.02.11 21:33:31.168569 [ 255 ] {3eb784ea-441f-4c5f-b9c7-59f6fec06d07} <Debug> TCPHandler: Processed in 0.002158893 sec. | ||
| 4766 | 2025.02.11 21:33:31.168740 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2025.02.11 21:33:31.168881 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4768 | 2025.02.11 21:33:31.168945 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4769 | 2025.02.11 21:33:31.169803 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2025.02.11 21:33:31.169843 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4771 | 2025.02.11 21:33:31.170302 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4772 | 2025.02.11 21:33:31.170553 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4773 | 2025.02.11 21:33:31.170766 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001916 sec., 525574.1127348643 rows/sec., 35.33 MiB/sec. | ||
| 4774 | 2025.02.11 21:33:31.170818 [ 257 ] {c2ff6474-624c-43c3-8b76-2f830c6740cd} <Debug> TCPHandler: Processed in 0.002150333 sec. | ||
| 4775 | 2025.02.11 21:33:31.171014 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4776 | 2025.02.11 21:33:31.171235 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4777 | 2025.02.11 21:33:31.171375 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4778 | 2025.02.11 21:33:31.172694 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4779 | 2025.02.11 21:33:31.172732 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4780 | 2025.02.11 21:33:31.173445 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4781 | 2025.02.11 21:33:31.173709 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4782 | 2025.02.11 21:33:31.173952 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002774 sec., 14419.610670511896 rows/sec., 25.84 MiB/sec. | ||
| 4783 | 2025.02.11 21:33:31.174043 [ 255 ] {53edf63a-8cca-4fc0-840a-6616995c8cb8} <Debug> TCPHandler: Processed in 0.003136768 sec. | ||
| 4784 | 2025.02.11 21:33:31.174246 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4785 | 2025.02.11 21:33:31.174471 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4786 | 2025.02.11 21:33:31.174565 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4787 | 2025.02.11 21:33:31.175105 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2025.02.11 21:33:31.175145 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4789 | 2025.02.11 21:33:31.175520 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4790 | 2025.02.11 21:33:31.175757 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.02.11 21:33:31.175994 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec. | ||
| 4792 | 2025.02.11 21:33:31.176107 [ 257 ] {f2ebfb30-be49-45cb-bb65-707d6c8f7b07} <Debug> TCPHandler: Processed in 0.001976729 sec. | ||
| 4793 | 2025.02.11 21:33:32.527516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4794 | 2025.02.11 21:33:32.528261 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2025.02.11 21:33:32.528316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4796 | 2025.02.11 21:33:32.528890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4797 | 2025.02.11 21:33:32.529192 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2025.02.11 21:33:32.529435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4799 | 2025.02.11 21:33:33.259068 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4800 | 2025.02.11 21:33:33.278976 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.02.11 21:33:33.279019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4802 | 2025.02.11 21:33:33.286584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4803 | 2025.02.11 21:33:33.287326 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.02.11 21:33:33.290355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4805 | 2025.02.11 21:33:36.558980 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4806 | 2025.02.11 21:33:36.559179 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4807 | 2025.02.11 21:33:36.559251 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4808 | 2025.02.11 21:33:36.560015 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2025.02.11 21:33:36.560064 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4810 | 2025.02.11 21:33:36.560532 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4811 | 2025.02.11 21:33:36.560795 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2025.02.11 21:33:36.560991 [ 60 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4813 | 2025.02.11 21:33:36.561018 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.27 MiB/sec. | ||
| 4814 | 2025.02.11 21:33:36.561070 [ 60 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2025.02.11 21:33:36.561144 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4816 | 2025.02.11 21:33:36.561149 [ 255 ] {aea890a4-c565-4e91-ae6a-b83ffbd2c478} <Debug> TCPHandler: Processed in 0.002296407 sec. | ||
| 4817 | 2025.02.11 21:33:36.561391 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 4818 | 2025.02.11 21:33:36.561509 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4819 | 2025.02.11 21:33:36.561518 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4820 | 2025.02.11 21:33:36.561548 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1847 rows starting from the beginning of the part | ||
| 4821 | 2025.02.11 21:33:36.561676 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 618 rows starting from the beginning of the part | ||
| 4822 | 2025.02.11 21:33:36.561962 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4823 | 2025.02.11 21:33:36.562072 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part | ||
| 4824 | 2025.02.11 21:33:36.562160 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4825 | 2025.02.11 21:33:36.562377 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 617 rows starting from the beginning of the part | ||
| 4826 | 2025.02.11 21:33:36.562687 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1277 rows starting from the beginning of the part | ||
| 4827 | 2025.02.11 21:33:36.562994 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4828 | 2025.02.11 21:33:36.564756 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2025.02.11 21:33:36.564842 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4830 | 2025.02.11 21:33:36.565986 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4831 | 2025.02.11 21:33:36.566298 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2025.02.11 21:33:36.566556 [ 60 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4833 | 2025.02.11 21:33:36.566658 [ 60 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.02.11 21:33:36.566737 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4835 | 2025.02.11 21:33:36.567147 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005185 sec., 12343.297974927675 rows/sec., 986.54 KiB/sec. | ||
| 4836 | 2025.02.11 21:33:36.567229 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 4837 | 2025.02.11 21:33:36.567307 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006057649 sec., 751281.5615431003 rows/sec., 63.85 MiB/sec. | ||
| 4838 | 2025.02.11 21:33:36.567467 [ 257 ] {8b5d6dc9-f3d6-4841-a49d-8965452b7ebc} <Debug> TCPHandler: Processed in 0.006173333 sec. | ||
| 4839 | 2025.02.11 21:33:36.567684 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4840 | 2025.02.11 21:33:36.567725 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4841 | 2025.02.11 21:33:36.567776 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 4842 | 2025.02.11 21:33:36.567787 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4843 | 2025.02.11 21:33:36.568204 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4844 | 2025.02.11 21:33:36.568231 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 384 rows starting from the beginning of the part | ||
| 4845 | 2025.02.11 21:33:36.568549 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4846 | 2025.02.11 21:33:36.568731 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part | ||
| 4847 | 2025.02.11 21:33:36.569047 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.02.11 21:33:36.569241 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 382 rows starting from the beginning of the part | ||
| 4849 | 2025.02.11 21:33:36.569428 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_31_6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4850 | 2025.02.11 21:33:36.569823 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 4851 | 2025.02.11 21:33:36.570314 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 562 rows starting from the beginning of the part | ||
| 4852 | 2025.02.11 21:33:36.570651 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4853 | 2025.02.11 21:33:36.571658 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.02.11 21:33:36.571736 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4855 | 2025.02.11 21:33:36.572700 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4856 | 2025.02.11 21:33:36.573143 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.02.11 21:33:36.573392 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4858 | 2025.02.11 21:33:36.573463 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2025.02.11 21:33:36.573530 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4860 | 2025.02.11 21:33:36.573552 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005537 sec., 28896.51435795557 rows/sec., 2.01 MiB/sec. | ||
| 4861 | 2025.02.11 21:33:36.574113 [ 255 ] {5f0fb42e-1e6b-46b4-96ae-bdb9848b0a6e} <Debug> TCPHandler: Processed in 0.006509721 sec. | ||
| 4862 | 2025.02.11 21:33:36.574328 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 4863 | 2025.02.11 21:33:36.574896 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4864 | 2025.02.11 21:33:36.574965 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.008051138 sec., 299336.56583702826 rows/sec., 22.92 MiB/sec. | ||
| 4865 | 2025.02.11 21:33:36.575097 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4866 | 2025.02.11 21:33:36.575191 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9611 rows starting from the beginning of the part | ||
| 4867 | 2025.02.11 21:33:36.575284 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4868 | 2025.02.11 21:33:36.575312 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4869 | 2025.02.11 21:33:36.575486 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 238 rows starting from the beginning of the part | ||
| 4870 | 2025.02.11 21:33:36.575614 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4871 | 2025.02.11 21:33:36.576182 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4872 | 2025.02.11 21:33:36.576844 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4873 | 2025.02.11 21:33:36.576916 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.02.11 21:33:36.577484 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1007 rows starting from the beginning of the part | ||
| 4875 | 2025.02.11 21:33:36.577520 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_31_6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4876 | 2025.02.11 21:33:36.577980 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4877 | 2025.02.11 21:33:36.578041 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4878 | 2025.02.11 21:33:36.579018 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4879 | 2025.02.11 21:33:36.579097 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4880 | 2025.02.11 21:33:36.579797 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4881 | 2025.02.11 21:33:36.580321 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4882 | 2025.02.11 21:33:36.580647 [ 60 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4883 | 2025.02.11 21:33:36.580755 [ 60 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2025.02.11 21:33:36.580832 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4885 | 2025.02.11 21:33:36.581066 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005875 sec., 10212.765957446809 rows/sec., 704.79 KiB/sec. | ||
| 4886 | 2025.02.11 21:33:36.581273 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 4887 | 2025.02.11 21:33:36.581320 [ 257 ] {17e1b169-8eb5-40df-a290-cae21c68986f} <Debug> TCPHandler: Processed in 0.006942882 sec. | ||
| 4888 | 2025.02.11 21:33:36.581511 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4889 | 2025.02.11 21:33:36.581545 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1772 rows starting from the beginning of the part | ||
| 4890 | 2025.02.11 21:33:36.581671 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4891 | 2025.02.11 21:33:36.581746 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4892 | 2025.02.11 21:33:36.582209 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4893 | 2025.02.11 21:33:36.582424 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 4894 | 2025.02.11 21:33:36.582695 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4895 | 2025.02.11 21:33:36.583896 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11413 rows, containing 5 columns (5 merged, 0 gathered) in 0.010216472 sec., 1117117.533332446 rows/sec., 75.45 MiB/sec. | ||
| 4896 | 2025.02.11 21:33:36.584312 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4897 | 2025.02.11 21:33:36.584353 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2116 rows, containing 4 columns (4 merged, 0 gathered) in 0.003383024 sec., 625475.9055803329 rows/sec., 40.98 MiB/sec. | ||
| 4898 | 2025.02.11 21:33:36.584715 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4899 | 2025.02.11 21:33:36.584743 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.02.11 21:33:36.584863 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4901 | 2025.02.11 21:33:36.584979 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 4902 | 2025.02.11 21:33:36.585080 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.02.11 21:33:36.585161 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_31_6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4904 | 2025.02.11 21:33:36.585249 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4905 | 2025.02.11 21:33:39.929581 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4906 | 2025.02.11 21:33:39.929635 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4907 | 2025.02.11 21:33:40.029566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4908 | 2025.02.11 21:33:40.030284 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2025.02.11 21:33:40.030327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4910 | 2025.02.11 21:33:40.030872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4911 | 2025.02.11 21:33:40.031136 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.02.11 21:33:40.031392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4913 | 2025.02.11 21:33:40.089220 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 680 | ||
| 4914 | 2025.02.11 21:33:40.092273 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2025.02.11 21:33:40.092335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4916 | 2025.02.11 21:33:40.093871 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4917 | 2025.02.11 21:33:40.094203 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2025.02.11 21:33:40.095538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680 | ||
| 4919 | 2025.02.11 21:33:40.790444 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4920 | 2025.02.11 21:33:40.811145 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.02.11 21:33:40.811194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4922 | 2025.02.11 21:33:40.819505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4923 | 2025.02.11 21:33:40.820322 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.02.11 21:33:40.824576 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4925 | 2025.02.11 21:33:41.560854 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2025.02.11 21:33:41.561062 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4927 | 2025.02.11 21:33:41.561140 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4928 | 2025.02.11 21:33:41.562011 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.02.11 21:33:41.562065 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4930 | 2025.02.11 21:33:41.562545 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4931 | 2025.02.11 21:33:41.562816 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2025.02.11 21:33:41.563068 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002047 sec., 66438.69076697605 rows/sec., 5.74 MiB/sec. | ||
| 4933 | 2025.02.11 21:33:41.563199 [ 255 ] {73f6e999-0dc5-4d53-b015-2b3b8243cbff} <Debug> TCPHandler: Processed in 0.002475461 sec. | ||
| 4934 | 2025.02.11 21:33:41.563533 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4935 | 2025.02.11 21:33:41.563721 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4936 | 2025.02.11 21:33:41.563795 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4937 | 2025.02.11 21:33:41.564568 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.02.11 21:33:41.564620 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4939 | 2025.02.11 21:33:41.565063 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4940 | 2025.02.11 21:33:41.565330 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.02.11 21:33:41.565595 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001923 sec., 20800.83203328133 rows/sec., 1.53 MiB/sec. | ||
| 4942 | 2025.02.11 21:33:41.565700 [ 257 ] {385fc9a2-edeb-4dde-b49a-df6194af890d} <Debug> TCPHandler: Processed in 0.002341478 sec. | ||
| 4943 | 2025.02.11 21:33:41.565948 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2025.02.11 21:33:41.566088 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4945 | 2025.02.11 21:33:41.566144 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4946 | 2025.02.11 21:33:41.566805 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2025.02.11 21:33:41.566847 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4948 | 2025.02.11 21:33:41.567246 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4949 | 2025.02.11 21:33:41.567506 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.02.11 21:33:41.567768 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001705 sec., 60997.067448680355 rows/sec., 4.76 MiB/sec. | ||
| 4951 | 2025.02.11 21:33:41.567975 [ 255 ] {e00104f8-a197-4e24-ab63-1190b234506a} <Debug> TCPHandler: Processed in 0.002141813 sec. | ||
| 4952 | 2025.02.11 21:33:41.568189 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2025.02.11 21:33:41.568308 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4954 | 2025.02.11 21:33:41.568363 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4955 | 2025.02.11 21:33:41.568956 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2025.02.11 21:33:41.568996 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4957 | 2025.02.11 21:33:41.569401 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4958 | 2025.02.11 21:33:41.569656 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.02.11 21:33:41.569873 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 4960 | 2025.02.11 21:33:41.569926 [ 257 ] {3dbc3356-d508-43e9-8af3-2f4234922ed6} <Debug> TCPHandler: Processed in 0.001838195 sec. | ||
| 4961 | 2025.02.11 21:33:41.570078 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4962 | 2025.02.11 21:33:41.570203 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4963 | 2025.02.11 21:33:41.570291 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4964 | 2025.02.11 21:33:41.571702 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2025.02.11 21:33:41.571778 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4966 | 2025.02.11 21:33:41.572488 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4967 | 2025.02.11 21:33:41.572761 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2025.02.11 21:33:41.572939 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4969 | 2025.02.11 21:33:41.573030 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2025.02.11 21:33:41.573053 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00286 sec., 13986.013986013986 rows/sec., 25.06 MiB/sec. | ||
| 4971 | 2025.02.11 21:33:41.573068 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4972 | 2025.02.11 21:33:41.573730 [ 255 ] {4a74e19f-c461-4a32-9959-f99c94f44467} <Debug> TCPHandler: Processed in 0.003708692 sec. | ||
| 4973 | 2025.02.11 21:33:41.573780 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 4974 | 2025.02.11 21:33:41.573936 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.02.11 21:33:41.574095 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4976 | 2025.02.11 21:33:41.574170 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4977 | 2025.02.11 21:33:41.574236 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4978 | 2025.02.11 21:33:41.574373 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 332 rows starting from the beginning of the part | ||
| 4979 | 2025.02.11 21:33:41.574812 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4980 | 2025.02.11 21:33:41.575271 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4981 | 2025.02.11 21:33:41.575286 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.02.11 21:33:41.575334 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 4983 | 2025.02.11 21:33:41.575625 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4984 | 2025.02.11 21:33:41.576004 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4985 | 2025.02.11 21:33:41.576165 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4986 | 2025.02.11 21:33:41.576468 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 4987 | 2025.02.11 21:33:41.576973 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.02.11 21:33:41.577493 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003425 sec., 17518.24817518248 rows/sec., 1.18 MiB/sec. | ||
| 4989 | 2025.02.11 21:33:41.577790 [ 257 ] {297ce9f4-d677-47f3-9128-47ccba178f9a} <Debug> TCPHandler: Processed in 0.003932067 sec. | ||
| 4990 | 2025.02.11 21:33:41.582189 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 19 columns (19 merged, 0 gathered) in 0.00891864 sec., 59650.350277620804 rows/sec., 106.89 MiB/sec. | ||
| 4991 | 2025.02.11 21:33:41.582794 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4992 | 2025.02.11 21:33:41.583177 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.02.11 21:33:41.583262 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4994 | 2025.02.11 21:33:41.583368 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 4995 | 2025.02.11 21:33:46.558488 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4996 | 2025.02.11 21:33:46.558709 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4997 | 2025.02.11 21:33:46.558791 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4998 | 2025.02.11 21:33:46.559575 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2025.02.11 21:33:46.559626 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5000 | 2025.02.11 21:33:46.560066 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5001 | 2025.02.11 21:33:46.560338 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5002 | 2025.02.11 21:33:46.560602 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.22 MiB/sec. | ||
| 5003 | 2025.02.11 21:33:46.560707 [ 255 ] {f69c5ff2-1ca0-4ab4-b70a-2c6cb9c099b6} <Debug> TCPHandler: Processed in 0.002354689 sec. | ||
| 5004 | 2025.02.11 21:33:46.561005 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2025.02.11 21:33:46.561201 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5006 | 2025.02.11 21:33:46.561274 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5007 | 2025.02.11 21:33:46.562055 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2025.02.11 21:33:46.562105 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5009 | 2025.02.11 21:33:46.562537 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5010 | 2025.02.11 21:33:46.562795 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5011 | 2025.02.11 21:33:46.563034 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 5012 | 2025.02.11 21:33:46.563090 [ 257 ] {514710d1-de88-41fb-8ce5-268eace3df58} <Debug> TCPHandler: Processed in 0.002269666 sec. | ||
| 5013 | 2025.02.11 21:33:46.563243 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2025.02.11 21:33:46.563371 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5015 | 2025.02.11 21:33:46.563426 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5016 | 2025.02.11 21:33:46.564052 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2025.02.11 21:33:46.564093 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5018 | 2025.02.11 21:33:46.564512 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5019 | 2025.02.11 21:33:46.564770 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2025.02.11 21:33:46.565012 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
| 5021 | 2025.02.11 21:33:46.565123 [ 255 ] {37fe55f1-62b0-457f-9230-0d95fc7965f5} <Debug> TCPHandler: Processed in 0.001938108 sec. | ||
| 5022 | 2025.02.11 21:33:46.565303 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5023 | 2025.02.11 21:33:46.565424 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5024 | 2025.02.11 21:33:46.565477 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5025 | 2025.02.11 21:33:46.565990 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5026 | 2025.02.11 21:33:46.566030 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5027 | 2025.02.11 21:33:46.566413 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5028 | 2025.02.11 21:33:46.566662 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2025.02.11 21:33:46.566892 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 5030 | 2025.02.11 21:33:46.566961 [ 257 ] {23e48257-bac5-4778-b7c0-0ac7654c9e20} <Debug> TCPHandler: Processed in 0.001714622 sec. | ||
| 5031 | 2025.02.11 21:33:47.531533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5032 | 2025.02.11 21:33:47.532176 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.02.11 21:33:47.532224 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5034 | 2025.02.11 21:33:47.532739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5035 | 2025.02.11 21:33:47.532992 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.02.11 21:33:47.533226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5037 | 2025.02.11 21:33:48.324661 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5038 | 2025.02.11 21:33:48.348825 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.02.11 21:33:48.348923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5040 | 2025.02.11 21:33:48.360479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5041 | 2025.02.11 21:33:48.364165 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5042 | 2025.02.11 21:33:48.373315 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5043 | 2025.02.11 21:33:50.095721 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 700 | ||
| 5044 | 2025.02.11 21:33:50.098612 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2025.02.11 21:33:50.098665 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5046 | 2025.02.11 21:33:50.100175 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5047 | 2025.02.11 21:33:50.100515 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2025.02.11 21:33:50.101508 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 5049 | 2025.02.11 21:33:51.561363 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2025.02.11 21:33:51.561573 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5051 | 2025.02.11 21:33:51.561648 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5052 | 2025.02.11 21:33:51.562466 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2025.02.11 21:33:51.562521 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5054 | 2025.02.11 21:33:51.562999 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5055 | 2025.02.11 21:33:51.563266 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2025.02.11 21:33:51.563497 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001973 sec., 68930.56259503294 rows/sec., 5.95 MiB/sec. | ||
| 5057 | 2025.02.11 21:33:51.563611 [ 255 ] {d55f46d8-f1c6-44be-9782-e7164ef01023} <Debug> TCPHandler: Processed in 0.002378189 sec. | ||
| 5058 | 2025.02.11 21:33:51.563929 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5059 | 2025.02.11 21:33:51.564126 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5060 | 2025.02.11 21:33:51.564210 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5061 | 2025.02.11 21:33:51.565007 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2025.02.11 21:33:51.565051 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5063 | 2025.02.11 21:33:51.565494 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5064 | 2025.02.11 21:33:51.565762 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2025.02.11 21:33:51.565979 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001902 sec., 21030.49421661409 rows/sec., 1.54 MiB/sec. | ||
| 5066 | 2025.02.11 21:33:51.566107 [ 257 ] {f280a5a5-8acb-4112-bd94-ff672b7cd1f4} <Debug> TCPHandler: Processed in 0.002381729 sec. | ||
| 5067 | 2025.02.11 21:33:51.566326 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5068 | 2025.02.11 21:33:51.566452 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5069 | 2025.02.11 21:33:51.566503 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5070 | 2025.02.11 21:33:51.567133 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5071 | 2025.02.11 21:33:51.567173 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5072 | 2025.02.11 21:33:51.567543 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5073 | 2025.02.11 21:33:51.567789 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.02.11 21:33:51.568004 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001577 sec., 65948.00253646163 rows/sec., 5.15 MiB/sec. | ||
| 5075 | 2025.02.11 21:33:51.568057 [ 255 ] {8c007607-8367-4784-9845-e99b5f2f1030} <Debug> TCPHandler: Processed in 0.001844096 sec. | ||
| 5076 | 2025.02.11 21:33:51.568200 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5077 | 2025.02.11 21:33:51.568323 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5078 | 2025.02.11 21:33:51.568380 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5079 | 2025.02.11 21:33:51.568964 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2025.02.11 21:33:51.569001 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5081 | 2025.02.11 21:33:51.569407 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5082 | 2025.02.11 21:33:51.569650 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2025.02.11 21:33:51.569840 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 5084 | 2025.02.11 21:33:51.569898 [ 257 ] {699a9e18-1bc2-4809-9f54-4cf1ca5763d6} <Debug> TCPHandler: Processed in 0.001753653 sec. | ||
| 5085 | 2025.02.11 21:33:51.570044 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5086 | 2025.02.11 21:33:51.570166 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5087 | 2025.02.11 21:33:51.570250 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5088 | 2025.02.11 21:33:51.571476 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.02.11 21:33:51.571516 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5090 | 2025.02.11 21:33:51.572217 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5091 | 2025.02.11 21:33:51.572481 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.02.11 21:33:51.572722 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002581 sec., 15497.869043006587 rows/sec., 27.77 MiB/sec. | ||
| 5093 | 2025.02.11 21:33:51.572819 [ 255 ] {6adaa35c-f0d3-47e8-97cf-fd1edc0a85ea} <Debug> TCPHandler: Processed in 0.00283153 sec. | ||
| 5094 | 2025.02.11 21:33:51.572971 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2025.02.11 21:33:51.573095 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5096 | 2025.02.11 21:33:51.573148 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5097 | 2025.02.11 21:33:51.573674 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5098 | 2025.02.11 21:33:51.573711 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5099 | 2025.02.11 21:33:51.574096 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5100 | 2025.02.11 21:33:51.574359 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2025.02.11 21:33:51.574541 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 5102 | 2025.02.11 21:33:51.574589 [ 257 ] {82e2c235-c35f-45c0-b30c-776013bb4af0} <Debug> TCPHandler: Processed in 0.001677751 sec. | ||
| 5103 | 2025.02.11 21:33:54.929680 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5104 | 2025.02.11 21:33:54.929731 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5105 | 2025.02.11 21:33:55.033383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5106 | 2025.02.11 21:33:55.034451 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2025.02.11 21:33:55.034536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5108 | 2025.02.11 21:33:55.035362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5109 | 2025.02.11 21:33:55.035664 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2025.02.11 21:33:55.035876 [ 37 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5111 | 2025.02.11 21:33:55.035932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5112 | 2025.02.11 21:33:55.035956 [ 37 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.02.11 21:33:55.035988 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5114 | 2025.02.11 21:33:55.036153 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5115 | 2025.02.11 21:33:55.036335 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5116 | 2025.02.11 21:33:55.036387 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5117 | 2025.02.11 21:33:55.036500 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5118 | 2025.02.11 21:33:55.036685 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5119 | 2025.02.11 21:33:55.036884 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5120 | 2025.02.11 21:33:55.037078 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5121 | 2025.02.11 21:33:55.037221 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 5122 | 2025.02.11 21:33:55.039821 [ 188 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003753373 sec., 3185401.504193695 rows/sec., 45.57 MiB/sec. | ||
| 5123 | 2025.02.11 21:33:55.040145 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5124 | 2025.02.11 21:33:55.040506 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_26_5} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.02.11 21:33:55.040597 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_26_5} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5126 | 2025.02.11 21:33:55.040694 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5127 | 2025.02.11 21:33:55.873434 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5128 | 2025.02.11 21:33:55.894331 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2025.02.11 21:33:55.894382 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5130 | 2025.02.11 21:33:55.901756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5131 | 2025.02.11 21:33:55.902512 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2025.02.11 21:33:55.902919 [ 35 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5133 | 2025.02.11 21:33:55.903053 [ 35 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2025.02.11 21:33:55.903148 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5135 | 2025.02.11 21:33:55.903765 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5136 | 2025.02.11 21:33:55.916547 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5137 | 2025.02.11 21:33:55.918399 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5138 | 2025.02.11 21:33:55.919634 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5139 | 2025.02.11 21:33:55.924600 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5140 | 2025.02.11 21:33:55.929733 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5141 | 2025.02.11 21:33:55.934938 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5142 | 2025.02.11 21:33:55.940549 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5143 | 2025.02.11 21:33:55.944937 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 5144 | 2025.02.11 21:33:56.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.36 MiB, peak 201.14 MiB, free memory in arenas 0.00 B, will set to 191.87 MiB (RSS), difference: -8.48 MiB | ||
| 5145 | 2025.02.11 21:33:56.002654 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.099282084 sec., 1974.1729031393015 rows/sec., 10.21 MiB/sec. | ||
| 5146 | 2025.02.11 21:33:56.005273 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5147 | 2025.02.11 21:33:56.008247 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2025.02.11 21:33:56.008369 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_26_5} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5149 | 2025.02.11 21:33:56.010976 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5150 | 2025.02.11 21:33:56.564436 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5151 | 2025.02.11 21:33:56.564651 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5152 | 2025.02.11 21:33:56.564727 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5153 | 2025.02.11 21:33:56.565600 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.02.11 21:33:56.565648 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5155 | 2025.02.11 21:33:56.566089 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5156 | 2025.02.11 21:33:56.566355 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.02.11 21:33:56.566617 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 5158 | 2025.02.11 21:33:56.566797 [ 255 ] {0197f224-bc64-408c-9f40-903b7bde3e11} <Debug> TCPHandler: Processed in 0.002500362 sec. | ||
| 5159 | 2025.02.11 21:33:56.567103 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2025.02.11 21:33:56.567298 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5161 | 2025.02.11 21:33:56.567375 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5162 | 2025.02.11 21:33:56.568462 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2025.02.11 21:33:56.568513 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5164 | 2025.02.11 21:33:56.569002 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5165 | 2025.02.11 21:33:56.569272 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.02.11 21:33:56.569564 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002312 sec., 266868.5121107267 rows/sec., 20.86 MiB/sec. | ||
| 5167 | 2025.02.11 21:33:56.569677 [ 257 ] {7fdfec57-ccd2-431f-85d1-4aa5a847ffeb} <Debug> TCPHandler: Processed in 0.002716507 sec. | ||
| 5168 | 2025.02.11 21:33:56.569893 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2025.02.11 21:33:56.570011 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5170 | 2025.02.11 21:33:56.570059 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5171 | 2025.02.11 21:33:56.570676 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2025.02.11 21:33:56.570715 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5173 | 2025.02.11 21:33:56.571083 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5174 | 2025.02.11 21:33:56.571320 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2025.02.11 21:33:56.571501 [ 35 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5176 | 2025.02.11 21:33:56.571564 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00157 sec., 67515.92356687898 rows/sec., 3.97 MiB/sec. | ||
| 5177 | 2025.02.11 21:33:56.571575 [ 35 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2025.02.11 21:33:56.571638 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5179 | 2025.02.11 21:33:56.571686 [ 255 ] {376749c9-f482-47f5-ab6e-8b52e72253ff} <Debug> TCPHandler: Processed in 0.001885616 sec. | ||
| 5180 | 2025.02.11 21:33:56.572018 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 5181 | 2025.02.11 21:33:56.572089 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5182 | 2025.02.11 21:33:56.572536 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5183 | 2025.02.11 21:33:56.572645 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part | ||
| 5184 | 2025.02.11 21:33:56.572651 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5185 | 2025.02.11 21:33:56.572816 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5186 | 2025.02.11 21:33:56.572924 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 106 rows starting from the beginning of the part | ||
| 5187 | 2025.02.11 21:33:56.573381 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
| 5188 | 2025.02.11 21:33:56.573688 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 5189 | 2025.02.11 21:33:56.574137 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 5190 | 2025.02.11 21:33:56.574553 [ 199 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part | ||
| 5191 | 2025.02.11 21:33:56.575701 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.02.11 21:33:56.575765 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5193 | 2025.02.11 21:33:56.576904 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5194 | 2025.02.11 21:33:56.577485 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.02.11 21:33:56.577519 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.005772713 sec., 86267.92982779501 rows/sec., 5.84 MiB/sec. | ||
| 5196 | 2025.02.11 21:33:56.577848 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5197 | 2025.02.11 21:33:56.578085 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005505 sec., 20526.793823796546 rows/sec., 1.33 MiB/sec. | ||
| 5198 | 2025.02.11 21:33:56.578474 [ 257 ] {0732488e-98a1-420a-b6d4-713b13d8af85} <Debug> TCPHandler: Processed in 0.006607694 sec. | ||
| 5199 | 2025.02.11 21:33:56.578683 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5200 | 2025.02.11 21:33:56.578739 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.02.11 21:33:56.578902 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5202 | 2025.02.11 21:33:56.578927 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_31_6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5203 | 2025.02.11 21:33:56.578975 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5204 | 2025.02.11 21:33:56.579120 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5205 | 2025.02.11 21:33:56.579709 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.02.11 21:33:56.579752 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5207 | 2025.02.11 21:33:56.580116 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5208 | 2025.02.11 21:33:56.580352 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.02.11 21:33:56.580559 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001722 sec., 65040.650406504064 rows/sec., 3.71 MiB/sec. | ||
| 5210 | 2025.02.11 21:33:56.580741 [ 255 ] {4021777c-ce01-4019-9acd-9f5de4f1de23} <Debug> TCPHandler: Processed in 0.002146763 sec. | ||
| 5211 | 2025.02.11 21:33:56.580967 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.02.11 21:33:56.581189 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5213 | 2025.02.11 21:33:56.581289 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5214 | 2025.02.11 21:33:56.582204 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.02.11 21:33:56.582243 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5216 | 2025.02.11 21:33:56.582639 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5217 | 2025.02.11 21:33:56.582889 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.02.11 21:33:56.583113 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001977 sec., 193222.0536165908 rows/sec., 13.63 MiB/sec. | ||
| 5219 | 2025.02.11 21:33:56.583165 [ 257 ] {b8708fd6-bdbc-40c3-a988-6a712cfc1195} <Debug> TCPHandler: Processed in 0.002311417 sec. | ||
| 5220 | 2025.02.11 21:33:56.583313 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5221 | 2025.02.11 21:33:56.583453 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5222 | 2025.02.11 21:33:56.583513 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5223 | 2025.02.11 21:33:56.584017 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.02.11 21:33:56.584055 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5225 | 2025.02.11 21:33:56.584436 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5226 | 2025.02.11 21:33:56.584693 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.02.11 21:33:56.584876 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 5228 | 2025.02.11 21:33:56.584926 [ 255 ] {61335e64-b8d2-4475-9241-24732b1aac27} <Debug> TCPHandler: Processed in 0.001680011 sec. | ||
| 5229 | 2025.02.11 21:33:56.585075 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2025.02.11 21:33:56.585192 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5231 | 2025.02.11 21:33:56.585247 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5232 | 2025.02.11 21:33:56.585861 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2025.02.11 21:33:56.585902 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5234 | 2025.02.11 21:33:56.586307 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5235 | 2025.02.11 21:33:56.586557 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2025.02.11 21:33:56.586779 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 5237 | 2025.02.11 21:33:56.586831 [ 257 ] {41e9faa5-ce33-4d15-9a48-48683e4181f4} <Debug> TCPHandler: Processed in 0.001815045 sec. | ||
| 5238 | 2025.02.11 21:33:56.586973 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2025.02.11 21:33:56.587096 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5240 | 2025.02.11 21:33:56.587149 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5241 | 2025.02.11 21:33:56.587629 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5242 | 2025.02.11 21:33:56.587667 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5243 | 2025.02.11 21:33:56.588044 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5244 | 2025.02.11 21:33:56.588290 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2025.02.11 21:33:56.588494 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 47.59 KiB/sec. | ||
| 5246 | 2025.02.11 21:33:56.588673 [ 255 ] {17e8d01c-441a-442f-a62e-c2e6d1f6f28f} <Debug> TCPHandler: Processed in 0.001753063 sec. | ||
| 5247 | 2025.02.11 21:33:56.588850 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2025.02.11 21:33:56.588988 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5249 | 2025.02.11 21:33:56.589050 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5250 | 2025.02.11 21:33:56.589628 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.02.11 21:33:56.589668 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5252 | 2025.02.11 21:33:56.590036 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5253 | 2025.02.11 21:33:56.590279 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2025.02.11 21:33:56.590493 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 5255 | 2025.02.11 21:33:56.590543 [ 257 ] {da27039f-3295-46c4-9015-771ce01085b1} <Debug> TCPHandler: Processed in 0.001773264 sec. | ||
| 5256 | 2025.02.11 21:33:57.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.83 MiB, peak 201.14 MiB, free memory in arenas 0.00 B, will set to 191.91 MiB (RSS), difference: 9.08 MiB | ||
| 5257 | 2025.02.11 21:34:00.101715 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 732 | ||
| 5258 | 2025.02.11 21:34:00.105416 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2025.02.11 21:34:00.105469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5260 | 2025.02.11 21:34:00.106944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5261 | 2025.02.11 21:34:00.107264 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2025.02.11 21:34:00.108434 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5263 | 2025.02.11 21:34:01.153975 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2025.02.11 21:34:01.154205 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5265 | 2025.02.11 21:34:01.154294 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5266 | 2025.02.11 21:34:01.155080 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.02.11 21:34:01.155129 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5268 | 2025.02.11 21:34:01.155539 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5269 | 2025.02.11 21:34:01.155782 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.02.11 21:34:01.156025 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 610.16 KiB/sec. | ||
| 5271 | 2025.02.11 21:34:01.156196 [ 255 ] {12f0285a-63f0-4851-947f-03162821657c} <Debug> TCPHandler: Processed in 0.002359288 sec. | ||
| 5272 | 2025.02.11 21:34:01.156448 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2025.02.11 21:34:01.156645 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5274 | 2025.02.11 21:34:01.156723 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5275 | 2025.02.11 21:34:01.158197 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2025.02.11 21:34:01.158246 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5277 | 2025.02.11 21:34:01.158784 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5278 | 2025.02.11 21:34:01.159050 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5279 | 2025.02.11 21:34:01.159244 [ 25 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5280 | 2025.02.11 21:34:01.159312 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002718 sec., 472038.2634289919 rows/sec., 39.20 MiB/sec. | ||
| 5281 | 2025.02.11 21:34:01.159332 [ 25 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2025.02.11 21:34:01.159405 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5283 | 2025.02.11 21:34:01.159455 [ 257 ] {4844acc1-4553-49af-950f-901356d9e177} <Debug> TCPHandler: Processed in 0.003146098 sec. | ||
| 5284 | 2025.02.11 21:34:01.159738 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5285 | 2025.02.11 21:34:01.159819 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 5286 | 2025.02.11 21:34:01.160207 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5287 | 2025.02.11 21:34:01.160397 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5288 | 2025.02.11 21:34:01.160459 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5289 | 2025.02.11 21:34:01.160602 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1847 rows starting from the beginning of the part | ||
| 5290 | 2025.02.11 21:34:01.160831 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 136 rows starting from the beginning of the part | ||
| 5291 | 2025.02.11 21:34:01.161244 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 5292 | 2025.02.11 21:34:01.161711 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part | ||
| 5293 | 2025.02.11 21:34:01.162098 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 617 rows starting from the beginning of the part | ||
| 5294 | 2025.02.11 21:34:01.162520 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1283 rows starting from the beginning of the part | ||
| 5295 | 2025.02.11 21:34:01.163534 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2025.02.11 21:34:01.163580 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5297 | 2025.02.11 21:34:01.164162 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5298 | 2025.02.11 21:34:01.164448 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.02.11 21:34:01.164700 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.004652 sec., 11607.910576096303 rows/sec., 856.70 KiB/sec. | ||
| 5300 | 2025.02.11 21:34:01.164790 [ 255 ] {83882c2d-1f05-44db-b98d-7f84cf9bc9e1} <Debug> TCPHandler: Processed in 0.005214989 sec. | ||
| 5301 | 2025.02.11 21:34:01.165084 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5302 | 2025.02.11 21:34:01.165112 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4075 rows, containing 5 columns (5 merged, 0 gathered) in 0.005567008 sec., 731991.0443814703 rows/sec., 62.66 MiB/sec. | ||
| 5303 | 2025.02.11 21:34:01.165329 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5304 | 2025.02.11 21:34:01.165454 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5305 | 2025.02.11 21:34:01.165491 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5306 | 2025.02.11 21:34:01.166157 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.02.11 21:34:01.166381 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_36_7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5308 | 2025.02.11 21:34:01.166489 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 5309 | 2025.02.11 21:34:01.166837 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.02.11 21:34:01.166881 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5311 | 2025.02.11 21:34:01.167252 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5312 | 2025.02.11 21:34:01.167497 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.02.11 21:34:01.167671 [ 25 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5314 | 2025.02.11 21:34:01.167732 [ 25 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.02.11 21:34:01.167742 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002469 sec., 92345.07897934387 rows/sec., 6.25 MiB/sec. | ||
| 5316 | 2025.02.11 21:34:01.167768 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5317 | 2025.02.11 21:34:01.167900 [ 257 ] {ebda8292-c237-4060-a6bd-b0d440c8d195} <Debug> TCPHandler: Processed in 0.003000704 sec. | ||
| 5318 | 2025.02.11 21:34:01.167980 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 5319 | 2025.02.11 21:34:01.168068 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2025.02.11 21:34:01.168113 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5321 | 2025.02.11 21:34:01.168144 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
| 5322 | 2025.02.11 21:34:01.168216 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5323 | 2025.02.11 21:34:01.168339 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5324 | 2025.02.11 21:34:01.168355 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5325 | 2025.02.11 21:34:01.168685 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 5326 | 2025.02.11 21:34:01.169003 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
| 5327 | 2025.02.11 21:34:01.169351 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5328 | 2025.02.11 21:34:01.169751 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 5329 | 2025.02.11 21:34:01.171253 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2025.02.11 21:34:01.171300 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5331 | 2025.02.11 21:34:01.171843 [ 196 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.003958968 sec., 287196.0571542887 rows/sec., 20.20 MiB/sec. | ||
| 5332 | 2025.02.11 21:34:01.171927 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5333 | 2025.02.11 21:34:01.172111 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5334 | 2025.02.11 21:34:01.172308 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.02.11 21:34:01.172696 [ 25 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5336 | 2025.02.11 21:34:01.172810 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.004612 sec., 124457.93581960104 rows/sec., 9.26 MiB/sec. | ||
| 5337 | 2025.02.11 21:34:01.172822 [ 25 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.02.11 21:34:01.172906 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2025.02.11 21:34:01.172982 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5340 | 2025.02.11 21:34:01.173104 [ 255 ] {53d35e0e-1aaa-4e75-aa10-4a2a5dfc8525} <Debug> TCPHandler: Processed in 0.005089866 sec. | ||
| 5341 | 2025.02.11 21:34:01.173279 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_21_4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5342 | 2025.02.11 21:34:01.173763 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5343 | 2025.02.11 21:34:01.173833 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2025.02.11 21:34:01.173890 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 5345 | 2025.02.11 21:34:01.174235 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5346 | 2025.02.11 21:34:01.174269 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5347 | 2025.02.11 21:34:01.174326 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5348 | 2025.02.11 21:34:01.174357 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5349 | 2025.02.11 21:34:01.174668 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part | ||
| 5350 | 2025.02.11 21:34:01.175107 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 5351 | 2025.02.11 21:34:01.175552 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part | ||
| 5352 | 2025.02.11 21:34:01.175890 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 382 rows starting from the beginning of the part | ||
| 5353 | 2025.02.11 21:34:01.176054 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 574 rows starting from the beginning of the part | ||
| 5354 | 2025.02.11 21:34:01.177089 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.02.11 21:34:01.177162 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5356 | 2025.02.11 21:34:01.178914 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5357 | 2025.02.11 21:34:01.179297 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.02.11 21:34:01.179506 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5359 | 2025.02.11 21:34:01.179631 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2025.02.11 21:34:01.179716 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5361 | 2025.02.11 21:34:01.180129 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.005955 sec., 170109.1519731318 rows/sec., 11.44 MiB/sec. | ||
| 5362 | 2025.02.11 21:34:01.180165 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2142 rows, containing 5 columns (5 merged, 0 gathered) in 0.006974933 sec., 307099.72411204525 rows/sec., 23.72 MiB/sec. | ||
| 5363 | 2025.02.11 21:34:01.180167 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 5364 | 2025.02.11 21:34:01.180360 [ 257 ] {a9ef0eae-15a3-4c11-bd43-c177e5b3ddcf} <Debug> TCPHandler: Processed in 0.007109585 sec. | ||
| 5365 | 2025.02.11 21:34:01.180580 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5366 | 2025.02.11 21:34:01.180629 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5367 | 2025.02.11 21:34:01.180684 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11413 rows starting from the beginning of the part | ||
| 5368 | 2025.02.11 21:34:01.180751 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5369 | 2025.02.11 21:34:01.181119 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 5370 | 2025.02.11 21:34:01.181391 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5371 | 2025.02.11 21:34:01.181565 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 5372 | 2025.02.11 21:34:01.181591 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.02.11 21:34:01.181954 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5374 | 2025.02.11 21:34:01.182200 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 5375 | 2025.02.11 21:34:01.182260 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_36_7} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5376 | 2025.02.11 21:34:01.182883 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5377 | 2025.02.11 21:34:01.182951 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
| 5378 | 2025.02.11 21:34:01.183345 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1013 rows starting from the beginning of the part | ||
| 5379 | 2025.02.11 21:34:01.187246 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.02.11 21:34:01.187305 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5381 | 2025.02.11 21:34:01.188653 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5382 | 2025.02.11 21:34:01.189349 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.02.11 21:34:01.189724 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008575 sec., 4664.723032069971 rows/sec., 8.36 MiB/sec. | ||
| 5384 | 2025.02.11 21:34:01.190067 [ 255 ] {0854bda3-d49d-4151-b530-e2e7fc8db951} <Debug> TCPHandler: Processed in 0.009576997 sec. | ||
| 5385 | 2025.02.11 21:34:01.190284 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2025.02.11 21:34:01.190720 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5387 | 2025.02.11 21:34:01.190903 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5388 | 2025.02.11 21:34:01.191513 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13143 rows, containing 5 columns (5 merged, 0 gathered) in 0.011638498 sec., 1129269.4297838088 rows/sec., 76.32 MiB/sec. | ||
| 5389 | 2025.02.11 21:34:01.191804 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.02.11 21:34:01.191851 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5391 | 2025.02.11 21:34:01.191989 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5392 | 2025.02.11 21:34:01.192579 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5393 | 2025.02.11 21:34:01.192620 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.02.11 21:34:01.192764 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5395 | 2025.02.11 21:34:01.192943 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 5396 | 2025.02.11 21:34:01.193023 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5397 | 2025.02.11 21:34:01.193218 [ 25 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5398 | 2025.02.11 21:34:01.193276 [ 25 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.02.11 21:34:01.193291 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002748 sec., 21834.06113537118 rows/sec., 1.47 MiB/sec. | ||
| 5400 | 2025.02.11 21:34:01.193313 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5401 | 2025.02.11 21:34:01.193506 [ 257 ] {cef6182f-7f32-4a3a-ba23-1e0bbabf97c2} <Debug> TCPHandler: Processed in 0.003332792 sec. | ||
| 5402 | 2025.02.11 21:34:01.193785 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 5403 | 2025.02.11 21:34:01.194065 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5404 | 2025.02.11 21:34:01.194104 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2116 rows starting from the beginning of the part | ||
| 5405 | 2025.02.11 21:34:01.194236 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 5406 | 2025.02.11 21:34:01.194349 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5407 | 2025.02.11 21:34:01.194485 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 5408 | 2025.02.11 21:34:01.194645 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5409 | 2025.02.11 21:34:01.194768 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5410 | 2025.02.11 21:34:01.196155 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721227 sec., 895919.3775454969 rows/sec., 58.81 MiB/sec. | ||
| 5411 | 2025.02.11 21:34:01.196433 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5412 | 2025.02.11 21:34:01.196730 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.02.11 21:34:01.196806 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_36_7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5414 | 2025.02.11 21:34:01.196892 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5415 | 2025.02.11 21:34:02.536076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5416 | 2025.02.11 21:34:02.536706 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2025.02.11 21:34:02.536748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5418 | 2025.02.11 21:34:02.537259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5419 | 2025.02.11 21:34:02.537512 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2025.02.11 21:34:02.537819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5421 | 2025.02.11 21:34:03.416646 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5422 | 2025.02.11 21:34:03.437145 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.02.11 21:34:03.437212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5424 | 2025.02.11 21:34:03.445049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5425 | 2025.02.11 21:34:03.445829 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.02.11 21:34:03.448550 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5427 | 2025.02.11 21:34:06.565148 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2025.02.11 21:34:06.565347 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5429 | 2025.02.11 21:34:06.565417 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5430 | 2025.02.11 21:34:06.566256 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2025.02.11 21:34:06.566301 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5432 | 2025.02.11 21:34:06.566767 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5433 | 2025.02.11 21:34:06.567021 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2025.02.11 21:34:06.567260 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001967 sec., 107778.34265378749 rows/sec., 6.85 MiB/sec. | ||
| 5435 | 2025.02.11 21:34:06.567319 [ 255 ] {8b5600b4-f8c3-48b1-a4c7-9be6568a0931} <Debug> TCPHandler: Processed in 0.002296396 sec. | ||
| 5436 | 2025.02.11 21:34:06.567590 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2025.02.11 21:34:06.567792 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5438 | 2025.02.11 21:34:06.567869 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5439 | 2025.02.11 21:34:06.568878 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.02.11 21:34:06.568929 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5441 | 2025.02.11 21:34:06.569413 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5442 | 2025.02.11 21:34:06.569732 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.02.11 21:34:06.569977 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002243 sec., 275078.02050824784 rows/sec., 21.50 MiB/sec. | ||
| 5444 | 2025.02.11 21:34:06.570037 [ 257 ] {d4f1de2c-3ee0-496c-a946-09d1927fb4e9} <Debug> TCPHandler: Processed in 0.002587944 sec. | ||
| 5445 | 2025.02.11 21:34:06.570187 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5446 | 2025.02.11 21:34:06.570302 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5447 | 2025.02.11 21:34:06.570357 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5448 | 2025.02.11 21:34:06.570984 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2025.02.11 21:34:06.571024 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5450 | 2025.02.11 21:34:06.571393 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5451 | 2025.02.11 21:34:06.571634 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2025.02.11 21:34:06.571841 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001562 sec., 67861.7157490397 rows/sec., 3.99 MiB/sec. | ||
| 5453 | 2025.02.11 21:34:06.571895 [ 255 ] {03014cae-839b-44f6-8489-05dad56085ca} <Debug> TCPHandler: Processed in 0.001762834 sec. | ||
| 5454 | 2025.02.11 21:34:06.572051 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.02.11 21:34:06.572172 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5456 | 2025.02.11 21:34:06.572221 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5457 | 2025.02.11 21:34:06.572858 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.02.11 21:34:06.572897 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5459 | 2025.02.11 21:34:06.573272 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5460 | 2025.02.11 21:34:06.573516 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.02.11 21:34:06.573739 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001594 sec., 70890.84065244668 rows/sec., 4.59 MiB/sec. | ||
| 5462 | 2025.02.11 21:34:06.573792 [ 257 ] {aadacd95-4e8a-423d-9909-2a1c2ed8fbeb} <Debug> TCPHandler: Processed in 0.001798255 sec. | ||
| 5463 | 2025.02.11 21:34:06.573940 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.02.11 21:34:06.574057 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5465 | 2025.02.11 21:34:06.574106 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5466 | 2025.02.11 21:34:06.574727 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.02.11 21:34:06.574766 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5468 | 2025.02.11 21:34:06.575132 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5469 | 2025.02.11 21:34:06.575377 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.02.11 21:34:06.575602 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001568 sec., 71428.57142857143 rows/sec., 4.07 MiB/sec. | ||
| 5471 | 2025.02.11 21:34:06.575690 [ 255 ] {920959c7-f417-4c14-ac8c-5d27e67c09cf} <Debug> TCPHandler: Processed in 0.001806594 sec. | ||
| 5472 | 2025.02.11 21:34:06.575836 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2025.02.11 21:34:06.575958 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5474 | 2025.02.11 21:34:06.576008 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5475 | 2025.02.11 21:34:06.576790 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.02.11 21:34:06.576831 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5477 | 2025.02.11 21:34:06.577223 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5478 | 2025.02.11 21:34:06.577468 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.02.11 21:34:06.577733 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00179 sec., 213407.82122905029 rows/sec., 15.05 MiB/sec. | ||
| 5480 | 2025.02.11 21:34:06.577928 [ 257 ] {9ad8293c-9c54-45ec-96e7-70122980ac18} <Debug> TCPHandler: Processed in 0.002147603 sec. | ||
| 5481 | 2025.02.11 21:34:06.578251 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.02.11 21:34:06.578479 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5483 | 2025.02.11 21:34:06.578577 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5484 | 2025.02.11 21:34:06.579265 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.02.11 21:34:06.579305 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5486 | 2025.02.11 21:34:06.579672 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5487 | 2025.02.11 21:34:06.579920 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.02.11 21:34:06.580147 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001721 sec., 3486.3451481696684 rows/sec., 182.15 KiB/sec. | ||
| 5489 | 2025.02.11 21:34:06.580271 [ 255 ] {5bfd2ca4-35d2-41ed-ba07-6e6bcfcc3b81} <Debug> TCPHandler: Processed in 0.002197985 sec. | ||
| 5490 | 2025.02.11 21:34:06.580430 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2025.02.11 21:34:06.580551 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5492 | 2025.02.11 21:34:06.580608 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5493 | 2025.02.11 21:34:06.581222 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.02.11 21:34:06.581261 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5495 | 2025.02.11 21:34:06.581670 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5496 | 2025.02.11 21:34:06.581925 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.02.11 21:34:06.582183 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001652 sec., 143462.46973365618 rows/sec., 9.62 MiB/sec. | ||
| 5498 | 2025.02.11 21:34:06.582368 [ 257 ] {64a0d8c6-8a17-47e9-ab00-ac0a15355dae} <Debug> TCPHandler: Processed in 0.00199594 sec. | ||
| 5499 | 2025.02.11 21:34:06.582595 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.02.11 21:34:06.582740 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5501 | 2025.02.11 21:34:06.582801 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5502 | 2025.02.11 21:34:06.583300 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.02.11 21:34:06.583340 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5504 | 2025.02.11 21:34:06.583700 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5505 | 2025.02.11 21:34:06.583942 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.02.11 21:34:06.584119 [ 152 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5507 | 2025.02.11 21:34:06.584183 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 5508 | 2025.02.11 21:34:06.584209 [ 152 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2025.02.11 21:34:06.584279 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5510 | 2025.02.11 21:34:06.584290 [ 255 ] {e5295e46-0cf2-4ded-b8c3-d179b17232f3} <Debug> TCPHandler: Processed in 0.001811995 sec. | ||
| 5511 | 2025.02.11 21:34:06.584670 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5512 | 2025.02.11 21:34:06.584781 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 5513 | 2025.02.11 21:34:06.584996 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5514 | 2025.02.11 21:34:06.585120 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5515 | 2025.02.11 21:34:06.585161 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5516 | 2025.02.11 21:34:06.585273 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
| 5517 | 2025.02.11 21:34:06.585646 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5518 | 2025.02.11 21:34:06.585991 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5519 | 2025.02.11 21:34:06.586215 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5520 | 2025.02.11 21:34:06.586473 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5521 | 2025.02.11 21:34:06.586846 [ 198 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5522 | 2025.02.11 21:34:06.587486 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5523 | 2025.02.11 21:34:06.587552 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5524 | 2025.02.11 21:34:06.588416 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5525 | 2025.02.11 21:34:06.588998 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5526 | 2025.02.11 21:34:06.589734 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004763 sec., 17216.040310728535 rows/sec., 1.09 MiB/sec. | ||
| 5527 | 2025.02.11 21:34:06.590187 [ 257 ] {5b7b87e7-e9ee-4d34-bb9e-3d7fe7125f9a} <Debug> TCPHandler: Processed in 0.005780133 sec. | ||
| 5528 | 2025.02.11 21:34:06.590244 [ 194 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005830154 sec., 2744.3528935942345 rows/sec., 184.25 KiB/sec. | ||
| 5529 | 2025.02.11 21:34:06.590503 [ 194 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5530 | 2025.02.11 21:34:06.590817 [ 194 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5531 | 2025.02.11 21:34:06.590926 [ 194 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_16_3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5532 | 2025.02.11 21:34:06.591011 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5533 | 2025.02.11 21:34:09.929942 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5534 | 2025.02.11 21:34:09.929998 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5535 | 2025.02.11 21:34:10.037944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5536 | 2025.02.11 21:34:10.038592 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.02.11 21:34:10.038635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5538 | 2025.02.11 21:34:10.039153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5539 | 2025.02.11 21:34:10.039405 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2025.02.11 21:34:10.039644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5541 | 2025.02.11 21:34:10.108651 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 768 | ||
| 5542 | 2025.02.11 21:34:10.111778 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5543 | 2025.02.11 21:34:10.111829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5544 | 2025.02.11 21:34:10.113356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5545 | 2025.02.11 21:34:10.113673 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5546 | 2025.02.11 21:34:10.114574 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768 | ||
| 5547 | 2025.02.11 21:34:10.948636 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5548 | 2025.02.11 21:34:10.968595 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.02.11 21:34:10.968642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5550 | 2025.02.11 21:34:10.975995 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5551 | 2025.02.11 21:34:10.976778 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2025.02.11 21:34:10.979404 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5553 | 2025.02.11 21:34:11.560911 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.02.11 21:34:11.561118 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5555 | 2025.02.11 21:34:11.561195 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5556 | 2025.02.11 21:34:11.562030 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.02.11 21:34:11.562078 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5558 | 2025.02.11 21:34:11.562532 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5559 | 2025.02.11 21:34:11.562802 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.02.11 21:34:11.563069 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002002 sec., 67932.06793206793 rows/sec., 5.87 MiB/sec. | ||
| 5561 | 2025.02.11 21:34:11.563174 [ 255 ] {1870a487-03e8-44dd-885c-78aa4dcbe95e} <Debug> TCPHandler: Processed in 0.00240292 sec. | ||
| 5562 | 2025.02.11 21:34:11.563507 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2025.02.11 21:34:11.563704 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5564 | 2025.02.11 21:34:11.563778 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5565 | 2025.02.11 21:34:11.564543 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2025.02.11 21:34:11.564595 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5567 | 2025.02.11 21:34:11.565047 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5568 | 2025.02.11 21:34:11.565312 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2025.02.11 21:34:11.565551 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001902 sec., 21030.49421661409 rows/sec., 1.54 MiB/sec. | ||
| 5570 | 2025.02.11 21:34:11.565610 [ 257 ] {982ebedc-363c-4ae9-a274-b7051deb1433} <Debug> TCPHandler: Processed in 0.002290607 sec. | ||
| 5571 | 2025.02.11 21:34:11.565781 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2025.02.11 21:34:11.565926 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5573 | 2025.02.11 21:34:11.565983 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5574 | 2025.02.11 21:34:11.566631 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.02.11 21:34:11.566671 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5576 | 2025.02.11 21:34:11.567036 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5577 | 2025.02.11 21:34:11.567301 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.02.11 21:34:11.567514 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001618 sec., 64276.88504326328 rows/sec., 5.02 MiB/sec. | ||
| 5579 | 2025.02.11 21:34:11.567564 [ 255 ] {068e703d-fbdf-4742-beff-63682b881f8d} <Debug> TCPHandler: Processed in 0.001854806 sec. | ||
| 5580 | 2025.02.11 21:34:11.567716 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2025.02.11 21:34:11.567840 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5582 | 2025.02.11 21:34:11.567898 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5583 | 2025.02.11 21:34:11.568501 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.02.11 21:34:11.568540 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5585 | 2025.02.11 21:34:11.568981 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5586 | 2025.02.11 21:34:11.569239 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5587 | 2025.02.11 21:34:11.569485 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
| 5588 | 2025.02.11 21:34:11.569555 [ 257 ] {eeae9eab-1550-4923-9853-0beb01f4ecbc} <Debug> TCPHandler: Processed in 0.001897747 sec. | ||
| 5589 | 2025.02.11 21:34:11.569799 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5590 | 2025.02.11 21:34:11.569956 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5591 | 2025.02.11 21:34:11.570049 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5592 | 2025.02.11 21:34:11.571270 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2025.02.11 21:34:11.571310 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5594 | 2025.02.11 21:34:11.571986 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5595 | 2025.02.11 21:34:11.572255 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2025.02.11 21:34:11.572578 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002635 sec., 15180.265654648956 rows/sec., 27.20 MiB/sec. | ||
| 5597 | 2025.02.11 21:34:11.572961 [ 255 ] {9a3bce8e-8a5a-487b-ab57-7e43a4b4118d} <Debug> TCPHandler: Processed in 0.003295082 sec. | ||
| 5598 | 2025.02.11 21:34:11.573129 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2025.02.11 21:34:11.573251 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5600 | 2025.02.11 21:34:11.573308 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5601 | 2025.02.11 21:34:11.573826 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.02.11 21:34:11.573870 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5603 | 2025.02.11 21:34:11.574260 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5604 | 2025.02.11 21:34:11.574578 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.02.11 21:34:11.574837 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 5606 | 2025.02.11 21:34:11.574938 [ 257 ] {ca8510c1-41fe-4ecb-83e7-7e23619ba8c8} <Debug> TCPHandler: Processed in 0.001866036 sec. | ||
| 5607 | 2025.02.11 21:34:16.564620 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2025.02.11 21:34:16.564849 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5609 | 2025.02.11 21:34:16.564932 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5610 | 2025.02.11 21:34:16.565856 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.02.11 21:34:16.565923 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5612 | 2025.02.11 21:34:16.566558 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5613 | 2025.02.11 21:34:16.566852 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2025.02.11 21:34:16.567096 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002306 sec., 91934.08499566349 rows/sec., 5.85 MiB/sec. | ||
| 5615 | 2025.02.11 21:34:16.567163 [ 255 ] {d1f17a37-d4d4-4d61-a9a8-3de020b8de12} <Debug> TCPHandler: Processed in 0.002678596 sec. | ||
| 5616 | 2025.02.11 21:34:16.567413 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5617 | 2025.02.11 21:34:16.567607 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5618 | 2025.02.11 21:34:16.567681 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5619 | 2025.02.11 21:34:16.568439 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2025.02.11 21:34:16.568484 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5621 | 2025.02.11 21:34:16.568916 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5622 | 2025.02.11 21:34:16.569182 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2025.02.11 21:34:16.569413 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001856 sec., 1077.5862068965516 rows/sec., 87.87 KiB/sec. | ||
| 5624 | 2025.02.11 21:34:16.569620 [ 257 ] {7ecda98a-555c-479d-8fd3-23c063d2be50} <Debug> TCPHandler: Processed in 0.002341888 sec. | ||
| 5625 | 2025.02.11 21:34:16.569794 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5626 | 2025.02.11 21:34:16.569926 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5627 | 2025.02.11 21:34:16.569977 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5628 | 2025.02.11 21:34:16.570822 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2025.02.11 21:34:16.570864 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5630 | 2025.02.11 21:34:16.571282 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5631 | 2025.02.11 21:34:16.571536 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2025.02.11 21:34:16.571766 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.001869 sec., 330658.1059390048 rows/sec., 25.85 MiB/sec. | ||
| 5633 | 2025.02.11 21:34:16.571823 [ 255 ] {bc229401-c8ae-4460-9f1f-5e9f2c248650} <Debug> TCPHandler: Processed in 0.002089201 sec. | ||
| 5634 | 2025.02.11 21:34:16.571968 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2025.02.11 21:34:16.572092 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5636 | 2025.02.11 21:34:16.572145 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5637 | 2025.02.11 21:34:16.572823 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2025.02.11 21:34:16.572861 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5639 | 2025.02.11 21:34:16.573243 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5640 | 2025.02.11 21:34:16.573497 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2025.02.11 21:34:16.573718 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001651 sec., 65414.90006056936 rows/sec., 3.86 MiB/sec. | ||
| 5642 | 2025.02.11 21:34:16.573857 [ 257 ] {3121c4fb-b911-4d36-9cff-a842433a1f6b} <Debug> TCPHandler: Processed in 0.001943918 sec. | ||
| 5643 | 2025.02.11 21:34:16.574083 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2025.02.11 21:34:16.574216 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5645 | 2025.02.11 21:34:16.574267 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5646 | 2025.02.11 21:34:16.574909 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2025.02.11 21:34:16.574950 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5648 | 2025.02.11 21:34:16.575316 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5649 | 2025.02.11 21:34:16.575564 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2025.02.11 21:34:16.575781 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001591 sec., 71024.512884978 rows/sec., 4.60 MiB/sec. | ||
| 5651 | 2025.02.11 21:34:16.575837 [ 255 ] {b499beef-f062-483f-b7dc-57e5529250a8} <Debug> TCPHandler: Processed in 0.001862066 sec. | ||
| 5652 | 2025.02.11 21:34:16.576012 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2025.02.11 21:34:16.576138 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5654 | 2025.02.11 21:34:16.576187 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5655 | 2025.02.11 21:34:16.576807 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2025.02.11 21:34:16.576844 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5657 | 2025.02.11 21:34:16.577221 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5658 | 2025.02.11 21:34:16.577460 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2025.02.11 21:34:16.577688 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001579 sec., 70930.96896770108 rows/sec., 4.04 MiB/sec. | ||
| 5660 | 2025.02.11 21:34:16.577890 [ 257 ] {a78f5eeb-6bdc-475d-b21a-14e5f382dbf5} <Debug> TCPHandler: Processed in 0.001939038 sec. | ||
| 5661 | 2025.02.11 21:34:16.578073 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5662 | 2025.02.11 21:34:16.578212 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5663 | 2025.02.11 21:34:16.578271 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5664 | 2025.02.11 21:34:16.579014 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2025.02.11 21:34:16.579054 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5666 | 2025.02.11 21:34:16.579443 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5667 | 2025.02.11 21:34:16.579687 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2025.02.11 21:34:16.579946 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001755 sec., 218803.41880341878 rows/sec., 15.44 MiB/sec. | ||
| 5669 | 2025.02.11 21:34:16.580128 [ 255 ] {41519059-4ca4-419a-9dd1-939c1f90c796} <Debug> TCPHandler: Processed in 0.002121302 sec. | ||
| 5670 | 2025.02.11 21:34:16.580361 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2025.02.11 21:34:16.580481 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5672 | 2025.02.11 21:34:16.580531 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5673 | 2025.02.11 21:34:16.581025 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5674 | 2025.02.11 21:34:16.581062 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5675 | 2025.02.11 21:34:16.581434 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5676 | 2025.02.11 21:34:16.581671 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5677 | 2025.02.11 21:34:16.581856 [ 40 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5678 | 2025.02.11 21:34:16.581917 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 5679 | 2025.02.11 21:34:16.581942 [ 40 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2025.02.11 21:34:16.582004 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5681 | 2025.02.11 21:34:16.582029 [ 257 ] {de94669d-8bc6-44d4-9298-b0a335fd8637} <Debug> TCPHandler: Processed in 0.001791804 sec. | ||
| 5682 | 2025.02.11 21:34:16.582227 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 5683 | 2025.02.11 21:34:16.582258 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5684 | 2025.02.11 21:34:16.582452 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5685 | 2025.02.11 21:34:16.582519 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5686 | 2025.02.11 21:34:16.582529 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5687 | 2025.02.11 21:34:16.582622 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5688 | 2025.02.11 21:34:16.582842 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5689 | 2025.02.11 21:34:16.583296 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5690 | 2025.02.11 21:34:16.583728 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5691 | 2025.02.11 21:34:16.584085 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5692 | 2025.02.11 21:34:16.584263 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5693 | 2025.02.11 21:34:16.585383 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.02.11 21:34:16.585459 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5695 | 2025.02.11 21:34:16.586793 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5696 | 2025.02.11 21:34:16.586941 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826459 sec., 19890.358542359936 rows/sec., 1.01 MiB/sec. | ||
| 5697 | 2025.02.11 21:34:16.587172 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.02.11 21:34:16.587239 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5699 | 2025.02.11 21:34:16.587590 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005135 sec., 46348.58812074002 rows/sec., 3.11 MiB/sec. | ||
| 5700 | 2025.02.11 21:34:16.587743 [ 255 ] {d759fbe1-59a6-420d-8357-bea99e51345e} <Debug> TCPHandler: Processed in 0.005608279 sec. | ||
| 5701 | 2025.02.11 21:34:16.587942 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5702 | 2025.02.11 21:34:16.588018 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.02.11 21:34:16.588192 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5704 | 2025.02.11 21:34:16.588219 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_16_3} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5705 | 2025.02.11 21:34:16.588265 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5706 | 2025.02.11 21:34:16.588421 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5707 | 2025.02.11 21:34:16.588886 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5708 | 2025.02.11 21:34:16.588928 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5709 | 2025.02.11 21:34:16.589301 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5710 | 2025.02.11 21:34:16.589544 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.02.11 21:34:16.589754 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001646 sec., 607.5334143377886 rows/sec., 40.94 KiB/sec. | ||
| 5712 | 2025.02.11 21:34:16.589803 [ 257 ] {d4d70578-4a5d-4889-96f7-07cee8b9a362} <Debug> TCPHandler: Processed in 0.001955708 sec. | ||
| 5713 | 2025.02.11 21:34:16.589955 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5714 | 2025.02.11 21:34:16.590096 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5715 | 2025.02.11 21:34:16.590160 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5716 | 2025.02.11 21:34:16.590683 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2025.02.11 21:34:16.590722 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5718 | 2025.02.11 21:34:16.591100 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5719 | 2025.02.11 21:34:16.591353 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5720 | 2025.02.11 21:34:16.591610 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 5721 | 2025.02.11 21:34:16.591835 [ 255 ] {53866a1d-0a45-486b-967d-6f53f46690b3} <Debug> TCPHandler: Processed in 0.001942988 sec. | ||
| 5722 | 2025.02.11 21:34:17.539778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5723 | 2025.02.11 21:34:17.540405 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.02.11 21:34:17.540445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5725 | 2025.02.11 21:34:17.540974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5726 | 2025.02.11 21:34:17.541237 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.02.11 21:34:17.541489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5728 | 2025.02.11 21:34:18.479483 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5729 | 2025.02.11 21:34:18.500528 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.02.11 21:34:18.500590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5731 | 2025.02.11 21:34:18.508980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5732 | 2025.02.11 21:34:18.509981 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.02.11 21:34:18.514254 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5734 | 2025.02.11 21:34:20.114795 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 802 | ||
| 5735 | 2025.02.11 21:34:20.118022 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.02.11 21:34:20.118084 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5737 | 2025.02.11 21:34:20.119605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5738 | 2025.02.11 21:34:20.119929 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.02.11 21:34:20.120166 [ 7 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5740 | 2025.02.11 21:34:20.120289 [ 7 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2025.02.11 21:34:20.120354 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5742 | 2025.02.11 21:34:20.120983 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 5743 | 2025.02.11 21:34:20.121607 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 5744 | 2025.02.11 21:34:20.122148 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5745 | 2025.02.11 21:34:20.122343 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 656 rows starting from the beginning of the part | ||
| 5746 | 2025.02.11 21:34:20.122893 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 5747 | 2025.02.11 21:34:20.123407 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 5748 | 2025.02.11 21:34:20.124101 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 5749 | 2025.02.11 21:34:20.124729 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 5750 | 2025.02.11 21:34:20.125375 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 5751 | 2025.02.11 21:34:20.133729 [ 186 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 802 rows, containing 72 columns (72 merged, 0 gathered) in 0.013149685 sec., 60990.0541343766 rows/sec., 51.06 MiB/sec. | ||
| 5752 | 2025.02.11 21:34:20.134920 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5753 | 2025.02.11 21:34:20.135644 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2025.02.11 21:34:20.135729 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_21_4} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5755 | 2025.02.11 21:34:20.135939 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5756 | 2025.02.11 21:34:21.561286 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2025.02.11 21:34:21.561515 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5758 | 2025.02.11 21:34:21.561596 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5759 | 2025.02.11 21:34:21.562440 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2025.02.11 21:34:21.562489 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5761 | 2025.02.11 21:34:21.562936 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5762 | 2025.02.11 21:34:21.563193 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2025.02.11 21:34:21.563405 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001951 sec., 69707.84213223988 rows/sec., 6.02 MiB/sec. | ||
| 5764 | 2025.02.11 21:34:21.563469 [ 255 ] {dd4f8b37-ce61-49c8-9ee6-4ec9b75c388a} <Debug> TCPHandler: Processed in 0.002321617 sec. | ||
| 5765 | 2025.02.11 21:34:21.563748 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2025.02.11 21:34:21.563961 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5767 | 2025.02.11 21:34:21.564043 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5768 | 2025.02.11 21:34:21.564879 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2025.02.11 21:34:21.564928 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5770 | 2025.02.11 21:34:21.565364 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5771 | 2025.02.11 21:34:21.565629 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.02.11 21:34:21.565834 [ 28 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5773 | 2025.02.11 21:34:21.565912 [ 28 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5774 | 2025.02.11 21:34:21.565918 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002005 sec., 19950.124688279302 rows/sec., 1.46 MiB/sec. | ||
| 5775 | 2025.02.11 21:34:21.565957 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5776 | 2025.02.11 21:34:21.566101 [ 257 ] {4aab0415-867f-4159-ae24-8690f5449866} <Debug> TCPHandler: Processed in 0.002496481 sec. | ||
| 5777 | 2025.02.11 21:34:21.566210 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 5778 | 2025.02.11 21:34:21.566291 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2025.02.11 21:34:21.566444 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5780 | 2025.02.11 21:34:21.566506 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5781 | 2025.02.11 21:34:21.566513 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part | ||
| 5782 | 2025.02.11 21:34:21.566593 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5783 | 2025.02.11 21:34:21.566838 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 5784 | 2025.02.11 21:34:21.567198 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 106 rows starting from the beginning of the part | ||
| 5785 | 2025.02.11 21:34:21.567512 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 5786 | 2025.02.11 21:34:21.567885 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part | ||
| 5787 | 2025.02.11 21:34:21.568275 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 5788 | 2025.02.11 21:34:21.569570 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.02.11 21:34:21.569649 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5790 | 2025.02.11 21:34:21.570804 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5791 | 2025.02.11 21:34:21.571245 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158227 sec., 99258.91202539168 rows/sec., 6.73 MiB/sec. | ||
| 5792 | 2025.02.11 21:34:21.571365 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.02.11 21:34:21.571498 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5794 | 2025.02.11 21:34:21.571838 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005372 sec., 19359.642591213702 rows/sec., 1.51 MiB/sec. | ||
| 5795 | 2025.02.11 21:34:21.572030 [ 255 ] {73ef5a32-cd8c-438e-a197-ea162d46b07d} <Debug> TCPHandler: Processed in 0.005806494 sec. | ||
| 5796 | 2025.02.11 21:34:21.572204 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5797 | 2025.02.11 21:34:21.572234 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2025.02.11 21:34:21.572297 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_36_7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5799 | 2025.02.11 21:34:21.572405 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5800 | 2025.02.11 21:34:21.572406 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5801 | 2025.02.11 21:34:21.572483 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5802 | 2025.02.11 21:34:21.573075 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5803 | 2025.02.11 21:34:21.573113 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5804 | 2025.02.11 21:34:21.573514 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5805 | 2025.02.11 21:34:21.573758 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2025.02.11 21:34:21.574011 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 5807 | 2025.02.11 21:34:21.574094 [ 257 ] {900f1771-3939-462d-9523-e7c5b712b174} <Debug> TCPHandler: Processed in 0.001936408 sec. | ||
| 5808 | 2025.02.11 21:34:21.574356 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5809 | 2025.02.11 21:34:21.574519 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5810 | 2025.02.11 21:34:21.574608 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5811 | 2025.02.11 21:34:21.575813 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5812 | 2025.02.11 21:34:21.575853 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5813 | 2025.02.11 21:34:21.576536 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5814 | 2025.02.11 21:34:21.576800 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5815 | 2025.02.11 21:34:21.577001 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002516 sec., 15898.25119236884 rows/sec., 28.49 MiB/sec. | ||
| 5816 | 2025.02.11 21:34:21.577096 [ 255 ] {d0bde4a1-ec5d-4c66-a3b2-577000092991} <Debug> TCPHandler: Processed in 0.002879751 sec. | ||
| 5817 | 2025.02.11 21:34:21.577267 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2025.02.11 21:34:21.577411 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5819 | 2025.02.11 21:34:21.577475 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5820 | 2025.02.11 21:34:21.578003 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.02.11 21:34:21.578044 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5822 | 2025.02.11 21:34:21.578425 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5823 | 2025.02.11 21:34:21.578666 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.02.11 21:34:21.578887 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec. | ||
| 5825 | 2025.02.11 21:34:21.578942 [ 257 ] {f25773d3-edf7-49f4-8723-2fe816efc0ba} <Debug> TCPHandler: Processed in 0.001744594 sec. | ||
| 5826 | 2025.02.11 21:34:24.930246 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5827 | 2025.02.11 21:34:24.930304 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5828 | 2025.02.11 21:34:25.041620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5829 | 2025.02.11 21:34:25.042393 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2025.02.11 21:34:25.042447 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5831 | 2025.02.11 21:34:25.043002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5832 | 2025.02.11 21:34:25.043260 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5833 | 2025.02.11 21:34:25.043554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5834 | 2025.02.11 21:34:26.014348 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5835 | 2025.02.11 21:34:26.035598 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2025.02.11 21:34:26.035648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5837 | 2025.02.11 21:34:26.043150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5838 | 2025.02.11 21:34:26.043924 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5839 | 2025.02.11 21:34:26.047389 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5840 | 2025.02.11 21:34:26.564332 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2025.02.11 21:34:26.564523 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5842 | 2025.02.11 21:34:26.564595 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5843 | 2025.02.11 21:34:26.565471 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2025.02.11 21:34:26.565519 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5845 | 2025.02.11 21:34:26.565957 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5846 | 2025.02.11 21:34:26.566215 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.02.11 21:34:26.566411 [ 169 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5848 | 2025.02.11 21:34:26.566477 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002005 sec., 105735.66084788031 rows/sec., 6.72 MiB/sec. | ||
| 5849 | 2025.02.11 21:34:26.566504 [ 169 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.02.11 21:34:26.566564 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5851 | 2025.02.11 21:34:26.566625 [ 255 ] {f22af33c-ca17-40fd-bfd0-6880fcb72aed} <Debug> TCPHandler: Processed in 0.00241777 sec. | ||
| 5852 | 2025.02.11 21:34:26.566816 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5853 | 2025.02.11 21:34:26.566937 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5854 | 2025.02.11 21:34:26.567002 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5855 | 2025.02.11 21:34:26.567060 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5856 | 2025.02.11 21:34:26.567213 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5857 | 2025.02.11 21:34:26.567320 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5858 | 2025.02.11 21:34:26.567415 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5859 | 2025.02.11 21:34:26.567683 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5860 | 2025.02.11 21:34:26.567945 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5861 | 2025.02.11 21:34:26.568257 [ 188 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 5862 | 2025.02.11 21:34:26.570535 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.02.11 21:34:26.570614 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5864 | 2025.02.11 21:34:26.571003 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004332647 sec., 244654.13406631094 rows/sec., 16.49 MiB/sec. | ||
| 5865 | 2025.02.11 21:34:26.571193 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5866 | 2025.02.11 21:34:26.571516 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5867 | 2025.02.11 21:34:26.571661 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_17_4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.02.11 21:34:26.571775 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_17_4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5869 | 2025.02.11 21:34:26.571878 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2025.02.11 21:34:26.571897 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5871 | 2025.02.11 21:34:26.572041 [ 169 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5872 | 2025.02.11 21:34:26.572080 [ 169 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.02.11 21:34:26.572102 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005008 sec., 123202.87539936102 rows/sec., 9.63 MiB/sec. | ||
| 5874 | 2025.02.11 21:34:26.572106 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5875 | 2025.02.11 21:34:26.572282 [ 257 ] {572bb900-2190-475d-92b6-8bc009af58bd} <Debug> TCPHandler: Processed in 0.005504226 sec. | ||
| 5876 | 2025.02.11 21:34:26.572387 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 5877 | 2025.02.11 21:34:26.572602 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2025.02.11 21:34:26.573042 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5879 | 2025.02.11 21:34:26.573056 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5880 | 2025.02.11 21:34:26.573187 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1847 rows starting from the beginning of the part | ||
| 5881 | 2025.02.11 21:34:26.573194 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5882 | 2025.02.11 21:34:26.573608 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 617 rows starting from the beginning of the part | ||
| 5883 | 2025.02.11 21:34:26.573875 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part | ||
| 5884 | 2025.02.11 21:34:26.574244 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 618 rows starting from the beginning of the part | ||
| 5885 | 2025.02.11 21:34:26.574618 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part | ||
| 5886 | 2025.02.11 21:34:26.574986 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 617 rows starting from the beginning of the part | ||
| 5887 | 2025.02.11 21:34:26.576262 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2025.02.11 21:34:26.576343 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5889 | 2025.02.11 21:34:26.577496 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5890 | 2025.02.11 21:34:26.577833 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.02.11 21:34:26.578120 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005224 sec., 20290.96477794793 rows/sec., 1.19 MiB/sec. | ||
| 5892 | 2025.02.11 21:34:26.578402 [ 255 ] {43cc21e6-2dfd-4a34-a861-fbd31b6c1fd7} <Debug> TCPHandler: Processed in 0.005960937 sec. | ||
| 5893 | 2025.02.11 21:34:26.578659 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2025.02.11 21:34:26.578685 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3971 rows, containing 5 columns (5 merged, 0 gathered) in 0.006505581 sec., 610398.9789689806 rows/sec., 51.36 MiB/sec. | ||
| 5895 | 2025.02.11 21:34:26.578806 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5896 | 2025.02.11 21:34:26.578883 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5897 | 2025.02.11 21:34:26.579009 [ 200 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5898 | 2025.02.11 21:34:26.579680 [ 200 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2025.02.11 21:34:26.579936 [ 200 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_41_8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5900 | 2025.02.11 21:34:26.580135 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5901 | 2025.02.11 21:34:26.580256 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5902 | 2025.02.11 21:34:26.580302 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5903 | 2025.02.11 21:34:26.580669 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5904 | 2025.02.11 21:34:26.580900 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5905 | 2025.02.11 21:34:26.581075 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002351 sec., 48064.65333900468 rows/sec., 3.11 MiB/sec. | ||
| 5906 | 2025.02.11 21:34:26.581129 [ 257 ] {84d3b197-ffec-4f24-947b-3eccccbf6c98} <Debug> TCPHandler: Processed in 0.002647245 sec. | ||
| 5907 | 2025.02.11 21:34:26.581405 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2025.02.11 21:34:26.581549 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5909 | 2025.02.11 21:34:26.581609 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5910 | 2025.02.11 21:34:26.582271 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.02.11 21:34:26.582312 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5912 | 2025.02.11 21:34:26.582684 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5913 | 2025.02.11 21:34:26.582926 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2025.02.11 21:34:26.583089 [ 169 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5915 | 2025.02.11 21:34:26.583147 [ 169 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.02.11 21:34:26.583182 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5917 | 2025.02.11 21:34:26.583196 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00167 sec., 67065.86826347305 rows/sec., 3.82 MiB/sec. | ||
| 5918 | 2025.02.11 21:34:26.583345 [ 255 ] {bfb6e76f-f57c-4680-8fa3-2c78c1704db1} <Debug> TCPHandler: Processed in 0.00200581 sec. | ||
| 5919 | 2025.02.11 21:34:26.583386 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5920 | 2025.02.11 21:34:26.583523 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2025.02.11 21:34:26.583543 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5922 | 2025.02.11 21:34:26.583603 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5923 | 2025.02.11 21:34:26.583823 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5924 | 2025.02.11 21:34:26.583897 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5925 | 2025.02.11 21:34:26.583977 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5926 | 2025.02.11 21:34:26.584214 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5927 | 2025.02.11 21:34:26.584591 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5928 | 2025.02.11 21:34:26.584924 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 5929 | 2025.02.11 21:34:26.586817 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.02.11 21:34:26.586898 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5931 | 2025.02.11 21:34:26.587845 [ 190 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004572793 sec., 122463.4484876092 rows/sec., 7.44 MiB/sec. | ||
| 5932 | 2025.02.11 21:34:26.587871 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5933 | 2025.02.11 21:34:26.588154 [ 190 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5934 | 2025.02.11 21:34:26.588350 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2025.02.11 21:34:26.588581 [ 169 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5936 | 2025.02.11 21:34:26.588661 [ 169 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.02.11 21:34:26.588730 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5938 | 2025.02.11 21:34:26.588741 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005054 sec., 75583.69608231104 rows/sec., 5.33 MiB/sec. | ||
| 5939 | 2025.02.11 21:34:26.589066 [ 190 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_17_4} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.02.11 21:34:26.589116 [ 257 ] {2d4279d1-a21c-4f5d-9366-a8bf9b3b9467} <Debug> TCPHandler: Processed in 0.00566939 sec. | ||
| 5941 | 2025.02.11 21:34:26.589154 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 5942 | 2025.02.11 21:34:26.589449 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2025.02.11 21:34:26.589463 [ 190 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_17_4} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5944 | 2025.02.11 21:34:26.589532 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5945 | 2025.02.11 21:34:26.589635 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5946 | 2025.02.11 21:34:26.589808 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5947 | 2025.02.11 21:34:26.589889 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5948 | 2025.02.11 21:34:26.589958 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 382 rows starting from the beginning of the part | ||
| 5949 | 2025.02.11 21:34:26.590013 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5950 | 2025.02.11 21:34:26.590298 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part | ||
| 5951 | 2025.02.11 21:34:26.590620 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 384 rows starting from the beginning of the part | ||
| 5952 | 2025.02.11 21:34:26.590970 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part | ||
| 5953 | 2025.02.11 21:34:26.591368 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 382 rows starting from the beginning of the part | ||
| 5954 | 2025.02.11 21:34:26.592782 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.02.11 21:34:26.592848 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5956 | 2025.02.11 21:34:26.593836 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5957 | 2025.02.11 21:34:26.594173 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.02.11 21:34:26.594787 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005109 sec., 1174.3981209630065 rows/sec., 61.36 KiB/sec. | ||
| 5959 | 2025.02.11 21:34:26.594901 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006041109 sec., 375758.82176600356 rows/sec., 28.52 MiB/sec. | ||
| 5960 | 2025.02.11 21:34:26.595066 [ 255 ] {e6d50454-3b35-49e6-84ff-03edd96d4145} <Debug> TCPHandler: Processed in 0.005794714 sec. | ||
| 5961 | 2025.02.11 21:34:26.595300 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5962 | 2025.02.11 21:34:26.595343 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5963 | 2025.02.11 21:34:26.595553 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5964 | 2025.02.11 21:34:26.595658 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5965 | 2025.02.11 21:34:26.595823 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2025.02.11 21:34:26.596101 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_41_8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5967 | 2025.02.11 21:34:26.596284 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5968 | 2025.02.11 21:34:26.596767 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2025.02.11 21:34:26.596820 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5970 | 2025.02.11 21:34:26.597332 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5971 | 2025.02.11 21:34:26.597627 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2025.02.11 21:34:26.597776 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5973 | 2025.02.11 21:34:26.597819 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.02.11 21:34:26.597836 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002336 sec., 101455.4794520548 rows/sec., 6.80 MiB/sec. | ||
| 5975 | 2025.02.11 21:34:26.597849 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5976 | 2025.02.11 21:34:26.597962 [ 257 ] {d6dcf78d-8410-412e-bcfa-2b17a72107cf} <Debug> TCPHandler: Processed in 0.002774119 sec. | ||
| 5977 | 2025.02.11 21:34:26.598281 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5978 | 2025.02.11 21:34:26.598443 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 5979 | 2025.02.11 21:34:26.598703 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5980 | 2025.02.11 21:34:26.598922 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5981 | 2025.02.11 21:34:26.599185 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5982 | 2025.02.11 21:34:26.599284 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13143 rows starting from the beginning of the part | ||
| 5983 | 2025.02.11 21:34:26.599641 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5984 | 2025.02.11 21:34:26.600036 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 5985 | 2025.02.11 21:34:26.600257 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 238 rows starting from the beginning of the part | ||
| 5986 | 2025.02.11 21:34:26.600721 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5987 | 2025.02.11 21:34:26.601112 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5988 | 2025.02.11 21:34:26.601684 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.02.11 21:34:26.601757 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5990 | 2025.02.11 21:34:26.602467 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5991 | 2025.02.11 21:34:26.602812 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.02.11 21:34:26.603323 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004776 sec., 209.38023450586266 rows/sec., 14.11 KiB/sec. | ||
| 5993 | 2025.02.11 21:34:26.603503 [ 255 ] {e13b9979-efe0-422d-998f-282aecee8236} <Debug> TCPHandler: Processed in 0.005402794 sec. | ||
| 5994 | 2025.02.11 21:34:26.603722 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5995 | 2025.02.11 21:34:26.604019 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5996 | 2025.02.11 21:34:26.604159 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5997 | 2025.02.11 21:34:26.604919 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.02.11 21:34:26.605019 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5999 | 2025.02.11 21:34:26.605670 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6000 | 2025.02.11 21:34:26.605933 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2025.02.11 21:34:26.606081 [ 169 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6002 | 2025.02.11 21:34:26.606133 [ 169 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.02.11 21:34:26.606159 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002247 sec., 36493.101913662664 rows/sec., 2.32 MiB/sec. | ||
| 6004 | 2025.02.11 21:34:26.606162 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6005 | 2025.02.11 21:34:26.606309 [ 257 ] {80383587-3765-4e93-ac12-8ed3e74e581d} <Debug> TCPHandler: Processed in 0.002690286 sec. | ||
| 6006 | 2025.02.11 21:34:26.606458 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 6007 | 2025.02.11 21:34:26.606838 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6008 | 2025.02.11 21:34:26.606964 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2438 rows starting from the beginning of the part | ||
| 6009 | 2025.02.11 21:34:26.607010 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14175 rows, containing 5 columns (5 merged, 0 gathered) in 0.009030593 sec., 1569664.362019194 rows/sec., 106.12 MiB/sec. | ||
| 6010 | 2025.02.11 21:34:26.607151 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 6011 | 2025.02.11 21:34:26.607319 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 6012 | 2025.02.11 21:34:26.607472 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6013 | 2025.02.11 21:34:26.607520 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 6014 | 2025.02.11 21:34:26.607915 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 6015 | 2025.02.11 21:34:26.608158 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 6016 | 2025.02.11 21:34:26.608673 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.02.11 21:34:26.608842 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6018 | 2025.02.11 21:34:26.609001 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.69 MiB. | ||
| 6019 | 2025.02.11 21:34:26.610115 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2804 rows, containing 4 columns (4 merged, 0 gathered) in 0.003830114 sec., 732093.0917460943 rows/sec., 47.97 MiB/sec. | ||
| 6020 | 2025.02.11 21:34:26.610400 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6021 | 2025.02.11 21:34:26.610749 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.02.11 21:34:26.610833 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_41_8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6023 | 2025.02.11 21:34:26.610921 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6024 | 2025.02.11 21:34:30.121820 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 834 | ||
| 6025 | 2025.02.11 21:34:30.125237 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.02.11 21:34:30.125279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6027 | 2025.02.11 21:34:30.126763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6028 | 2025.02.11 21:34:30.127083 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.02.11 21:34:30.127563 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834 | ||
| 6030 | 2025.02.11 21:34:31.152602 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.02.11 21:34:31.152823 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6032 | 2025.02.11 21:34:31.152904 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6033 | 2025.02.11 21:34:31.153652 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.02.11 21:34:31.153693 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6035 | 2025.02.11 21:34:31.154113 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6036 | 2025.02.11 21:34:31.154373 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2025.02.11 21:34:31.154603 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001836 sec., 1089.3246187363834 rows/sec., 88.83 KiB/sec. | ||
| 6038 | 2025.02.11 21:34:31.154803 [ 255 ] {06b52cd6-d244-4c60-9a23-3c6ac8dc307c} <Debug> TCPHandler: Processed in 0.002330857 sec. | ||
| 6039 | 2025.02.11 21:34:31.155079 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6040 | 2025.02.11 21:34:31.155272 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6041 | 2025.02.11 21:34:31.155345 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6042 | 2025.02.11 21:34:31.156594 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6043 | 2025.02.11 21:34:31.156643 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6044 | 2025.02.11 21:34:31.157157 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6045 | 2025.02.11 21:34:31.157417 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6046 | 2025.02.11 21:34:31.157697 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002466 sec., 517842.66017842665 rows/sec., 43.03 MiB/sec. | ||
| 6047 | 2025.02.11 21:34:31.157880 [ 257 ] {3c7c02aa-037f-4e4f-9632-9e802ad423a4} <Debug> TCPHandler: Processed in 0.002945102 sec. | ||
| 6048 | 2025.02.11 21:34:31.158112 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2025.02.11 21:34:31.158258 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6050 | 2025.02.11 21:34:31.158316 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6051 | 2025.02.11 21:34:31.158985 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2025.02.11 21:34:31.159024 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6053 | 2025.02.11 21:34:31.159399 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6054 | 2025.02.11 21:34:31.159660 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2025.02.11 21:34:31.159843 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.00162 sec., 25925.925925925927 rows/sec., 1.90 MiB/sec. | ||
| 6056 | 2025.02.11 21:34:31.159895 [ 255 ] {8de73763-6ae7-4ba2-a72b-a3125b8c7013} <Debug> TCPHandler: Processed in 0.001897726 sec. | ||
| 6057 | 2025.02.11 21:34:31.160105 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.02.11 21:34:31.160333 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6059 | 2025.02.11 21:34:31.160425 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6060 | 2025.02.11 21:34:31.161315 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.02.11 21:34:31.161356 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6062 | 2025.02.11 21:34:31.161728 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6063 | 2025.02.11 21:34:31.161977 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.02.11 21:34:31.162202 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001926 sec., 118380.06230529596 rows/sec., 8.02 MiB/sec. | ||
| 6065 | 2025.02.11 21:34:31.162255 [ 257 ] {e32ebbc6-37e3-4eb9-9655-0671114aef3e} <Debug> TCPHandler: Processed in 0.002267576 sec. | ||
| 6066 | 2025.02.11 21:34:31.162407 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2025.02.11 21:34:31.162550 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6068 | 2025.02.11 21:34:31.162607 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6069 | 2025.02.11 21:34:31.163473 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.02.11 21:34:31.163511 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6071 | 2025.02.11 21:34:31.163912 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6072 | 2025.02.11 21:34:31.164156 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.02.11 21:34:31.164336 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.00182 sec., 308791.2087912088 rows/sec., 22.95 MiB/sec. | ||
| 6074 | 2025.02.11 21:34:31.164389 [ 255 ] {02515fcd-1055-4518-a59b-0cac20a7aae0} <Debug> TCPHandler: Processed in 0.00205287 sec. | ||
| 6075 | 2025.02.11 21:34:31.164533 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.02.11 21:34:31.164653 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6077 | 2025.02.11 21:34:31.164708 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6078 | 2025.02.11 21:34:31.165472 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.02.11 21:34:31.165512 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6080 | 2025.02.11 21:34:31.165968 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6081 | 2025.02.11 21:34:31.166211 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.02.11 21:34:31.166427 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001797 sec., 560378.408458542 rows/sec., 37.67 MiB/sec. | ||
| 6083 | 2025.02.11 21:34:31.166479 [ 257 ] {2cd47238-f58c-44e5-ba21-68e0afcdac3e} <Debug> TCPHandler: Processed in 0.00200363 sec. | ||
| 6084 | 2025.02.11 21:34:31.166628 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6085 | 2025.02.11 21:34:31.166769 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6086 | 2025.02.11 21:34:31.166863 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6087 | 2025.02.11 21:34:31.168057 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2025.02.11 21:34:31.168094 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6089 | 2025.02.11 21:34:31.168771 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6090 | 2025.02.11 21:34:31.169030 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2025.02.11 21:34:31.169166 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6092 | 2025.02.11 21:34:31.169211 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2025.02.11 21:34:31.169233 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6094 | 2025.02.11 21:34:31.169244 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002509 sec., 15942.606616181745 rows/sec., 28.57 MiB/sec. | ||
| 6095 | 2025.02.11 21:34:31.169698 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 6096 | 2025.02.11 21:34:31.170131 [ 255 ] {df0d18d1-ef87-4142-a0d5-10acbf0ae8cc} <Debug> TCPHandler: Processed in 0.003569788 sec. | ||
| 6097 | 2025.02.11 21:34:31.170541 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2025.02.11 21:34:31.170570 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6099 | 2025.02.11 21:34:31.170666 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 532 rows starting from the beginning of the part | ||
| 6100 | 2025.02.11 21:34:31.170929 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6101 | 2025.02.11 21:34:31.171094 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6102 | 2025.02.11 21:34:31.171433 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 6103 | 2025.02.11 21:34:31.172240 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 6104 | 2025.02.11 21:34:31.173068 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 6105 | 2025.02.11 21:34:31.173341 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2025.02.11 21:34:31.173446 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6107 | 2025.02.11 21:34:31.173845 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 6108 | 2025.02.11 21:34:31.174530 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 6109 | 2025.02.11 21:34:31.174838 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6110 | 2025.02.11 21:34:31.175564 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6111 | 2025.02.11 21:34:31.175974 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005181 sec., 11580.775911986104 rows/sec., 799.19 KiB/sec. | ||
| 6112 | 2025.02.11 21:34:31.176178 [ 257 ] {70e34411-e9c7-46e8-bb91-2d6011a11bb3} <Debug> TCPHandler: Processed in 0.005924277 sec. | ||
| 6113 | 2025.02.11 21:34:31.182671 [ 191 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 19 columns (19 merged, 0 gathered) in 0.01336963 sec., 54750.954214888516 rows/sec., 98.11 MiB/sec. | ||
| 6114 | 2025.02.11 21:34:31.183653 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6115 | 2025.02.11 21:34:31.184174 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6116 | 2025.02.11 21:34:31.184262 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6117 | 2025.02.11 21:34:31.184434 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
| 6118 | 2025.02.11 21:34:32.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.70 MiB, peak 204.37 MiB, free memory in arenas 0.00 B, will set to 197.91 MiB (RSS), difference: 1.21 MiB | ||
| 6119 | 2025.02.11 21:34:32.543695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6120 | 2025.02.11 21:34:32.544368 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2025.02.11 21:34:32.544410 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6122 | 2025.02.11 21:34:32.544951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6123 | 2025.02.11 21:34:32.545214 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6124 | 2025.02.11 21:34:32.545386 [ 68 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6125 | 2025.02.11 21:34:32.545408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6126 | 2025.02.11 21:34:32.545440 [ 68 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.02.11 21:34:32.545465 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6128 | 2025.02.11 21:34:32.545628 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6129 | 2025.02.11 21:34:32.545811 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6130 | 2025.02.11 21:34:32.545861 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6131 | 2025.02.11 21:34:32.545957 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6132 | 2025.02.11 21:34:32.546188 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6133 | 2025.02.11 21:34:32.546386 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6134 | 2025.02.11 21:34:32.546499 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6135 | 2025.02.11 21:34:32.546590 [ 197 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6136 | 2025.02.11 21:34:32.548716 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003165558 sec., 4489887.722796423 rows/sec., 64.23 MiB/sec. | ||
| 6137 | 2025.02.11 21:34:32.549155 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6138 | 2025.02.11 21:34:32.549497 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_31_6} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.02.11 21:34:32.549597 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_31_6} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6140 | 2025.02.11 21:34:32.549716 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6141 | 2025.02.11 21:34:33.547469 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6142 | 2025.02.11 21:34:33.569161 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2025.02.11 21:34:33.569225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6144 | 2025.02.11 21:34:33.576819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6145 | 2025.02.11 21:34:33.577606 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2025.02.11 21:34:33.578007 [ 95 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6147 | 2025.02.11 21:34:33.578205 [ 95 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2025.02.11 21:34:33.578312 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6149 | 2025.02.11 21:34:33.579262 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6150 | 2025.02.11 21:34:33.593255 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6151 | 2025.02.11 21:34:33.595040 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6152 | 2025.02.11 21:34:33.596528 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6153 | 2025.02.11 21:34:33.602148 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6154 | 2025.02.11 21:34:33.607610 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6155 | 2025.02.11 21:34:33.613121 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6156 | 2025.02.11 21:34:33.619655 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6157 | 2025.02.11 21:34:33.624135 [ 197 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 6158 | 2025.02.11 21:34:33.683207 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104692947 sec., 2235.1075856141483 rows/sec., 11.56 MiB/sec. | ||
| 6159 | 2025.02.11 21:34:33.686089 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6160 | 2025.02.11 21:34:33.689058 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_31_6} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2025.02.11 21:34:33.689156 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_31_6} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6162 | 2025.02.11 21:34:33.691584 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6163 | 2025.02.11 21:34:34.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.99 MiB, peak 209.54 MiB, free memory in arenas 0.00 B, will set to 200.40 MiB (RSS), difference: 1.42 MiB | ||
| 6164 | 2025.02.11 21:34:36.565041 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6165 | 2025.02.11 21:34:36.565268 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6166 | 2025.02.11 21:34:36.565353 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6167 | 2025.02.11 21:34:36.566262 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.02.11 21:34:36.566316 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6169 | 2025.02.11 21:34:36.566768 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6170 | 2025.02.11 21:34:36.567044 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2025.02.11 21:34:36.567326 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002107 sec., 100616.99098243949 rows/sec., 6.40 MiB/sec. | ||
| 6172 | 2025.02.11 21:34:36.567504 [ 255 ] {295b82bc-9988-458d-9737-993932bdc0d9} <Debug> TCPHandler: Processed in 0.002601275 sec. | ||
| 6173 | 2025.02.11 21:34:36.567849 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6174 | 2025.02.11 21:34:36.568151 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6175 | 2025.02.11 21:34:36.568224 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6176 | 2025.02.11 21:34:36.569224 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.02.11 21:34:36.569264 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6178 | 2025.02.11 21:34:36.569740 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6179 | 2025.02.11 21:34:36.569994 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.02.11 21:34:36.570189 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002121 sec., 290900.5186232909 rows/sec., 22.74 MiB/sec. | ||
| 6181 | 2025.02.11 21:34:36.570248 [ 257 ] {9c99136f-24a2-439a-a401-80e020ce4273} <Debug> TCPHandler: Processed in 0.002597124 sec. | ||
| 6182 | 2025.02.11 21:34:36.570408 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.02.11 21:34:36.570554 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.02.11 21:34:36.570617 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6185 | 2025.02.11 21:34:36.571323 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6186 | 2025.02.11 21:34:36.571364 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6187 | 2025.02.11 21:34:36.571744 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6188 | 2025.02.11 21:34:36.571995 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2025.02.11 21:34:36.572227 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001708 sec., 62060.889929742385 rows/sec., 3.65 MiB/sec. | ||
| 6190 | 2025.02.11 21:34:36.572287 [ 255 ] {550655a9-a816-4097-b2e0-393779a162ac} <Debug> TCPHandler: Processed in 0.001945988 sec. | ||
| 6191 | 2025.02.11 21:34:36.572490 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6192 | 2025.02.11 21:34:36.572716 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6193 | 2025.02.11 21:34:36.572807 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6194 | 2025.02.11 21:34:36.573591 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6195 | 2025.02.11 21:34:36.573630 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6196 | 2025.02.11 21:34:36.573988 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6197 | 2025.02.11 21:34:36.574229 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.02.11 21:34:36.574355 [ 153 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6199 | 2025.02.11 21:34:36.574407 [ 153 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6200 | 2025.02.11 21:34:36.574428 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001752 sec., 64497.716894977166 rows/sec., 4.18 MiB/sec. | ||
| 6201 | 2025.02.11 21:34:36.574442 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6202 | 2025.02.11 21:34:36.574541 [ 257 ] {ba65e952-55e1-4fd8-a070-3f9264b2bd79} <Debug> TCPHandler: Processed in 0.002161784 sec. | ||
| 6203 | 2025.02.11 21:34:36.574608 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 6204 | 2025.02.11 21:34:36.574739 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2025.02.11 21:34:36.574783 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6206 | 2025.02.11 21:34:36.574829 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part | ||
| 6207 | 2025.02.11 21:34:36.575016 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.02.11 21:34:36.575103 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 6209 | 2025.02.11 21:34:36.575203 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6210 | 2025.02.11 21:34:36.575376 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 6211 | 2025.02.11 21:34:36.575819 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 6212 | 2025.02.11 21:34:36.576107 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 6213 | 2025.02.11 21:34:36.576530 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 6214 | 2025.02.11 21:34:36.578082 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.02.11 21:34:36.578161 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6216 | 2025.02.11 21:34:36.579315 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6217 | 2025.02.11 21:34:36.579701 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005161848 sec., 197991.10706088206 rows/sec., 13.83 MiB/sec. | ||
| 6218 | 2025.02.11 21:34:36.579832 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2025.02.11 21:34:36.580065 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6220 | 2025.02.11 21:34:36.580189 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005278 sec., 21220.159151193635 rows/sec., 1.21 MiB/sec. | ||
| 6221 | 2025.02.11 21:34:36.580305 [ 255 ] {f18147f6-3290-4a32-9760-9dcde9be8e0b} <Debug> TCPHandler: Processed in 0.00566566 sec. | ||
| 6222 | 2025.02.11 21:34:36.580491 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2025.02.11 21:34:36.580668 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.02.11 21:34:36.580703 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6225 | 2025.02.11 21:34:36.580808 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6226 | 2025.02.11 21:34:36.580863 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_26_5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6227 | 2025.02.11 21:34:36.581061 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 6228 | 2025.02.11 21:34:36.581701 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.02.11 21:34:36.581745 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6230 | 2025.02.11 21:34:36.582133 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6231 | 2025.02.11 21:34:36.582375 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.02.11 21:34:36.582598 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001941 sec., 196805.7702215353 rows/sec., 13.88 MiB/sec. | ||
| 6233 | 2025.02.11 21:34:36.582691 [ 257 ] {ea6f6c13-fc2d-47a5-ad02-97c217f18840} <Debug> TCPHandler: Processed in 0.002280817 sec. | ||
| 6234 | 2025.02.11 21:34:36.582944 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2025.02.11 21:34:36.583089 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6236 | 2025.02.11 21:34:36.583150 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6237 | 2025.02.11 21:34:36.583735 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.02.11 21:34:36.583783 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6239 | 2025.02.11 21:34:36.584201 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6240 | 2025.02.11 21:34:36.584443 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.02.11 21:34:36.584673 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 6242 | 2025.02.11 21:34:36.584780 [ 255 ] {f8b481dc-6e02-493d-85da-45528726715e} <Debug> TCPHandler: Processed in 0.001964439 sec. | ||
| 6243 | 2025.02.11 21:34:36.584920 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6244 | 2025.02.11 21:34:36.585036 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6245 | 2025.02.11 21:34:36.585089 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6246 | 2025.02.11 21:34:36.585787 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.02.11 21:34:36.585835 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6248 | 2025.02.11 21:34:36.586281 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6249 | 2025.02.11 21:34:36.586521 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.02.11 21:34:36.586744 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001726 sec., 137311.7033603708 rows/sec., 9.20 MiB/sec. | ||
| 6251 | 2025.02.11 21:34:36.586936 [ 257 ] {a42067cf-f4da-4999-88ae-5d08ccd9caa9} <Debug> TCPHandler: Processed in 0.002069881 sec. | ||
| 6252 | 2025.02.11 21:34:36.587167 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.02.11 21:34:36.587331 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6254 | 2025.02.11 21:34:36.587393 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6255 | 2025.02.11 21:34:36.587957 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.02.11 21:34:36.588034 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6257 | 2025.02.11 21:34:36.588415 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6258 | 2025.02.11 21:34:36.588661 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2025.02.11 21:34:36.588878 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec. | ||
| 6260 | 2025.02.11 21:34:36.588929 [ 255 ] {083d0b53-88eb-4fd3-b486-c729beaae922} <Debug> TCPHandler: Processed in 0.001897827 sec. | ||
| 6261 | 2025.02.11 21:34:36.589065 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.02.11 21:34:36.589199 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6263 | 2025.02.11 21:34:36.589259 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6264 | 2025.02.11 21:34:36.589862 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.02.11 21:34:36.589907 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6266 | 2025.02.11 21:34:36.590301 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6267 | 2025.02.11 21:34:36.590542 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.02.11 21:34:36.590720 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
| 6269 | 2025.02.11 21:34:36.590768 [ 257 ] {39610971-da2c-435b-9aa9-cc003512b170} <Debug> TCPHandler: Processed in 0.001760844 sec. | ||
| 6270 | 2025.02.11 21:34:39.930355 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6271 | 2025.02.11 21:34:39.930436 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6272 | 2025.02.11 21:34:40.045542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6273 | 2025.02.11 21:34:40.046193 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.02.11 21:34:40.046238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6275 | 2025.02.11 21:34:40.046774 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6276 | 2025.02.11 21:34:40.047031 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.02.11 21:34:40.047252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6278 | 2025.02.11 21:34:40.127779 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 870 | ||
| 6279 | 2025.02.11 21:34:40.130980 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.02.11 21:34:40.131037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6281 | 2025.02.11 21:34:40.132519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6282 | 2025.02.11 21:34:40.132843 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.02.11 21:34:40.133735 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 6284 | 2025.02.11 21:34:41.001476 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001065076 sec. | ||
| 6285 | 2025.02.11 21:34:41.093352 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6286 | 2025.02.11 21:34:41.112576 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6287 | 2025.02.11 21:34:41.112642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6288 | 2025.02.11 21:34:41.119514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6289 | 2025.02.11 21:34:41.120311 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6290 | 2025.02.11 21:34:41.123499 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6291 | 2025.02.11 21:34:41.560852 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6292 | 2025.02.11 21:34:41.561128 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6293 | 2025.02.11 21:34:41.561236 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6294 | 2025.02.11 21:34:41.562053 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.02.11 21:34:41.562104 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6296 | 2025.02.11 21:34:41.562559 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6297 | 2025.02.11 21:34:41.562822 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6298 | 2025.02.11 21:34:41.563054 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002004 sec., 67864.27145708582 rows/sec., 5.86 MiB/sec. | ||
| 6299 | 2025.02.11 21:34:41.563110 [ 255 ] {1dd14da3-3bd9-42a1-837e-29451dd83108} <Debug> TCPHandler: Processed in 0.00243247 sec. | ||
| 6300 | 2025.02.11 21:34:41.563397 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6301 | 2025.02.11 21:34:41.563710 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6302 | 2025.02.11 21:34:41.563829 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6303 | 2025.02.11 21:34:41.564790 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6304 | 2025.02.11 21:34:41.564842 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6305 | 2025.02.11 21:34:41.565285 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6306 | 2025.02.11 21:34:41.565534 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6307 | 2025.02.11 21:34:41.565771 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002149 sec., 18613.308515588647 rows/sec., 1.37 MiB/sec. | ||
| 6308 | 2025.02.11 21:34:41.565829 [ 257 ] {93bfef69-6455-44ec-b1f3-fa641a5fad10} <Debug> TCPHandler: Processed in 0.002611815 sec. | ||
| 6309 | 2025.02.11 21:34:41.565982 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6310 | 2025.02.11 21:34:41.566122 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6311 | 2025.02.11 21:34:41.566180 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6312 | 2025.02.11 21:34:41.566813 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6313 | 2025.02.11 21:34:41.566854 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6314 | 2025.02.11 21:34:41.567230 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6315 | 2025.02.11 21:34:41.567484 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2025.02.11 21:34:41.567691 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001601 sec., 64959.40037476577 rows/sec., 5.07 MiB/sec. | ||
| 6317 | 2025.02.11 21:34:41.567744 [ 255 ] {c5da43df-cc12-4e93-acf3-f14ccc864fea} <Debug> TCPHandler: Processed in 0.001829595 sec. | ||
| 6318 | 2025.02.11 21:34:41.567898 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6319 | 2025.02.11 21:34:41.568039 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6320 | 2025.02.11 21:34:41.568102 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6321 | 2025.02.11 21:34:41.568712 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.02.11 21:34:41.568752 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6323 | 2025.02.11 21:34:41.569151 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6324 | 2025.02.11 21:34:41.569399 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.02.11 21:34:41.569626 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 6326 | 2025.02.11 21:34:41.569723 [ 257 ] {896bf545-1095-4f6e-8962-79ddba1b8383} <Debug> TCPHandler: Processed in 0.001892547 sec. | ||
| 6327 | 2025.02.11 21:34:41.569930 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.02.11 21:34:41.570152 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6329 | 2025.02.11 21:34:41.570248 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6330 | 2025.02.11 21:34:41.571437 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.02.11 21:34:41.571476 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6332 | 2025.02.11 21:34:41.572163 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6333 | 2025.02.11 21:34:41.572434 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.02.11 21:34:41.572725 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002614 sec., 15302.218821729151 rows/sec., 27.42 MiB/sec. | ||
| 6335 | 2025.02.11 21:34:41.573133 [ 255 ] {e585ccfc-cba4-4952-a36a-d6dc6c9b5e2a} <Debug> TCPHandler: Processed in 0.003329732 sec. | ||
| 6336 | 2025.02.11 21:34:41.573291 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2025.02.11 21:34:41.573431 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6338 | 2025.02.11 21:34:41.573493 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6339 | 2025.02.11 21:34:41.574076 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.02.11 21:34:41.574123 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6341 | 2025.02.11 21:34:41.574526 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6342 | 2025.02.11 21:34:41.574766 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.02.11 21:34:41.574979 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 6344 | 2025.02.11 21:34:41.575029 [ 257 ] {5a251ba9-66e5-46ee-b047-625de21373cf} <Debug> TCPHandler: Processed in 0.001806294 sec. | ||
| 6345 | 2025.02.11 21:34:42.470978 [ 146 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6346 | 2025.02.11 21:34:42.471043 [ 146 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6347 | 2025.02.11 21:34:42.471066 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6348 | 2025.02.11 21:34:42.471233 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 6349 | 2025.02.11 21:34:42.471394 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6350 | 2025.02.11 21:34:42.471433 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 6351 | 2025.02.11 21:34:42.471530 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 6352 | 2025.02.11 21:34:42.471711 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 6353 | 2025.02.11 21:34:42.472015 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 6354 | 2025.02.11 21:34:42.472200 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6355 | 2025.02.11 21:34:42.473350 [ 193 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002203684 sec., 17243.851659312317 rows/sec., 1.44 MiB/sec. | ||
| 6356 | 2025.02.11 21:34:42.473560 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6357 | 2025.02.11 21:34:42.473918 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6358 | 2025.02.11 21:34:42.474008 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_9_2} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6359 | 2025.02.11 21:34:42.474114 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6360 | 2025.02.11 21:34:46.565219 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2025.02.11 21:34:46.565455 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6362 | 2025.02.11 21:34:46.565536 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6363 | 2025.02.11 21:34:46.566427 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6364 | 2025.02.11 21:34:46.566488 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6365 | 2025.02.11 21:34:46.566926 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6366 | 2025.02.11 21:34:46.567174 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6367 | 2025.02.11 21:34:46.567412 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec. | ||
| 6368 | 2025.02.11 21:34:46.567472 [ 255 ] {d94a5b25-d423-4c16-9f05-2cdc14952d9c} <Debug> TCPHandler: Processed in 0.002390029 sec. | ||
| 6369 | 2025.02.11 21:34:46.567720 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.02.11 21:34:46.567918 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6371 | 2025.02.11 21:34:46.567992 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6372 | 2025.02.11 21:34:46.568980 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.02.11 21:34:46.569031 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6374 | 2025.02.11 21:34:46.569514 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6375 | 2025.02.11 21:34:46.569767 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.02.11 21:34:46.570044 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002177 sec., 283417.5470831419 rows/sec., 22.16 MiB/sec. | ||
| 6377 | 2025.02.11 21:34:46.570137 [ 257 ] {53dd3248-96a6-421b-b9ca-f60f0cedb81d} <Debug> TCPHandler: Processed in 0.002557513 sec. | ||
| 6378 | 2025.02.11 21:34:46.570363 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2025.02.11 21:34:46.570697 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6380 | 2025.02.11 21:34:46.570788 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6381 | 2025.02.11 21:34:46.571715 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.02.11 21:34:46.571757 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6383 | 2025.02.11 21:34:46.572135 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6384 | 2025.02.11 21:34:46.572366 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.02.11 21:34:46.572563 [ 142 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6386 | 2025.02.11 21:34:46.572650 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00205 sec., 51707.31707317073 rows/sec., 3.04 MiB/sec. | ||
| 6387 | 2025.02.11 21:34:46.572685 [ 142 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.02.11 21:34:46.572779 [ 255 ] {0967f28c-99c6-40fe-b8ea-e1a33d098b05} <Debug> TCPHandler: Processed in 0.002538353 sec. | ||
| 6389 | 2025.02.11 21:34:46.572786 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6390 | 2025.02.11 21:34:46.573112 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.02.11 21:34:46.573133 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 6392 | 2025.02.11 21:34:46.573731 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6393 | 2025.02.11 21:34:46.573831 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6394 | 2025.02.11 21:34:46.573843 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part | ||
| 6395 | 2025.02.11 21:34:46.573938 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6396 | 2025.02.11 21:34:46.574117 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part | ||
| 6397 | 2025.02.11 21:34:46.574531 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 6398 | 2025.02.11 21:34:46.574901 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 106 rows starting from the beginning of the part | ||
| 6399 | 2025.02.11 21:34:46.575234 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 6400 | 2025.02.11 21:34:46.575642 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 106 rows starting from the beginning of the part | ||
| 6401 | 2025.02.11 21:34:46.576731 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.02.11 21:34:46.576796 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6403 | 2025.02.11 21:34:46.578498 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6404 | 2025.02.11 21:34:46.579111 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.02.11 21:34:46.579186 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.006212073 sec., 90790.94852877613 rows/sec., 6.00 MiB/sec. | ||
| 6406 | 2025.02.11 21:34:46.579499 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006007 sec., 18811.386715498586 rows/sec., 1.22 MiB/sec. | ||
| 6407 | 2025.02.11 21:34:46.579564 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6408 | 2025.02.11 21:34:46.579641 [ 257 ] {4350f0ab-7cf5-4efb-94c7-1f8db60f9594} <Debug> TCPHandler: Processed in 0.006744687 sec. | ||
| 6409 | 2025.02.11 21:34:46.579818 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6410 | 2025.02.11 21:34:46.579999 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6411 | 2025.02.11 21:34:46.580081 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6412 | 2025.02.11 21:34:46.580095 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2025.02.11 21:34:46.580322 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_41_8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6414 | 2025.02.11 21:34:46.580529 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6415 | 2025.02.11 21:34:46.581025 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.02.11 21:34:46.581071 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6417 | 2025.02.11 21:34:46.581454 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6418 | 2025.02.11 21:34:46.581701 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.02.11 21:34:46.581915 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001957 sec., 57230.454777721 rows/sec., 3.26 MiB/sec. | ||
| 6420 | 2025.02.11 21:34:46.581970 [ 255 ] {13dfff34-551b-4442-859f-eeb80930bcd5} <Debug> TCPHandler: Processed in 0.002225605 sec. | ||
| 6421 | 2025.02.11 21:34:46.582127 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6422 | 2025.02.11 21:34:46.582265 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6423 | 2025.02.11 21:34:46.582321 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6424 | 2025.02.11 21:34:46.583067 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.02.11 21:34:46.583107 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6426 | 2025.02.11 21:34:46.583492 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6427 | 2025.02.11 21:34:46.583728 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.02.11 21:34:46.583945 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001711 sec., 223261.2507305669 rows/sec., 15.74 MiB/sec. | ||
| 6429 | 2025.02.11 21:34:46.583998 [ 257 ] {679b1575-d757-4271-83ac-b9ca2dc94fbe} <Debug> TCPHandler: Processed in 0.001937998 sec. | ||
| 6430 | 2025.02.11 21:34:46.584144 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2025.02.11 21:34:46.584268 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6432 | 2025.02.11 21:34:46.584321 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6433 | 2025.02.11 21:34:46.584826 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.02.11 21:34:46.584866 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6435 | 2025.02.11 21:34:46.585238 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6436 | 2025.02.11 21:34:46.585481 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.02.11 21:34:46.585742 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 6438 | 2025.02.11 21:34:46.585937 [ 255 ] {4f14da79-0e3f-43ae-b7e7-746e9476ef01} <Debug> TCPHandler: Processed in 0.001847485 sec. | ||
| 6439 | 2025.02.11 21:34:46.586101 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2025.02.11 21:34:46.586241 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6441 | 2025.02.11 21:34:46.586302 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6442 | 2025.02.11 21:34:46.586920 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2025.02.11 21:34:46.586960 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6444 | 2025.02.11 21:34:46.587359 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6445 | 2025.02.11 21:34:46.587594 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.02.11 21:34:46.587858 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec. | ||
| 6447 | 2025.02.11 21:34:46.587931 [ 257 ] {aae466ab-932f-4b3a-961a-e40facf95dd6} <Debug> TCPHandler: Processed in 0.001897417 sec. | ||
| 6448 | 2025.02.11 21:34:46.588159 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.02.11 21:34:46.588471 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6450 | 2025.02.11 21:34:46.588533 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6451 | 2025.02.11 21:34:46.589017 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.02.11 21:34:46.589057 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6453 | 2025.02.11 21:34:46.589488 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6454 | 2025.02.11 21:34:46.589729 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.02.11 21:34:46.589952 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 6456 | 2025.02.11 21:34:46.590007 [ 255 ] {ef988248-4aa1-4f1d-9d6d-c91a13cce7cc} <Debug> TCPHandler: Processed in 0.001993509 sec. | ||
| 6457 | 2025.02.11 21:34:46.590207 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.02.11 21:34:46.590427 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6459 | 2025.02.11 21:34:46.590521 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6460 | 2025.02.11 21:34:46.591007 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.02.11 21:34:46.591045 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6462 | 2025.02.11 21:34:46.591408 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6463 | 2025.02.11 21:34:46.591639 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.02.11 21:34:46.591881 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 6465 | 2025.02.11 21:34:46.591955 [ 257 ] {e4e1b522-f789-480f-a320-0f1f724908f3} <Debug> TCPHandler: Processed in 0.001858486 sec. | ||
| 6466 | 2025.02.11 21:34:47.547401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6467 | 2025.02.11 21:34:47.548047 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.02.11 21:34:47.548096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6469 | 2025.02.11 21:34:47.548611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6470 | 2025.02.11 21:34:47.548859 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.02.11 21:34:47.549040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6472 | 2025.02.11 21:34:48.623599 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6473 | 2025.02.11 21:34:48.651819 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.02.11 21:34:48.651911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6475 | 2025.02.11 21:34:48.660248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6476 | 2025.02.11 21:34:48.661180 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.02.11 21:34:48.668184 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6478 | 2025.02.11 21:34:50.134021 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 902 | ||
| 6479 | 2025.02.11 21:34:50.137296 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6480 | 2025.02.11 21:34:50.137359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6481 | 2025.02.11 21:34:50.138877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6482 | 2025.02.11 21:34:50.139196 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2025.02.11 21:34:50.140356 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6484 | 2025.02.11 21:34:51.560724 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.02.11 21:34:51.560954 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6486 | 2025.02.11 21:34:51.561037 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6487 | 2025.02.11 21:34:51.561949 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.02.11 21:34:51.561996 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6489 | 2025.02.11 21:34:51.562443 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6490 | 2025.02.11 21:34:51.562702 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.02.11 21:34:51.562904 [ 136 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6492 | 2025.02.11 21:34:51.562972 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002073 sec., 65605.40279787747 rows/sec., 5.67 MiB/sec. | ||
| 6493 | 2025.02.11 21:34:51.562986 [ 136 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.02.11 21:34:51.563066 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6495 | 2025.02.11 21:34:51.563100 [ 255 ] {6ed37097-1eb5-48f3-92fe-09da6d709db9} <Debug> TCPHandler: Processed in 0.002517623 sec. | ||
| 6496 | 2025.02.11 21:34:51.563305 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 6497 | 2025.02.11 21:34:51.563412 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.02.11 21:34:51.563476 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6499 | 2025.02.11 21:34:51.563522 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1847 rows starting from the beginning of the part | ||
| 6500 | 2025.02.11 21:34:51.563779 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1277 rows starting from the beginning of the part | ||
| 6501 | 2025.02.11 21:34:51.563799 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6502 | 2025.02.11 21:34:51.563963 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 617 rows starting from the beginning of the part | ||
| 6503 | 2025.02.11 21:34:51.564004 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6504 | 2025.02.11 21:34:51.564289 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part | ||
| 6505 | 2025.02.11 21:34:51.564712 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 617 rows starting from the beginning of the part | ||
| 6506 | 2025.02.11 21:34:51.565004 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part | ||
| 6507 | 2025.02.11 21:34:51.566855 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2025.02.11 21:34:51.566945 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6509 | 2025.02.11 21:34:51.568034 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6510 | 2025.02.11 21:34:51.568335 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2025.02.11 21:34:51.568607 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004991 sec., 8014.425966740133 rows/sec., 602.65 KiB/sec. | ||
| 6512 | 2025.02.11 21:34:51.568774 [ 257 ] {099bf198-aff9-424b-85d4-5adccb2a8bd0} <Debug> TCPHandler: Processed in 0.005549897 sec. | ||
| 6513 | 2025.02.11 21:34:51.569041 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2025.02.11 21:34:51.569248 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4630 rows, containing 5 columns (5 merged, 0 gathered) in 0.00608556 sec., 760817.4103944419 rows/sec., 64.82 MiB/sec. | ||
| 6515 | 2025.02.11 21:34:51.569283 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6516 | 2025.02.11 21:34:51.569354 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6517 | 2025.02.11 21:34:51.569592 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6518 | 2025.02.11 21:34:51.570269 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6519 | 2025.02.11 21:34:51.570478 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_46_9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6520 | 2025.02.11 21:34:51.570669 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 6521 | 2025.02.11 21:34:51.570739 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2025.02.11 21:34:51.570787 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6523 | 2025.02.11 21:34:51.571166 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6524 | 2025.02.11 21:34:51.571408 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2025.02.11 21:34:51.571586 [ 136 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6526 | 2025.02.11 21:34:51.571639 [ 136 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.02.11 21:34:51.571656 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002406 sec., 43225.27015793848 rows/sec., 3.38 MiB/sec. | ||
| 6528 | 2025.02.11 21:34:51.571674 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6529 | 2025.02.11 21:34:51.571830 [ 255 ] {525f82c9-f155-4117-a3ad-0f6d9fcd580d} <Debug> TCPHandler: Processed in 0.002944653 sec. | ||
| 6530 | 2025.02.11 21:34:51.571911 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 6531 | 2025.02.11 21:34:51.572049 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6532 | 2025.02.11 21:34:51.572078 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6533 | 2025.02.11 21:34:51.572128 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6534 | 2025.02.11 21:34:51.572378 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6535 | 2025.02.11 21:34:51.572401 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 562 rows starting from the beginning of the part | ||
| 6536 | 2025.02.11 21:34:51.572565 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6537 | 2025.02.11 21:34:51.572759 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 382 rows starting from the beginning of the part | ||
| 6538 | 2025.02.11 21:34:51.573146 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part | ||
| 6539 | 2025.02.11 21:34:51.573534 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part | ||
| 6540 | 2025.02.11 21:34:51.573859 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part | ||
| 6541 | 2025.02.11 21:34:51.574992 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2025.02.11 21:34:51.575054 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6543 | 2025.02.11 21:34:51.576098 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6544 | 2025.02.11 21:34:51.576507 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.02.11 21:34:51.576712 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6546 | 2025.02.11 21:34:51.576823 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6547 | 2025.02.11 21:34:51.576922 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6548 | 2025.02.11 21:34:51.577208 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004963 sec., 32238.565383840418 rows/sec., 2.25 MiB/sec. | ||
| 6549 | 2025.02.11 21:34:51.577811 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.005983408 sec., 409131.38465570123 rows/sec., 31.36 MiB/sec. | ||
| 6550 | 2025.02.11 21:34:51.577842 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 6551 | 2025.02.11 21:34:51.577869 [ 257 ] {9652e843-187f-4a49-bede-2b4972f9c753} <Debug> TCPHandler: Processed in 0.005906886 sec. | ||
| 6552 | 2025.02.11 21:34:51.578297 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6553 | 2025.02.11 21:34:51.578418 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6554 | 2025.02.11 21:34:51.578815 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6555 | 2025.02.11 21:34:51.578962 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6556 | 2025.02.11 21:34:51.579019 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14175 rows starting from the beginning of the part | ||
| 6557 | 2025.02.11 21:34:51.579759 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6558 | 2025.02.11 21:34:51.579798 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1007 rows starting from the beginning of the part | ||
| 6559 | 2025.02.11 21:34:51.580156 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.02.11 21:34:51.580410 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6561 | 2025.02.11 21:34:51.580666 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_46_9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6562 | 2025.02.11 21:34:51.580976 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 6563 | 2025.02.11 21:34:51.581113 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6564 | 2025.02.11 21:34:51.581499 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 6565 | 2025.02.11 21:34:51.581893 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 6566 | 2025.02.11 21:34:51.584906 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6567 | 2025.02.11 21:34:51.584990 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6568 | 2025.02.11 21:34:51.586829 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6569 | 2025.02.11 21:34:51.587448 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6570 | 2025.02.11 21:34:51.587776 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009058 sec., 4415.98586884522 rows/sec., 7.91 MiB/sec. | ||
| 6571 | 2025.02.11 21:34:51.587894 [ 255 ] {c80b7e53-6eed-4a16-ac5b-07dd34900d81} <Debug> TCPHandler: Processed in 0.009884614 sec. | ||
| 6572 | 2025.02.11 21:34:51.588050 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6573 | 2025.02.11 21:34:51.588199 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6574 | 2025.02.11 21:34:51.588259 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6575 | 2025.02.11 21:34:51.589051 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6576 | 2025.02.11 21:34:51.589092 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6577 | 2025.02.11 21:34:51.589545 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6578 | 2025.02.11 21:34:51.589873 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15976 rows, containing 5 columns (5 merged, 0 gathered) in 0.012750485 sec., 1252971.945773043 rows/sec., 84.71 MiB/sec. | ||
| 6579 | 2025.02.11 21:34:51.589931 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2025.02.11 21:34:51.590138 [ 136 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6581 | 2025.02.11 21:34:51.590200 [ 136 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.02.11 21:34:51.590214 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002037 sec., 29455.08100147275 rows/sec., 1.99 MiB/sec. | ||
| 6583 | 2025.02.11 21:34:51.590244 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6584 | 2025.02.11 21:34:51.590393 [ 257 ] {bae9992b-b0e7-4a2e-987a-b10d2a484943} <Debug> TCPHandler: Processed in 0.002411979 sec. | ||
| 6585 | 2025.02.11 21:34:51.590571 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 6586 | 2025.02.11 21:34:51.590629 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6587 | 2025.02.11 21:34:51.590753 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6588 | 2025.02.11 21:34:51.590790 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2804 rows starting from the beginning of the part | ||
| 6589 | 2025.02.11 21:34:51.590913 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6590 | 2025.02.11 21:34:51.591081 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6591 | 2025.02.11 21:34:51.591228 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.02.11 21:34:51.591462 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 6593 | 2025.02.11 21:34:51.591693 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6594 | 2025.02.11 21:34:51.591778 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 6595 | 2025.02.11 21:34:51.592021 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 6596 | 2025.02.11 21:34:51.592145 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 6597 | 2025.02.11 21:34:51.593801 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3148 rows, containing 4 columns (4 merged, 0 gathered) in 0.003415344 sec., 921722.6727380903 rows/sec., 60.40 MiB/sec. | ||
| 6598 | 2025.02.11 21:34:51.594077 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6599 | 2025.02.11 21:34:51.594400 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2025.02.11 21:34:51.594495 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_46_9} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6601 | 2025.02.11 21:34:51.594586 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6602 | 2025.02.11 21:34:52.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.17 MiB, peak 209.54 MiB, free memory in arenas 0.00 B, will set to 202.32 MiB (RSS), difference: 1.16 MiB | ||
| 6603 | 2025.02.11 21:34:54.930691 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6604 | 2025.02.11 21:34:54.930747 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6605 | 2025.02.11 21:34:55.049176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6606 | 2025.02.11 21:34:55.049848 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.02.11 21:34:55.049894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6608 | 2025.02.11 21:34:55.050423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6609 | 2025.02.11 21:34:55.050689 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.02.11 21:34:55.050974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6611 | 2025.02.11 21:34:56.168285 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6612 | 2025.02.11 21:34:56.188821 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6613 | 2025.02.11 21:34:56.188865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6614 | 2025.02.11 21:34:56.196208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6615 | 2025.02.11 21:34:56.196974 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6616 | 2025.02.11 21:34:56.199475 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6617 | 2025.02.11 21:34:56.565614 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2025.02.11 21:34:56.565824 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6619 | 2025.02.11 21:34:56.565902 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6620 | 2025.02.11 21:34:56.566731 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2025.02.11 21:34:56.566782 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6622 | 2025.02.11 21:34:56.567226 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6623 | 2025.02.11 21:34:56.567482 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2025.02.11 21:34:56.567780 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002003 sec., 105841.23814278582 rows/sec., 6.73 MiB/sec. | ||
| 6625 | 2025.02.11 21:34:56.567976 [ 255 ] {32b861e5-45d1-4aa9-8f69-5d1506f0f969} <Debug> TCPHandler: Processed in 0.002496682 sec. | ||
| 6626 | 2025.02.11 21:34:56.568296 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2025.02.11 21:34:56.568612 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6628 | 2025.02.11 21:34:56.568733 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6629 | 2025.02.11 21:34:56.569825 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2025.02.11 21:34:56.569881 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6631 | 2025.02.11 21:34:56.570374 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6632 | 2025.02.11 21:34:56.570632 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2025.02.11 21:34:56.570868 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002343 sec., 263337.6013657704 rows/sec., 20.59 MiB/sec. | ||
| 6634 | 2025.02.11 21:34:56.570936 [ 257 ] {e7264414-442b-4e3b-82fd-c83478d6033c} <Debug> TCPHandler: Processed in 0.0028338 sec. | ||
| 6635 | 2025.02.11 21:34:56.571088 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2025.02.11 21:34:56.571209 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6637 | 2025.02.11 21:34:56.571260 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6638 | 2025.02.11 21:34:56.571896 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2025.02.11 21:34:56.571936 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6640 | 2025.02.11 21:34:56.572303 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6641 | 2025.02.11 21:34:56.572554 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2025.02.11 21:34:56.572774 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00159 sec., 66666.66666666667 rows/sec., 3.92 MiB/sec. | ||
| 6643 | 2025.02.11 21:34:56.572831 [ 255 ] {c3798d2a-3a8a-4c3b-92e7-f5d5660d2863} <Debug> TCPHandler: Processed in 0.001797405 sec. | ||
| 6644 | 2025.02.11 21:34:56.573042 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2025.02.11 21:34:56.573274 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6646 | 2025.02.11 21:34:56.573367 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6647 | 2025.02.11 21:34:56.574249 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2025.02.11 21:34:56.574291 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6649 | 2025.02.11 21:34:56.574663 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6650 | 2025.02.11 21:34:56.574916 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2025.02.11 21:34:56.575156 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001933 sec., 58458.35488877392 rows/sec., 3.78 MiB/sec. | ||
| 6652 | 2025.02.11 21:34:56.575234 [ 257 ] {9ac013bc-97b5-4bc7-8cef-ba4f0ee225d5} <Debug> TCPHandler: Processed in 0.002305707 sec. | ||
| 6653 | 2025.02.11 21:34:56.575470 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2025.02.11 21:34:56.575647 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6655 | 2025.02.11 21:34:56.575705 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6656 | 2025.02.11 21:34:56.576352 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.02.11 21:34:56.576392 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6658 | 2025.02.11 21:34:56.576756 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6659 | 2025.02.11 21:34:56.577010 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.02.11 21:34:56.577222 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001606 sec., 69738.4806973848 rows/sec., 3.97 MiB/sec. | ||
| 6661 | 2025.02.11 21:34:56.577274 [ 255 ] {a8c6e322-608a-4385-af9e-36d34c9ab966} <Debug> TCPHandler: Processed in 0.001941919 sec. | ||
| 6662 | 2025.02.11 21:34:56.577468 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2025.02.11 21:34:56.577697 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6664 | 2025.02.11 21:34:56.577786 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6665 | 2025.02.11 21:34:56.578552 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6666 | 2025.02.11 21:34:56.578591 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6667 | 2025.02.11 21:34:56.578968 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6668 | 2025.02.11 21:34:56.579205 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.02.11 21:34:56.579420 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001777 sec., 214969.04895891953 rows/sec., 15.16 MiB/sec. | ||
| 6670 | 2025.02.11 21:34:56.579472 [ 257 ] {d74c73b8-e2c4-4ec1-8b18-661db3febfee} <Debug> TCPHandler: Processed in 0.002113413 sec. | ||
| 6671 | 2025.02.11 21:34:56.579633 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.02.11 21:34:56.579770 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6673 | 2025.02.11 21:34:56.579831 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6674 | 2025.02.11 21:34:56.580410 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.02.11 21:34:56.580456 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6676 | 2025.02.11 21:34:56.580895 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6677 | 2025.02.11 21:34:56.581131 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.02.11 21:34:56.581423 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001664 sec., 3605.769230769231 rows/sec., 188.39 KiB/sec. | ||
| 6679 | 2025.02.11 21:34:56.581585 [ 255 ] {8dede340-e923-4038-bc37-cf86e688f081} <Debug> TCPHandler: Processed in 0.00201786 sec. | ||
| 6680 | 2025.02.11 21:34:56.581731 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.02.11 21:34:56.581848 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6682 | 2025.02.11 21:34:56.581926 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6683 | 2025.02.11 21:34:56.582931 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.02.11 21:34:56.582970 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6685 | 2025.02.11 21:34:56.583371 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6686 | 2025.02.11 21:34:56.583611 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.02.11 21:34:56.583851 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002026 sec., 116979.26949654492 rows/sec., 7.84 MiB/sec. | ||
| 6688 | 2025.02.11 21:34:56.583939 [ 257 ] {236727d1-dea7-4d84-82df-6f173a70d60b} <Debug> TCPHandler: Processed in 0.002265796 sec. | ||
| 6689 | 2025.02.11 21:34:56.584191 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.02.11 21:34:56.584419 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6691 | 2025.02.11 21:34:56.584517 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6692 | 2025.02.11 21:34:56.585167 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.02.11 21:34:56.585204 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6694 | 2025.02.11 21:34:56.585564 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6695 | 2025.02.11 21:34:56.585803 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.02.11 21:34:56.585965 [ 128 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6697 | 2025.02.11 21:34:56.586026 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001658 sec., 603.1363088057901 rows/sec., 40.64 KiB/sec. | ||
| 6698 | 2025.02.11 21:34:56.586043 [ 128 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2025.02.11 21:34:56.586108 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6700 | 2025.02.11 21:34:56.586138 [ 255 ] {aa9caf38-dfbe-45e7-82a1-15e1460dff89} <Debug> TCPHandler: Processed in 0.002105742 sec. | ||
| 6701 | 2025.02.11 21:34:56.586409 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2025.02.11 21:34:56.586508 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 6703 | 2025.02.11 21:34:56.586727 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6704 | 2025.02.11 21:34:56.586886 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6705 | 2025.02.11 21:34:56.587030 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6706 | 2025.02.11 21:34:56.587127 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 6707 | 2025.02.11 21:34:56.587485 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6708 | 2025.02.11 21:34:56.587833 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6709 | 2025.02.11 21:34:56.588103 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6710 | 2025.02.11 21:34:56.588403 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6711 | 2025.02.11 21:34:56.588748 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6712 | 2025.02.11 21:34:56.589358 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2025.02.11 21:34:56.589410 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6714 | 2025.02.11 21:34:56.590290 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6715 | 2025.02.11 21:34:56.590858 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2025.02.11 21:34:56.591496 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004839 sec., 16945.649927671006 rows/sec., 1.08 MiB/sec. | ||
| 6717 | 2025.02.11 21:34:56.591935 [ 257 ] {d658bd07-e778-434c-86df-0222a391f5ec} <Debug> TCPHandler: Processed in 0.00568995 sec. | ||
| 6718 | 2025.02.11 21:34:56.592340 [ 191 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.006122901 sec., 3429.7467817951 rows/sec., 230.47 KiB/sec. | ||
| 6719 | 2025.02.11 21:34:56.592508 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6720 | 2025.02.11 21:34:56.592810 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2025.02.11 21:34:56.592889 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_21_4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6722 | 2025.02.11 21:34:56.592983 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6723 | 2025.02.11 21:34:57.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.57 MiB, peak 209.54 MiB, free memory in arenas 0.00 B, will set to 202.35 MiB (RSS), difference: -1.22 MiB | ||
| 6724 | 2025.02.11 21:35:00.140615 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 934 | ||
| 6725 | 2025.02.11 21:35:00.143905 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6726 | 2025.02.11 21:35:00.143949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6727 | 2025.02.11 21:35:00.145438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6728 | 2025.02.11 21:35:00.145758 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6729 | 2025.02.11 21:35:00.146278 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 934 | ||
| 6730 | 2025.02.11 21:35:01.151351 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.02.11 21:35:01.151686 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6732 | 2025.02.11 21:35:01.151822 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6733 | 2025.02.11 21:35:01.152685 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2025.02.11 21:35:01.152740 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6735 | 2025.02.11 21:35:01.153176 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6736 | 2025.02.11 21:35:01.153444 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.02.11 21:35:01.153694 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002093 sec., 6688.963210702342 rows/sec., 545.44 KiB/sec. | ||
| 6738 | 2025.02.11 21:35:01.153763 [ 255 ] {f02028aa-a306-4aac-92cc-f88150fbc69d} <Debug> TCPHandler: Processed in 0.002599934 sec. | ||
| 6739 | 2025.02.11 21:35:01.154038 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.02.11 21:35:01.154349 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6741 | 2025.02.11 21:35:01.154467 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6742 | 2025.02.11 21:35:01.156162 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.02.11 21:35:01.156215 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6744 | 2025.02.11 21:35:01.156738 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6745 | 2025.02.11 21:35:01.156994 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.02.11 21:35:01.157250 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002988 sec., 429384.20348058897 rows/sec., 35.66 MiB/sec. | ||
| 6747 | 2025.02.11 21:35:01.157308 [ 257 ] {a3e9c9a8-814e-4cbb-b589-de3df20a8ccc} <Debug> TCPHandler: Processed in 0.003423315 sec. | ||
| 6748 | 2025.02.11 21:35:01.157452 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.02.11 21:35:01.157582 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6750 | 2025.02.11 21:35:01.157636 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6751 | 2025.02.11 21:35:01.158274 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.02.11 21:35:01.158316 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6753 | 2025.02.11 21:35:01.158689 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6754 | 2025.02.11 21:35:01.158936 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.02.11 21:35:01.159150 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.001599 sec., 33771.10694183865 rows/sec., 2.43 MiB/sec. | ||
| 6756 | 2025.02.11 21:35:01.159205 [ 255 ] {4c1035a8-61a3-4def-ae61-dc182a7cdff0} <Debug> TCPHandler: Processed in 0.001813395 sec. | ||
| 6757 | 2025.02.11 21:35:01.159355 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6758 | 2025.02.11 21:35:01.159496 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6759 | 2025.02.11 21:35:01.159553 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6760 | 2025.02.11 21:35:01.160300 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2025.02.11 21:35:01.160338 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6762 | 2025.02.11 21:35:01.160698 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6763 | 2025.02.11 21:35:01.160922 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2025.02.11 21:35:01.161093 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001669 sec., 136608.7477531456 rows/sec., 9.25 MiB/sec. | ||
| 6765 | 2025.02.11 21:35:01.161142 [ 257 ] {f7b8b900-48dc-4059-9de5-17aa5dd72068} <Debug> TCPHandler: Processed in 0.001899567 sec. | ||
| 6766 | 2025.02.11 21:35:01.161286 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2025.02.11 21:35:01.161418 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6768 | 2025.02.11 21:35:01.161541 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6769 | 2025.02.11 21:35:01.162554 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.02.11 21:35:01.162595 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6771 | 2025.02.11 21:35:01.162989 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6772 | 2025.02.11 21:35:01.163234 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.02.11 21:35:01.163465 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.002015 sec., 284863.52357320103 rows/sec., 21.20 MiB/sec. | ||
| 6774 | 2025.02.11 21:35:01.163527 [ 255 ] {4db749c7-43e3-4d09-9559-ba0d7f0d1569} <Debug> TCPHandler: Processed in 0.002257806 sec. | ||
| 6775 | 2025.02.11 21:35:01.163725 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6776 | 2025.02.11 21:35:01.163946 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6777 | 2025.02.11 21:35:01.164044 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6778 | 2025.02.11 21:35:01.164886 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2025.02.11 21:35:01.164922 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6780 | 2025.02.11 21:35:01.165387 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6781 | 2025.02.11 21:35:01.165632 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2025.02.11 21:35:01.165864 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.001963 sec., 516046.8670402446 rows/sec., 34.69 MiB/sec. | ||
| 6783 | 2025.02.11 21:35:01.166016 [ 257 ] {343356e6-6019-412f-921c-0d3fcb545062} <Debug> TCPHandler: Processed in 0.002394359 sec. | ||
| 6784 | 2025.02.11 21:35:01.166260 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2025.02.11 21:35:01.166426 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6786 | 2025.02.11 21:35:01.166521 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6787 | 2025.02.11 21:35:01.167848 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2025.02.11 21:35:01.167888 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6789 | 2025.02.11 21:35:01.168585 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6790 | 2025.02.11 21:35:01.168852 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2025.02.11 21:35:01.169108 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002714 sec., 14738.393515106854 rows/sec., 26.41 MiB/sec. | ||
| 6792 | 2025.02.11 21:35:01.169220 [ 255 ] {a8eaa5a3-e20f-4873-aaae-5b6313f43fa2} <Debug> TCPHandler: Processed in 0.003093946 sec. | ||
| 6793 | 2025.02.11 21:35:01.169375 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6794 | 2025.02.11 21:35:01.169519 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6795 | 2025.02.11 21:35:01.169581 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6796 | 2025.02.11 21:35:01.170150 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2025.02.11 21:35:01.170188 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6798 | 2025.02.11 21:35:01.170569 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6799 | 2025.02.11 21:35:01.170808 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2025.02.11 21:35:01.171024 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 6801 | 2025.02.11 21:35:01.171179 [ 257 ] {5953a451-50e7-45f7-a8a7-6902636a65b1} <Debug> TCPHandler: Processed in 0.001868966 sec. | ||
| 6802 | 2025.02.11 21:35:02.551129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6803 | 2025.02.11 21:35:02.551762 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2025.02.11 21:35:02.551806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6805 | 2025.02.11 21:35:02.552345 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6806 | 2025.02.11 21:35:02.552598 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2025.02.11 21:35:02.552793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6808 | 2025.02.11 21:35:03.699567 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6809 | 2025.02.11 21:35:03.721498 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.02.11 21:35:03.721569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6811 | 2025.02.11 21:35:03.729283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6812 | 2025.02.11 21:35:03.730079 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.02.11 21:35:03.732885 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6814 | 2025.02.11 21:35:06.565240 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6815 | 2025.02.11 21:35:06.565478 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6816 | 2025.02.11 21:35:06.565561 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6817 | 2025.02.11 21:35:06.566532 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6818 | 2025.02.11 21:35:06.566580 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6819 | 2025.02.11 21:35:06.567027 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6820 | 2025.02.11 21:35:06.567287 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6821 | 2025.02.11 21:35:06.567524 [ 114 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6822 | 2025.02.11 21:35:06.567535 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002105 sec., 100712.5890736342 rows/sec., 6.41 MiB/sec. | ||
| 6823 | 2025.02.11 21:35:06.567653 [ 114 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.02.11 21:35:06.567735 [ 255 ] {c4c08c6a-e627-4bf7-8dd2-68d1be24114a} <Debug> TCPHandler: Processed in 0.002681636 sec. | ||
| 6825 | 2025.02.11 21:35:06.567744 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6826 | 2025.02.11 21:35:06.567974 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6827 | 2025.02.11 21:35:06.568056 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6828 | 2025.02.11 21:35:06.568146 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6829 | 2025.02.11 21:35:06.568211 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6830 | 2025.02.11 21:35:06.568382 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6831 | 2025.02.11 21:35:06.568485 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6832 | 2025.02.11 21:35:06.568535 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6833 | 2025.02.11 21:35:06.568919 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6834 | 2025.02.11 21:35:06.569170 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6835 | 2025.02.11 21:35:06.569561 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 6836 | 2025.02.11 21:35:06.571740 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.02.11 21:35:06.571855 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6838 | 2025.02.11 21:35:06.572123 [ 191 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004242395 sec., 249858.86509860583 rows/sec., 16.84 MiB/sec. | ||
| 6839 | 2025.02.11 21:35:06.572408 [ 200 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6840 | 2025.02.11 21:35:06.572795 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6841 | 2025.02.11 21:35:06.573118 [ 200 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_21_5} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2025.02.11 21:35:06.573310 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2025.02.11 21:35:06.573347 [ 200 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_21_5} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6844 | 2025.02.11 21:35:06.573536 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6845 | 2025.02.11 21:35:06.573738 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005495 sec., 112283.89444949955 rows/sec., 8.78 MiB/sec. | ||
| 6846 | 2025.02.11 21:35:06.573816 [ 257 ] {f3e0ca42-6ec4-403d-b714-72c2f95aff57} <Debug> TCPHandler: Processed in 0.005928936 sec. | ||
| 6847 | 2025.02.11 21:35:06.573986 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2025.02.11 21:35:06.574131 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6849 | 2025.02.11 21:35:06.574195 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6850 | 2025.02.11 21:35:06.574850 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2025.02.11 21:35:06.574892 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6852 | 2025.02.11 21:35:06.575265 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6853 | 2025.02.11 21:35:06.575512 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2025.02.11 21:35:06.575776 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001673 sec., 63359.23490735206 rows/sec., 3.73 MiB/sec. | ||
| 6855 | 2025.02.11 21:35:06.575934 [ 255 ] {9e288c2b-d424-4dbf-9656-e55f43abb8dd} <Debug> TCPHandler: Processed in 0.002017729 sec. | ||
| 6856 | 2025.02.11 21:35:06.576176 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6857 | 2025.02.11 21:35:06.576348 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6858 | 2025.02.11 21:35:06.576440 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6859 | 2025.02.11 21:35:06.577983 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6860 | 2025.02.11 21:35:06.578026 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6861 | 2025.02.11 21:35:06.578396 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6862 | 2025.02.11 21:35:06.578636 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6863 | 2025.02.11 21:35:06.578847 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002558 sec., 44175.13682564504 rows/sec., 2.86 MiB/sec. | ||
| 6864 | 2025.02.11 21:35:06.578901 [ 257 ] {ee72508c-3ef9-4e7b-a335-db650ba527e1} <Debug> TCPHandler: Processed in 0.002854061 sec. | ||
| 6865 | 2025.02.11 21:35:06.579050 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6866 | 2025.02.11 21:35:06.579171 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6867 | 2025.02.11 21:35:06.579222 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6868 | 2025.02.11 21:35:06.579964 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2025.02.11 21:35:06.580013 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6870 | 2025.02.11 21:35:06.580412 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6871 | 2025.02.11 21:35:06.580660 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2025.02.11 21:35:06.580828 [ 114 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6873 | 2025.02.11 21:35:06.580883 [ 114 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6874 | 2025.02.11 21:35:06.580921 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00176 sec., 63636.36363636363 rows/sec., 3.63 MiB/sec. | ||
| 6875 | 2025.02.11 21:35:06.580928 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6876 | 2025.02.11 21:35:06.581077 [ 255 ] {6bcc22cc-babd-473e-958f-8ee09e3d2291} <Debug> TCPHandler: Processed in 0.002075152 sec. | ||
| 6877 | 2025.02.11 21:35:06.581157 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6878 | 2025.02.11 21:35:06.581288 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6879 | 2025.02.11 21:35:06.581351 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6880 | 2025.02.11 21:35:06.581399 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6881 | 2025.02.11 21:35:06.581744 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6882 | 2025.02.11 21:35:06.581776 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6883 | 2025.02.11 21:35:06.581955 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6884 | 2025.02.11 21:35:06.582188 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6885 | 2025.02.11 21:35:06.582606 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6886 | 2025.02.11 21:35:06.582948 [ 200 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 6887 | 2025.02.11 21:35:06.584811 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2025.02.11 21:35:06.584882 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6889 | 2025.02.11 21:35:06.585586 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004523412 sec., 123800.35247728927 rows/sec., 7.52 MiB/sec. | ||
| 6890 | 2025.02.11 21:35:06.585776 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6891 | 2025.02.11 21:35:06.585895 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6892 | 2025.02.11 21:35:06.586247 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6893 | 2025.02.11 21:35:06.586706 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005135 sec., 74391.43135345668 rows/sec., 5.25 MiB/sec. | ||
| 6894 | 2025.02.11 21:35:06.586715 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_21_5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6895 | 2025.02.11 21:35:06.586880 [ 257 ] {3ddf7a1e-d99b-4df7-907e-07f845fe6e11} <Debug> TCPHandler: Processed in 0.005685511 sec. | ||
| 6896 | 2025.02.11 21:35:06.586934 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_21_5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6897 | 2025.02.11 21:35:06.587057 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6898 | 2025.02.11 21:35:06.587064 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6899 | 2025.02.11 21:35:06.587199 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6900 | 2025.02.11 21:35:06.587260 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6901 | 2025.02.11 21:35:06.587827 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2025.02.11 21:35:06.587898 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6903 | 2025.02.11 21:35:06.588485 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6904 | 2025.02.11 21:35:06.588728 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2025.02.11 21:35:06.588891 [ 114 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6906 | 2025.02.11 21:35:06.588957 [ 114 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2025.02.11 21:35:06.588985 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6908 | 2025.02.11 21:35:06.589005 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001829 sec., 3280.481137233461 rows/sec., 171.39 KiB/sec. | ||
| 6909 | 2025.02.11 21:35:06.589243 [ 255 ] {9ef4a654-bd47-4fb4-b4f7-a61aa08bd152} <Debug> TCPHandler: Processed in 0.002253055 sec. | ||
| 6910 | 2025.02.11 21:35:06.589286 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 6911 | 2025.02.11 21:35:06.589604 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6912 | 2025.02.11 21:35:06.589606 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6913 | 2025.02.11 21:35:06.589705 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 6914 | 2025.02.11 21:35:06.589952 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6915 | 2025.02.11 21:35:06.590132 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6916 | 2025.02.11 21:35:06.590315 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6917 | 2025.02.11 21:35:06.590484 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6918 | 2025.02.11 21:35:06.590687 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6919 | 2025.02.11 21:35:06.591027 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6920 | 2025.02.11 21:35:06.591418 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6921 | 2025.02.11 21:35:06.593004 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.02.11 21:35:06.593086 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6923 | 2025.02.11 21:35:06.594181 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005121076 sec., 24604.204272695817 rows/sec., 1.26 MiB/sec. | ||
| 6924 | 2025.02.11 21:35:06.594265 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6925 | 2025.02.11 21:35:06.594364 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6926 | 2025.02.11 21:35:06.594569 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6927 | 2025.02.11 21:35:06.594940 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2025.02.11 21:35:06.594955 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005012 sec., 47286.512370311255 rows/sec., 3.17 MiB/sec. | ||
| 6929 | 2025.02.11 21:35:06.595297 [ 257 ] {883f46e1-e9fc-4ae0-ae93-0b64fe9bb6f5} <Debug> TCPHandler: Processed in 0.005929276 sec. | ||
| 6930 | 2025.02.11 21:35:06.595302 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_21_4} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6931 | 2025.02.11 21:35:06.595648 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.02.11 21:35:06.595728 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6933 | 2025.02.11 21:35:06.595952 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6934 | 2025.02.11 21:35:06.596018 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6935 | 2025.02.11 21:35:06.596536 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2025.02.11 21:35:06.596576 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6937 | 2025.02.11 21:35:06.596937 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6938 | 2025.02.11 21:35:06.597175 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2025.02.11 21:35:06.597386 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec. | ||
| 6940 | 2025.02.11 21:35:06.597435 [ 255 ] {99ddc878-f728-4955-8adc-bb9a42409d86} <Debug> TCPHandler: Processed in 0.00201975 sec. | ||
| 6941 | 2025.02.11 21:35:06.597579 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6942 | 2025.02.11 21:35:06.597723 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6943 | 2025.02.11 21:35:06.597773 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6944 | 2025.02.11 21:35:06.598264 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6945 | 2025.02.11 21:35:06.598302 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6946 | 2025.02.11 21:35:06.598669 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6947 | 2025.02.11 21:35:06.598906 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6948 | 2025.02.11 21:35:06.599120 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
| 6949 | 2025.02.11 21:35:06.599193 [ 257 ] {09d95e4d-7f14-4ccb-af0a-091ff60498c6} <Debug> TCPHandler: Processed in 0.001669821 sec. | ||
| 6950 | 2025.02.11 21:35:09.930798 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6951 | 2025.02.11 21:35:09.930868 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6952 | 2025.02.11 21:35:10.052922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 6953 | 2025.02.11 21:35:10.053577 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2025.02.11 21:35:10.053623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6955 | 2025.02.11 21:35:10.054141 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6956 | 2025.02.11 21:35:10.054397 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6957 | 2025.02.11 21:35:10.054574 [ 108 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6958 | 2025.02.11 21:35:10.054584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6959 | 2025.02.11 21:35:10.054627 [ 108 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2025.02.11 21:35:10.054652 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6961 | 2025.02.11 21:35:10.054960 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6962 | 2025.02.11 21:35:10.055233 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6963 | 2025.02.11 21:35:10.055306 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6964 | 2025.02.11 21:35:10.055453 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6965 | 2025.02.11 21:35:10.055623 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6966 | 2025.02.11 21:35:10.055838 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6967 | 2025.02.11 21:35:10.055978 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6968 | 2025.02.11 21:35:10.056152 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 6969 | 2025.02.11 21:35:10.058849 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004100121 sec., 4031832.2312926864 rows/sec., 57.68 MiB/sec. | ||
| 6970 | 2025.02.11 21:35:10.059008 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6971 | 2025.02.11 21:35:10.059391 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_36_7} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6972 | 2025.02.11 21:35:10.059488 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_36_7} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6973 | 2025.02.11 21:35:10.059612 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
| 6974 | 2025.02.11 21:35:10.146495 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 970 | ||
| 6975 | 2025.02.11 21:35:10.149876 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.02.11 21:35:10.149936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6977 | 2025.02.11 21:35:10.151491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6978 | 2025.02.11 21:35:10.151816 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2025.02.11 21:35:10.152022 [ 108 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6980 | 2025.02.11 21:35:10.152123 [ 108 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6981 | 2025.02.11 21:35:10.152186 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6982 | 2025.02.11 21:35:10.152463 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 6983 | 2025.02.11 21:35:10.153004 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 6984 | 2025.02.11 21:35:10.153437 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6985 | 2025.02.11 21:35:10.153564 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 802 rows starting from the beginning of the part | ||
| 6986 | 2025.02.11 21:35:10.154123 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 6987 | 2025.02.11 21:35:10.154639 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 6988 | 2025.02.11 21:35:10.155180 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
| 6989 | 2025.02.11 21:35:10.155690 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 6990 | 2025.02.11 21:35:10.156272 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 6991 | 2025.02.11 21:35:10.164191 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 970 rows, containing 72 columns (72 merged, 0 gathered) in 0.011882284 sec., 81634.13700598302 rows/sec., 66.49 MiB/sec. | ||
| 6992 | 2025.02.11 21:35:10.166077 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6993 | 2025.02.11 21:35:10.166904 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6994 | 2025.02.11 21:35:10.167002 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_26_5} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6995 | 2025.02.11 21:35:10.167348 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6996 | 2025.02.11 21:35:11.232964 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6997 | 2025.02.11 21:35:11.255282 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.02.11 21:35:11.255348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6999 | 2025.02.11 21:35:11.263183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7000 | 2025.02.11 21:35:11.263967 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2025.02.11 21:35:11.264352 [ 93 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7002 | 2025.02.11 21:35:11.264491 [ 93 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2025.02.11 21:35:11.264569 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7004 | 2025.02.11 21:35:11.265364 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7005 | 2025.02.11 21:35:11.280056 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7006 | 2025.02.11 21:35:11.281843 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7007 | 2025.02.11 21:35:11.283470 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7008 | 2025.02.11 21:35:11.289011 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7009 | 2025.02.11 21:35:11.294475 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7010 | 2025.02.11 21:35:11.299745 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7011 | 2025.02.11 21:35:11.306470 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7012 | 2025.02.11 21:35:11.311167 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7013 | 2025.02.11 21:35:11.370793 [ 194 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106063971 sec., 2564.4900660941685 rows/sec., 13.26 MiB/sec. | ||
| 7014 | 2025.02.11 21:35:11.373994 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7015 | 2025.02.11 21:35:11.376977 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_36_7} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2025.02.11 21:35:11.377098 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_36_7} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7017 | 2025.02.11 21:35:11.379756 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7018 | 2025.02.11 21:35:11.561825 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7019 | 2025.02.11 21:35:11.562038 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7020 | 2025.02.11 21:35:11.562120 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7021 | 2025.02.11 21:35:11.562984 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7022 | 2025.02.11 21:35:11.563035 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7023 | 2025.02.11 21:35:11.563501 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7024 | 2025.02.11 21:35:11.563758 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7025 | 2025.02.11 21:35:11.564007 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.00203 sec., 66995.07389162561 rows/sec., 5.78 MiB/sec. | ||
| 7026 | 2025.02.11 21:35:11.564064 [ 255 ] {a82e6c19-8edb-479a-95a2-97e2d8695d5c} <Debug> TCPHandler: Processed in 0.002381869 sec. | ||
| 7027 | 2025.02.11 21:35:11.564315 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7028 | 2025.02.11 21:35:11.564517 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7029 | 2025.02.11 21:35:11.564599 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7030 | 2025.02.11 21:35:11.565459 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2025.02.11 21:35:11.565499 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7032 | 2025.02.11 21:35:11.565926 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7033 | 2025.02.11 21:35:11.566194 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2025.02.11 21:35:11.566338 [ 93 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7035 | 2025.02.11 21:35:11.566383 [ 93 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2025.02.11 21:35:11.566396 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001935 sec., 20671.834625322997 rows/sec., 1.52 MiB/sec. | ||
| 7037 | 2025.02.11 21:35:11.566410 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7038 | 2025.02.11 21:35:11.566499 [ 257 ] {25dd664e-233f-489c-bc1d-eaf8f99c9a19} <Debug> TCPHandler: Processed in 0.002325868 sec. | ||
| 7039 | 2025.02.11 21:35:11.566663 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 7040 | 2025.02.11 21:35:11.566690 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7041 | 2025.02.11 21:35:11.566925 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7042 | 2025.02.11 21:35:11.566942 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7043 | 2025.02.11 21:35:11.567016 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7044 | 2025.02.11 21:35:11.567022 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part | ||
| 7045 | 2025.02.11 21:35:11.567315 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 7046 | 2025.02.11 21:35:11.567627 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 106 rows starting from the beginning of the part | ||
| 7047 | 2025.02.11 21:35:11.567883 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 54 rows starting from the beginning of the part | ||
| 7048 | 2025.02.11 21:35:11.568203 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 106 rows starting from the beginning of the part | ||
| 7049 | 2025.02.11 21:35:11.568659 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 7050 | 2025.02.11 21:35:11.570373 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7051 | 2025.02.11 21:35:11.570452 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7052 | 2025.02.11 21:35:11.571483 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7053 | 2025.02.11 21:35:11.572104 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2025.02.11 21:35:11.572199 [ 197 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.005680351 sec., 89783.18417294987 rows/sec., 6.09 MiB/sec. | ||
| 7055 | 2025.02.11 21:35:11.572556 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005715 sec., 18197.72528433946 rows/sec., 1.42 MiB/sec. | ||
| 7056 | 2025.02.11 21:35:11.572605 [ 197 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7057 | 2025.02.11 21:35:11.572749 [ 255 ] {b874e869-5767-48a6-bbf9-84d5a83d8160} <Debug> TCPHandler: Processed in 0.006115821 sec. | ||
| 7058 | 2025.02.11 21:35:11.572931 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7059 | 2025.02.11 21:35:11.573059 [ 197 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2025.02.11 21:35:11.573093 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7061 | 2025.02.11 21:35:11.573158 [ 197 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_46_9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7062 | 2025.02.11 21:35:11.573174 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7063 | 2025.02.11 21:35:11.573278 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7064 | 2025.02.11 21:35:11.573827 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7065 | 2025.02.11 21:35:11.573865 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7066 | 2025.02.11 21:35:11.574265 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7067 | 2025.02.11 21:35:11.574509 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7068 | 2025.02.11 21:35:11.574738 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec. | ||
| 7069 | 2025.02.11 21:35:11.574792 [ 257 ] {5aba4dd6-c6d6-4f3a-bce6-29859e5dba85} <Debug> TCPHandler: Processed in 0.001939598 sec. | ||
| 7070 | 2025.02.11 21:35:11.574935 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7071 | 2025.02.11 21:35:11.575054 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7072 | 2025.02.11 21:35:11.575138 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7073 | 2025.02.11 21:35:11.576362 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7074 | 2025.02.11 21:35:11.576401 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7075 | 2025.02.11 21:35:11.577107 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7076 | 2025.02.11 21:35:11.577379 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7077 | 2025.02.11 21:35:11.577587 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002559 sec., 15631.105900742477 rows/sec., 28.01 MiB/sec. | ||
| 7078 | 2025.02.11 21:35:11.577679 [ 255 ] {b3ec63fb-2875-4daa-ad07-9a1e6df8e14c} <Debug> TCPHandler: Processed in 0.002801779 sec. | ||
| 7079 | 2025.02.11 21:35:11.577833 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7080 | 2025.02.11 21:35:11.577973 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7081 | 2025.02.11 21:35:11.578032 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7082 | 2025.02.11 21:35:11.578589 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7083 | 2025.02.11 21:35:11.578628 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7084 | 2025.02.11 21:35:11.579013 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7085 | 2025.02.11 21:35:11.579262 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2025.02.11 21:35:11.579498 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 7087 | 2025.02.11 21:35:11.579549 [ 257 ] {92e30531-cc48-482a-9c6e-d929af6a0dca} <Debug> TCPHandler: Processed in 0.001783314 sec. | ||
| 7088 | 2025.02.11 21:35:12.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.15 MiB, peak 216.55 MiB, free memory in arenas 0.00 B, will set to 206.56 MiB (RSS), difference: 1.41 MiB | ||
| 7089 | 2025.02.11 21:35:16.565523 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2025.02.11 21:35:16.565729 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7091 | 2025.02.11 21:35:16.565806 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7092 | 2025.02.11 21:35:16.566635 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.02.11 21:35:16.566686 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7094 | 2025.02.11 21:35:16.567142 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7095 | 2025.02.11 21:35:16.567403 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.02.11 21:35:16.567651 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001973 sec., 107450.58286872783 rows/sec., 6.83 MiB/sec. | ||
| 7097 | 2025.02.11 21:35:16.567721 [ 255 ] {005ff35a-e2d7-4d96-b885-93b1c6d27714} <Debug> TCPHandler: Processed in 0.002325407 sec. | ||
| 7098 | 2025.02.11 21:35:16.567975 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.02.11 21:35:16.568190 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7100 | 2025.02.11 21:35:16.568276 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7101 | 2025.02.11 21:35:16.569067 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7102 | 2025.02.11 21:35:16.569111 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7103 | 2025.02.11 21:35:16.569548 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7104 | 2025.02.11 21:35:16.569815 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.02.11 21:35:16.570020 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
| 7106 | 2025.02.11 21:35:16.570087 [ 257 ] {7cc33d8d-2a9a-462a-b6e1-e936236327ea} <Debug> TCPHandler: Processed in 0.002260176 sec. | ||
| 7107 | 2025.02.11 21:35:16.570243 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.02.11 21:35:16.570390 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7109 | 2025.02.11 21:35:16.570452 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7110 | 2025.02.11 21:35:16.571327 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.02.11 21:35:16.571369 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7112 | 2025.02.11 21:35:16.571781 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7113 | 2025.02.11 21:35:16.572037 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.02.11 21:35:16.572242 [ 101 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7115 | 2025.02.11 21:35:16.572308 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.001945 sec., 317737.78920308483 rows/sec., 24.84 MiB/sec. | ||
| 7116 | 2025.02.11 21:35:16.572347 [ 101 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.02.11 21:35:16.572426 [ 255 ] {a6ab2b98-eef7-4fbe-948e-21cc08b8d461} <Debug> TCPHandler: Processed in 0.002248426 sec. | ||
| 7118 | 2025.02.11 21:35:16.572433 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7119 | 2025.02.11 21:35:16.572734 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7120 | 2025.02.11 21:35:16.572757 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 7121 | 2025.02.11 21:35:16.573290 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7122 | 2025.02.11 21:35:16.573386 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7123 | 2025.02.11 21:35:16.573400 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1847 rows starting from the beginning of the part | ||
| 7124 | 2025.02.11 21:35:16.573696 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7125 | 2025.02.11 21:35:16.573835 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 617 rows starting from the beginning of the part | ||
| 7126 | 2025.02.11 21:35:16.574231 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1283 rows starting from the beginning of the part | ||
| 7127 | 2025.02.11 21:35:16.574549 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 617 rows starting from the beginning of the part | ||
| 7128 | 2025.02.11 21:35:16.574989 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part | ||
| 7129 | 2025.02.11 21:35:16.575335 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 618 rows starting from the beginning of the part | ||
| 7130 | 2025.02.11 21:35:16.576661 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7131 | 2025.02.11 21:35:16.576718 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7132 | 2025.02.11 21:35:16.577678 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7133 | 2025.02.11 21:35:16.578217 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7134 | 2025.02.11 21:35:16.578531 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.005459 sec., 19783.843194724308 rows/sec., 1.17 MiB/sec. | ||
| 7135 | 2025.02.11 21:35:16.578707 [ 257 ] {74d5b568-b741-49b9-a498-2d30eefb2e4f} <Debug> TCPHandler: Processed in 0.006170262 sec. | ||
| 7136 | 2025.02.11 21:35:16.579029 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7137 | 2025.02.11 21:35:16.579265 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7138 | 2025.02.11 21:35:16.579327 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7139 | 2025.02.11 21:35:16.579803 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5118 rows, containing 5 columns (5 merged, 0 gathered) in 0.007195388 sec., 711288.9534240544 rows/sec., 60.22 MiB/sec. | ||
| 7140 | 2025.02.11 21:35:16.580148 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7141 | 2025.02.11 21:35:16.580762 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2025.02.11 21:35:16.580825 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7143 | 2025.02.11 21:35:16.580837 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7144 | 2025.02.11 21:35:16.581015 [ 197 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_51_10} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7145 | 2025.02.11 21:35:16.581178 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 7146 | 2025.02.11 21:35:16.581458 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7147 | 2025.02.11 21:35:16.581709 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.02.11 21:35:16.581891 [ 101 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7149 | 2025.02.11 21:35:16.581947 [ 101 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2025.02.11 21:35:16.581971 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002733 sec., 41346.50567142334 rows/sec., 2.68 MiB/sec. | ||
| 7151 | 2025.02.11 21:35:16.581987 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7152 | 2025.02.11 21:35:16.582190 [ 255 ] {5c55c361-e000-4245-8bda-ba6826f8f4f5} <Debug> TCPHandler: Processed in 0.003340193 sec. | ||
| 7153 | 2025.02.11 21:35:16.582253 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 7154 | 2025.02.11 21:35:16.582414 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2025.02.11 21:35:16.582419 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7156 | 2025.02.11 21:35:16.582488 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 342 rows starting from the beginning of the part | ||
| 7157 | 2025.02.11 21:35:16.582703 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7158 | 2025.02.11 21:35:16.582799 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 7159 | 2025.02.11 21:35:16.582842 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7160 | 2025.02.11 21:35:16.583166 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 7161 | 2025.02.11 21:35:16.583501 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
| 7162 | 2025.02.11 21:35:16.583801 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 7163 | 2025.02.11 21:35:16.584125 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 7164 | 2025.02.11 21:35:16.585907 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.02.11 21:35:16.585976 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7166 | 2025.02.11 21:35:16.586829 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7167 | 2025.02.11 21:35:16.587204 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005106146 sec., 200150.95533891904 rows/sec., 13.99 MiB/sec. | ||
| 7168 | 2025.02.11 21:35:16.587315 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2025.02.11 21:35:16.587374 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7170 | 2025.02.11 21:35:16.587561 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004979 sec., 22494.476802570796 rows/sec., 1.28 MiB/sec. | ||
| 7171 | 2025.02.11 21:35:16.587655 [ 257 ] {0aaf3d3d-6f8a-448e-8d0a-3e84378c52f7} <Debug> TCPHandler: Processed in 0.005343222 sec. | ||
| 7172 | 2025.02.11 21:35:16.587744 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.02.11 21:35:16.587845 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2025.02.11 21:35:16.587848 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_31_6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7175 | 2025.02.11 21:35:16.588030 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7176 | 2025.02.11 21:35:16.588098 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7177 | 2025.02.11 21:35:16.588163 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7178 | 2025.02.11 21:35:16.589011 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2025.02.11 21:35:16.589052 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7180 | 2025.02.11 21:35:16.589447 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7181 | 2025.02.11 21:35:16.589692 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2025.02.11 21:35:16.589889 [ 100 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7183 | 2025.02.11 21:35:16.589938 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001888 sec., 203389.83050847458 rows/sec., 14.35 MiB/sec. | ||
| 7184 | 2025.02.11 21:35:16.589962 [ 100 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2025.02.11 21:35:16.590029 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7186 | 2025.02.11 21:35:16.590052 [ 255 ] {aa932645-7567-456c-bebd-a204389b05a6} <Debug> TCPHandler: Processed in 0.002298117 sec. | ||
| 7187 | 2025.02.11 21:35:16.590255 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7188 | 2025.02.11 21:35:16.590270 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 7189 | 2025.02.11 21:35:16.590435 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7190 | 2025.02.11 21:35:16.590446 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7191 | 2025.02.11 21:35:16.590497 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 7192 | 2025.02.11 21:35:16.590508 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7193 | 2025.02.11 21:35:16.590794 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 382 rows starting from the beginning of the part | ||
| 7194 | 2025.02.11 21:35:16.591164 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 574 rows starting from the beginning of the part | ||
| 7195 | 2025.02.11 21:35:16.591501 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 382 rows starting from the beginning of the part | ||
| 7196 | 2025.02.11 21:35:16.591774 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part | ||
| 7197 | 2025.02.11 21:35:16.592074 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 384 rows starting from the beginning of the part | ||
| 7198 | 2025.02.11 21:35:16.592757 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7199 | 2025.02.11 21:35:16.592805 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7200 | 2025.02.11 21:35:16.593317 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7201 | 2025.02.11 21:35:16.593620 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7202 | 2025.02.11 21:35:16.593911 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003531 sec., 1699.2353440951572 rows/sec., 88.78 KiB/sec. | ||
| 7203 | 2025.02.11 21:35:16.594359 [ 257 ] {5540ce84-1b28-42ba-aea0-1a65d6fbfa1c} <Debug> TCPHandler: Processed in 0.004195844 sec. | ||
| 7204 | 2025.02.11 21:35:16.594720 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7205 | 2025.02.11 21:35:16.594902 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004756837 sec., 576013.0103259792 rows/sec., 43.87 MiB/sec. | ||
| 7206 | 2025.02.11 21:35:16.594976 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7207 | 2025.02.11 21:35:16.595083 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7208 | 2025.02.11 21:35:16.595194 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7209 | 2025.02.11 21:35:16.595810 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.02.11 21:35:16.595958 [ 192 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_51_10} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7211 | 2025.02.11 21:35:16.596135 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 7212 | 2025.02.11 21:35:16.596405 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.02.11 21:35:16.596450 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7214 | 2025.02.11 21:35:16.596873 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7215 | 2025.02.11 21:35:16.597131 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.02.11 21:35:16.597323 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7217 | 2025.02.11 21:35:16.597390 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2025.02.11 21:35:16.597394 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002462 sec., 96669.37449228269 rows/sec., 6.48 MiB/sec. | ||
| 7219 | 2025.02.11 21:35:16.597426 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7220 | 2025.02.11 21:35:16.597628 [ 255 ] {9faed3e2-5258-4d24-b405-26aae5de6738} <Debug> TCPHandler: Processed in 0.003143207 sec. | ||
| 7221 | 2025.02.11 21:35:16.597823 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 7222 | 2025.02.11 21:35:16.598008 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7223 | 2025.02.11 21:35:16.598356 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7224 | 2025.02.11 21:35:16.598502 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15976 rows starting from the beginning of the part | ||
| 7225 | 2025.02.11 21:35:16.598798 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7226 | 2025.02.11 21:35:16.598883 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 7227 | 2025.02.11 21:35:16.599094 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7228 | 2025.02.11 21:35:16.599299 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1013 rows starting from the beginning of the part | ||
| 7229 | 2025.02.11 21:35:16.599701 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 7230 | 2025.02.11 21:35:16.600123 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 7231 | 2025.02.11 21:35:16.600468 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 238 rows starting from the beginning of the part | ||
| 7232 | 2025.02.11 21:35:16.601446 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2025.02.11 21:35:16.601522 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7234 | 2025.02.11 21:35:16.602181 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7235 | 2025.02.11 21:35:16.602579 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7236 | 2025.02.11 21:35:16.602954 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00446 sec., 224.21524663677127 rows/sec., 15.11 KiB/sec. | ||
| 7237 | 2025.02.11 21:35:16.603016 [ 257 ] {35d43300-b384-4ce4-be60-6d341c5a6ae0} <Debug> TCPHandler: Processed in 0.00525492 sec. | ||
| 7238 | 2025.02.11 21:35:16.603171 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7239 | 2025.02.11 21:35:16.603331 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7240 | 2025.02.11 21:35:16.603416 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7241 | 2025.02.11 21:35:16.604284 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7242 | 2025.02.11 21:35:16.604324 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7243 | 2025.02.11 21:35:16.604945 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7244 | 2025.02.11 21:35:16.605237 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7245 | 2025.02.11 21:35:16.605728 [ 100 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7246 | 2025.02.11 21:35:16.605833 [ 100 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7247 | 2025.02.11 21:35:16.605885 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7248 | 2025.02.11 21:35:16.605954 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002642 sec., 31037.093111279337 rows/sec., 1.97 MiB/sec. | ||
| 7249 | 2025.02.11 21:35:16.606062 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 7250 | 2025.02.11 21:35:16.606127 [ 255 ] {a3a33f00-c8fa-4022-8691-561b568e5a58} <Debug> TCPHandler: Processed in 0.003023925 sec. | ||
| 7251 | 2025.02.11 21:35:16.606309 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7252 | 2025.02.11 21:35:16.606343 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3148 rows starting from the beginning of the part | ||
| 7253 | 2025.02.11 21:35:16.606469 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 7254 | 2025.02.11 21:35:16.606696 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 7255 | 2025.02.11 21:35:16.606898 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 7256 | 2025.02.11 21:35:16.607122 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 7257 | 2025.02.11 21:35:16.607278 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 7258 | 2025.02.11 21:35:16.608395 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17861 rows, containing 5 columns (5 merged, 0 gathered) in 0.010840178 sec., 1647666.6711561377 rows/sec., 111.35 MiB/sec. | ||
| 7259 | 2025.02.11 21:35:16.608672 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7260 | 2025.02.11 21:35:16.609295 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2025.02.11 21:35:16.609446 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7262 | 2025.02.11 21:35:16.609636 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
| 7263 | 2025.02.11 21:35:16.609823 [ 187 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 4 columns (4 merged, 0 gathered) in 0.003870806 sec., 907821.2651318614 rows/sec., 59.42 MiB/sec. | ||
| 7264 | 2025.02.11 21:35:16.610244 [ 187 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7265 | 2025.02.11 21:35:16.610542 [ 187 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2025.02.11 21:35:16.610626 [ 187 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_51_10} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7267 | 2025.02.11 21:35:16.610712 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7268 | 2025.02.11 21:35:17.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.47 MiB, peak 216.55 MiB, free memory in arenas 0.00 B, will set to 208.85 MiB (RSS), difference: 1.38 MiB | ||
| 7269 | 2025.02.11 21:35:17.554743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7270 | 2025.02.11 21:35:17.555414 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2025.02.11 21:35:17.555468 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7272 | 2025.02.11 21:35:17.556004 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7273 | 2025.02.11 21:35:17.556297 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2025.02.11 21:35:17.556576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7275 | 2025.02.11 21:35:18.780160 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7276 | 2025.02.11 21:35:18.802074 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.02.11 21:35:18.802141 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7278 | 2025.02.11 21:35:18.809254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7279 | 2025.02.11 21:35:18.810040 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.02.11 21:35:18.813107 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7281 | 2025.02.11 21:35:20.153246 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1004 | ||
| 7282 | 2025.02.11 21:35:20.156368 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7283 | 2025.02.11 21:35:20.156420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7284 | 2025.02.11 21:35:20.157930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7285 | 2025.02.11 21:35:20.158251 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7286 | 2025.02.11 21:35:20.158834 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004 | ||
| 7287 | 2025.02.11 21:35:21.561590 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.02.11 21:35:21.561816 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7289 | 2025.02.11 21:35:21.561889 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7290 | 2025.02.11 21:35:21.562692 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2025.02.11 21:35:21.562741 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7292 | 2025.02.11 21:35:21.563187 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7293 | 2025.02.11 21:35:21.563451 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.02.11 21:35:21.563702 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001946 sec., 69886.9475847893 rows/sec., 6.03 MiB/sec. | ||
| 7295 | 2025.02.11 21:35:21.563769 [ 255 ] {6c64a421-40dc-41a0-b08a-1c0e283d8bc3} <Debug> TCPHandler: Processed in 0.002314897 sec. | ||
| 7296 | 2025.02.11 21:35:21.564086 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7297 | 2025.02.11 21:35:21.564402 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7298 | 2025.02.11 21:35:21.564526 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7299 | 2025.02.11 21:35:21.565447 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.02.11 21:35:21.565500 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7301 | 2025.02.11 21:35:21.565944 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7302 | 2025.02.11 21:35:21.566204 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.02.11 21:35:21.566439 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002125 sec., 18823.529411764706 rows/sec., 1.38 MiB/sec. | ||
| 7304 | 2025.02.11 21:35:21.566509 [ 257 ] {cd9ce13f-3b11-4891-a9f4-d3221464cfcf} <Debug> TCPHandler: Processed in 0.002627095 sec. | ||
| 7305 | 2025.02.11 21:35:21.566659 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7306 | 2025.02.11 21:35:21.566788 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7307 | 2025.02.11 21:35:21.566841 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7308 | 2025.02.11 21:35:21.567486 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2025.02.11 21:35:21.567528 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7310 | 2025.02.11 21:35:21.567915 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7311 | 2025.02.11 21:35:21.568164 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2025.02.11 21:35:21.568434 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001672 sec., 62200.95693779904 rows/sec., 4.86 MiB/sec. | ||
| 7313 | 2025.02.11 21:35:21.568623 [ 255 ] {c7a75eee-f928-4f29-9726-7a8a6eef9200} <Debug> TCPHandler: Processed in 0.00202253 sec. | ||
| 7314 | 2025.02.11 21:35:21.568867 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7315 | 2025.02.11 21:35:21.569001 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7316 | 2025.02.11 21:35:21.569059 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7317 | 2025.02.11 21:35:21.569663 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7318 | 2025.02.11 21:35:21.569704 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7319 | 2025.02.11 21:35:21.570107 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7320 | 2025.02.11 21:35:21.570351 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7321 | 2025.02.11 21:35:21.570586 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 7322 | 2025.02.11 21:35:21.570645 [ 257 ] {f04b65f4-ee10-4ef6-8129-8b5a211d1dc3} <Debug> TCPHandler: Processed in 0.001915938 sec. | ||
| 7323 | 2025.02.11 21:35:21.570791 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7324 | 2025.02.11 21:35:21.570934 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7325 | 2025.02.11 21:35:21.571030 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7326 | 2025.02.11 21:35:21.572359 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.02.11 21:35:21.572399 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7328 | 2025.02.11 21:35:21.573106 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7329 | 2025.02.11 21:35:21.573375 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7330 | 2025.02.11 21:35:21.573564 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7331 | 2025.02.11 21:35:21.573649 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002742 sec., 14587.892049598833 rows/sec., 26.14 MiB/sec. | ||
| 7332 | 2025.02.11 21:35:21.573655 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7333 | 2025.02.11 21:35:21.573742 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7334 | 2025.02.11 21:35:21.573970 [ 255 ] {5409bd20-9e0b-4209-97c2-4afd503dd681} <Debug> TCPHandler: Processed in 0.003237 sec. | ||
| 7335 | 2025.02.11 21:35:21.574084 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 7336 | 2025.02.11 21:35:21.574186 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7337 | 2025.02.11 21:35:21.574471 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7338 | 2025.02.11 21:35:21.574621 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7339 | 2025.02.11 21:35:21.575089 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7340 | 2025.02.11 21:35:21.575343 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 732 rows starting from the beginning of the part | ||
| 7341 | 2025.02.11 21:35:21.576070 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 7342 | 2025.02.11 21:35:21.576889 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 7343 | 2025.02.11 21:35:21.576905 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7344 | 2025.02.11 21:35:21.576978 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7345 | 2025.02.11 21:35:21.577530 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7346 | 2025.02.11 21:35:21.578309 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 7347 | 2025.02.11 21:35:21.578453 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7348 | 2025.02.11 21:35:21.578900 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 7349 | 2025.02.11 21:35:21.579349 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.02.11 21:35:21.580266 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005891 sec., 10185.028008827023 rows/sec., 702.87 KiB/sec. | ||
| 7351 | 2025.02.11 21:35:21.580329 [ 257 ] {a64545cf-6458-4c2a-8ee2-19695c6a15ad} <Debug> TCPHandler: Processed in 0.006242374 sec. | ||
| 7352 | 2025.02.11 21:35:21.589008 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 19 columns (19 merged, 0 gathered) in 0.015104083 sec., 61705.16939029003 rows/sec., 110.57 MiB/sec. | ||
| 7353 | 2025.02.11 21:35:21.590312 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7354 | 2025.02.11 21:35:21.590777 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7355 | 2025.02.11 21:35:21.590868 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7356 | 2025.02.11 21:35:21.591041 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7357 | 2025.02.11 21:35:22.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.61 MiB, peak 217.34 MiB, free memory in arenas 0.00 B, will set to 211.14 MiB (RSS), difference: 1.53 MiB | ||
| 7358 | 2025.02.11 21:35:24.930917 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7359 | 2025.02.11 21:35:24.930968 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7360 | 2025.02.11 21:35:25.056703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7361 | 2025.02.11 21:35:25.057424 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7362 | 2025.02.11 21:35:25.057476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 7363 | 2025.02.11 21:35:25.058067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7364 | 2025.02.11 21:35:25.058320 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7365 | 2025.02.11 21:35:25.058561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7366 | 2025.02.11 21:35:26.313198 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7367 | 2025.02.11 21:35:26.334008 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2025.02.11 21:35:26.334071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7369 | 2025.02.11 21:35:26.341440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7370 | 2025.02.11 21:35:26.342198 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2025.02.11 21:35:26.344893 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7372 | 2025.02.11 21:35:26.565249 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7373 | 2025.02.11 21:35:26.565436 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7374 | 2025.02.11 21:35:26.565535 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7375 | 2025.02.11 21:35:26.566425 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7376 | 2025.02.11 21:35:26.566475 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7377 | 2025.02.11 21:35:26.566933 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7378 | 2025.02.11 21:35:26.567193 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2025.02.11 21:35:26.567439 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002058 sec., 103012.63362487852 rows/sec., 6.55 MiB/sec. | ||
| 7380 | 2025.02.11 21:35:26.567508 [ 255 ] {dc2073e9-d498-4700-a774-e25c549a0624} <Debug> TCPHandler: Processed in 0.002387289 sec. | ||
| 7381 | 2025.02.11 21:35:26.567752 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7382 | 2025.02.11 21:35:26.567949 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7383 | 2025.02.11 21:35:26.568022 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7384 | 2025.02.11 21:35:26.569011 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.02.11 21:35:26.569053 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7386 | 2025.02.11 21:35:26.569535 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7387 | 2025.02.11 21:35:26.569801 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.02.11 21:35:26.570036 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002141 sec., 288183.092013078 rows/sec., 22.53 MiB/sec. | ||
| 7389 | 2025.02.11 21:35:26.570096 [ 257 ] {ca267270-5a51-486e-916f-a17373d436da} <Debug> TCPHandler: Processed in 0.002482802 sec. | ||
| 7390 | 2025.02.11 21:35:26.570259 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7391 | 2025.02.11 21:35:26.570421 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7392 | 2025.02.11 21:35:26.570484 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7393 | 2025.02.11 21:35:26.571196 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7394 | 2025.02.11 21:35:26.571235 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7395 | 2025.02.11 21:35:26.571618 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7396 | 2025.02.11 21:35:26.571879 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2025.02.11 21:35:26.572079 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001707 sec., 62097.246631517286 rows/sec., 3.65 MiB/sec. | ||
| 7398 | 2025.02.11 21:35:26.572135 [ 255 ] {c68f004f-8cff-4ab6-b7a4-c7ef0b8e24f9} <Debug> TCPHandler: Processed in 0.001949058 sec. | ||
| 7399 | 2025.02.11 21:35:26.572295 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7400 | 2025.02.11 21:35:26.572438 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7401 | 2025.02.11 21:35:26.572497 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7402 | 2025.02.11 21:35:26.573212 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7403 | 2025.02.11 21:35:26.573252 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7404 | 2025.02.11 21:35:26.573633 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7405 | 2025.02.11 21:35:26.573899 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7406 | 2025.02.11 21:35:26.574107 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001701 sec., 66431.51087595533 rows/sec., 4.30 MiB/sec. | ||
| 7407 | 2025.02.11 21:35:26.574160 [ 257 ] {0e6a6d13-6d3b-4202-86a7-f3d124a06df3} <Debug> TCPHandler: Processed in 0.001941278 sec. | ||
| 7408 | 2025.02.11 21:35:26.574325 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7409 | 2025.02.11 21:35:26.574466 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7410 | 2025.02.11 21:35:26.574525 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7411 | 2025.02.11 21:35:26.575226 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7412 | 2025.02.11 21:35:26.575264 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7413 | 2025.02.11 21:35:26.575644 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7414 | 2025.02.11 21:35:26.575883 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7415 | 2025.02.11 21:35:26.576071 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001639 sec., 68334.35021354484 rows/sec., 3.89 MiB/sec. | ||
| 7416 | 2025.02.11 21:35:26.576128 [ 255 ] {a946cca1-e413-4910-8ff6-32ca516e450c} <Debug> TCPHandler: Processed in 0.001884507 sec. | ||
| 7417 | 2025.02.11 21:35:26.576271 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7418 | 2025.02.11 21:35:26.576389 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7419 | 2025.02.11 21:35:26.576439 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7420 | 2025.02.11 21:35:26.577167 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2025.02.11 21:35:26.577207 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7422 | 2025.02.11 21:35:26.577589 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7423 | 2025.02.11 21:35:26.577836 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2025.02.11 21:35:26.578040 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001675 sec., 228059.7014925373 rows/sec., 16.08 MiB/sec. | ||
| 7425 | 2025.02.11 21:35:26.578094 [ 257 ] {c6d3d124-ef51-4681-bbf4-b5c0426ce283} <Debug> TCPHandler: Processed in 0.001878926 sec. | ||
| 7426 | 2025.02.11 21:35:26.578244 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2025.02.11 21:35:26.578386 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7428 | 2025.02.11 21:35:26.578448 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7429 | 2025.02.11 21:35:26.579046 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.02.11 21:35:26.579084 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7431 | 2025.02.11 21:35:26.579465 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7432 | 2025.02.11 21:35:26.579729 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2025.02.11 21:35:26.579928 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec. | ||
| 7434 | 2025.02.11 21:35:26.579980 [ 255 ] {c2cf3114-f5f3-4e47-bfd3-ac4faf996873} <Debug> TCPHandler: Processed in 0.001802935 sec. | ||
| 7435 | 2025.02.11 21:35:26.580125 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2025.02.11 21:35:26.580243 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7437 | 2025.02.11 21:35:26.580298 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7438 | 2025.02.11 21:35:26.580890 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.02.11 21:35:26.580929 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7440 | 2025.02.11 21:35:26.581322 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7441 | 2025.02.11 21:35:26.581562 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.02.11 21:35:26.581763 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec. | ||
| 7443 | 2025.02.11 21:35:26.581815 [ 257 ] {8bb5ea29-5311-4d5a-9445-95163d11e4bb} <Debug> TCPHandler: Processed in 0.001747913 sec. | ||
| 7444 | 2025.02.11 21:35:26.581951 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7445 | 2025.02.11 21:35:26.582088 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7446 | 2025.02.11 21:35:26.582149 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7447 | 2025.02.11 21:35:26.582707 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2025.02.11 21:35:26.582752 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7449 | 2025.02.11 21:35:26.583164 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7450 | 2025.02.11 21:35:26.583404 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2025.02.11 21:35:26.583595 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 7452 | 2025.02.11 21:35:26.583716 [ 255 ] {8e89e0a9-6a7f-4ff8-8ac8-91e919755a55} <Debug> TCPHandler: Processed in 0.001819865 sec. | ||
| 7453 | 2025.02.11 21:35:26.583870 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2025.02.11 21:35:26.583989 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7455 | 2025.02.11 21:35:26.584041 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7456 | 2025.02.11 21:35:26.584541 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.02.11 21:35:26.584582 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7458 | 2025.02.11 21:35:26.584953 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7459 | 2025.02.11 21:35:26.585212 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2025.02.11 21:35:26.585426 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
| 7461 | 2025.02.11 21:35:26.585476 [ 257 ] {c0d815af-ba35-40f9-958b-470beb08c5bd} <Debug> TCPHandler: Processed in 0.001662741 sec. | ||
| 7462 | 2025.02.11 21:35:27.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.36 MiB, peak 217.34 MiB, free memory in arenas 0.00 B, will set to 211.26 MiB (RSS), difference: -1.11 MiB | ||
| 7463 | 2025.02.11 21:35:30.159061 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1036 | ||
| 7464 | 2025.02.11 21:35:30.162253 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2025.02.11 21:35:30.162311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7466 | 2025.02.11 21:35:30.163822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7467 | 2025.02.11 21:35:30.164147 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2025.02.11 21:35:30.164791 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1036 | ||
| 7469 | 2025.02.11 21:35:31.153905 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7470 | 2025.02.11 21:35:31.154128 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7471 | 2025.02.11 21:35:31.154207 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7472 | 2025.02.11 21:35:31.154936 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.02.11 21:35:31.154980 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7474 | 2025.02.11 21:35:31.155401 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7475 | 2025.02.11 21:35:31.155662 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.02.11 21:35:31.155969 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001872 sec., 1068.3760683760684 rows/sec., 87.12 KiB/sec. | ||
| 7477 | 2025.02.11 21:35:31.156112 [ 255 ] {d4ae25c3-632c-409c-83d5-3fb41a47b1a3} <Debug> TCPHandler: Processed in 0.002342498 sec. | ||
| 7478 | 2025.02.11 21:35:31.156424 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2025.02.11 21:35:31.156746 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7480 | 2025.02.11 21:35:31.156868 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7481 | 2025.02.11 21:35:31.158264 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.02.11 21:35:31.158314 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7483 | 2025.02.11 21:35:31.158839 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7484 | 2025.02.11 21:35:31.159103 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.02.11 21:35:31.159327 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002668 sec., 478635.68215892056 rows/sec., 39.77 MiB/sec. | ||
| 7486 | 2025.02.11 21:35:31.159384 [ 257 ] {1d432686-fd4e-465a-8872-b2aac7dacddb} <Debug> TCPHandler: Processed in 0.003160238 sec. | ||
| 7487 | 2025.02.11 21:35:31.159525 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7488 | 2025.02.11 21:35:31.159644 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7489 | 2025.02.11 21:35:31.159693 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7490 | 2025.02.11 21:35:31.160296 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.02.11 21:35:31.160335 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7492 | 2025.02.11 21:35:31.160713 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7493 | 2025.02.11 21:35:31.160954 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.02.11 21:35:31.161165 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001545 sec., 27184.466019417476 rows/sec., 1.99 MiB/sec. | ||
| 7495 | 2025.02.11 21:35:31.161218 [ 255 ] {cb23ca61-adf5-485c-bce4-a5b3dcfd0ef9} <Debug> TCPHandler: Processed in 0.001749513 sec. | ||
| 7496 | 2025.02.11 21:35:31.161358 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7497 | 2025.02.11 21:35:31.161478 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7498 | 2025.02.11 21:35:31.161529 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7499 | 2025.02.11 21:35:31.162196 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2025.02.11 21:35:31.162237 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7501 | 2025.02.11 21:35:31.162614 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7502 | 2025.02.11 21:35:31.162864 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2025.02.11 21:35:31.163111 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001648 sec., 138349.51456310682 rows/sec., 9.37 MiB/sec. | ||
| 7504 | 2025.02.11 21:35:31.163313 [ 257 ] {d17b4697-f31e-4290-aead-3e0a6180b5a2} <Debug> TCPHandler: Processed in 0.0020074 sec. | ||
| 7505 | 2025.02.11 21:35:31.163517 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7506 | 2025.02.11 21:35:31.163658 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7507 | 2025.02.11 21:35:31.163714 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7508 | 2025.02.11 21:35:31.164593 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7509 | 2025.02.11 21:35:31.164631 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7510 | 2025.02.11 21:35:31.165016 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7511 | 2025.02.11 21:35:31.165267 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2025.02.11 21:35:31.165525 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001893 sec., 296883.25409403065 rows/sec., 22.06 MiB/sec. | ||
| 7513 | 2025.02.11 21:35:31.165608 [ 255 ] {df8bd9a7-a8fa-46e3-b13c-552d02295970} <Debug> TCPHandler: Processed in 0.002201945 sec. | ||
| 7514 | 2025.02.11 21:35:31.165940 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7515 | 2025.02.11 21:35:31.166221 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7516 | 2025.02.11 21:35:31.166275 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7517 | 2025.02.11 21:35:31.167043 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2025.02.11 21:35:31.167083 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7519 | 2025.02.11 21:35:31.167545 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7520 | 2025.02.11 21:35:31.167799 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2025.02.11 21:35:31.167999 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001822 sec., 552689.3523600439 rows/sec., 37.15 MiB/sec. | ||
| 7522 | 2025.02.11 21:35:31.168088 [ 257 ] {8fb8a6b5-29aa-4209-a638-fec82e307dd0} <Debug> TCPHandler: Processed in 0.002382459 sec. | ||
| 7523 | 2025.02.11 21:35:31.168359 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2025.02.11 21:35:31.168602 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7525 | 2025.02.11 21:35:31.168739 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7526 | 2025.02.11 21:35:31.170134 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7527 | 2025.02.11 21:35:31.170172 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7528 | 2025.02.11 21:35:31.170857 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7529 | 2025.02.11 21:35:31.171115 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7530 | 2025.02.11 21:35:31.171438 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002873 sec., 13922.728854855552 rows/sec., 24.95 MiB/sec. | ||
| 7531 | 2025.02.11 21:35:31.172082 [ 255 ] {f7a30738-7eac-41ec-83ef-6124bf9bff90} <Debug> TCPHandler: Processed in 0.003904616 sec. | ||
| 7532 | 2025.02.11 21:35:31.172272 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7533 | 2025.02.11 21:35:31.172416 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7534 | 2025.02.11 21:35:31.172477 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7535 | 2025.02.11 21:35:31.173071 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7536 | 2025.02.11 21:35:31.173117 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7537 | 2025.02.11 21:35:31.173515 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7538 | 2025.02.11 21:35:31.173766 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7539 | 2025.02.11 21:35:31.173946 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 7540 | 2025.02.11 21:35:31.173994 [ 257 ] {274d7f03-bf2c-4ea5-b8bd-8f65eab0afa5} <Debug> TCPHandler: Processed in 0.001812155 sec. | ||
| 7541 | 2025.02.11 21:35:32.558691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7542 | 2025.02.11 21:35:32.559377 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2025.02.11 21:35:32.559417 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7544 | 2025.02.11 21:35:32.559928 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7545 | 2025.02.11 21:35:32.560190 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2025.02.11 21:35:32.560383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7547 | 2025.02.11 21:35:33.844983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7548 | 2025.02.11 21:35:33.865946 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7549 | 2025.02.11 21:35:33.866013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7550 | 2025.02.11 21:35:33.873320 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7551 | 2025.02.11 21:35:33.874094 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7552 | 2025.02.11 21:35:33.876895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7553 | 2025.02.11 21:35:36.565580 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2025.02.11 21:35:36.565791 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7555 | 2025.02.11 21:35:36.565864 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7556 | 2025.02.11 21:35:36.566673 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2025.02.11 21:35:36.566718 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7558 | 2025.02.11 21:35:36.567161 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7559 | 2025.02.11 21:35:36.567425 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2025.02.11 21:35:36.567682 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001942 sec., 109165.80844490217 rows/sec., 6.94 MiB/sec. | ||
| 7561 | 2025.02.11 21:35:36.567881 [ 255 ] {0401c746-eef1-4946-bef8-f9418f2ed2f8} <Debug> TCPHandler: Processed in 0.00242747 sec. | ||
| 7562 | 2025.02.11 21:35:36.568236 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7563 | 2025.02.11 21:35:36.568513 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7564 | 2025.02.11 21:35:36.568591 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7565 | 2025.02.11 21:35:36.569622 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2025.02.11 21:35:36.569677 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7567 | 2025.02.11 21:35:36.570185 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7568 | 2025.02.11 21:35:36.570457 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.02.11 21:35:36.570711 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002251 sec., 274100.39982230123 rows/sec., 21.43 MiB/sec. | ||
| 7570 | 2025.02.11 21:35:36.570777 [ 257 ] {c7ad9025-9fd5-4e79-8acf-711385ff5364} <Debug> TCPHandler: Processed in 0.002750018 sec. | ||
| 7571 | 2025.02.11 21:35:36.570936 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7572 | 2025.02.11 21:35:36.571083 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7573 | 2025.02.11 21:35:36.571145 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7574 | 2025.02.11 21:35:36.571816 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.02.11 21:35:36.571854 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7576 | 2025.02.11 21:35:36.572214 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7577 | 2025.02.11 21:35:36.572452 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.02.11 21:35:36.572589 [ 71 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7579 | 2025.02.11 21:35:36.572645 [ 71 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2025.02.11 21:35:36.572649 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001602 sec., 66167.29088639202 rows/sec., 3.89 MiB/sec. | ||
| 7581 | 2025.02.11 21:35:36.572674 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7582 | 2025.02.11 21:35:36.572731 [ 255 ] {a522dddf-1b52-415c-956e-b0deb304ee8d} <Debug> TCPHandler: Processed in 0.001860326 sec. | ||
| 7583 | 2025.02.11 21:35:36.573009 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 7584 | 2025.02.11 21:35:36.573042 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.02.11 21:35:36.573417 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7586 | 2025.02.11 21:35:36.573459 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7587 | 2025.02.11 21:35:36.573502 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part | ||
| 7588 | 2025.02.11 21:35:36.573560 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7589 | 2025.02.11 21:35:36.573806 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 108 rows starting from the beginning of the part | ||
| 7590 | 2025.02.11 21:35:36.574153 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 7591 | 2025.02.11 21:35:36.574492 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part | ||
| 7592 | 2025.02.11 21:35:36.574819 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part | ||
| 7593 | 2025.02.11 21:35:36.575153 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 106 rows starting from the beginning of the part | ||
| 7594 | 2025.02.11 21:35:36.576692 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.02.11 21:35:36.576774 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7596 | 2025.02.11 21:35:36.577825 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7597 | 2025.02.11 21:35:36.578211 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.005428984 sec., 104255.23449691507 rows/sec., 6.89 MiB/sec. | ||
| 7598 | 2025.02.11 21:35:36.578356 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2025.02.11 21:35:36.578497 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7600 | 2025.02.11 21:35:36.578882 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005535 sec., 20415.53748870822 rows/sec., 1.32 MiB/sec. | ||
| 7601 | 2025.02.11 21:35:36.579057 [ 257 ] {17248214-af0c-40f6-aca6-f7dd212bf237} <Debug> TCPHandler: Processed in 0.006214683 sec. | ||
| 7602 | 2025.02.11 21:35:36.579331 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7603 | 2025.02.11 21:35:36.579355 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.02.11 21:35:36.579469 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_51_10} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7605 | 2025.02.11 21:35:36.579602 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7606 | 2025.02.11 21:35:36.579628 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7607 | 2025.02.11 21:35:36.579690 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7608 | 2025.02.11 21:35:36.580314 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7609 | 2025.02.11 21:35:36.580352 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7610 | 2025.02.11 21:35:36.580715 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7611 | 2025.02.11 21:35:36.580954 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2025.02.11 21:35:36.581143 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001615 sec., 69349.8452012384 rows/sec., 3.95 MiB/sec. | ||
| 7613 | 2025.02.11 21:35:36.581197 [ 255 ] {4c387ae1-738f-4d9b-9e8f-b0afc1ab9bf5} <Debug> TCPHandler: Processed in 0.00203156 sec. | ||
| 7614 | 2025.02.11 21:35:36.581341 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7615 | 2025.02.11 21:35:36.581540 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7616 | 2025.02.11 21:35:36.581644 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7617 | 2025.02.11 21:35:36.582704 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2025.02.11 21:35:36.582745 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7619 | 2025.02.11 21:35:36.583144 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7620 | 2025.02.11 21:35:36.583404 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2025.02.11 21:35:36.583644 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00216 sec., 176851.85185185185 rows/sec., 12.47 MiB/sec. | ||
| 7622 | 2025.02.11 21:35:36.583698 [ 257 ] {cb37a628-58c0-47ec-9116-53e92de7f633} <Debug> TCPHandler: Processed in 0.00241707 sec. | ||
| 7623 | 2025.02.11 21:35:36.583847 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7624 | 2025.02.11 21:35:36.583989 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7625 | 2025.02.11 21:35:36.584051 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7626 | 2025.02.11 21:35:36.584617 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7627 | 2025.02.11 21:35:36.584655 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7628 | 2025.02.11 21:35:36.585027 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7629 | 2025.02.11 21:35:36.585270 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7630 | 2025.02.11 21:35:36.585503 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 7631 | 2025.02.11 21:35:36.585668 [ 255 ] {7a7c3434-861a-47fc-918d-edb453be7890} <Debug> TCPHandler: Processed in 0.001881787 sec. | ||
| 7632 | 2025.02.11 21:35:36.585997 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7633 | 2025.02.11 21:35:36.586220 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7634 | 2025.02.11 21:35:36.586360 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7635 | 2025.02.11 21:35:36.587005 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7636 | 2025.02.11 21:35:36.587045 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7637 | 2025.02.11 21:35:36.587447 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7638 | 2025.02.11 21:35:36.587701 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2025.02.11 21:35:36.587955 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00179 sec., 132402.23463687152 rows/sec., 8.87 MiB/sec. | ||
| 7640 | 2025.02.11 21:35:36.588020 [ 257 ] {4acfe039-5f60-4c5d-9045-bf65bdc1c37d} <Debug> TCPHandler: Processed in 0.002245116 sec. | ||
| 7641 | 2025.02.11 21:35:36.588247 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7642 | 2025.02.11 21:35:36.588419 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7643 | 2025.02.11 21:35:36.588480 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7644 | 2025.02.11 21:35:36.589033 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7645 | 2025.02.11 21:35:36.589079 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7646 | 2025.02.11 21:35:36.589490 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7647 | 2025.02.11 21:35:36.589728 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7648 | 2025.02.11 21:35:36.589954 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec. | ||
| 7649 | 2025.02.11 21:35:36.590162 [ 255 ] {039a5916-b0e0-4679-b734-fb31690a0e38} <Debug> TCPHandler: Processed in 0.002047661 sec. | ||
| 7650 | 2025.02.11 21:35:36.590336 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7651 | 2025.02.11 21:35:36.590523 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7652 | 2025.02.11 21:35:36.590619 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7653 | 2025.02.11 21:35:36.591470 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7654 | 2025.02.11 21:35:36.591510 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7655 | 2025.02.11 21:35:36.591884 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7656 | 2025.02.11 21:35:36.592131 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7657 | 2025.02.11 21:35:36.592345 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001876 sec., 43710.02132196162 rows/sec., 2.78 MiB/sec. | ||
| 7658 | 2025.02.11 21:35:36.592395 [ 257 ] {2c98d7d4-21f0-4103-a48d-1c4b9b4c74c1} <Debug> TCPHandler: Processed in 0.002132533 sec. | ||
| 7659 | 2025.02.11 21:35:39.931001 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7660 | 2025.02.11 21:35:39.931047 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7661 | 2025.02.11 21:35:40.060512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7662 | 2025.02.11 21:35:40.061553 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7663 | 2025.02.11 21:35:40.061641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7664 | 2025.02.11 21:35:40.062277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7665 | 2025.02.11 21:35:40.062536 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7666 | 2025.02.11 21:35:40.062744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7667 | 2025.02.11 21:35:40.165070 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1072 | ||
| 7668 | 2025.02.11 21:35:40.168421 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.02.11 21:35:40.168481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7670 | 2025.02.11 21:35:40.169989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7671 | 2025.02.11 21:35:40.170306 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.02.11 21:35:40.171557 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 7673 | 2025.02.11 21:35:41.376973 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7674 | 2025.02.11 21:35:41.398402 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7675 | 2025.02.11 21:35:41.398456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7676 | 2025.02.11 21:35:41.406040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7677 | 2025.02.11 21:35:41.406827 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7678 | 2025.02.11 21:35:41.410429 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7679 | 2025.02.11 21:35:41.562059 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7680 | 2025.02.11 21:35:41.562367 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7681 | 2025.02.11 21:35:41.562484 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7682 | 2025.02.11 21:35:41.563367 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2025.02.11 21:35:41.563416 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7684 | 2025.02.11 21:35:41.563871 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7685 | 2025.02.11 21:35:41.564131 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7686 | 2025.02.11 21:35:41.564366 [ 62 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7687 | 2025.02.11 21:35:41.564433 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002148 sec., 63314.71135940409 rows/sec., 5.47 MiB/sec. | ||
| 7688 | 2025.02.11 21:35:41.564465 [ 62 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.02.11 21:35:41.564564 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7690 | 2025.02.11 21:35:41.564577 [ 255 ] {182ddc93-e73a-41ea-b72d-fe6de81ede9f} <Debug> TCPHandler: Processed in 0.002702027 sec. | ||
| 7691 | 2025.02.11 21:35:41.564914 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 7692 | 2025.02.11 21:35:41.565246 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2025.02.11 21:35:41.565475 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7694 | 2025.02.11 21:35:41.565608 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1847 rows starting from the beginning of the part | ||
| 7695 | 2025.02.11 21:35:41.565863 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part | ||
| 7696 | 2025.02.11 21:35:41.565951 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7697 | 2025.02.11 21:35:41.566147 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 617 rows starting from the beginning of the part | ||
| 7698 | 2025.02.11 21:35:41.566454 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1277 rows starting from the beginning of the part | ||
| 7699 | 2025.02.11 21:35:41.566515 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7700 | 2025.02.11 21:35:41.566678 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 617 rows starting from the beginning of the part | ||
| 7701 | 2025.02.11 21:35:41.566995 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 136 rows starting from the beginning of the part | ||
| 7702 | 2025.02.11 21:35:41.569245 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7703 | 2025.02.11 21:35:41.569320 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7704 | 2025.02.11 21:35:41.570178 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7705 | 2025.02.11 21:35:41.570505 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7706 | 2025.02.11 21:35:41.571131 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005341 sec., 7489.234225800412 rows/sec., 563.16 KiB/sec. | ||
| 7707 | 2025.02.11 21:35:41.571529 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4630 rows, containing 5 columns (5 merged, 0 gathered) in 0.006813008 sec., 679582.3518774674 rows/sec., 57.90 MiB/sec. | ||
| 7708 | 2025.02.11 21:35:41.571617 [ 257 ] {799b169b-35cf-4de2-b831-ec4d3778e772} <Debug> TCPHandler: Processed in 0.006858259 sec. | ||
| 7709 | 2025.02.11 21:35:41.571924 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7710 | 2025.02.11 21:35:41.571936 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7711 | 2025.02.11 21:35:41.572091 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7712 | 2025.02.11 21:35:41.572158 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7713 | 2025.02.11 21:35:41.572275 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2025.02.11 21:35:41.572371 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_56_11} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7715 | 2025.02.11 21:35:41.572483 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 7716 | 2025.02.11 21:35:41.572953 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2025.02.11 21:35:41.572993 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7718 | 2025.02.11 21:35:41.573368 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7719 | 2025.02.11 21:35:41.573614 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2025.02.11 21:35:41.573817 [ 62 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7721 | 2025.02.11 21:35:41.573890 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001838 sec., 56583.24265505985 rows/sec., 4.42 MiB/sec. | ||
| 7722 | 2025.02.11 21:35:41.573905 [ 62 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2025.02.11 21:35:41.573990 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7724 | 2025.02.11 21:35:41.574011 [ 255 ] {b0b893e0-bf31-434e-b600-7a65926d5ff3} <Debug> TCPHandler: Processed in 0.002255816 sec. | ||
| 7725 | 2025.02.11 21:35:41.574262 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2025.02.11 21:35:41.574351 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 7727 | 2025.02.11 21:35:41.574588 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7728 | 2025.02.11 21:35:41.574794 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7729 | 2025.02.11 21:35:41.574827 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7730 | 2025.02.11 21:35:41.574947 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7731 | 2025.02.11 21:35:41.575486 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part | ||
| 7732 | 2025.02.11 21:35:41.576048 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 382 rows starting from the beginning of the part | ||
| 7733 | 2025.02.11 21:35:41.576640 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 562 rows starting from the beginning of the part | ||
| 7734 | 2025.02.11 21:35:41.576862 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 382 rows starting from the beginning of the part | ||
| 7735 | 2025.02.11 21:35:41.577163 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 104 rows starting from the beginning of the part | ||
| 7736 | 2025.02.11 21:35:41.577803 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2025.02.11 21:35:41.577852 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7738 | 2025.02.11 21:35:41.578417 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7739 | 2025.02.11 21:35:41.578732 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2025.02.11 21:35:41.578994 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7741 | 2025.02.11 21:35:41.579100 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00466 sec., 34334.76394849785 rows/sec., 2.39 MiB/sec. | ||
| 7742 | 2025.02.11 21:35:41.579113 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.02.11 21:35:41.579297 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7744 | 2025.02.11 21:35:41.579469 [ 257 ] {6c145fc9-ad5b-4eff-92a5-33009e8b4422} <Debug> TCPHandler: Processed in 0.005339442 sec. | ||
| 7745 | 2025.02.11 21:35:41.580057 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 7746 | 2025.02.11 21:35:41.580088 [ 193 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.005964827 sec., 410405.8675968306 rows/sec., 31.46 MiB/sec. | ||
| 7747 | 2025.02.11 21:35:41.580071 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2025.02.11 21:35:41.580395 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7749 | 2025.02.11 21:35:41.580479 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7750 | 2025.02.11 21:35:41.580511 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17861 rows starting from the beginning of the part | ||
| 7751 | 2025.02.11 21:35:41.580643 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7752 | 2025.02.11 21:35:41.580856 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7753 | 2025.02.11 21:35:41.580985 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7754 | 2025.02.11 21:35:41.581377 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 7755 | 2025.02.11 21:35:41.581875 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1007 rows starting from the beginning of the part | ||
| 7756 | 2025.02.11 21:35:41.582191 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7757 | 2025.02.11 21:35:41.582527 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 7758 | 2025.02.11 21:35:41.583438 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7759 | 2025.02.11 21:35:41.583983 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_56_11} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7760 | 2025.02.11 21:35:41.584507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 7761 | 2025.02.11 21:35:41.586115 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7762 | 2025.02.11 21:35:41.586187 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7763 | 2025.02.11 21:35:41.587923 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7764 | 2025.02.11 21:35:41.588383 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7765 | 2025.02.11 21:35:41.588869 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008428 sec., 4746.08448030375 rows/sec., 8.50 MiB/sec. | ||
| 7766 | 2025.02.11 21:35:41.589597 [ 255 ] {bdeeaaa2-c0aa-42f1-a87c-134ff999a46c} <Debug> TCPHandler: Processed in 0.009923965 sec. | ||
| 7767 | 2025.02.11 21:35:41.589832 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7768 | 2025.02.11 21:35:41.590078 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7769 | 2025.02.11 21:35:41.590187 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7770 | 2025.02.11 21:35:41.591063 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7771 | 2025.02.11 21:35:41.591105 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7772 | 2025.02.11 21:35:41.591714 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7773 | 2025.02.11 21:35:41.592014 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19662 rows, containing 5 columns (5 merged, 0 gathered) in 0.012454488 sec., 1578708.012726015 rows/sec., 106.69 MiB/sec. | ||
| 7774 | 2025.02.11 21:35:41.592213 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2025.02.11 21:35:41.592519 [ 62 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7776 | 2025.02.11 21:35:41.592608 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002587 sec., 23192.887514495556 rows/sec., 1.56 MiB/sec. | ||
| 7777 | 2025.02.11 21:35:41.592630 [ 62 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7778 | 2025.02.11 21:35:41.592705 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7779 | 2025.02.11 21:35:41.592710 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7780 | 2025.02.11 21:35:41.593079 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 7781 | 2025.02.11 21:35:41.593088 [ 257 ] {1ecf41e9-8997-4d9c-b7fa-4523116d25a2} <Debug> TCPHandler: Processed in 0.003368583 sec. | ||
| 7782 | 2025.02.11 21:35:41.593455 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7783 | 2025.02.11 21:35:41.593509 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3514 rows starting from the beginning of the part | ||
| 7784 | 2025.02.11 21:35:41.593560 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7785 | 2025.02.11 21:35:41.593705 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7786 | 2025.02.11 21:35:41.593946 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7787 | 2025.02.11 21:35:41.594052 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 7788 | 2025.02.11 21:35:41.594288 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.32 MiB. | ||
| 7789 | 2025.02.11 21:35:41.594406 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7790 | 2025.02.11 21:35:41.594600 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7791 | 2025.02.11 21:35:41.594828 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7792 | 2025.02.11 21:35:41.596401 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3858 rows, containing 4 columns (4 merged, 0 gathered) in 0.003546647 sec., 1087787.9867942876 rows/sec., 71.21 MiB/sec. | ||
| 7793 | 2025.02.11 21:35:41.596915 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7794 | 2025.02.11 21:35:41.597483 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2025.02.11 21:35:41.597631 [ 189 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_56_11} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7796 | 2025.02.11 21:35:41.597725 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7797 | 2025.02.11 21:35:46.565892 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7798 | 2025.02.11 21:35:46.566118 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7799 | 2025.02.11 21:35:46.566199 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7800 | 2025.02.11 21:35:46.567066 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7801 | 2025.02.11 21:35:46.567115 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7802 | 2025.02.11 21:35:46.567563 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7803 | 2025.02.11 21:35:46.567837 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7804 | 2025.02.11 21:35:46.568072 [ 57 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7805 | 2025.02.11 21:35:46.568110 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00205 sec., 103414.63414634146 rows/sec., 6.58 MiB/sec. | ||
| 7806 | 2025.02.11 21:35:46.568190 [ 57 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2025.02.11 21:35:46.568253 [ 255 ] {878c0fe2-9ea3-4737-8c25-6764d7b199a7} <Debug> TCPHandler: Processed in 0.002520872 sec. | ||
| 7808 | 2025.02.11 21:35:46.568279 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7809 | 2025.02.11 21:35:46.568516 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7810 | 2025.02.11 21:35:46.568616 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7811 | 2025.02.11 21:35:46.568748 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7812 | 2025.02.11 21:35:46.568820 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7813 | 2025.02.11 21:35:46.568996 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7814 | 2025.02.11 21:35:46.569088 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7815 | 2025.02.11 21:35:46.569165 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7816 | 2025.02.11 21:35:46.569411 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7817 | 2025.02.11 21:35:46.569779 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7818 | 2025.02.11 21:35:46.570043 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 7819 | 2025.02.11 21:35:46.572210 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2025.02.11 21:35:46.572256 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7821 | 2025.02.11 21:35:46.572656 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004218184 sec., 251292.97346915168 rows/sec., 16.94 MiB/sec. | ||
| 7822 | 2025.02.11 21:35:46.572873 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7823 | 2025.02.11 21:35:46.573249 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7824 | 2025.02.11 21:35:46.573405 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_25_6} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.02.11 21:35:46.573534 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_25_6} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7826 | 2025.02.11 21:35:46.573681 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7827 | 2025.02.11 21:35:46.573741 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2025.02.11 21:35:46.573953 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005096 sec., 121075.35321821037 rows/sec., 9.47 MiB/sec. | ||
| 7829 | 2025.02.11 21:35:46.574019 [ 257 ] {d22c2bbc-8195-489d-843d-87cbc1e1f26b} <Debug> TCPHandler: Processed in 0.005632649 sec. | ||
| 7830 | 2025.02.11 21:35:46.574184 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7831 | 2025.02.11 21:35:46.574322 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7832 | 2025.02.11 21:35:46.574381 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7833 | 2025.02.11 21:35:46.575074 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2025.02.11 21:35:46.575113 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7835 | 2025.02.11 21:35:46.575489 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7836 | 2025.02.11 21:35:46.575737 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7837 | 2025.02.11 21:35:46.575948 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001656 sec., 64009.6618357488 rows/sec., 3.77 MiB/sec. | ||
| 7838 | 2025.02.11 21:35:46.576001 [ 255 ] {05dc53b8-a0de-44a9-890c-4b395a331108} <Debug> TCPHandler: Processed in 0.001884247 sec. | ||
| 7839 | 2025.02.11 21:35:46.576151 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7840 | 2025.02.11 21:35:46.576291 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7841 | 2025.02.11 21:35:46.576348 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7842 | 2025.02.11 21:35:46.577028 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7843 | 2025.02.11 21:35:46.577066 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7844 | 2025.02.11 21:35:46.577434 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7845 | 2025.02.11 21:35:46.577684 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.02.11 21:35:46.577867 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001607 sec., 70317.36154324829 rows/sec., 4.55 MiB/sec. | ||
| 7847 | 2025.02.11 21:35:46.577919 [ 257 ] {4d2f69f6-1344-4921-9777-9d251058ff56} <Debug> TCPHandler: Processed in 0.001834575 sec. | ||
| 7848 | 2025.02.11 21:35:46.578067 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7849 | 2025.02.11 21:35:46.578202 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7850 | 2025.02.11 21:35:46.578258 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7851 | 2025.02.11 21:35:46.578960 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2025.02.11 21:35:46.579000 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7853 | 2025.02.11 21:35:46.579371 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7854 | 2025.02.11 21:35:46.579611 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.02.11 21:35:46.579775 [ 57 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7856 | 2025.02.11 21:35:46.579859 [ 57 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7857 | 2025.02.11 21:35:46.579869 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001682 sec., 66587.39595719382 rows/sec., 3.79 MiB/sec. | ||
| 7858 | 2025.02.11 21:35:46.579908 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7859 | 2025.02.11 21:35:46.579989 [ 255 ] {cd4c6cd2-9b30-4d03-884c-ce648d814164} <Debug> TCPHandler: Processed in 0.001986569 sec. | ||
| 7860 | 2025.02.11 21:35:46.580134 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7861 | 2025.02.11 21:35:46.580246 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.02.11 21:35:46.580304 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7863 | 2025.02.11 21:35:46.580351 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7864 | 2025.02.11 21:35:46.580690 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7865 | 2025.02.11 21:35:46.580800 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7866 | 2025.02.11 21:35:46.580969 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7867 | 2025.02.11 21:35:46.580991 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7868 | 2025.02.11 21:35:46.581309 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7869 | 2025.02.11 21:35:46.581615 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 7870 | 2025.02.11 21:35:46.583699 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2025.02.11 21:35:46.583777 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7872 | 2025.02.11 21:35:46.584323 [ 191 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004277115 sec., 130929.37646053474 rows/sec., 7.96 MiB/sec. | ||
| 7873 | 2025.02.11 21:35:46.584567 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7874 | 2025.02.11 21:35:46.584631 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7875 | 2025.02.11 21:35:46.585119 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_25_6} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.02.11 21:35:46.585178 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2025.02.11 21:35:46.585299 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_25_6} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7878 | 2025.02.11 21:35:46.585491 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7879 | 2025.02.11 21:35:46.585597 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005033 sec., 75899.06616332207 rows/sec., 5.35 MiB/sec. | ||
| 7880 | 2025.02.11 21:35:46.585670 [ 257 ] {4da15099-19bd-419c-a290-c6346d25d9f4} <Debug> TCPHandler: Processed in 0.005566648 sec. | ||
| 7881 | 2025.02.11 21:35:46.585815 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2025.02.11 21:35:46.585930 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7883 | 2025.02.11 21:35:46.585982 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7884 | 2025.02.11 21:35:46.586478 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2025.02.11 21:35:46.586517 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7886 | 2025.02.11 21:35:46.586890 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7887 | 2025.02.11 21:35:46.587141 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2025.02.11 21:35:46.587365 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec. | ||
| 7889 | 2025.02.11 21:35:46.587415 [ 255 ] {31cb1253-9647-49a0-bf3b-075bacac3b3e} <Debug> TCPHandler: Processed in 0.001656011 sec. | ||
| 7890 | 2025.02.11 21:35:46.587551 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2025.02.11 21:35:46.587667 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7892 | 2025.02.11 21:35:46.587720 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7893 | 2025.02.11 21:35:46.588398 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2025.02.11 21:35:46.588443 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7895 | 2025.02.11 21:35:46.588902 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7896 | 2025.02.11 21:35:46.589144 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.02.11 21:35:46.589332 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
| 7898 | 2025.02.11 21:35:46.589400 [ 257 ] {3cac78fa-b267-4458-998a-f212e682d7f0} <Debug> TCPHandler: Processed in 0.001902487 sec. | ||
| 7899 | 2025.02.11 21:35:46.589600 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2025.02.11 21:35:46.589735 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7901 | 2025.02.11 21:35:46.589787 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7902 | 2025.02.11 21:35:46.590272 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2025.02.11 21:35:46.590310 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7904 | 2025.02.11 21:35:46.590680 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7905 | 2025.02.11 21:35:46.590921 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2025.02.11 21:35:46.591079 [ 57 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7907 | 2025.02.11 21:35:46.591140 [ 57 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2025.02.11 21:35:46.591174 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7909 | 2025.02.11 21:35:46.591181 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 7910 | 2025.02.11 21:35:46.591427 [ 255 ] {b0d59f84-109e-4474-ab94-8dfeef6b7fe4} <Debug> TCPHandler: Processed in 0.001931338 sec. | ||
| 7911 | 2025.02.11 21:35:46.591554 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 7912 | 2025.02.11 21:35:46.591896 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7913 | 2025.02.11 21:35:46.592009 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7914 | 2025.02.11 21:35:46.592046 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
| 7915 | 2025.02.11 21:35:46.592258 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7916 | 2025.02.11 21:35:46.592300 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7917 | 2025.02.11 21:35:46.592412 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7918 | 2025.02.11 21:35:46.592636 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7919 | 2025.02.11 21:35:46.593035 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7920 | 2025.02.11 21:35:46.593376 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7921 | 2025.02.11 21:35:46.593690 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7922 | 2025.02.11 21:35:46.594599 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7923 | 2025.02.11 21:35:46.594665 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7924 | 2025.02.11 21:35:46.595612 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7925 | 2025.02.11 21:35:46.596270 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7926 | 2025.02.11 21:35:46.596437 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005168518 sec., 5030.455538705679 rows/sec., 338.21 KiB/sec. | ||
| 7927 | 2025.02.11 21:35:46.596637 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004505 sec., 18201.99778024417 rows/sec., 1.16 MiB/sec. | ||
| 7928 | 2025.02.11 21:35:46.596743 [ 257 ] {141aa28b-43ae-42de-9756-c16f52feb247} <Debug> TCPHandler: Processed in 0.005197178 sec. | ||
| 7929 | 2025.02.11 21:35:46.596766 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7930 | 2025.02.11 21:35:46.597154 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2025.02.11 21:35:46.597246 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_26_5} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7932 | 2025.02.11 21:35:46.597355 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7933 | 2025.02.11 21:35:47.562879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7934 | 2025.02.11 21:35:47.563530 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.02.11 21:35:47.563582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7936 | 2025.02.11 21:35:47.564131 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7937 | 2025.02.11 21:35:47.564397 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.02.11 21:35:47.564641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7939 | 2025.02.11 21:35:47.564640 [ 51 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7940 | 2025.02.11 21:35:47.564729 [ 51 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7941 | 2025.02.11 21:35:47.564757 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7942 | 2025.02.11 21:35:47.564973 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7943 | 2025.02.11 21:35:47.565261 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7944 | 2025.02.11 21:35:47.565312 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7945 | 2025.02.11 21:35:47.565406 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7946 | 2025.02.11 21:35:47.565632 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7947 | 2025.02.11 21:35:47.565720 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7948 | 2025.02.11 21:35:47.565904 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7949 | 2025.02.11 21:35:47.566153 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 7950 | 2025.02.11 21:35:47.568939 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004098951 sec., 4583611.758227898 rows/sec., 65.57 MiB/sec. | ||
| 7951 | 2025.02.11 21:35:47.569335 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7952 | 2025.02.11 21:35:47.569693 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_41_8} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7953 | 2025.02.11 21:35:47.569784 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_41_8} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7954 | 2025.02.11 21:35:47.569904 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7955 | 2025.02.11 21:35:48.910514 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7956 | 2025.02.11 21:35:48.932747 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2025.02.11 21:35:48.932819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7958 | 2025.02.11 21:35:48.940520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7959 | 2025.02.11 21:35:48.941320 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2025.02.11 21:35:48.941720 [ 52 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7961 | 2025.02.11 21:35:48.941834 [ 52 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2025.02.11 21:35:48.941908 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7963 | 2025.02.11 21:35:48.942479 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7964 | 2025.02.11 21:35:48.952548 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7965 | 2025.02.11 21:35:48.953735 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7966 | 2025.02.11 21:35:48.954627 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7967 | 2025.02.11 21:35:48.959300 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7968 | 2025.02.11 21:35:48.963906 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7969 | 2025.02.11 21:35:48.968936 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7970 | 2025.02.11 21:35:48.974262 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7971 | 2025.02.11 21:35:48.978968 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 7972 | 2025.02.11 21:35:49.000257 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.21 MiB, peak 223.21 MiB, free memory in arenas 0.00 B, will set to 215.02 MiB (RSS), difference: -8.19 MiB | ||
| 7973 | 2025.02.11 21:35:49.050317 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108278146 sec., 2853.7614598609766 rows/sec., 14.76 MiB/sec. | ||
| 7974 | 2025.02.11 21:35:49.053366 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7975 | 2025.02.11 21:35:49.056514 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_41_8} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7976 | 2025.02.11 21:35:49.056649 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_41_8} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7977 | 2025.02.11 21:35:49.058881 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7978 | 2025.02.11 21:35:50.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.61 MiB, peak 223.21 MiB, free memory in arenas 0.00 B, will set to 216.50 MiB (RSS), difference: 10.89 MiB | ||
| 7979 | 2025.02.11 21:35:50.171793 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1104 | ||
| 7980 | 2025.02.11 21:35:50.175064 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2025.02.11 21:35:50.175122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7982 | 2025.02.11 21:35:50.176649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7983 | 2025.02.11 21:35:50.176974 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7984 | 2025.02.11 21:35:50.178978 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1104 | ||
| 7985 | 2025.02.11 21:35:51.561732 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2025.02.11 21:35:51.561956 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7987 | 2025.02.11 21:35:51.562033 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7988 | 2025.02.11 21:35:51.562852 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2025.02.11 21:35:51.562894 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7990 | 2025.02.11 21:35:51.563350 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7991 | 2025.02.11 21:35:51.563610 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2025.02.11 21:35:51.563846 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001943 sec., 69994.85331960885 rows/sec., 6.04 MiB/sec. | ||
| 7993 | 2025.02.11 21:35:51.563980 [ 255 ] {0cb4674f-9cbe-443c-b420-3339fc358030} <Debug> TCPHandler: Processed in 0.002375389 sec. | ||
| 7994 | 2025.02.11 21:35:51.564288 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2025.02.11 21:35:51.564528 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7996 | 2025.02.11 21:35:51.564612 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7997 | 2025.02.11 21:35:51.565425 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2025.02.11 21:35:51.565478 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7999 | 2025.02.11 21:35:51.565917 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8000 | 2025.02.11 21:35:51.566171 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.02.11 21:35:51.566409 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001941 sec., 20607.934054611025 rows/sec., 1.51 MiB/sec. | ||
| 8002 | 2025.02.11 21:35:51.566467 [ 257 ] {3b70da27-85dd-4e60-b9d5-cbdc3c434a54} <Debug> TCPHandler: Processed in 0.002378009 sec. | ||
| 8003 | 2025.02.11 21:35:51.566619 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2025.02.11 21:35:51.566767 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8005 | 2025.02.11 21:35:51.566829 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8006 | 2025.02.11 21:35:51.567484 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2025.02.11 21:35:51.567524 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8008 | 2025.02.11 21:35:51.567913 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8009 | 2025.02.11 21:35:51.568172 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2025.02.11 21:35:51.568359 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001629 sec., 63842.848373235116 rows/sec., 4.99 MiB/sec. | ||
| 8011 | 2025.02.11 21:35:51.568413 [ 255 ] {d079bf9c-e400-4ba7-bfa8-289f89851e15} <Debug> TCPHandler: Processed in 0.001866206 sec. | ||
| 8012 | 2025.02.11 21:35:51.568622 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8013 | 2025.02.11 21:35:51.568846 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8014 | 2025.02.11 21:35:51.568943 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8015 | 2025.02.11 21:35:51.569560 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2025.02.11 21:35:51.569600 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8017 | 2025.02.11 21:35:51.570015 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8018 | 2025.02.11 21:35:51.570258 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2025.02.11 21:35:51.570447 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 8020 | 2025.02.11 21:35:51.570499 [ 257 ] {66578e66-aaed-4cef-81a8-d21645738daf} <Debug> TCPHandler: Processed in 0.00199207 sec. | ||
| 8021 | 2025.02.11 21:35:51.570658 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2025.02.11 21:35:51.570799 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8023 | 2025.02.11 21:35:51.570895 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8024 | 2025.02.11 21:35:51.572098 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2025.02.11 21:35:51.572137 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8026 | 2025.02.11 21:35:51.572817 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8027 | 2025.02.11 21:35:51.573083 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2025.02.11 21:35:51.573363 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002595 sec., 15414.258188824662 rows/sec., 27.62 MiB/sec. | ||
| 8029 | 2025.02.11 21:35:51.573678 [ 255 ] {c3fff18f-ce73-4b68-b91b-8cbc9e041039} <Debug> TCPHandler: Processed in 0.003087556 sec. | ||
| 8030 | 2025.02.11 21:35:51.573898 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8031 | 2025.02.11 21:35:51.574070 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8032 | 2025.02.11 21:35:51.574130 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8033 | 2025.02.11 21:35:51.574721 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2025.02.11 21:35:51.574768 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8035 | 2025.02.11 21:35:51.575170 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8036 | 2025.02.11 21:35:51.575414 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2025.02.11 21:35:51.575601 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec. | ||
| 8038 | 2025.02.11 21:35:51.575650 [ 257 ] {0266880d-3755-412d-bed6-2fbb0a0991ec} <Debug> TCPHandler: Processed in 0.001869016 sec. | ||
| 8039 | 2025.02.11 21:35:54.931089 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8040 | 2025.02.11 21:35:54.931143 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8041 | 2025.02.11 21:35:55.064773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8042 | 2025.02.11 21:35:55.065473 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2025.02.11 21:35:55.065517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8044 | 2025.02.11 21:35:55.066059 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8045 | 2025.02.11 21:35:55.066312 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8046 | 2025.02.11 21:35:55.066524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8047 | 2025.02.11 21:35:56.452631 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8048 | 2025.02.11 21:35:56.470909 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8049 | 2025.02.11 21:35:56.470964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8050 | 2025.02.11 21:35:56.477962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8051 | 2025.02.11 21:35:56.478724 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8052 | 2025.02.11 21:35:56.481309 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8053 | 2025.02.11 21:35:56.565860 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8054 | 2025.02.11 21:35:56.566166 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8055 | 2025.02.11 21:35:56.566262 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8056 | 2025.02.11 21:35:56.567092 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8057 | 2025.02.11 21:35:56.567139 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8058 | 2025.02.11 21:35:56.567618 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8059 | 2025.02.11 21:35:56.567883 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8060 | 2025.02.11 21:35:56.568131 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002046 sec., 103616.81329423265 rows/sec., 6.59 MiB/sec. | ||
| 8061 | 2025.02.11 21:35:56.568348 [ 255 ] {85defdf6-2f03-4da0-ab13-b088c117616e} <Debug> TCPHandler: Processed in 0.002670836 sec. | ||
| 8062 | 2025.02.11 21:35:56.568739 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8063 | 2025.02.11 21:35:56.569044 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8064 | 2025.02.11 21:35:56.569160 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8065 | 2025.02.11 21:35:56.570163 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8066 | 2025.02.11 21:35:56.570217 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8067 | 2025.02.11 21:35:56.570717 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8068 | 2025.02.11 21:35:56.570987 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8069 | 2025.02.11 21:35:56.571231 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002271 sec., 271686.48172611184 rows/sec., 21.24 MiB/sec. | ||
| 8070 | 2025.02.11 21:35:56.571302 [ 257 ] {db45250e-0a1f-4ebb-a9d3-d776bcff985b} <Debug> TCPHandler: Processed in 0.00281303 sec. | ||
| 8071 | 2025.02.11 21:35:56.571452 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8072 | 2025.02.11 21:35:56.571598 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8073 | 2025.02.11 21:35:56.571658 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8074 | 2025.02.11 21:35:56.572353 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8075 | 2025.02.11 21:35:56.572391 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8076 | 2025.02.11 21:35:56.572767 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8077 | 2025.02.11 21:35:56.573019 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8078 | 2025.02.11 21:35:56.573204 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001641 sec., 64594.75929311395 rows/sec., 3.80 MiB/sec. | ||
| 8079 | 2025.02.11 21:35:56.573258 [ 255 ] {cdc42870-553c-464f-9eae-408c6b7f3b26} <Debug> TCPHandler: Processed in 0.001875187 sec. | ||
| 8080 | 2025.02.11 21:35:56.573466 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8081 | 2025.02.11 21:35:56.573696 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8082 | 2025.02.11 21:35:56.573789 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8083 | 2025.02.11 21:35:56.574590 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2025.02.11 21:35:56.574631 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8085 | 2025.02.11 21:35:56.575005 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8086 | 2025.02.11 21:35:56.575241 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.02.11 21:35:56.575405 [ 39 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8088 | 2025.02.11 21:35:56.575488 [ 39 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8089 | 2025.02.11 21:35:56.575488 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001844 sec., 61279.82646420824 rows/sec., 3.97 MiB/sec. | ||
| 8090 | 2025.02.11 21:35:56.575534 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8091 | 2025.02.11 21:35:56.575631 [ 257 ] {eb32a606-1299-48cb-9b2b-be0c90f2f51e} <Debug> TCPHandler: Processed in 0.002271976 sec. | ||
| 8092 | 2025.02.11 21:35:56.575958 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2025.02.11 21:35:56.576299 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 8094 | 2025.02.11 21:35:56.576350 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8095 | 2025.02.11 21:35:56.576515 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8096 | 2025.02.11 21:35:56.576909 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8097 | 2025.02.11 21:35:56.577013 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 342 rows starting from the beginning of the part | ||
| 8098 | 2025.02.11 21:35:56.577328 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 8099 | 2025.02.11 21:35:56.577784 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
| 8100 | 2025.02.11 21:35:56.578207 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 8101 | 2025.02.11 21:35:56.578556 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 8102 | 2025.02.11 21:35:56.578772 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
| 8103 | 2025.02.11 21:35:56.579686 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8104 | 2025.02.11 21:35:56.579761 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8105 | 2025.02.11 21:35:56.580874 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8106 | 2025.02.11 21:35:56.581383 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8107 | 2025.02.11 21:35:56.581774 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.00606928 sec., 168389.00166082304 rows/sec., 11.77 MiB/sec. | ||
| 8108 | 2025.02.11 21:35:56.581903 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005674 sec., 19739.161085653857 rows/sec., 1.12 MiB/sec. | ||
| 8109 | 2025.02.11 21:35:56.582056 [ 255 ] {20c642ef-1b73-4ef3-bb0c-515049c7edd1} <Debug> TCPHandler: Processed in 0.006313496 sec. | ||
| 8110 | 2025.02.11 21:35:56.582177 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8111 | 2025.02.11 21:35:56.582253 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8112 | 2025.02.11 21:35:56.582419 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8113 | 2025.02.11 21:35:56.582489 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8114 | 2025.02.11 21:35:56.582501 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.02.11 21:35:56.582623 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_36_7} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8116 | 2025.02.11 21:35:56.582734 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 8117 | 2025.02.11 21:35:56.583372 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8118 | 2025.02.11 21:35:56.583411 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8119 | 2025.02.11 21:35:56.583802 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8120 | 2025.02.11 21:35:56.584042 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8121 | 2025.02.11 21:35:56.584271 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001896 sec., 201476.79324894515 rows/sec., 14.21 MiB/sec. | ||
| 8122 | 2025.02.11 21:35:56.584341 [ 257 ] {80f75202-c48d-43e0-b464-e975340a5bd3} <Debug> TCPHandler: Processed in 0.002171013 sec. | ||
| 8123 | 2025.02.11 21:35:56.584548 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8124 | 2025.02.11 21:35:56.584703 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8125 | 2025.02.11 21:35:56.584762 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8126 | 2025.02.11 21:35:56.585313 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2025.02.11 21:35:56.585351 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8128 | 2025.02.11 21:35:56.585726 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8129 | 2025.02.11 21:35:56.585969 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2025.02.11 21:35:56.586093 [ 39 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8131 | 2025.02.11 21:35:56.586133 [ 39 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.02.11 21:35:56.586164 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8133 | 2025.02.11 21:35:56.586166 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 8134 | 2025.02.11 21:35:56.586373 [ 255 ] {2c598470-524c-4ea7-b26f-045766acbb62} <Debug> TCPHandler: Processed in 0.001938417 sec. | ||
| 8135 | 2025.02.11 21:35:56.586655 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 8136 | 2025.02.11 21:35:56.586796 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8137 | 2025.02.11 21:35:56.587246 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8138 | 2025.02.11 21:35:56.587304 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8139 | 2025.02.11 21:35:56.587325 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8140 | 2025.02.11 21:35:56.587418 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8141 | 2025.02.11 21:35:56.587577 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8142 | 2025.02.11 21:35:56.587846 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8143 | 2025.02.11 21:35:56.588117 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8144 | 2025.02.11 21:35:56.588405 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8145 | 2025.02.11 21:35:56.588723 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8146 | 2025.02.11 21:35:56.590339 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8147 | 2025.02.11 21:35:56.590401 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8148 | 2025.02.11 21:35:56.591566 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8149 | 2025.02.11 21:35:56.591588 [ 189 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005300611 sec., 29430.569419261286 rows/sec., 1.50 MiB/sec. | ||
| 8150 | 2025.02.11 21:35:56.591751 [ 197 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8151 | 2025.02.11 21:35:56.591870 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8152 | 2025.02.11 21:35:56.592191 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004972 sec., 47666.93483507643 rows/sec., 3.19 MiB/sec. | ||
| 8153 | 2025.02.11 21:35:56.592335 [ 197 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2025.02.11 21:35:56.592364 [ 257 ] {33de41a8-2ce6-423a-bb64-68e1b7d5bc8b} <Debug> TCPHandler: Processed in 0.005844544 sec. | ||
| 8155 | 2025.02.11 21:35:56.592652 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8156 | 2025.02.11 21:35:56.592671 [ 197 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_26_5} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8157 | 2025.02.11 21:35:56.592930 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8158 | 2025.02.11 21:35:56.593084 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8159 | 2025.02.11 21:35:56.593152 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8160 | 2025.02.11 21:35:56.593636 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8161 | 2025.02.11 21:35:56.593675 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8162 | 2025.02.11 21:35:56.594042 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8163 | 2025.02.11 21:35:56.594288 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8164 | 2025.02.11 21:35:56.594504 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec. | ||
| 8165 | 2025.02.11 21:35:56.594724 [ 255 ] {6bc3b163-362e-4948-a45a-244bbd5e64f6} <Debug> TCPHandler: Processed in 0.002253326 sec. | ||
| 8166 | 2025.02.11 21:35:56.594891 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8167 | 2025.02.11 21:35:56.595029 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8168 | 2025.02.11 21:35:56.595089 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8169 | 2025.02.11 21:35:56.595583 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8170 | 2025.02.11 21:35:56.595622 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8171 | 2025.02.11 21:35:56.595992 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8172 | 2025.02.11 21:35:56.596237 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2025.02.11 21:35:56.596475 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001471 sec., 55744.3915703603 rows/sec., 3.54 MiB/sec. | ||
| 8174 | 2025.02.11 21:35:56.596587 [ 257 ] {02422881-fc2f-4315-a07d-2237156c867c} <Debug> TCPHandler: Processed in 0.001760763 sec. | ||
| 8175 | 2025.02.11 21:35:57.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.77 MiB, peak 223.21 MiB, free memory in arenas 0.00 B, will set to 216.58 MiB (RSS), difference: -1.19 MiB | ||
| 8176 | 2025.02.11 21:36:00.179194 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1136 | ||
| 8177 | 2025.02.11 21:36:00.182379 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.02.11 21:36:00.182439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8179 | 2025.02.11 21:36:00.183928 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8180 | 2025.02.11 21:36:00.184247 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.02.11 21:36:00.184513 [ 37 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8182 | 2025.02.11 21:36:00.184642 [ 37 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2025.02.11 21:36:00.184702 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8184 | 2025.02.11 21:36:00.185140 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 8185 | 2025.02.11 21:36:00.185627 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136 | ||
| 8186 | 2025.02.11 21:36:00.186181 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8187 | 2025.02.11 21:36:00.186387 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 970 rows starting from the beginning of the part | ||
| 8188 | 2025.02.11 21:36:00.187158 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8189 | 2025.02.11 21:36:00.187905 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 8190 | 2025.02.11 21:36:00.188576 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 8191 | 2025.02.11 21:36:00.189190 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 8192 | 2025.02.11 21:36:00.189830 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 8193 | 2025.02.11 21:36:00.199073 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 72 columns (72 merged, 0 gathered) in 0.0141869 sec., 80073.87096546814 rows/sec., 63.96 MiB/sec. | ||
| 8194 | 2025.02.11 21:36:00.200709 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8195 | 2025.02.11 21:36:00.201473 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.02.11 21:36:00.201558 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_31_6} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8197 | 2025.02.11 21:36:00.201868 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.67 MiB. | ||
| 8198 | 2025.02.11 21:36:01.153218 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2025.02.11 21:36:01.153418 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8200 | 2025.02.11 21:36:01.153493 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8201 | 2025.02.11 21:36:01.154232 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.02.11 21:36:01.154282 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8203 | 2025.02.11 21:36:01.154712 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8204 | 2025.02.11 21:36:01.154966 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.02.11 21:36:01.155170 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001804 sec., 7760.532150776053 rows/sec., 632.82 KiB/sec. | ||
| 8206 | 2025.02.11 21:36:01.155231 [ 255 ] {58b47997-625b-4ce1-9c98-ddb8f4b1422a} <Debug> TCPHandler: Processed in 0.002142103 sec. | ||
| 8207 | 2025.02.11 21:36:01.155479 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8208 | 2025.02.11 21:36:01.155694 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8209 | 2025.02.11 21:36:01.155777 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8210 | 2025.02.11 21:36:01.157113 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.02.11 21:36:01.157160 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8212 | 2025.02.11 21:36:01.157674 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8213 | 2025.02.11 21:36:01.157927 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2025.02.11 21:36:01.158172 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002539 sec., 505317.05395825126 rows/sec., 41.96 MiB/sec. | ||
| 8215 | 2025.02.11 21:36:01.158232 [ 257 ] {f27061eb-8a07-42b6-96d5-184e0614e274} <Debug> TCPHandler: Processed in 0.002901472 sec. | ||
| 8216 | 2025.02.11 21:36:01.158387 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2025.02.11 21:36:01.158534 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8218 | 2025.02.11 21:36:01.158593 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8219 | 2025.02.11 21:36:01.159306 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2025.02.11 21:36:01.159347 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8221 | 2025.02.11 21:36:01.159708 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8222 | 2025.02.11 21:36:01.159942 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.02.11 21:36:01.160069 [ 32 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8224 | 2025.02.11 21:36:01.160108 [ 32 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2025.02.11 21:36:01.160127 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.001624 sec., 33251.231527093594 rows/sec., 2.40 MiB/sec. | ||
| 8226 | 2025.02.11 21:36:01.160131 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8227 | 2025.02.11 21:36:01.160228 [ 255 ] {6a43bf01-78e4-4e68-9662-f100cdaa6236} <Debug> TCPHandler: Processed in 0.001909697 sec. | ||
| 8228 | 2025.02.11 21:36:01.160390 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 8229 | 2025.02.11 21:36:01.160448 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8230 | 2025.02.11 21:36:01.160651 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8231 | 2025.02.11 21:36:01.160692 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.02.11 21:36:01.160713 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part | ||
| 8233 | 2025.02.11 21:36:01.160792 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8234 | 2025.02.11 21:36:01.160963 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 8235 | 2025.02.11 21:36:01.161383 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 106 rows starting from the beginning of the part | ||
| 8236 | 2025.02.11 21:36:01.161757 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 8237 | 2025.02.11 21:36:01.162151 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 106 rows starting from the beginning of the part | ||
| 8238 | 2025.02.11 21:36:01.162546 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 54 rows starting from the beginning of the part | ||
| 8239 | 2025.02.11 21:36:01.163682 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.02.11 21:36:01.163792 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8241 | 2025.02.11 21:36:01.165152 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8242 | 2025.02.11 21:36:01.165635 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.02.11 21:36:01.166186 [ 192 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.005940657 sec., 85849.0904288869 rows/sec., 5.82 MiB/sec. | ||
| 8244 | 2025.02.11 21:36:01.166259 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005642 sec., 40411.20170152428 rows/sec., 2.74 MiB/sec. | ||
| 8245 | 2025.02.11 21:36:01.166419 [ 257 ] {e7c654fc-e9a3-4cff-b91c-bc0a05b65d64} <Debug> TCPHandler: Processed in 0.00608998 sec. | ||
| 8246 | 2025.02.11 21:36:01.166509 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8247 | 2025.02.11 21:36:01.166583 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2025.02.11 21:36:01.166716 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8249 | 2025.02.11 21:36:01.166777 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8250 | 2025.02.11 21:36:01.166863 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8251 | 2025.02.11 21:36:01.166965 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_56_11} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8252 | 2025.02.11 21:36:01.167095 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8253 | 2025.02.11 21:36:01.167719 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8254 | 2025.02.11 21:36:01.167756 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8255 | 2025.02.11 21:36:01.168142 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8256 | 2025.02.11 21:36:01.168378 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2025.02.11 21:36:01.168557 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.001877 sec., 305807.13905167824 rows/sec., 22.76 MiB/sec. | ||
| 8258 | 2025.02.11 21:36:01.168610 [ 255 ] {d896d93a-263d-4ac3-bb72-b18d9a7cebec} <Debug> TCPHandler: Processed in 0.002091992 sec. | ||
| 8259 | 2025.02.11 21:36:01.168764 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8260 | 2025.02.11 21:36:01.168904 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8261 | 2025.02.11 21:36:01.168966 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8262 | 2025.02.11 21:36:01.169787 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2025.02.11 21:36:01.169826 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8264 | 2025.02.11 21:36:01.170284 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8265 | 2025.02.11 21:36:01.170524 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.02.11 21:36:01.170776 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.001895 sec., 534564.6437994723 rows/sec., 35.94 MiB/sec. | ||
| 8267 | 2025.02.11 21:36:01.170899 [ 257 ] {9e10824b-ea95-49c9-8916-e0fcb0d3081b} <Debug> TCPHandler: Processed in 0.002204475 sec. | ||
| 8268 | 2025.02.11 21:36:01.171106 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8269 | 2025.02.11 21:36:01.171404 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8270 | 2025.02.11 21:36:01.171487 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8271 | 2025.02.11 21:36:01.172683 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2025.02.11 21:36:01.172721 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8273 | 2025.02.11 21:36:01.173392 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8274 | 2025.02.11 21:36:01.173654 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2025.02.11 21:36:01.173853 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002522 sec., 15860.428231562253 rows/sec., 28.42 MiB/sec. | ||
| 8276 | 2025.02.11 21:36:01.173942 [ 255 ] {229f9ca9-9cb5-48bd-8965-01853f82b099} <Debug> TCPHandler: Processed in 0.002961573 sec. | ||
| 8277 | 2025.02.11 21:36:01.174099 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8278 | 2025.02.11 21:36:01.174236 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8279 | 2025.02.11 21:36:01.174297 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8280 | 2025.02.11 21:36:01.174885 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.02.11 21:36:01.174932 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8282 | 2025.02.11 21:36:01.175377 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8283 | 2025.02.11 21:36:01.175613 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.02.11 21:36:01.175831 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 8285 | 2025.02.11 21:36:01.175881 [ 257 ] {a4a6318b-c67d-425d-a2ee-b39bd8b07d33} <Debug> TCPHandler: Processed in 0.001850686 sec. | ||
| 8286 | 2025.02.11 21:36:02.566661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8287 | 2025.02.11 21:36:02.567293 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.02.11 21:36:02.567333 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8289 | 2025.02.11 21:36:02.567871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8290 | 2025.02.11 21:36:02.568127 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.02.11 21:36:02.568350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8292 | 2025.02.11 21:36:03.981384 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8293 | 2025.02.11 21:36:04.002517 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2025.02.11 21:36:04.002580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8295 | 2025.02.11 21:36:04.009909 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8296 | 2025.02.11 21:36:04.010681 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2025.02.11 21:36:04.013836 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8298 | 2025.02.11 21:36:06.558759 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2025.02.11 21:36:06.559089 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8300 | 2025.02.11 21:36:06.559212 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8301 | 2025.02.11 21:36:06.560116 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8302 | 2025.02.11 21:36:06.560168 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8303 | 2025.02.11 21:36:06.560600 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8304 | 2025.02.11 21:36:06.560860 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8305 | 2025.02.11 21:36:06.561095 [ 50 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8306 | 2025.02.11 21:36:06.561155 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002152 sec., 26022.304832713755 rows/sec., 2.00 MiB/sec. | ||
| 8307 | 2025.02.11 21:36:06.561219 [ 50 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2025.02.11 21:36:06.561301 [ 255 ] {528b5c4a-d20c-4024-9cfc-ed2c55e880b5} <Debug> TCPHandler: Processed in 0.002732078 sec. | ||
| 8309 | 2025.02.11 21:36:06.561309 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8310 | 2025.02.11 21:36:06.561566 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 8311 | 2025.02.11 21:36:06.561695 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.02.11 21:36:06.561734 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8313 | 2025.02.11 21:36:06.561813 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1847 rows starting from the beginning of the part | ||
| 8314 | 2025.02.11 21:36:06.562024 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 617 rows starting from the beginning of the part | ||
| 8315 | 2025.02.11 21:36:06.562421 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part | ||
| 8316 | 2025.02.11 21:36:06.562419 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8317 | 2025.02.11 21:36:06.562711 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 617 rows starting from the beginning of the part | ||
| 8318 | 2025.02.11 21:36:06.562727 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8319 | 2025.02.11 21:36:06.563087 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1283 rows starting from the beginning of the part | ||
| 8320 | 2025.02.11 21:36:06.563340 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 8321 | 2025.02.11 21:36:06.565262 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.02.11 21:36:06.565349 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8323 | 2025.02.11 21:36:06.566368 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8324 | 2025.02.11 21:36:06.566663 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.02.11 21:36:06.566890 [ 50 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8326 | 2025.02.11 21:36:06.566992 [ 50 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8327 | 2025.02.11 21:36:06.567088 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8328 | 2025.02.11 21:36:06.567273 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005112 sec., 12519.561815336463 rows/sec., 1000.63 KiB/sec. | ||
| 8329 | 2025.02.11 21:36:06.567751 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 8330 | 2025.02.11 21:36:06.568269 [ 186 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.006767738 sec., 673193.9091022732 rows/sec., 57.20 MiB/sec. | ||
| 8331 | 2025.02.11 21:36:06.568294 [ 257 ] {22ec7fb6-9d79-4fd2-a9e4-9370b70f63f9} <Debug> TCPHandler: Processed in 0.006825338 sec. | ||
| 8332 | 2025.02.11 21:36:06.568458 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8333 | 2025.02.11 21:36:06.568648 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 8334 | 2025.02.11 21:36:06.568975 [ 186 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8335 | 2025.02.11 21:36:06.569373 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part | ||
| 8336 | 2025.02.11 21:36:06.569715 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8337 | 2025.02.11 21:36:06.569827 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part | ||
| 8338 | 2025.02.11 21:36:06.570074 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part | ||
| 8339 | 2025.02.11 21:36:06.570110 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8340 | 2025.02.11 21:36:06.570362 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8341 | 2025.02.11 21:36:06.570395 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 574 rows starting from the beginning of the part | ||
| 8342 | 2025.02.11 21:36:06.570890 [ 200 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 8343 | 2025.02.11 21:36:06.570926 [ 186 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2025.02.11 21:36:06.572329 [ 186 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_61_12} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8345 | 2025.02.11 21:36:06.572576 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 8346 | 2025.02.11 21:36:06.573425 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8347 | 2025.02.11 21:36:06.573510 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8348 | 2025.02.11 21:36:06.574505 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8349 | 2025.02.11 21:36:06.575025 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2025.02.11 21:36:06.575171 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.007910806 sec., 305910.6745886576 rows/sec., 23.43 MiB/sec. | ||
| 8351 | 2025.02.11 21:36:06.575385 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8352 | 2025.02.11 21:36:06.575505 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8353 | 2025.02.11 21:36:06.575563 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005576 sec., 28694.404591104732 rows/sec., 2.00 MiB/sec. | ||
| 8354 | 2025.02.11 21:36:06.575583 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8355 | 2025.02.11 21:36:06.575592 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8356 | 2025.02.11 21:36:06.575901 [ 255 ] {508233d6-b42e-42fd-bc46-327f3f43f398} <Debug> TCPHandler: Processed in 0.007377282 sec. | ||
| 8357 | 2025.02.11 21:36:06.576359 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 8358 | 2025.02.11 21:36:06.576493 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8359 | 2025.02.11 21:36:06.577140 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8360 | 2025.02.11 21:36:06.577370 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8361 | 2025.02.11 21:36:06.577449 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8362 | 2025.02.11 21:36:06.577467 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8363 | 2025.02.11 21:36:06.577571 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19662 rows starting from the beginning of the part | ||
| 8364 | 2025.02.11 21:36:06.577861 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_61_12} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8365 | 2025.02.11 21:36:06.578201 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8366 | 2025.02.11 21:36:06.578295 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8367 | 2025.02.11 21:36:06.578654 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 8368 | 2025.02.11 21:36:06.579035 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 8369 | 2025.02.11 21:36:06.579314 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1013 rows starting from the beginning of the part | ||
| 8370 | 2025.02.11 21:36:06.579674 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 8371 | 2025.02.11 21:36:06.580418 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2025.02.11 21:36:06.580482 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8373 | 2025.02.11 21:36:06.581210 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8374 | 2025.02.11 21:36:06.581642 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2025.02.11 21:36:06.581881 [ 50 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8376 | 2025.02.11 21:36:06.581941 [ 50 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8377 | 2025.02.11 21:36:06.581983 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005129 sec., 11698.186781048938 rows/sec., 807.30 KiB/sec. | ||
| 8378 | 2025.02.11 21:36:06.581989 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8379 | 2025.02.11 21:36:06.582309 [ 257 ] {c50991c5-e175-4d6c-8843-41ea52aab7ac} <Debug> TCPHandler: Processed in 0.006263715 sec. | ||
| 8380 | 2025.02.11 21:36:06.582490 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8381 | 2025.02.11 21:36:06.582816 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8382 | 2025.02.11 21:36:06.582903 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3858 rows starting from the beginning of the part | ||
| 8383 | 2025.02.11 21:36:06.583169 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 8384 | 2025.02.11 21:36:06.583487 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8385 | 2025.02.11 21:36:06.583861 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8386 | 2025.02.11 21:36:06.584170 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8387 | 2025.02.11 21:36:06.584305 [ 193 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 8388 | 2025.02.11 21:36:06.587961 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4202 rows, containing 4 columns (4 merged, 0 gathered) in 0.005794994 sec., 725108.6023557574 rows/sec., 47.47 MiB/sec. | ||
| 8389 | 2025.02.11 21:36:06.588503 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8390 | 2025.02.11 21:36:06.588888 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2025.02.11 21:36:06.589004 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_61_12} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8392 | 2025.02.11 21:36:06.589195 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8393 | 2025.02.11 21:36:06.589455 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21469 rows, containing 5 columns (5 merged, 0 gathered) in 0.013706709 sec., 1566313.2557932034 rows/sec., 105.85 MiB/sec. | ||
| 8394 | 2025.02.11 21:36:06.589884 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8395 | 2025.02.11 21:36:06.590206 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2025.02.11 21:36:06.590292 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8397 | 2025.02.11 21:36:06.590387 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 8398 | 2025.02.11 21:36:07.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.94 MiB, peak 227.53 MiB, free memory in arenas 0.00 B, will set to 217.95 MiB (RSS), difference: 1.00 MiB | ||
| 8399 | 2025.02.11 21:36:09.931380 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8400 | 2025.02.11 21:36:09.931433 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8401 | 2025.02.11 21:36:10.068484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8402 | 2025.02.11 21:36:10.069246 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2025.02.11 21:36:10.069297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8404 | 2025.02.11 21:36:10.069865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8405 | 2025.02.11 21:36:10.070121 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8406 | 2025.02.11 21:36:10.070363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8407 | 2025.02.11 21:36:10.185854 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1160 | ||
| 8408 | 2025.02.11 21:36:10.188730 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2025.02.11 21:36:10.188778 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8410 | 2025.02.11 21:36:10.190260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8411 | 2025.02.11 21:36:10.190566 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2025.02.11 21:36:10.191095 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1160 | ||
| 8413 | 2025.02.11 21:36:11.513927 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8414 | 2025.02.11 21:36:11.535250 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2025.02.11 21:36:11.535310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8416 | 2025.02.11 21:36:11.542639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8417 | 2025.02.11 21:36:11.543415 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8418 | 2025.02.11 21:36:11.546211 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8419 | 2025.02.11 21:36:11.562532 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2025.02.11 21:36:11.562746 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8421 | 2025.02.11 21:36:11.562822 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8422 | 2025.02.11 21:36:11.563659 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2025.02.11 21:36:11.563713 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8424 | 2025.02.11 21:36:11.564167 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8425 | 2025.02.11 21:36:11.564437 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2025.02.11 21:36:11.564692 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002005 sec., 67830.42394014963 rows/sec., 5.86 MiB/sec. | ||
| 8427 | 2025.02.11 21:36:11.564762 [ 255 ] {a35d5933-c83d-4c9a-ab03-34e3d8a4d001} <Debug> TCPHandler: Processed in 0.002379749 sec. | ||
| 8428 | 2025.02.11 21:36:11.565029 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2025.02.11 21:36:11.565245 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8430 | 2025.02.11 21:36:11.565330 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8431 | 2025.02.11 21:36:11.566148 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2025.02.11 21:36:11.566199 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8433 | 2025.02.11 21:36:11.566662 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8434 | 2025.02.11 21:36:11.566954 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2025.02.11 21:36:11.567239 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002043 sec., 19579.05041605482 rows/sec., 1.44 MiB/sec. | ||
| 8436 | 2025.02.11 21:36:11.567300 [ 257 ] {415c651c-bda0-4ae0-874b-727a2d2e362c} <Debug> TCPHandler: Processed in 0.00242248 sec. | ||
| 8437 | 2025.02.11 21:36:11.567557 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2025.02.11 21:36:11.567731 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8439 | 2025.02.11 21:36:11.567785 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8440 | 2025.02.11 21:36:11.568494 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2025.02.11 21:36:11.568535 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8442 | 2025.02.11 21:36:11.568919 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8443 | 2025.02.11 21:36:11.569170 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2025.02.11 21:36:11.569426 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001729 sec., 60150.37593984962 rows/sec., 4.70 MiB/sec. | ||
| 8445 | 2025.02.11 21:36:11.569532 [ 255 ] {7ac6aa69-0a8b-4357-bbf4-87f3ef908553} <Debug> TCPHandler: Processed in 0.002117923 sec. | ||
| 8446 | 2025.02.11 21:36:11.569791 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8447 | 2025.02.11 21:36:11.569940 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8448 | 2025.02.11 21:36:11.570004 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8449 | 2025.02.11 21:36:11.570692 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2025.02.11 21:36:11.570739 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8451 | 2025.02.11 21:36:11.571153 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8452 | 2025.02.11 21:36:11.571395 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.02.11 21:36:11.571616 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 8454 | 2025.02.11 21:36:11.571668 [ 257 ] {83d4e13b-0b18-41d8-8da1-66f927528e1e} <Debug> TCPHandler: Processed in 0.002033491 sec. | ||
| 8455 | 2025.02.11 21:36:11.571819 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8456 | 2025.02.11 21:36:11.571962 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8457 | 2025.02.11 21:36:11.572058 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8458 | 2025.02.11 21:36:11.573401 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8459 | 2025.02.11 21:36:11.573440 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8460 | 2025.02.11 21:36:11.574149 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8461 | 2025.02.11 21:36:11.574414 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2025.02.11 21:36:11.574608 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8463 | 2025.02.11 21:36:11.574688 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002751 sec., 14540.167211922937 rows/sec., 26.06 MiB/sec. | ||
| 8464 | 2025.02.11 21:36:11.574696 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2025.02.11 21:36:11.574769 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8466 | 2025.02.11 21:36:11.575247 [ 255 ] {64370b2f-6585-4601-af24-283122c16bfd} <Debug> TCPHandler: Processed in 0.003488066 sec. | ||
| 8467 | 2025.02.11 21:36:11.575645 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8468 | 2025.02.11 21:36:11.575830 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 8469 | 2025.02.11 21:36:11.575883 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8470 | 2025.02.11 21:36:11.575943 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8471 | 2025.02.11 21:36:11.576381 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8472 | 2025.02.11 21:36:11.576471 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 932 rows starting from the beginning of the part | ||
| 8473 | 2025.02.11 21:36:11.577150 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 8474 | 2025.02.11 21:36:11.577232 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8475 | 2025.02.11 21:36:11.577286 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8476 | 2025.02.11 21:36:11.577717 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 8477 | 2025.02.11 21:36:11.578218 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 8478 | 2025.02.11 21:36:11.578418 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8479 | 2025.02.11 21:36:11.578733 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 8480 | 2025.02.11 21:36:11.579111 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.02.11 21:36:11.579244 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 8482 | 2025.02.11 21:36:11.579627 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00375 sec., 16000 rows/sec., 1.08 MiB/sec. | ||
| 8483 | 2025.02.11 21:36:11.579850 [ 257 ] {504f1b97-af4a-4742-9bec-09e227bd3903} <Debug> TCPHandler: Processed in 0.00446632 sec. | ||
| 8484 | 2025.02.11 21:36:11.587035 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 19 columns (19 merged, 0 gathered) in 0.012041347 sec., 94009.4160561937 rows/sec., 168.46 MiB/sec. | ||
| 8485 | 2025.02.11 21:36:11.588430 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8486 | 2025.02.11 21:36:11.588863 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.02.11 21:36:11.588951 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8488 | 2025.02.11 21:36:11.589105 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.61 MiB. | ||
| 8489 | 2025.02.11 21:36:12.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.95 MiB, peak 227.53 MiB, free memory in arenas 0.00 B, will set to 221.20 MiB (RSS), difference: 2.25 MiB | ||
| 8490 | 2025.02.11 21:36:12.882654 [ 30 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8491 | 2025.02.11 21:36:12.882727 [ 30 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8492 | 2025.02.11 21:36:12.882758 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 8493 | 2025.02.11 21:36:12.883026 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 8494 | 2025.02.11 21:36:12.883226 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8495 | 2025.02.11 21:36:12.883270 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 8496 | 2025.02.11 21:36:12.883379 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 8497 | 2025.02.11 21:36:12.883484 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8498 | 2025.02.11 21:36:12.883800 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 8499 | 2025.02.11 21:36:12.883946 [ 194 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 8500 | 2025.02.11 21:36:12.885055 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002180993 sec., 22925.337220247842 rows/sec., 1.91 MiB/sec. | ||
| 8501 | 2025.02.11 21:36:12.885349 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8502 | 2025.02.11 21:36:12.885877 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8503 | 2025.02.11 21:36:12.885972 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_13_3} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8504 | 2025.02.11 21:36:12.886083 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8505 | 2025.02.11 21:36:16.560319 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8506 | 2025.02.11 21:36:16.560543 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8507 | 2025.02.11 21:36:16.560624 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8508 | 2025.02.11 21:36:16.561385 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2025.02.11 21:36:16.561427 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8510 | 2025.02.11 21:36:16.561845 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8511 | 2025.02.11 21:36:16.562095 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2025.02.11 21:36:16.562301 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001818 sec., 1100.1100110011002 rows/sec., 89.71 KiB/sec. | ||
| 8513 | 2025.02.11 21:36:16.562366 [ 255 ] {ab6fdeea-a0a8-46db-8094-6589d912c14a} <Debug> TCPHandler: Processed in 0.002185283 sec. | ||
| 8514 | 2025.02.11 21:36:16.562621 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8515 | 2025.02.11 21:36:16.562843 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8516 | 2025.02.11 21:36:16.562921 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8517 | 2025.02.11 21:36:16.563705 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2025.02.11 21:36:16.563757 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8519 | 2025.02.11 21:36:16.564197 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8520 | 2025.02.11 21:36:16.564469 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2025.02.11 21:36:16.564691 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00191 sec., 29842.931937172776 rows/sec., 2.29 MiB/sec. | ||
| 8522 | 2025.02.11 21:36:16.564747 [ 257 ] {61771d79-8b9f-483c-be7a-dc4fb8d9241b} <Debug> TCPHandler: Processed in 0.002272986 sec. | ||
| 8523 | 2025.02.11 21:36:16.564915 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8524 | 2025.02.11 21:36:16.565148 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8525 | 2025.02.11 21:36:16.565242 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8526 | 2025.02.11 21:36:16.566130 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.02.11 21:36:16.566167 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8528 | 2025.02.11 21:36:16.566526 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8529 | 2025.02.11 21:36:16.566763 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.02.11 21:36:16.566948 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00186 sec., 1075.268817204301 rows/sec., 75.08 KiB/sec. | ||
| 8531 | 2025.02.11 21:36:16.567003 [ 255 ] {c03d837d-981f-41e1-8451-6a512276319c} <Debug> TCPHandler: Processed in 0.002167584 sec. | ||
| 8532 | 2025.02.11 21:36:16.567152 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8533 | 2025.02.11 21:36:16.567272 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8534 | 2025.02.11 21:36:16.567321 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8535 | 2025.02.11 21:36:16.567923 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8536 | 2025.02.11 21:36:16.567962 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8537 | 2025.02.11 21:36:16.568322 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8538 | 2025.02.11 21:36:16.568563 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8539 | 2025.02.11 21:36:16.568771 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001523 sec., 43335.52199606041 rows/sec., 3.38 MiB/sec. | ||
| 8540 | 2025.02.11 21:36:16.568822 [ 257 ] {69558d5d-427f-4afa-8d01-acff2c6d27f0} <Debug> TCPHandler: Processed in 0.001729163 sec. | ||
| 8541 | 2025.02.11 21:36:16.568969 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8542 | 2025.02.11 21:36:16.569113 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8543 | 2025.02.11 21:36:16.569176 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8544 | 2025.02.11 21:36:16.569854 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8545 | 2025.02.11 21:36:16.569897 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8546 | 2025.02.11 21:36:16.570283 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8547 | 2025.02.11 21:36:16.570516 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8548 | 2025.02.11 21:36:16.570690 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001611 sec., 99937.9267535692 rows/sec., 6.96 MiB/sec. | ||
| 8549 | 2025.02.11 21:36:16.570741 [ 255 ] {eab4259b-6735-4c12-b5a1-8e445da3e2d6} <Debug> TCPHandler: Processed in 0.001836635 sec. | ||
| 8550 | 2025.02.11 21:36:16.570879 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8551 | 2025.02.11 21:36:16.571016 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8552 | 2025.02.11 21:36:16.571074 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8553 | 2025.02.11 21:36:16.571661 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2025.02.11 21:36:16.571708 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8555 | 2025.02.11 21:36:16.572116 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8556 | 2025.02.11 21:36:16.572358 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8557 | 2025.02.11 21:36:16.572565 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 8558 | 2025.02.11 21:36:16.572615 [ 257 ] {e3221aa8-79c3-4bc1-85cd-61551279f4ae} <Debug> TCPHandler: Processed in 0.001793474 sec. | ||
| 8559 | 2025.02.11 21:36:17.570492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8560 | 2025.02.11 21:36:17.571126 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2025.02.11 21:36:17.571170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8562 | 2025.02.11 21:36:17.571687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8563 | 2025.02.11 21:36:17.571939 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2025.02.11 21:36:17.572216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8565 | 2025.02.11 21:36:19.046288 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8566 | 2025.02.11 21:36:19.067995 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2025.02.11 21:36:19.068058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8568 | 2025.02.11 21:36:19.075479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8569 | 2025.02.11 21:36:19.076280 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8570 | 2025.02.11 21:36:19.079572 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8571 | 2025.02.11 21:36:20.191319 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1184 | ||
| 8572 | 2025.02.11 21:36:20.194503 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.02.11 21:36:20.194565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8574 | 2025.02.11 21:36:20.196066 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8575 | 2025.02.11 21:36:20.196383 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2025.02.11 21:36:20.196935 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8577 | 2025.02.11 21:36:21.561999 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8578 | 2025.02.11 21:36:21.562334 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8579 | 2025.02.11 21:36:21.562453 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8580 | 2025.02.11 21:36:21.563526 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8581 | 2025.02.11 21:36:21.563579 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8582 | 2025.02.11 21:36:21.564039 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8583 | 2025.02.11 21:36:21.564294 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8584 | 2025.02.11 21:36:21.564554 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002307 sec., 58951.01863892501 rows/sec., 5.09 MiB/sec. | ||
| 8585 | 2025.02.11 21:36:21.564625 [ 255 ] {66566262-403f-45ac-8c00-10629ff7d65c} <Debug> TCPHandler: Processed in 0.002817 sec. | ||
| 8586 | 2025.02.11 21:36:21.564946 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8587 | 2025.02.11 21:36:21.565219 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8588 | 2025.02.11 21:36:21.565295 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8589 | 2025.02.11 21:36:21.566067 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2025.02.11 21:36:21.566121 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8591 | 2025.02.11 21:36:21.566565 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8592 | 2025.02.11 21:36:21.566836 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2025.02.11 21:36:21.567075 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00191 sec., 20942.40837696335 rows/sec., 1.54 MiB/sec. | ||
| 8594 | 2025.02.11 21:36:21.567133 [ 257 ] {eea67cb6-b6da-4f2a-8ebb-f8debdcb1786} <Debug> TCPHandler: Processed in 0.002393389 sec. | ||
| 8595 | 2025.02.11 21:36:21.567297 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8596 | 2025.02.11 21:36:21.567444 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8597 | 2025.02.11 21:36:21.567508 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8598 | 2025.02.11 21:36:21.568231 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8599 | 2025.02.11 21:36:21.568273 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8600 | 2025.02.11 21:36:21.568660 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8601 | 2025.02.11 21:36:21.568897 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8602 | 2025.02.11 21:36:21.569140 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001728 sec., 60185.18518518519 rows/sec., 4.70 MiB/sec. | ||
| 8603 | 2025.02.11 21:36:21.569207 [ 255 ] {30fc41d3-8c2d-4979-9455-60202aa4b8ed} <Debug> TCPHandler: Processed in 0.001983989 sec. | ||
| 8604 | 2025.02.11 21:36:21.569461 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8605 | 2025.02.11 21:36:21.569624 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8606 | 2025.02.11 21:36:21.569688 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8607 | 2025.02.11 21:36:21.570330 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8608 | 2025.02.11 21:36:21.570370 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8609 | 2025.02.11 21:36:21.570780 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8610 | 2025.02.11 21:36:21.571027 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8611 | 2025.02.11 21:36:21.571274 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 8612 | 2025.02.11 21:36:21.571346 [ 257 ] {2534b7fb-3c02-4d75-aeb5-25d8b014e076} <Debug> TCPHandler: Processed in 0.00204976 sec. | ||
| 8613 | 2025.02.11 21:36:21.571573 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8614 | 2025.02.11 21:36:21.571749 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8615 | 2025.02.11 21:36:21.571845 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8616 | 2025.02.11 21:36:21.573073 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8617 | 2025.02.11 21:36:21.573113 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8618 | 2025.02.11 21:36:21.573790 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8619 | 2025.02.11 21:36:21.574049 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8620 | 2025.02.11 21:36:21.574328 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002601 sec., 15378.700499807766 rows/sec., 27.56 MiB/sec. | ||
| 8621 | 2025.02.11 21:36:21.574849 [ 255 ] {0751d7d6-f149-49b6-8de2-4f1804a0ae80} <Debug> TCPHandler: Processed in 0.003404295 sec. | ||
| 8622 | 2025.02.11 21:36:21.575035 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8623 | 2025.02.11 21:36:21.575177 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8624 | 2025.02.11 21:36:21.575230 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8625 | 2025.02.11 21:36:21.575740 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8626 | 2025.02.11 21:36:21.575780 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8627 | 2025.02.11 21:36:21.576164 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8628 | 2025.02.11 21:36:21.576410 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8629 | 2025.02.11 21:36:21.576592 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 8630 | 2025.02.11 21:36:21.576641 [ 257 ] {bedee2f7-25e6-4c96-823b-c5f81145492c} <Debug> TCPHandler: Processed in 0.001672101 sec. | ||
| 8631 | 2025.02.11 21:36:24.931692 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8632 | 2025.02.11 21:36:24.931753 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8633 | 2025.02.11 21:36:25.072342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8634 | 2025.02.11 21:36:25.073103 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2025.02.11 21:36:25.073155 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8636 | 2025.02.11 21:36:25.073679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8637 | 2025.02.11 21:36:25.073939 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8638 | 2025.02.11 21:36:25.074164 [ 61 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8639 | 2025.02.11 21:36:25.074210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8640 | 2025.02.11 21:36:25.074268 [ 61 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8641 | 2025.02.11 21:36:25.074317 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8642 | 2025.02.11 21:36:25.074517 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8643 | 2025.02.11 21:36:25.074739 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8644 | 2025.02.11 21:36:25.074824 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8645 | 2025.02.11 21:36:25.074948 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8646 | 2025.02.11 21:36:25.075092 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8647 | 2025.02.11 21:36:25.075421 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8648 | 2025.02.11 21:36:25.075564 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8649 | 2025.02.11 21:36:25.075650 [ 189 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 8650 | 2025.02.11 21:36:25.078104 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00367163 sec., 5748400.574131926 rows/sec., 82.23 MiB/sec. | ||
| 8651 | 2025.02.11 21:36:25.078564 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8652 | 2025.02.11 21:36:25.078891 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_46_9} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8653 | 2025.02.11 21:36:25.078981 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_46_9} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8654 | 2025.02.11 21:36:25.079096 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8655 | 2025.02.11 21:36:26.565649 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8656 | 2025.02.11 21:36:26.565876 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8657 | 2025.02.11 21:36:26.565960 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8658 | 2025.02.11 21:36:26.566807 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2025.02.11 21:36:26.566860 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8660 | 2025.02.11 21:36:26.567298 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8661 | 2025.02.11 21:36:26.567551 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.02.11 21:36:26.567787 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00197 sec., 107614.21319796954 rows/sec., 6.84 MiB/sec. | ||
| 8663 | 2025.02.11 21:36:26.567848 [ 255 ] {5aebeb65-7515-4391-bd49-57d57a9cf5ea} <Debug> TCPHandler: Processed in 0.002338577 sec. | ||
| 8664 | 2025.02.11 21:36:26.568102 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8665 | 2025.02.11 21:36:26.568321 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8666 | 2025.02.11 21:36:26.568396 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8667 | 2025.02.11 21:36:26.569404 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2025.02.11 21:36:26.569455 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8669 | 2025.02.11 21:36:26.569936 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8670 | 2025.02.11 21:36:26.570204 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8671 | 2025.02.11 21:36:26.570453 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002192 sec., 281478.102189781 rows/sec., 22.00 MiB/sec. | ||
| 8672 | 2025.02.11 21:36:26.570511 [ 257 ] {a7eea91c-d252-4f9f-9827-2ab4cdc42440} <Debug> TCPHandler: Processed in 0.002557323 sec. | ||
| 8673 | 2025.02.11 21:36:26.570672 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8674 | 2025.02.11 21:36:26.570818 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8675 | 2025.02.11 21:36:26.570879 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8676 | 2025.02.11 21:36:26.571561 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8677 | 2025.02.11 21:36:26.571601 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8678 | 2025.02.11 21:36:26.571962 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8679 | 2025.02.11 21:36:26.572213 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8680 | 2025.02.11 21:36:26.572429 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001647 sec., 64359.44140862174 rows/sec., 3.79 MiB/sec. | ||
| 8681 | 2025.02.11 21:36:26.572482 [ 255 ] {a37852eb-54c5-4b46-84f7-b22cfb74e2d2} <Debug> TCPHandler: Processed in 0.001882987 sec. | ||
| 8682 | 2025.02.11 21:36:26.572680 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8683 | 2025.02.11 21:36:26.572904 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8684 | 2025.02.11 21:36:26.572993 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8685 | 2025.02.11 21:36:26.573778 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8686 | 2025.02.11 21:36:26.573818 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8687 | 2025.02.11 21:36:26.574184 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8688 | 2025.02.11 21:36:26.574434 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8689 | 2025.02.11 21:36:26.574699 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001844 sec., 61279.82646420824 rows/sec., 3.97 MiB/sec. | ||
| 8690 | 2025.02.11 21:36:26.574779 [ 257 ] {3214c605-edb7-4d06-9425-5bba731863e0} <Debug> TCPHandler: Processed in 0.002208605 sec. | ||
| 8691 | 2025.02.11 21:36:26.575020 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8692 | 2025.02.11 21:36:26.575279 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8693 | 2025.02.11 21:36:26.575329 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8694 | 2025.02.11 21:36:26.575942 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8695 | 2025.02.11 21:36:26.575981 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8696 | 2025.02.11 21:36:26.576338 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8697 | 2025.02.11 21:36:26.576574 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8698 | 2025.02.11 21:36:26.576785 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001554 sec., 72072.07207207207 rows/sec., 4.11 MiB/sec. | ||
| 8699 | 2025.02.11 21:36:26.576837 [ 255 ] {e688fa36-feac-4ed3-a530-ff19575e3fed} <Debug> TCPHandler: Processed in 0.001970989 sec. | ||
| 8700 | 2025.02.11 21:36:26.576986 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8701 | 2025.02.11 21:36:26.577104 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8702 | 2025.02.11 21:36:26.577151 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8703 | 2025.02.11 21:36:26.577874 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.02.11 21:36:26.577914 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8705 | 2025.02.11 21:36:26.578310 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8706 | 2025.02.11 21:36:26.578553 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8707 | 2025.02.11 21:36:26.578798 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001715 sec., 222740.5247813411 rows/sec., 15.71 MiB/sec. | ||
| 8708 | 2025.02.11 21:36:26.578878 [ 257 ] {d826dd76-bcc8-449d-af06-31824e19636a} <Debug> TCPHandler: Processed in 0.001949028 sec. | ||
| 8709 | 2025.02.11 21:36:26.579098 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8710 | 2025.02.11 21:36:26.579324 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8711 | 2025.02.11 21:36:26.579384 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8712 | 2025.02.11 21:36:26.579641 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8713 | 2025.02.11 21:36:26.581000 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8714 | 2025.02.11 21:36:26.581096 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8715 | 2025.02.11 21:36:26.583420 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8716 | 2025.02.11 21:36:26.584603 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8717 | 2025.02.11 21:36:26.585775 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006413 sec., 935.5995633868704 rows/sec., 48.88 KiB/sec. | ||
| 8718 | 2025.02.11 21:36:26.586090 [ 255 ] {80b17615-4a9e-4f6f-a1e6-f9cf5b4df443} <Debug> TCPHandler: Processed in 0.007121186 sec. | ||
| 8719 | 2025.02.11 21:36:26.586709 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8720 | 2025.02.11 21:36:26.587307 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8721 | 2025.02.11 21:36:26.587517 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8722 | 2025.02.11 21:36:26.592170 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8723 | 2025.02.11 21:36:26.592266 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8724 | 2025.02.11 21:36:26.593812 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8725 | 2025.02.11 21:36:26.594672 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8726 | 2025.02.11 21:36:26.595540 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.008432 sec., 28107.21062618596 rows/sec., 1.88 MiB/sec. | ||
| 8727 | 2025.02.11 21:36:26.595984 [ 257 ] {b3dc6dce-a75b-41d4-a585-0dfbf3baab04} <Debug> TCPHandler: Processed in 0.009747961 sec. | ||
| 8728 | 2025.02.11 21:36:26.596329 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8729 | 2025.02.11 21:36:26.596914 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8730 | 2025.02.11 21:36:26.597037 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8731 | 2025.02.11 21:36:26.599637 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8732 | 2025.02.11 21:36:26.599891 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8733 | 2025.02.11 21:36:26.601759 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8734 | 2025.02.11 21:36:26.602584 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8735 | 2025.02.11 21:36:26.603206 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006483 sec., 154.24957581366652 rows/sec., 10.39 KiB/sec. | ||
| 8736 | 2025.02.11 21:36:26.603350 [ 255 ] {a6d33d47-a62b-4809-a433-1022c4356d75} <Debug> TCPHandler: Processed in 0.007225909 sec. | ||
| 8737 | 2025.02.11 21:36:26.603702 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8738 | 2025.02.11 21:36:26.604152 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8739 | 2025.02.11 21:36:26.604320 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8740 | 2025.02.11 21:36:26.606927 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8741 | 2025.02.11 21:36:26.607008 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8742 | 2025.02.11 21:36:26.608368 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8743 | 2025.02.11 21:36:26.609014 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8744 | 2025.02.11 21:36:26.609904 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005832 sec., 14060.356652949245 rows/sec., 914.44 KiB/sec. | ||
| 8745 | 2025.02.11 21:36:26.610478 [ 257 ] {688f9308-dc11-40fe-ac9a-ab2f0391102d} <Debug> TCPHandler: Processed in 0.006973333 sec. | ||
| 8746 | 2025.02.11 21:36:26.626042 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2025.02.11 21:36:26.626098 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8748 | 2025.02.11 21:36:26.633582 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8749 | 2025.02.11 21:36:26.634383 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8750 | 2025.02.11 21:36:26.634775 [ 7 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8751 | 2025.02.11 21:36:26.634951 [ 7 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2025.02.11 21:36:26.635031 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8753 | 2025.02.11 21:36:26.635449 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 8754 | 2025.02.11 21:36:26.649718 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8755 | 2025.02.11 21:36:26.651702 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8756 | 2025.02.11 21:36:26.653448 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 8757 | 2025.02.11 21:36:26.659669 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 8758 | 2025.02.11 21:36:26.665704 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 8759 | 2025.02.11 21:36:26.671432 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 8760 | 2025.02.11 21:36:26.677335 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 8761 | 2025.02.11 21:36:26.682020 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 8762 | 2025.02.11 21:36:26.749064 [ 195 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.113880875 sec., 3047.043676122088 rows/sec., 15.76 MiB/sec. | ||
| 8763 | 2025.02.11 21:36:26.751233 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8764 | 2025.02.11 21:36:26.753853 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2025.02.11 21:36:26.753973 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_46_9} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8766 | 2025.02.11 21:36:26.755616 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8767 | 2025.02.11 21:36:30.197141 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1216 | ||
| 8768 | 2025.02.11 21:36:30.200395 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2025.02.11 21:36:30.200449 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8770 | 2025.02.11 21:36:30.201961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8771 | 2025.02.11 21:36:30.202270 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8772 | 2025.02.11 21:36:30.202856 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8773 | 2025.02.11 21:36:31.153767 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8774 | 2025.02.11 21:36:31.153975 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8775 | 2025.02.11 21:36:31.154050 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8776 | 2025.02.11 21:36:31.154780 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8777 | 2025.02.11 21:36:31.154826 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8778 | 2025.02.11 21:36:31.155241 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8779 | 2025.02.11 21:36:31.155501 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2025.02.11 21:36:31.155755 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001834 sec., 1090.5125408942204 rows/sec., 88.92 KiB/sec. | ||
| 8781 | 2025.02.11 21:36:31.155823 [ 255 ] {d9462fe9-2ef7-4eae-b0b8-16c7b604b254} <Debug> TCPHandler: Processed in 0.002180684 sec. | ||
| 8782 | 2025.02.11 21:36:31.156137 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8783 | 2025.02.11 21:36:31.156443 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8784 | 2025.02.11 21:36:31.156536 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8785 | 2025.02.11 21:36:31.157758 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2025.02.11 21:36:31.157805 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8787 | 2025.02.11 21:36:31.158357 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8788 | 2025.02.11 21:36:31.158615 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2025.02.11 21:36:31.158802 [ 33 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8790 | 2025.02.11 21:36:31.158862 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002503 sec., 510187.77467039553 rows/sec., 42.39 MiB/sec. | ||
| 8791 | 2025.02.11 21:36:31.158872 [ 33 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2025.02.11 21:36:31.158947 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8793 | 2025.02.11 21:36:31.158995 [ 257 ] {7ff3acf8-76af-45f7-bc7b-3d06106bcc60} <Debug> TCPHandler: Processed in 0.003052905 sec. | ||
| 8794 | 2025.02.11 21:36:31.159196 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8795 | 2025.02.11 21:36:31.159214 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 8796 | 2025.02.11 21:36:31.159346 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8797 | 2025.02.11 21:36:31.159360 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8798 | 2025.02.11 21:36:31.159400 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1848 rows starting from the beginning of the part | ||
| 8799 | 2025.02.11 21:36:31.159407 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8800 | 2025.02.11 21:36:31.159593 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 136 rows starting from the beginning of the part | ||
| 8801 | 2025.02.11 21:36:31.159784 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 57 rows starting from the beginning of the part | ||
| 8802 | 2025.02.11 21:36:31.159997 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part | ||
| 8803 | 2025.02.11 21:36:31.160220 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 617 rows starting from the beginning of the part | ||
| 8804 | 2025.02.11 21:36:31.160441 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1277 rows starting from the beginning of the part | ||
| 8805 | 2025.02.11 21:36:31.161212 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8806 | 2025.02.11 21:36:31.161252 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8807 | 2025.02.11 21:36:31.161796 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8808 | 2025.02.11 21:36:31.162087 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8809 | 2025.02.11 21:36:31.162313 [ 33 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8810 | 2025.02.11 21:36:31.162393 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.003086 sec., 13609.850939727801 rows/sec., 1019.92 KiB/sec. | ||
| 8811 | 2025.02.11 21:36:31.162416 [ 33 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8812 | 2025.02.11 21:36:31.162560 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8813 | 2025.02.11 21:36:31.162644 [ 255 ] {5bafd5ae-1dd8-44a7-b540-240b8aa6daa5} <Debug> TCPHandler: Processed in 0.003538798 sec. | ||
| 8814 | 2025.02.11 21:36:31.163130 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 8815 | 2025.02.11 21:36:31.163130 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2025.02.11 21:36:31.163292 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4071 rows, containing 5 columns (5 merged, 0 gathered) in 0.004249035 sec., 958099.8979768348 rows/sec., 82.02 MiB/sec. | ||
| 8817 | 2025.02.11 21:36:31.163453 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8818 | 2025.02.11 21:36:31.163529 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 166 rows starting from the beginning of the part | ||
| 8819 | 2025.02.11 21:36:31.163617 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8820 | 2025.02.11 21:36:31.163820 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8821 | 2025.02.11 21:36:31.163875 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 8822 | 2025.02.11 21:36:31.163918 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8823 | 2025.02.11 21:36:31.164260 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 2 rows starting from the beginning of the part | ||
| 8824 | 2025.02.11 21:36:31.164731 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 8825 | 2025.02.11 21:36:31.165228 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.02.11 21:36:31.165253 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part | ||
| 8827 | 2025.02.11 21:36:31.165595 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part | ||
| 8828 | 2025.02.11 21:36:31.165602 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_66_13} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8829 | 2025.02.11 21:36:31.166064 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 8830 | 2025.02.11 21:36:31.167788 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.02.11 21:36:31.167854 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8832 | 2025.02.11 21:36:31.168910 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 5 columns (5 merged, 0 gathered) in 0.006162872 sec., 64255.75608255372 rows/sec., 4.44 MiB/sec. | ||
| 8833 | 2025.02.11 21:36:31.168916 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8834 | 2025.02.11 21:36:31.169087 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8835 | 2025.02.11 21:36:31.169354 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8836 | 2025.02.11 21:36:31.169650 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.02.11 21:36:31.169837 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006343 sec., 35945.13637080246 rows/sec., 2.43 MiB/sec. | ||
| 8838 | 2025.02.11 21:36:31.169857 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_61_12} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8839 | 2025.02.11 21:36:31.170034 [ 257 ] {313cdba3-ce8c-4c36-9c58-a9aa0b3d4792} <Debug> TCPHandler: Processed in 0.007211108 sec. | ||
| 8840 | 2025.02.11 21:36:31.170066 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8841 | 2025.02.11 21:36:31.170224 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8842 | 2025.02.11 21:36:31.170335 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8843 | 2025.02.11 21:36:31.170384 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8844 | 2025.02.11 21:36:31.171137 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8845 | 2025.02.11 21:36:31.171175 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8846 | 2025.02.11 21:36:31.171556 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8847 | 2025.02.11 21:36:31.171804 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8848 | 2025.02.11 21:36:31.172003 [ 33 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8849 | 2025.02.11 21:36:31.172070 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001749 sec., 321326.47226986854 rows/sec., 23.88 MiB/sec. | ||
| 8850 | 2025.02.11 21:36:31.172080 [ 33 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8851 | 2025.02.11 21:36:31.172163 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8852 | 2025.02.11 21:36:31.172184 [ 255 ] {3bded383-c629-475d-bb6a-45c641793909} <Debug> TCPHandler: Processed in 0.00203589 sec. | ||
| 8853 | 2025.02.11 21:36:31.172487 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2025.02.11 21:36:31.172510 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 8855 | 2025.02.11 21:36:31.173090 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8856 | 2025.02.11 21:36:31.173231 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 8857 | 2025.02.11 21:36:31.173253 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8858 | 2025.02.11 21:36:31.173671 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part | ||
| 8859 | 2025.02.11 21:36:31.173745 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8860 | 2025.02.11 21:36:31.174198 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 66 rows starting from the beginning of the part | ||
| 8861 | 2025.02.11 21:36:31.174705 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part | ||
| 8862 | 2025.02.11 21:36:31.175151 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 382 rows starting from the beginning of the part | ||
| 8863 | 2025.02.11 21:36:31.175518 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 562 rows starting from the beginning of the part | ||
| 8864 | 2025.02.11 21:36:31.176937 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8865 | 2025.02.11 21:36:31.177014 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8866 | 2025.02.11 21:36:31.177999 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8867 | 2025.02.11 21:36:31.178461 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006173072 sec., 345694.9797442829 rows/sec., 26.70 MiB/sec. | ||
| 8868 | 2025.02.11 21:36:31.178499 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2025.02.11 21:36:31.178822 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8870 | 2025.02.11 21:36:31.178932 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.006028 sec., 167053.74917053749 rows/sec., 11.23 MiB/sec. | ||
| 8871 | 2025.02.11 21:36:31.178975 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8872 | 2025.02.11 21:36:31.179079 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8873 | 2025.02.11 21:36:31.179097 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8874 | 2025.02.11 21:36:31.179170 [ 257 ] {7593c79c-ee0b-4f2c-bb87-a609de97aaee} <Debug> TCPHandler: Processed in 0.00686694 sec. | ||
| 8875 | 2025.02.11 21:36:31.179577 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.02.11 21:36:31.179694 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 8877 | 2025.02.11 21:36:31.179920 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8878 | 2025.02.11 21:36:31.180043 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8879 | 2025.02.11 21:36:31.180140 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 21469 rows starting from the beginning of the part | ||
| 8880 | 2025.02.11 21:36:31.180216 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8881 | 2025.02.11 21:36:31.180442 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.02.11 21:36:31.180621 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 8883 | 2025.02.11 21:36:31.181103 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_66_13} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8884 | 2025.02.11 21:36:31.181235 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
| 8885 | 2025.02.11 21:36:31.181547 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8886 | 2025.02.11 21:36:31.181820 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8887 | 2025.02.11 21:36:31.182173 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
| 8888 | 2025.02.11 21:36:31.182484 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1007 rows starting from the beginning of the part | ||
| 8889 | 2025.02.11 21:36:31.184610 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8890 | 2025.02.11 21:36:31.184662 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8891 | 2025.02.11 21:36:31.185864 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8892 | 2025.02.11 21:36:31.186469 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8893 | 2025.02.11 21:36:31.186828 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007019 sec., 5698.817495369711 rows/sec., 10.21 MiB/sec. | ||
| 8894 | 2025.02.11 21:36:31.186930 [ 255 ] {d2caba04-f00a-4450-9c06-379622ff8185} <Debug> TCPHandler: Processed in 0.007618108 sec. | ||
| 8895 | 2025.02.11 21:36:31.187140 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8896 | 2025.02.11 21:36:31.187376 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8897 | 2025.02.11 21:36:31.187469 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8898 | 2025.02.11 21:36:31.187989 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2025.02.11 21:36:31.188028 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8900 | 2025.02.11 21:36:31.192670 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8901 | 2025.02.11 21:36:31.192935 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2025.02.11 21:36:31.193148 [ 33 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8903 | 2025.02.11 21:36:31.193193 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005865 sec., 10230.179028132992 rows/sec., 705.99 KiB/sec. | ||
| 8904 | 2025.02.11 21:36:31.193224 [ 33 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2025.02.11 21:36:31.193301 [ 257 ] {74454bde-472f-45f3-86ae-eb97b016a4f7} <Debug> TCPHandler: Processed in 0.006271815 sec. | ||
| 8906 | 2025.02.11 21:36:31.193311 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8907 | 2025.02.11 21:36:31.193542 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8908 | 2025.02.11 21:36:31.193686 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8909 | 2025.02.11 21:36:31.193725 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4202 rows starting from the beginning of the part | ||
| 8910 | 2025.02.11 21:36:31.193822 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 8911 | 2025.02.11 21:36:31.193971 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 8912 | 2025.02.11 21:36:31.194140 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 8913 | 2025.02.11 21:36:31.194304 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 8914 | 2025.02.11 21:36:31.194417 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 8915 | 2025.02.11 21:36:31.197541 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4524 rows, containing 4 columns (4 merged, 0 gathered) in 0.004094291 sec., 1104953.2141218102 rows/sec., 72.41 MiB/sec. | ||
| 8916 | 2025.02.11 21:36:31.197837 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23194 rows, containing 5 columns (5 merged, 0 gathered) in 0.018452477 sec., 1256958.6186179775 rows/sec., 84.97 MiB/sec. | ||
| 8917 | 2025.02.11 21:36:31.198041 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8918 | 2025.02.11 21:36:31.198369 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8919 | 2025.02.11 21:36:31.198434 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.02.11 21:36:31.198600 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_66_13} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8921 | 2025.02.11 21:36:31.198753 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 8922 | 2025.02.11 21:36:31.198922 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2025.02.11 21:36:31.199014 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8924 | 2025.02.11 21:36:31.199113 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 8925 | 2025.02.11 21:36:32.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.61 MiB, peak 236.39 MiB, free memory in arenas 0.00 B, will set to 224.73 MiB (RSS), difference: 1.12 MiB | ||
| 8926 | 2025.02.11 21:36:32.574373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 8927 | 2025.02.11 21:36:32.575045 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8928 | 2025.02.11 21:36:32.575097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8929 | 2025.02.11 21:36:32.575660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8930 | 2025.02.11 21:36:32.575944 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8931 | 2025.02.11 21:36:32.576190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 8932 | 2025.02.11 21:36:34.149822 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8933 | 2025.02.11 21:36:34.169259 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8934 | 2025.02.11 21:36:34.169311 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8935 | 2025.02.11 21:36:34.176174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8936 | 2025.02.11 21:36:34.176911 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8937 | 2025.02.11 21:36:34.179565 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8938 | 2025.02.11 21:36:36.565604 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8939 | 2025.02.11 21:36:36.565832 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8940 | 2025.02.11 21:36:36.565915 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8941 | 2025.02.11 21:36:36.566815 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8942 | 2025.02.11 21:36:36.566863 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8943 | 2025.02.11 21:36:36.567329 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8944 | 2025.02.11 21:36:36.567585 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8945 | 2025.02.11 21:36:36.567842 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002069 sec., 102464.95891735137 rows/sec., 6.52 MiB/sec. | ||
| 8946 | 2025.02.11 21:36:36.567909 [ 255 ] {5d7c85d5-e341-40df-b66a-a81e7d5741df} <Debug> TCPHandler: Processed in 0.00244127 sec. | ||
| 8947 | 2025.02.11 21:36:36.568162 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8948 | 2025.02.11 21:36:36.568376 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8949 | 2025.02.11 21:36:36.568460 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8950 | 2025.02.11 21:36:36.569552 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8951 | 2025.02.11 21:36:36.569597 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8952 | 2025.02.11 21:36:36.570088 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8953 | 2025.02.11 21:36:36.570352 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8954 | 2025.02.11 21:36:36.570590 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002275 sec., 271208.7912087912 rows/sec., 21.20 MiB/sec. | ||
| 8955 | 2025.02.11 21:36:36.570647 [ 257 ] {e67a1be6-d3b5-4653-a93f-3b0a6d947e6c} <Debug> TCPHandler: Processed in 0.002631925 sec. | ||
| 8956 | 2025.02.11 21:36:36.570864 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8957 | 2025.02.11 21:36:36.571095 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8958 | 2025.02.11 21:36:36.571193 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8959 | 2025.02.11 21:36:36.572045 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.02.11 21:36:36.572086 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8961 | 2025.02.11 21:36:36.572452 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8962 | 2025.02.11 21:36:36.572695 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2025.02.11 21:36:36.572906 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001869 sec., 56714.82075976458 rows/sec., 3.34 MiB/sec. | ||
| 8964 | 2025.02.11 21:36:36.572962 [ 255 ] {f28d79ab-e2af-4703-875e-90a3f5b8a16f} <Debug> TCPHandler: Processed in 0.002206415 sec. | ||
| 8965 | 2025.02.11 21:36:36.573163 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8966 | 2025.02.11 21:36:36.573387 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8967 | 2025.02.11 21:36:36.573479 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8968 | 2025.02.11 21:36:36.574200 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8969 | 2025.02.11 21:36:36.574241 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8970 | 2025.02.11 21:36:36.574603 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8971 | 2025.02.11 21:36:36.574866 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8972 | 2025.02.11 21:36:36.575110 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001774 sec., 63697.8579481398 rows/sec., 4.12 MiB/sec. | ||
| 8973 | 2025.02.11 21:36:36.575185 [ 257 ] {ca0572ec-486f-40ed-94e9-af7666e0288a} <Debug> TCPHandler: Processed in 0.002131793 sec. | ||
| 8974 | 2025.02.11 21:36:36.575392 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.02.11 21:36:36.575538 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8976 | 2025.02.11 21:36:36.575594 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8977 | 2025.02.11 21:36:36.576222 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2025.02.11 21:36:36.576259 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8979 | 2025.02.11 21:36:36.576624 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8980 | 2025.02.11 21:36:36.576869 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2025.02.11 21:36:36.577083 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001566 sec., 71519.7956577267 rows/sec., 4.07 MiB/sec. | ||
| 8982 | 2025.02.11 21:36:36.577228 [ 255 ] {616aa113-b92b-4a9a-b78c-92dd4c432b6c} <Debug> TCPHandler: Processed in 0.001948198 sec. | ||
| 8983 | 2025.02.11 21:36:36.577419 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8984 | 2025.02.11 21:36:36.577532 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8985 | 2025.02.11 21:36:36.577580 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8986 | 2025.02.11 21:36:36.578392 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.02.11 21:36:36.578440 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8988 | 2025.02.11 21:36:36.578863 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8989 | 2025.02.11 21:36:36.579105 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.02.11 21:36:36.579329 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00182 sec., 209890.1098901099 rows/sec., 14.80 MiB/sec. | ||
| 8991 | 2025.02.11 21:36:36.579410 [ 257 ] {7cba1201-7e4c-4a38-abc9-dd6c41b8ee00} <Debug> TCPHandler: Processed in 0.002075152 sec. | ||
| 8992 | 2025.02.11 21:36:36.579546 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2025.02.11 21:36:36.579671 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8994 | 2025.02.11 21:36:36.579732 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8995 | 2025.02.11 21:36:36.580316 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2025.02.11 21:36:36.580362 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8997 | 2025.02.11 21:36:36.580778 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8998 | 2025.02.11 21:36:36.581031 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.02.11 21:36:36.581234 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 196.78 KiB/sec. | ||
| 9000 | 2025.02.11 21:36:36.581284 [ 255 ] {d2280ba3-b605-4396-9550-6d9ae1f89fcb} <Debug> TCPHandler: Processed in 0.001794515 sec. | ||
| 9001 | 2025.02.11 21:36:36.581423 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9002 | 2025.02.11 21:36:36.581542 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9003 | 2025.02.11 21:36:36.581597 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9004 | 2025.02.11 21:36:36.582593 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.02.11 21:36:36.582670 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9006 | 2025.02.11 21:36:36.583076 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9007 | 2025.02.11 21:36:36.583320 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2025.02.11 21:36:36.583586 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002059 sec., 115104.41962117533 rows/sec., 7.72 MiB/sec. | ||
| 9009 | 2025.02.11 21:36:36.583702 [ 257 ] {66f9729c-44ba-48c3-809c-da9f0768562a} <Debug> TCPHandler: Processed in 0.002330077 sec. | ||
| 9010 | 2025.02.11 21:36:36.584008 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9011 | 2025.02.11 21:36:36.584249 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9012 | 2025.02.11 21:36:36.584343 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9013 | 2025.02.11 21:36:36.584987 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9014 | 2025.02.11 21:36:36.585028 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9015 | 2025.02.11 21:36:36.585397 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9016 | 2025.02.11 21:36:36.585647 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2025.02.11 21:36:36.585864 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec. | ||
| 9018 | 2025.02.11 21:36:36.586064 [ 255 ] {b07fbbe3-70c9-429a-87d2-615731a30088} <Debug> TCPHandler: Processed in 0.002238626 sec. | ||
| 9019 | 2025.02.11 21:36:36.586262 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9020 | 2025.02.11 21:36:36.586396 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9021 | 2025.02.11 21:36:36.586454 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9022 | 2025.02.11 21:36:36.586964 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9023 | 2025.02.11 21:36:36.587002 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9024 | 2025.02.11 21:36:36.587373 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9025 | 2025.02.11 21:36:36.587623 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9026 | 2025.02.11 21:36:36.587876 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec. | ||
| 9027 | 2025.02.11 21:36:36.587999 [ 257 ] {d79ff6f1-962a-4979-8622-e0bcb0d2986b} <Debug> TCPHandler: Processed in 0.001830026 sec. | ||
| 9028 | 2025.02.11 21:36:39.932010 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9029 | 2025.02.11 21:36:39.932065 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9030 | 2025.02.11 21:36:40.076325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9031 | 2025.02.11 21:36:40.077050 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9032 | 2025.02.11 21:36:40.077099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9033 | 2025.02.11 21:36:40.077626 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9034 | 2025.02.11 21:36:40.077884 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9035 | 2025.02.11 21:36:40.078169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9036 | 2025.02.11 21:36:40.203106 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1252 | ||
| 9037 | 2025.02.11 21:36:40.206720 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.02.11 21:36:40.206773 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9039 | 2025.02.11 21:36:40.208391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9040 | 2025.02.11 21:36:40.208718 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.02.11 21:36:40.210214 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252 | ||
| 9042 | 2025.02.11 21:36:41.001383 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000979044 sec. | ||
| 9043 | 2025.02.11 21:36:41.562094 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9044 | 2025.02.11 21:36:41.562397 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9045 | 2025.02.11 21:36:41.562511 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9046 | 2025.02.11 21:36:41.563484 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9047 | 2025.02.11 21:36:41.563532 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9048 | 2025.02.11 21:36:41.563972 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9049 | 2025.02.11 21:36:41.564231 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2025.02.11 21:36:41.564457 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002144 sec., 63432.83582089552 rows/sec., 5.48 MiB/sec. | ||
| 9051 | 2025.02.11 21:36:41.564523 [ 255 ] {0c4d818f-6ca5-4346-a24f-10fb5956fb09} <Debug> TCPHandler: Processed in 0.002612194 sec. | ||
| 9052 | 2025.02.11 21:36:41.564840 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9053 | 2025.02.11 21:36:41.565154 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9054 | 2025.02.11 21:36:41.565274 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9055 | 2025.02.11 21:36:41.566296 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9056 | 2025.02.11 21:36:41.566350 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9057 | 2025.02.11 21:36:41.566802 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9058 | 2025.02.11 21:36:41.567063 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9059 | 2025.02.11 21:36:41.567340 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00226 sec., 17699.11504424779 rows/sec., 1.30 MiB/sec. | ||
| 9060 | 2025.02.11 21:36:41.567459 [ 257 ] {bd92d167-b62e-42ed-a1cc-6fa7905c8bf4} <Debug> TCPHandler: Processed in 0.0028202 sec. | ||
| 9061 | 2025.02.11 21:36:41.567667 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9062 | 2025.02.11 21:36:41.567803 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9063 | 2025.02.11 21:36:41.567858 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9064 | 2025.02.11 21:36:41.568599 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9065 | 2025.02.11 21:36:41.568647 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9066 | 2025.02.11 21:36:41.569054 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9067 | 2025.02.11 21:36:41.569307 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2025.02.11 21:36:41.569522 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001748 sec., 59496.56750572082 rows/sec., 4.65 MiB/sec. | ||
| 9069 | 2025.02.11 21:36:41.569577 [ 255 ] {eb6fa97c-92ab-4bb6-a1a4-ae328bfb7c77} <Debug> TCPHandler: Processed in 0.00201212 sec. | ||
| 9070 | 2025.02.11 21:36:41.569720 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9071 | 2025.02.11 21:36:41.569859 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9072 | 2025.02.11 21:36:41.569964 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9073 | 2025.02.11 21:36:41.570941 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.02.11 21:36:41.570984 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9075 | 2025.02.11 21:36:41.571388 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9076 | 2025.02.11 21:36:41.571634 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.02.11 21:36:41.571899 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002075 sec., 77108.43373493975 rows/sec., 5.37 MiB/sec. | ||
| 9078 | 2025.02.11 21:36:41.571985 [ 257 ] {cf6cdcda-9815-40e7-b91d-d839aeee6b08} <Debug> TCPHandler: Processed in 0.002318707 sec. | ||
| 9079 | 2025.02.11 21:36:41.572191 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2025.02.11 21:36:41.572332 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9081 | 2025.02.11 21:36:41.572412 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9082 | 2025.02.11 21:36:41.573602 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.02.11 21:36:41.573642 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9084 | 2025.02.11 21:36:41.574342 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9085 | 2025.02.11 21:36:41.574614 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.02.11 21:36:41.574857 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002556 sec., 15649.452269170579 rows/sec., 28.04 MiB/sec. | ||
| 9087 | 2025.02.11 21:36:41.574970 [ 255 ] {bb494a76-e6e6-4d16-96db-080f937ed35b} <Debug> TCPHandler: Processed in 0.002873451 sec. | ||
| 9088 | 2025.02.11 21:36:41.575181 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9089 | 2025.02.11 21:36:41.575404 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9090 | 2025.02.11 21:36:41.575500 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9091 | 2025.02.11 21:36:41.576178 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2025.02.11 21:36:41.576217 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9093 | 2025.02.11 21:36:41.576598 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9094 | 2025.02.11 21:36:41.576844 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2025.02.11 21:36:41.577056 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001707 sec., 35149.3848857645 rows/sec., 2.37 MiB/sec. | ||
| 9096 | 2025.02.11 21:36:41.577111 [ 257 ] {94c8d58c-22aa-4989-9b8a-d4bc8bfade12} <Debug> TCPHandler: Processed in 0.00204258 sec. | ||
| 9097 | 2025.02.11 21:36:41.679651 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9098 | 2025.02.11 21:36:41.700687 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2025.02.11 21:36:41.700754 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9100 | 2025.02.11 21:36:41.708104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9101 | 2025.02.11 21:36:41.708852 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9102 | 2025.02.11 21:36:41.712503 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9103 | 2025.02.11 21:36:46.565895 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9104 | 2025.02.11 21:36:46.566101 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9105 | 2025.02.11 21:36:46.566174 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9106 | 2025.02.11 21:36:46.566994 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9107 | 2025.02.11 21:36:46.567044 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9108 | 2025.02.11 21:36:46.567499 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9109 | 2025.02.11 21:36:46.567762 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.02.11 21:36:46.567963 [ 153 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9111 | 2025.02.11 21:36:46.568030 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001979 sec., 107124.81051035877 rows/sec., 6.81 MiB/sec. | ||
| 9112 | 2025.02.11 21:36:46.568060 [ 153 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2025.02.11 21:36:46.568131 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9114 | 2025.02.11 21:36:46.568168 [ 255 ] {90649dd8-b8ce-4baa-bf0a-fa06a0367ae6} <Debug> TCPHandler: Processed in 0.00239477 sec. | ||
| 9115 | 2025.02.11 21:36:46.568578 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9116 | 2025.02.11 21:36:46.568809 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9117 | 2025.02.11 21:36:46.569350 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9118 | 2025.02.11 21:36:46.569556 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9119 | 2025.02.11 21:36:46.569558 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9120 | 2025.02.11 21:36:46.569629 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9121 | 2025.02.11 21:36:46.569744 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9122 | 2025.02.11 21:36:46.570023 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9123 | 2025.02.11 21:36:46.570469 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9124 | 2025.02.11 21:36:46.570695 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 9125 | 2025.02.11 21:36:46.571815 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9126 | 2025.02.11 21:36:46.571865 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9127 | 2025.02.11 21:36:46.572198 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003964328 sec., 267384.5352856777 rows/sec., 18.03 MiB/sec. | ||
| 9128 | 2025.02.11 21:36:46.572377 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9129 | 2025.02.11 21:36:46.572435 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9130 | 2025.02.11 21:36:46.572740 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_29_7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9131 | 2025.02.11 21:36:46.572758 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9132 | 2025.02.11 21:36:46.572865 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_29_7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9133 | 2025.02.11 21:36:46.573040 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9134 | 2025.02.11 21:36:46.573094 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.004095 sec., 150671.55067155068 rows/sec., 11.78 MiB/sec. | ||
| 9135 | 2025.02.11 21:36:46.573153 [ 257 ] {61634036-5204-490e-b0b4-f55478424f9d} <Debug> TCPHandler: Processed in 0.00486178 sec. | ||
| 9136 | 2025.02.11 21:36:46.573328 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9137 | 2025.02.11 21:36:46.573476 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9138 | 2025.02.11 21:36:46.573537 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9139 | 2025.02.11 21:36:46.574243 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2025.02.11 21:36:46.574282 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9141 | 2025.02.11 21:36:46.574649 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9142 | 2025.02.11 21:36:46.574886 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2025.02.11 21:36:46.575098 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001651 sec., 64203.51302241066 rows/sec., 3.78 MiB/sec. | ||
| 9144 | 2025.02.11 21:36:46.575176 [ 255 ] {17c318c3-69c3-4d6d-9724-28253cf22c1c} <Debug> TCPHandler: Processed in 0.001919527 sec. | ||
| 9145 | 2025.02.11 21:36:46.575476 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9146 | 2025.02.11 21:36:46.575699 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9147 | 2025.02.11 21:36:46.575791 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9148 | 2025.02.11 21:36:46.576544 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9149 | 2025.02.11 21:36:46.576584 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9150 | 2025.02.11 21:36:46.576951 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9151 | 2025.02.11 21:36:46.577206 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9152 | 2025.02.11 21:36:46.577389 [ 151 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9153 | 2025.02.11 21:36:46.577460 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001808 sec., 62500 rows/sec., 4.05 MiB/sec. | ||
| 9154 | 2025.02.11 21:36:46.577469 [ 151 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2025.02.11 21:36:46.577549 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9156 | 2025.02.11 21:36:46.577584 [ 257 ] {a0de2d42-9b5f-4eae-b46a-bf9db244d668} <Debug> TCPHandler: Processed in 0.002278266 sec. | ||
| 9157 | 2025.02.11 21:36:46.577795 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9158 | 2025.02.11 21:36:46.577887 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 9159 | 2025.02.11 21:36:46.577966 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9160 | 2025.02.11 21:36:46.578049 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9161 | 2025.02.11 21:36:46.578310 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9162 | 2025.02.11 21:36:46.578383 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 342 rows starting from the beginning of the part | ||
| 9163 | 2025.02.11 21:36:46.578772 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
| 9164 | 2025.02.11 21:36:46.579209 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
| 9165 | 2025.02.11 21:36:46.579551 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part | ||
| 9166 | 2025.02.11 21:36:46.579766 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
| 9167 | 2025.02.11 21:36:46.580143 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 9168 | 2025.02.11 21:36:46.580832 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9169 | 2025.02.11 21:36:46.580894 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9170 | 2025.02.11 21:36:46.581826 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9171 | 2025.02.11 21:36:46.582390 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2025.02.11 21:36:46.582627 [ 151 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9173 | 2025.02.11 21:36:46.582682 [ 151 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9174 | 2025.02.11 21:36:46.582789 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9175 | 2025.02.11 21:36:46.582876 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004905 sec., 22833.843017329258 rows/sec., 1.30 MiB/sec. | ||
| 9176 | 2025.02.11 21:36:46.583252 [ 255 ] {07d1f2bd-6e56-475a-8351-518bd4736637} <Debug> TCPHandler: Processed in 0.005559807 sec. | ||
| 9177 | 2025.02.11 21:36:46.583572 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005883715 sec., 193245.25406142208 rows/sec., 13.59 MiB/sec. | ||
| 9178 | 2025.02.11 21:36:46.583615 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9179 | 2025.02.11 21:36:46.583724 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9180 | 2025.02.11 21:36:46.583883 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9181 | 2025.02.11 21:36:46.584126 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9182 | 2025.02.11 21:36:46.584246 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9183 | 2025.02.11 21:36:46.584258 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9184 | 2025.02.11 21:36:46.584371 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9185 | 2025.02.11 21:36:46.584796 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9186 | 2025.02.11 21:36:46.585104 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2025.02.11 21:36:46.585416 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9188 | 2025.02.11 21:36:46.585652 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_41_8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9189 | 2025.02.11 21:36:46.585966 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9190 | 2025.02.11 21:36:46.586120 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9191 | 2025.02.11 21:36:46.586383 [ 201 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 9192 | 2025.02.11 21:36:46.587316 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2025.02.11 21:36:46.587364 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9194 | 2025.02.11 21:36:46.587804 [ 198 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004813739 sec., 116333.68572745635 rows/sec., 7.07 MiB/sec. | ||
| 9195 | 2025.02.11 21:36:46.587954 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9196 | 2025.02.11 21:36:46.588014 [ 187 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9197 | 2025.02.11 21:36:46.588393 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2025.02.11 21:36:46.588689 [ 187 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_29_7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9199 | 2025.02.11 21:36:46.588796 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.004839 sec., 78941.9301508576 rows/sec., 5.57 MiB/sec. | ||
| 9200 | 2025.02.11 21:36:46.588866 [ 187 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_29_7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9201 | 2025.02.11 21:36:46.588941 [ 257 ] {9fcb57dc-91ff-4aff-beaa-5d1f43ed1b36} <Debug> TCPHandler: Processed in 0.005553607 sec. | ||
| 9202 | 2025.02.11 21:36:46.589113 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9203 | 2025.02.11 21:36:46.589156 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9204 | 2025.02.11 21:36:46.589289 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9205 | 2025.02.11 21:36:46.589349 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9206 | 2025.02.11 21:36:46.589911 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9207 | 2025.02.11 21:36:46.589956 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9208 | 2025.02.11 21:36:46.590338 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9209 | 2025.02.11 21:36:46.590580 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9210 | 2025.02.11 21:36:46.590786 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 9211 | 2025.02.11 21:36:46.591000 [ 255 ] {c9220324-034c-45fd-8684-f26eeaa16e31} <Debug> TCPHandler: Processed in 0.001946578 sec. | ||
| 9212 | 2025.02.11 21:36:46.591238 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9213 | 2025.02.11 21:36:46.591463 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9214 | 2025.02.11 21:36:46.591561 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9215 | 2025.02.11 21:36:46.592351 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9216 | 2025.02.11 21:36:46.592391 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9217 | 2025.02.11 21:36:46.592795 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9218 | 2025.02.11 21:36:46.593035 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9219 | 2025.02.11 21:36:46.593258 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00185 sec., 128108.1081081081 rows/sec., 8.59 MiB/sec. | ||
| 9220 | 2025.02.11 21:36:46.593316 [ 257 ] {fd667a97-4d25-4e82-8c1b-ca886747c72c} <Debug> TCPHandler: Processed in 0.002198784 sec. | ||
| 9221 | 2025.02.11 21:36:46.593536 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9222 | 2025.02.11 21:36:46.593705 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9223 | 2025.02.11 21:36:46.593758 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9224 | 2025.02.11 21:36:46.594235 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9225 | 2025.02.11 21:36:46.594274 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9226 | 2025.02.11 21:36:46.594632 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9227 | 2025.02.11 21:36:46.594872 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9228 | 2025.02.11 21:36:46.595088 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec. | ||
| 9229 | 2025.02.11 21:36:46.595332 [ 255 ] {df7ba785-38ed-4eca-bd71-5ee9dd7838b0} <Debug> TCPHandler: Processed in 0.001925038 sec. | ||
| 9230 | 2025.02.11 21:36:46.595650 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9231 | 2025.02.11 21:36:46.595870 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9232 | 2025.02.11 21:36:46.595963 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9233 | 2025.02.11 21:36:46.596519 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2025.02.11 21:36:46.596558 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9235 | 2025.02.11 21:36:46.596930 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9236 | 2025.02.11 21:36:46.597178 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2025.02.11 21:36:46.597392 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001578 sec., 51964.51204055767 rows/sec., 3.30 MiB/sec. | ||
| 9238 | 2025.02.11 21:36:46.597442 [ 257 ] {4de6e2aa-eb9b-4687-a009-bb2d5d64c137} <Debug> TCPHandler: Processed in 0.002001039 sec. | ||
| 9239 | 2025.02.11 21:36:47.578316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9240 | 2025.02.11 21:36:47.579052 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2025.02.11 21:36:47.579108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9242 | 2025.02.11 21:36:47.579633 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9243 | 2025.02.11 21:36:47.579897 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2025.02.11 21:36:47.580129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9245 | 2025.02.11 21:36:49.212577 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9246 | 2025.02.11 21:36:49.233351 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9247 | 2025.02.11 21:36:49.233418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9248 | 2025.02.11 21:36:49.240924 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9249 | 2025.02.11 21:36:49.241735 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9250 | 2025.02.11 21:36:49.244872 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9251 | 2025.02.11 21:36:50.210443 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1284 | ||
| 9252 | 2025.02.11 21:36:50.213585 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.02.11 21:36:50.213643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9254 | 2025.02.11 21:36:50.215180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9255 | 2025.02.11 21:36:50.215511 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.02.11 21:36:50.215759 [ 150 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9257 | 2025.02.11 21:36:50.215879 [ 150 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9258 | 2025.02.11 21:36:50.215940 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9259 | 2025.02.11 21:36:50.216437 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 9260 | 2025.02.11 21:36:50.217981 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9261 | 2025.02.11 21:36:50.218313 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9262 | 2025.02.11 21:36:50.218495 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1136 rows starting from the beginning of the part | ||
| 9263 | 2025.02.11 21:36:50.219148 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part | ||
| 9264 | 2025.02.11 21:36:50.219812 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
| 9265 | 2025.02.11 21:36:50.220429 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 9266 | 2025.02.11 21:36:50.221056 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 9267 | 2025.02.11 21:36:50.221717 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 9268 | 2025.02.11 21:36:50.230260 [ 189 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1284 rows, containing 72 columns (72 merged, 0 gathered) in 0.01416965 sec., 90616.21140959726 rows/sec., 71.42 MiB/sec. | ||
| 9269 | 2025.02.11 21:36:50.232036 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9270 | 2025.02.11 21:36:50.232900 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.02.11 21:36:50.232999 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_36_7} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9272 | 2025.02.11 21:36:50.233340 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9273 | 2025.02.11 21:36:51.561595 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.02.11 21:36:51.561923 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9275 | 2025.02.11 21:36:51.562042 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9276 | 2025.02.11 21:36:51.562909 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.02.11 21:36:51.562962 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9278 | 2025.02.11 21:36:51.563406 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9279 | 2025.02.11 21:36:51.563663 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.02.11 21:36:51.563894 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002057 sec., 66115.70247933886 rows/sec., 5.71 MiB/sec. | ||
| 9281 | 2025.02.11 21:36:51.563949 [ 255 ] {a79e811f-4cca-4e1e-9a52-765ee99085d5} <Debug> TCPHandler: Processed in 0.002541763 sec. | ||
| 9282 | 2025.02.11 21:36:51.564192 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.02.11 21:36:51.564386 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9284 | 2025.02.11 21:36:51.564461 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9285 | 2025.02.11 21:36:51.565228 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.02.11 21:36:51.565276 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9287 | 2025.02.11 21:36:51.565702 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9288 | 2025.02.11 21:36:51.565965 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.02.11 21:36:51.566222 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001889 sec., 21175.224986765483 rows/sec., 1.55 MiB/sec. | ||
| 9290 | 2025.02.11 21:36:51.566316 [ 257 ] {d5beac60-ecd7-4a7e-aa40-459a38f31efc} <Debug> TCPHandler: Processed in 0.002264496 sec. | ||
| 9291 | 2025.02.11 21:36:51.566522 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2025.02.11 21:36:51.566689 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9293 | 2025.02.11 21:36:51.566745 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9294 | 2025.02.11 21:36:51.567427 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.02.11 21:36:51.567465 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9296 | 2025.02.11 21:36:51.567845 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9297 | 2025.02.11 21:36:51.568091 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.02.11 21:36:51.568327 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001666 sec., 62424.9699879952 rows/sec., 4.88 MiB/sec. | ||
| 9299 | 2025.02.11 21:36:51.568427 [ 255 ] {96551a5b-fe8d-476a-bed3-f040f9f74730} <Debug> TCPHandler: Processed in 0.00202008 sec. | ||
| 9300 | 2025.02.11 21:36:51.568637 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.02.11 21:36:51.568785 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9302 | 2025.02.11 21:36:51.568841 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9303 | 2025.02.11 21:36:51.569437 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2025.02.11 21:36:51.569476 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9305 | 2025.02.11 21:36:51.569880 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9306 | 2025.02.11 21:36:51.570122 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2025.02.11 21:36:51.570351 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 9308 | 2025.02.11 21:36:51.570402 [ 257 ] {d3957b2e-fb13-4f6d-ad4e-ae314577aa8e} <Debug> TCPHandler: Processed in 0.001873096 sec. | ||
| 9309 | 2025.02.11 21:36:51.570555 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2025.02.11 21:36:51.570693 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9311 | 2025.02.11 21:36:51.570786 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9312 | 2025.02.11 21:36:51.572033 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2025.02.11 21:36:51.572072 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9314 | 2025.02.11 21:36:51.573008 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9315 | 2025.02.11 21:36:51.573270 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.02.11 21:36:51.573516 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002854 sec., 14015.41695865452 rows/sec., 25.11 MiB/sec. | ||
| 9317 | 2025.02.11 21:36:51.573609 [ 255 ] {8a7ca47c-f7e0-4f01-af8c-0d6de27a9404} <Debug> TCPHandler: Processed in 0.003121777 sec. | ||
| 9318 | 2025.02.11 21:36:51.573817 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9319 | 2025.02.11 21:36:51.574039 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9320 | 2025.02.11 21:36:51.574132 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9321 | 2025.02.11 21:36:51.574688 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9322 | 2025.02.11 21:36:51.574728 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9323 | 2025.02.11 21:36:51.575109 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9324 | 2025.02.11 21:36:51.575367 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.02.11 21:36:51.575588 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 9326 | 2025.02.11 21:36:51.575638 [ 257 ] {66d3fcca-0b73-46bb-be64-70bface253ef} <Debug> TCPHandler: Processed in 0.001931438 sec. | ||
| 9327 | 2025.02.11 21:36:54.932110 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9328 | 2025.02.11 21:36:54.932162 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9329 | 2025.02.11 21:36:55.080262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9330 | 2025.02.11 21:36:55.081024 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.02.11 21:36:55.081078 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9332 | 2025.02.11 21:36:55.081664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9333 | 2025.02.11 21:36:55.081959 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.02.11 21:36:55.082205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9335 | 2025.02.11 21:36:56.565890 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9336 | 2025.02.11 21:36:56.566220 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9337 | 2025.02.11 21:36:56.566337 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9338 | 2025.02.11 21:36:56.567194 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2025.02.11 21:36:56.567247 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9340 | 2025.02.11 21:36:56.567699 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9341 | 2025.02.11 21:36:56.567967 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9342 | 2025.02.11 21:36:56.568203 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002069 sec., 102464.95891735137 rows/sec., 6.52 MiB/sec. | ||
| 9343 | 2025.02.11 21:36:56.568271 [ 255 ] {140c3765-173e-428d-acac-6f98cd80a412} <Debug> TCPHandler: Processed in 0.002566253 sec. | ||
| 9344 | 2025.02.11 21:36:56.568522 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9345 | 2025.02.11 21:36:56.568739 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9346 | 2025.02.11 21:36:56.568820 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9347 | 2025.02.11 21:36:56.569863 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9348 | 2025.02.11 21:36:56.569914 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9349 | 2025.02.11 21:36:56.570382 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9350 | 2025.02.11 21:36:56.570636 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2025.02.11 21:36:56.570831 [ 142 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9352 | 2025.02.11 21:36:56.570903 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002222 sec., 277677.7677767777 rows/sec., 21.71 MiB/sec. | ||
| 9353 | 2025.02.11 21:36:56.570929 [ 142 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2025.02.11 21:36:56.570993 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9355 | 2025.02.11 21:36:56.571017 [ 257 ] {3d2f5149-e80c-42e7-9cbd-7110c87b7a50} <Debug> TCPHandler: Processed in 0.002640695 sec. | ||
| 9356 | 2025.02.11 21:36:56.571294 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2025.02.11 21:36:56.571333 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 9358 | 2025.02.11 21:36:56.571665 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9359 | 2025.02.11 21:36:56.571845 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9360 | 2025.02.11 21:36:56.571953 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9361 | 2025.02.11 21:36:56.572147 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1848 rows starting from the beginning of the part | ||
| 9362 | 2025.02.11 21:36:56.573160 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 617 rows starting from the beginning of the part | ||
| 9363 | 2025.02.11 21:36:56.573626 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part | ||
| 9364 | 2025.02.11 21:36:56.574029 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 617 rows starting from the beginning of the part | ||
| 9365 | 2025.02.11 21:36:56.574252 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 136 rows starting from the beginning of the part | ||
| 9366 | 2025.02.11 21:36:56.574692 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 617 rows starting from the beginning of the part | ||
| 9367 | 2025.02.11 21:36:56.575460 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2025.02.11 21:36:56.575527 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9369 | 2025.02.11 21:36:56.576384 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9370 | 2025.02.11 21:36:56.576935 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2025.02.11 21:36:56.577350 [ 142 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9372 | 2025.02.11 21:36:56.577417 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005888 sec., 18002.717391304348 rows/sec., 1.06 MiB/sec. | ||
| 9373 | 2025.02.11 21:36:56.577465 [ 142 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9374 | 2025.02.11 21:36:56.577573 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9375 | 2025.02.11 21:36:56.577581 [ 255 ] {a34e8041-4627-4138-b7d9-8919af6caaca} <Debug> TCPHandler: Processed in 0.006461859 sec. | ||
| 9376 | 2025.02.11 21:36:56.577880 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9377 | 2025.02.11 21:36:56.578237 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 9378 | 2025.02.11 21:36:56.578318 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9379 | 2025.02.11 21:36:56.578441 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9380 | 2025.02.11 21:36:56.578460 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3971 rows, containing 5 columns (5 merged, 0 gathered) in 0.007363562 sec., 539277.0509707123 rows/sec., 45.37 MiB/sec. | ||
| 9381 | 2025.02.11 21:36:56.578574 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9382 | 2025.02.11 21:36:56.578619 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 166 rows starting from the beginning of the part | ||
| 9383 | 2025.02.11 21:36:56.578871 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9384 | 2025.02.11 21:36:56.579023 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 106 rows starting from the beginning of the part | ||
| 9385 | 2025.02.11 21:36:56.579677 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part | ||
| 9386 | 2025.02.11 21:36:56.580151 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 106 rows starting from the beginning of the part | ||
| 9387 | 2025.02.11 21:36:56.580451 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2025.02.11 21:36:56.580629 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part | ||
| 9389 | 2025.02.11 21:36:56.580834 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_71_14} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9390 | 2025.02.11 21:36:56.580957 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part | ||
| 9391 | 2025.02.11 21:36:56.581328 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 9392 | 2025.02.11 21:36:56.581804 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2025.02.11 21:36:56.581846 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9394 | 2025.02.11 21:36:56.582378 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9395 | 2025.02.11 21:36:56.582702 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9396 | 2025.02.11 21:36:56.582941 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.005188788 sec., 108695.90355204337 rows/sec., 7.18 MiB/sec. | ||
| 9397 | 2025.02.11 21:36:56.583159 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004921 sec., 22962.812436496646 rows/sec., 1.49 MiB/sec. | ||
| 9398 | 2025.02.11 21:36:56.583265 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9399 | 2025.02.11 21:36:56.583561 [ 257 ] {c13f88bd-23b2-45c7-9ff8-337980b63beb} <Debug> TCPHandler: Processed in 0.005849394 sec. | ||
| 9400 | 2025.02.11 21:36:56.583887 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9401 | 2025.02.11 21:36:56.584094 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9402 | 2025.02.11 21:36:56.584172 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9403 | 2025.02.11 21:36:56.584180 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9404 | 2025.02.11 21:36:56.584401 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_66_13} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9405 | 2025.02.11 21:36:56.584614 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9406 | 2025.02.11 21:36:56.585113 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9407 | 2025.02.11 21:36:56.585156 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9408 | 2025.02.11 21:36:56.585545 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9409 | 2025.02.11 21:36:56.585795 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2025.02.11 21:36:56.586008 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001959 sec., 57172.02654415519 rows/sec., 3.26 MiB/sec. | ||
| 9411 | 2025.02.11 21:36:56.586061 [ 255 ] {6355af55-99c2-420a-b170-05e815f168a1} <Debug> TCPHandler: Processed in 0.002355508 sec. | ||
| 9412 | 2025.02.11 21:36:56.586266 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9413 | 2025.02.11 21:36:56.586488 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9414 | 2025.02.11 21:36:56.586578 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9415 | 2025.02.11 21:36:56.587656 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.02.11 21:36:56.587697 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9417 | 2025.02.11 21:36:56.588082 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9418 | 2025.02.11 21:36:56.588332 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.02.11 21:36:56.588534 [ 142 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9420 | 2025.02.11 21:36:56.588597 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00216 sec., 176851.85185185185 rows/sec., 12.47 MiB/sec. | ||
| 9421 | 2025.02.11 21:36:56.588625 [ 142 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2025.02.11 21:36:56.588716 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9423 | 2025.02.11 21:36:56.588719 [ 257 ] {479ba4db-863e-4f6f-805c-548b08fb8e35} <Debug> TCPHandler: Processed in 0.002559214 sec. | ||
| 9424 | 2025.02.11 21:36:56.588993 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9425 | 2025.02.11 21:36:56.589062 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 9426 | 2025.02.11 21:36:56.589215 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9427 | 2025.02.11 21:36:56.589339 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9428 | 2025.02.11 21:36:56.589490 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9429 | 2025.02.11 21:36:56.589582 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 9430 | 2025.02.11 21:36:56.590030 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 382 rows starting from the beginning of the part | ||
| 9431 | 2025.02.11 21:36:56.590295 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part | ||
| 9432 | 2025.02.11 21:36:56.590665 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 382 rows starting from the beginning of the part | ||
| 9433 | 2025.02.11 21:36:56.591049 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 104 rows starting from the beginning of the part | ||
| 9434 | 2025.02.11 21:36:56.591442 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 382 rows starting from the beginning of the part | ||
| 9435 | 2025.02.11 21:36:56.592030 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.02.11 21:36:56.592136 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9437 | 2025.02.11 21:36:56.592938 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9438 | 2025.02.11 21:36:56.593475 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.02.11 21:36:56.594023 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004865 sec., 1233.2990750256936 rows/sec., 64.44 KiB/sec. | ||
| 9440 | 2025.02.11 21:36:56.594212 [ 255 ] {ac62a351-3bb0-4994-a445-8801351208a4} <Debug> TCPHandler: Processed in 0.005374632 sec. | ||
| 9441 | 2025.02.11 21:36:56.594386 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.02.11 21:36:56.594709 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.02.11 21:36:56.595000 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9444 | 2025.02.11 21:36:56.595089 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 5 columns (5 merged, 0 gathered) in 0.006205873 sec., 365782.54179548955 rows/sec., 27.76 MiB/sec. | ||
| 9445 | 2025.02.11 21:36:56.595470 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9446 | 2025.02.11 21:36:56.596101 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9447 | 2025.02.11 21:36:56.596324 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_71_14} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9448 | 2025.02.11 21:36:56.596469 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9449 | 2025.02.11 21:36:56.596483 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9450 | 2025.02.11 21:36:56.596539 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9451 | 2025.02.11 21:36:56.596973 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9452 | 2025.02.11 21:36:56.597219 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2025.02.11 21:36:56.597397 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9454 | 2025.02.11 21:36:56.597467 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2025.02.11 21:36:56.597476 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00292 sec., 81164.38356164384 rows/sec., 5.44 MiB/sec. | ||
| 9456 | 2025.02.11 21:36:56.597504 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9457 | 2025.02.11 21:36:56.597642 [ 257 ] {5b9c2cc0-3b6a-448b-98a9-fe653c38840e} <Debug> TCPHandler: Processed in 0.003338722 sec. | ||
| 9458 | 2025.02.11 21:36:56.597725 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 9459 | 2025.02.11 21:36:56.597846 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.02.11 21:36:56.597927 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9461 | 2025.02.11 21:36:56.598003 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 23194 rows starting from the beginning of the part | ||
| 9462 | 2025.02.11 21:36:56.598068 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9463 | 2025.02.11 21:36:56.598237 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 9464 | 2025.02.11 21:36:56.598273 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9465 | 2025.02.11 21:36:56.598610 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 9466 | 2025.02.11 21:36:56.599038 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 9467 | 2025.02.11 21:36:56.599372 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 9468 | 2025.02.11 21:36:56.599674 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 9469 | 2025.02.11 21:36:56.600830 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9470 | 2025.02.11 21:36:56.600911 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9471 | 2025.02.11 21:36:56.601678 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9472 | 2025.02.11 21:36:56.601976 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9473 | 2025.02.11 21:36:56.602166 [ 142 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9474 | 2025.02.11 21:36:56.602282 [ 142 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9475 | 2025.02.11 21:36:56.602373 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004334 sec., 230.73373327180434 rows/sec., 15.55 KiB/sec. | ||
| 9476 | 2025.02.11 21:36:56.602384 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9477 | 2025.02.11 21:36:56.602641 [ 255 ] {d01dd6a9-d17d-4ca3-9cc8-2db97a8b8c42} <Debug> TCPHandler: Processed in 0.004884561 sec. | ||
| 9478 | 2025.02.11 21:36:56.603014 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 9479 | 2025.02.11 21:36:56.603107 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9480 | 2025.02.11 21:36:56.603654 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9481 | 2025.02.11 21:36:56.603761 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
| 9482 | 2025.02.11 21:36:56.603857 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9483 | 2025.02.11 21:36:56.604092 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9484 | 2025.02.11 21:36:56.604418 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9485 | 2025.02.11 21:36:56.604771 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9486 | 2025.02.11 21:36:56.605073 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9487 | 2025.02.11 21:36:56.605080 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9488 | 2025.02.11 21:36:56.605523 [ 195 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9489 | 2025.02.11 21:36:56.609057 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2025.02.11 21:36:56.609155 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9491 | 2025.02.11 21:36:56.610588 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24225 rows, containing 5 columns (5 merged, 0 gathered) in 0.012964811 sec., 1868519.3328309993 rows/sec., 126.34 MiB/sec. | ||
| 9492 | 2025.02.11 21:36:56.611082 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9493 | 2025.02.11 21:36:56.611090 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.00850099 sec., 3646.634097910949 rows/sec., 245.26 KiB/sec. | ||
| 9494 | 2025.02.11 21:36:56.611363 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9495 | 2025.02.11 21:36:56.611352 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9496 | 2025.02.11 21:36:56.611763 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2025.02.11 21:36:56.612110 [ 142 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9498 | 2025.02.11 21:36:56.612244 [ 142 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2025.02.11 21:36:56.612382 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9500 | 2025.02.11 21:36:56.612396 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2025.02.11 21:36:56.612614 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008943 sec., 9169.182600916918 rows/sec., 596.33 KiB/sec. | ||
| 9502 | 2025.02.11 21:36:56.612722 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2025.02.11 21:36:56.613008 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 9504 | 2025.02.11 21:36:56.613144 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9505 | 2025.02.11 21:36:56.613223 [ 257 ] {200ef2de-1b1c-4aac-975b-fc7ea046a6dd} <Debug> TCPHandler: Processed in 0.010463478 sec. | ||
| 9506 | 2025.02.11 21:36:56.613240 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_31_6} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9507 | 2025.02.11 21:36:56.613582 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9508 | 2025.02.11 21:36:56.613698 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9509 | 2025.02.11 21:36:56.613708 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9510 | 2025.02.11 21:36:56.613749 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4524 rows starting from the beginning of the part | ||
| 9511 | 2025.02.11 21:36:56.613826 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 9512 | 2025.02.11 21:36:56.613940 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 9513 | 2025.02.11 21:36:56.614011 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 9514 | 2025.02.11 21:36:56.614102 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 9515 | 2025.02.11 21:36:56.614193 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 9516 | 2025.02.11 21:36:56.616127 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4890 rows, containing 4 columns (4 merged, 0 gathered) in 0.003547248 sec., 1378533.4433904819 rows/sec., 90.26 MiB/sec. | ||
| 9517 | 2025.02.11 21:36:56.616572 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9518 | 2025.02.11 21:36:56.616964 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2025.02.11 21:36:56.617071 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_71_14} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9520 | 2025.02.11 21:36:56.617178 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9521 | 2025.02.11 21:36:56.744943 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9522 | 2025.02.11 21:36:56.767380 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2025.02.11 21:36:56.767428 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9524 | 2025.02.11 21:36:56.775027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9525 | 2025.02.11 21:36:56.775812 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2025.02.11 21:36:56.779603 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9527 | 2025.02.11 21:37:00.218251 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1316 | ||
| 9528 | 2025.02.11 21:37:00.221459 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9529 | 2025.02.11 21:37:00.221520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9530 | 2025.02.11 21:37:00.223027 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9531 | 2025.02.11 21:37:00.223365 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9532 | 2025.02.11 21:37:00.224060 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316 | ||
| 9533 | 2025.02.11 21:37:01.155187 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9534 | 2025.02.11 21:37:01.155382 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9535 | 2025.02.11 21:37:01.155454 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9536 | 2025.02.11 21:37:01.156205 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9537 | 2025.02.11 21:37:01.156251 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9538 | 2025.02.11 21:37:01.156689 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9539 | 2025.02.11 21:37:01.156949 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9540 | 2025.02.11 21:37:01.157181 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001852 sec., 7559.3952483801295 rows/sec., 616.42 KiB/sec. | ||
| 9541 | 2025.02.11 21:37:01.157249 [ 255 ] {ba2c9e2c-2d0e-42f7-91a6-62f3c20220a6} <Debug> TCPHandler: Processed in 0.002187414 sec. | ||
| 9542 | 2025.02.11 21:37:01.157545 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9543 | 2025.02.11 21:37:01.157852 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9544 | 2025.02.11 21:37:01.157966 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9545 | 2025.02.11 21:37:01.159474 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9546 | 2025.02.11 21:37:01.159516 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9547 | 2025.02.11 21:37:01.160032 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9548 | 2025.02.11 21:37:01.160287 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9549 | 2025.02.11 21:37:01.160515 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.00275 sec., 466545.4545454546 rows/sec., 38.74 MiB/sec. | ||
| 9550 | 2025.02.11 21:37:01.160573 [ 257 ] {62ac7e18-444a-4b64-b55f-9f1314d4d8d0} <Debug> TCPHandler: Processed in 0.00321922 sec. | ||
| 9551 | 2025.02.11 21:37:01.160777 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9552 | 2025.02.11 21:37:01.161010 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9553 | 2025.02.11 21:37:01.161105 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9554 | 2025.02.11 21:37:01.161963 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9555 | 2025.02.11 21:37:01.162005 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9556 | 2025.02.11 21:37:01.162383 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9557 | 2025.02.11 21:37:01.162632 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9558 | 2025.02.11 21:37:01.162838 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.001889 sec., 28586.5537321334 rows/sec., 2.06 MiB/sec. | ||
| 9559 | 2025.02.11 21:37:01.162895 [ 255 ] {8a46b44d-1fdf-4ebf-bab1-7648af7e7f9b} <Debug> TCPHandler: Processed in 0.002228975 sec. | ||
| 9560 | 2025.02.11 21:37:01.163098 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9561 | 2025.02.11 21:37:01.163321 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9562 | 2025.02.11 21:37:01.163411 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9563 | 2025.02.11 21:37:01.164171 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9564 | 2025.02.11 21:37:01.164210 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9565 | 2025.02.11 21:37:01.164581 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9566 | 2025.02.11 21:37:01.164828 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9567 | 2025.02.11 21:37:01.165069 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001796 sec., 126948.77505567929 rows/sec., 8.60 MiB/sec. | ||
| 9568 | 2025.02.11 21:37:01.165182 [ 257 ] {f6aea0a7-98e9-4447-8a64-747952ef034e} <Debug> TCPHandler: Processed in 0.002196285 sec. | ||
| 9569 | 2025.02.11 21:37:01.165396 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2025.02.11 21:37:01.165631 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9571 | 2025.02.11 21:37:01.165690 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9572 | 2025.02.11 21:37:01.166630 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2025.02.11 21:37:01.166671 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9574 | 2025.02.11 21:37:01.167073 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9575 | 2025.02.11 21:37:01.167327 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2025.02.11 21:37:01.167567 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.001972 sec., 291075.05070993915 rows/sec., 21.67 MiB/sec. | ||
| 9577 | 2025.02.11 21:37:01.167624 [ 255 ] {28be8cbe-000d-4c5f-8582-e6ceaba10f36} <Debug> TCPHandler: Processed in 0.002356118 sec. | ||
| 9578 | 2025.02.11 21:37:01.167917 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2025.02.11 21:37:01.168154 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9580 | 2025.02.11 21:37:01.168254 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9581 | 2025.02.11 21:37:01.169204 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2025.02.11 21:37:01.169243 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9583 | 2025.02.11 21:37:01.169704 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9584 | 2025.02.11 21:37:01.169953 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2025.02.11 21:37:01.170185 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.002084 sec., 486084.452975048 rows/sec., 32.68 MiB/sec. | ||
| 9586 | 2025.02.11 21:37:01.170284 [ 257 ] {19463cf6-614c-48bf-a04b-2c7f3c69a99a} <Debug> TCPHandler: Processed in 0.002560463 sec. | ||
| 9587 | 2025.02.11 21:37:01.170498 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9588 | 2025.02.11 21:37:01.170696 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9589 | 2025.02.11 21:37:01.170777 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.11 21:37:01.171992 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9591 | 2025.02.11 21:37:01.172031 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9592 | 2025.02.11 21:37:01.172710 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9593 | 2025.02.11 21:37:01.172975 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9594 | 2025.02.11 21:37:01.173155 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9595 | 2025.02.11 21:37:01.173239 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9596 | 2025.02.11 21:37:01.173245 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002575 sec., 15533.980582524271 rows/sec., 27.84 MiB/sec. | ||
| 9597 | 2025.02.11 21:37:01.173274 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9598 | 2025.02.11 21:37:01.173808 [ 255 ] {79c1d4e4-deaa-4652-9006-d31294b12564} <Debug> TCPHandler: Processed in 0.003427734 sec. | ||
| 9599 | 2025.02.11 21:37:01.174164 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9600 | 2025.02.11 21:37:01.174209 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 9601 | 2025.02.11 21:37:01.174319 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9602 | 2025.02.11 21:37:01.174381 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9603 | 2025.02.11 21:37:01.174822 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9604 | 2025.02.11 21:37:01.174919 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1132 rows starting from the beginning of the part | ||
| 9605 | 2025.02.11 21:37:01.175352 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 9606 | 2025.02.11 21:37:01.175632 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2025.02.11 21:37:01.175699 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9608 | 2025.02.11 21:37:01.175746 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 9609 | 2025.02.11 21:37:01.176131 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 9610 | 2025.02.11 21:37:01.176487 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 9611 | 2025.02.11 21:37:01.176508 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9612 | 2025.02.11 21:37:01.176794 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 9613 | 2025.02.11 21:37:01.177049 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9614 | 2025.02.11 21:37:01.177426 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003139 sec., 19114.36763300414 rows/sec., 1.29 MiB/sec. | ||
| 9615 | 2025.02.11 21:37:01.177516 [ 257 ] {c4f532df-278a-4c0e-81bc-0623bc531f18} <Debug> TCPHandler: Processed in 0.003587508 sec. | ||
| 9616 | 2025.02.11 21:37:01.184805 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1332 rows, containing 19 columns (19 merged, 0 gathered) in 0.011361031 sec., 117242.88050970022 rows/sec., 210.09 MiB/sec. | ||
| 9617 | 2025.02.11 21:37:01.186465 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9618 | 2025.02.11 21:37:01.186935 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9619 | 2025.02.11 21:37:01.187030 [ 190 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9620 | 2025.02.11 21:37:01.187213 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.45 MiB. | ||
| 9621 | 2025.02.11 21:37:02.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.85 MiB, peak 238.28 MiB, free memory in arenas 0.00 B, will set to 230.12 MiB (RSS), difference: 3.26 MiB | ||
| 9622 | 2025.02.11 21:37:02.582334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 9623 | 2025.02.11 21:37:02.582995 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9624 | 2025.02.11 21:37:02.583038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9625 | 2025.02.11 21:37:02.583561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9626 | 2025.02.11 21:37:02.583820 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9627 | 2025.02.11 21:37:02.584037 [ 131 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9628 | 2025.02.11 21:37:02.584075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 9629 | 2025.02.11 21:37:02.584125 [ 131 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2025.02.11 21:37:02.584156 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9631 | 2025.02.11 21:37:02.584353 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 9632 | 2025.02.11 21:37:02.584724 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9633 | 2025.02.11 21:37:02.584823 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9634 | 2025.02.11 21:37:02.584967 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 9635 | 2025.02.11 21:37:02.585158 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 9636 | 2025.02.11 21:37:02.585501 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 9637 | 2025.02.11 21:37:02.585747 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 9638 | 2025.02.11 21:37:02.585897 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 9639 | 2025.02.11 21:37:02.588306 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004077331 sec., 5729973.84808837 rows/sec., 81.97 MiB/sec. | ||
| 9640 | 2025.02.11 21:37:02.588800 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9641 | 2025.02.11 21:37:02.589144 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9642 | 2025.02.11 21:37:02.589240 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_51_10} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9643 | 2025.02.11 21:37:02.589358 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 9644 | 2025.02.11 21:37:04.279690 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9645 | 2025.02.11 21:37:04.301600 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.02.11 21:37:04.301661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9647 | 2025.02.11 21:37:04.309175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9648 | 2025.02.11 21:37:04.310002 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.02.11 21:37:04.310410 [ 129 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9650 | 2025.02.11 21:37:04.310544 [ 129 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2025.02.11 21:37:04.310618 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9652 | 2025.02.11 21:37:04.311097 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 9653 | 2025.02.11 21:37:04.325143 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9654 | 2025.02.11 21:37:04.327103 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9655 | 2025.02.11 21:37:04.328712 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9656 | 2025.02.11 21:37:04.334642 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9657 | 2025.02.11 21:37:04.340324 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9658 | 2025.02.11 21:37:04.345969 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9659 | 2025.02.11 21:37:04.351694 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9660 | 2025.02.11 21:37:04.356627 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9661 | 2025.02.11 21:37:04.415143 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.104391359 sec., 3688.0447164214042 rows/sec., 19.07 MiB/sec. | ||
| 9662 | 2025.02.11 21:37:04.418103 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9663 | 2025.02.11 21:37:04.421015 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.02.11 21:37:04.421150 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_51_10} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9665 | 2025.02.11 21:37:04.424213 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9666 | 2025.02.11 21:37:06.565083 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2025.02.11 21:37:06.565399 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9668 | 2025.02.11 21:37:06.565512 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9669 | 2025.02.11 21:37:06.566427 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2025.02.11 21:37:06.566472 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9671 | 2025.02.11 21:37:06.566899 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9672 | 2025.02.11 21:37:06.567147 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.02.11 21:37:06.567404 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002087 sec., 101581.21705797796 rows/sec., 6.46 MiB/sec. | ||
| 9674 | 2025.02.11 21:37:06.567502 [ 255 ] {c33c2560-2d10-47a5-8877-173855dcb7cd} <Debug> TCPHandler: Processed in 0.002599224 sec. | ||
| 9675 | 2025.02.11 21:37:06.567828 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9676 | 2025.02.11 21:37:06.568144 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9677 | 2025.02.11 21:37:06.568257 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9678 | 2025.02.11 21:37:06.569435 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2025.02.11 21:37:06.569485 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9680 | 2025.02.11 21:37:06.569953 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9681 | 2025.02.11 21:37:06.570207 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2025.02.11 21:37:06.570504 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002442 sec., 252661.75266175263 rows/sec., 19.75 MiB/sec. | ||
| 9683 | 2025.02.11 21:37:06.570580 [ 257 ] {f9f7ddd0-9335-4944-86f0-45b619d51928} <Debug> TCPHandler: Processed in 0.002954933 sec. | ||
| 9684 | 2025.02.11 21:37:06.570854 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2025.02.11 21:37:06.571115 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9686 | 2025.02.11 21:37:06.571204 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9687 | 2025.02.11 21:37:06.572094 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9688 | 2025.02.11 21:37:06.572133 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9689 | 2025.02.11 21:37:06.572505 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9690 | 2025.02.11 21:37:06.572749 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2025.02.11 21:37:06.572961 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001898 sec., 55848.261327713386 rows/sec., 3.29 MiB/sec. | ||
| 9692 | 2025.02.11 21:37:06.573015 [ 255 ] {3172e7a9-d943-48b2-85d7-d2d8698a942a} <Debug> TCPHandler: Processed in 0.002328227 sec. | ||
| 9693 | 2025.02.11 21:37:06.573218 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9694 | 2025.02.11 21:37:06.573441 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9695 | 2025.02.11 21:37:06.573532 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9696 | 2025.02.11 21:37:06.574281 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2025.02.11 21:37:06.574320 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9698 | 2025.02.11 21:37:06.574685 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9699 | 2025.02.11 21:37:06.574931 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.02.11 21:37:06.575185 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001786 sec., 63269.87681970884 rows/sec., 4.10 MiB/sec. | ||
| 9701 | 2025.02.11 21:37:06.575313 [ 257 ] {532c8771-42f5-42ce-a7c4-d20285eba670} <Debug> TCPHandler: Processed in 0.002204255 sec. | ||
| 9702 | 2025.02.11 21:37:06.575534 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9703 | 2025.02.11 21:37:06.575672 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9704 | 2025.02.11 21:37:06.575729 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9705 | 2025.02.11 21:37:06.576336 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2025.02.11 21:37:06.576375 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9707 | 2025.02.11 21:37:06.576737 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9708 | 2025.02.11 21:37:06.576984 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2025.02.11 21:37:06.577189 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001546 sec., 72445.0194049159 rows/sec., 4.13 MiB/sec. | ||
| 9710 | 2025.02.11 21:37:06.577242 [ 255 ] {c2a3b897-e9d8-4b3c-952c-c07cdb689663} <Debug> TCPHandler: Processed in 0.001828855 sec. | ||
| 9711 | 2025.02.11 21:37:06.577380 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2025.02.11 21:37:06.577496 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9713 | 2025.02.11 21:37:06.577544 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9714 | 2025.02.11 21:37:06.578259 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2025.02.11 21:37:06.578298 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9716 | 2025.02.11 21:37:06.578678 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9717 | 2025.02.11 21:37:06.578927 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2025.02.11 21:37:06.579139 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001659 sec., 230259.19228450872 rows/sec., 16.24 MiB/sec. | ||
| 9719 | 2025.02.11 21:37:06.579245 [ 257 ] {b26730e9-7457-4187-9618-60045fdb3952} <Debug> TCPHandler: Processed in 0.001919797 sec. | ||
| 9720 | 2025.02.11 21:37:06.579473 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2025.02.11 21:37:06.579680 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9722 | 2025.02.11 21:37:06.579741 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9723 | 2025.02.11 21:37:06.580240 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9724 | 2025.02.11 21:37:06.580278 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9725 | 2025.02.11 21:37:06.580650 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9726 | 2025.02.11 21:37:06.580888 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9727 | 2025.02.11 21:37:06.581015 [ 127 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9728 | 2025.02.11 21:37:06.581056 [ 127 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.02.11 21:37:06.581073 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 9730 | 2025.02.11 21:37:06.581081 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9731 | 2025.02.11 21:37:06.581144 [ 255 ] {ed61e7db-1b7b-4198-87ed-3254566a22bd} <Debug> TCPHandler: Processed in 0.001800575 sec. | ||
| 9732 | 2025.02.11 21:37:06.581486 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9733 | 2025.02.11 21:37:06.581827 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 9734 | 2025.02.11 21:37:06.581985 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9735 | 2025.02.11 21:37:06.582196 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9736 | 2025.02.11 21:37:06.582349 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9737 | 2025.02.11 21:37:06.582423 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 9738 | 2025.02.11 21:37:06.582585 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9739 | 2025.02.11 21:37:06.582979 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9740 | 2025.02.11 21:37:06.583327 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9741 | 2025.02.11 21:37:06.583690 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9742 | 2025.02.11 21:37:06.583836 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9743 | 2025.02.11 21:37:06.584536 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9744 | 2025.02.11 21:37:06.584579 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9745 | 2025.02.11 21:37:06.585142 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9746 | 2025.02.11 21:37:06.585441 [ 192 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004208504 sec., 44196.2274480433 rows/sec., 2.25 MiB/sec. | ||
| 9747 | 2025.02.11 21:37:06.585507 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9748 | 2025.02.11 21:37:06.585680 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9749 | 2025.02.11 21:37:06.585800 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003938 sec., 60182.83392585069 rows/sec., 4.03 MiB/sec. | ||
| 9750 | 2025.02.11 21:37:06.585882 [ 257 ] {79a00a9b-bea0-4511-99b6-ef054db89640} <Debug> TCPHandler: Processed in 0.004630814 sec. | ||
| 9751 | 2025.02.11 21:37:06.586046 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9752 | 2025.02.11 21:37:06.586115 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2025.02.11 21:37:06.586290 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_31_6} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9754 | 2025.02.11 21:37:06.586296 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9755 | 2025.02.11 21:37:06.586417 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9756 | 2025.02.11 21:37:06.586428 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9757 | 2025.02.11 21:37:06.586984 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9758 | 2025.02.11 21:37:06.587022 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9759 | 2025.02.11 21:37:06.587392 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9760 | 2025.02.11 21:37:06.587645 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9761 | 2025.02.11 21:37:06.587855 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001626 sec., 615.0061500615006 rows/sec., 41.44 KiB/sec. | ||
| 9762 | 2025.02.11 21:37:06.588029 [ 255 ] {c336fbf9-28bf-4fb3-8480-520ee39d9393} <Debug> TCPHandler: Processed in 0.002059211 sec. | ||
| 9763 | 2025.02.11 21:37:06.588276 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9764 | 2025.02.11 21:37:06.588410 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9765 | 2025.02.11 21:37:06.588469 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9766 | 2025.02.11 21:37:06.589003 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9767 | 2025.02.11 21:37:06.589041 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9768 | 2025.02.11 21:37:06.589409 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9769 | 2025.02.11 21:37:06.589644 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9770 | 2025.02.11 21:37:06.589856 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 9771 | 2025.02.11 21:37:06.589906 [ 257 ] {ee0880c4-ae69-467c-b90c-32c05c6fbcdb} <Debug> TCPHandler: Processed in 0.001771664 sec. | ||
| 9772 | 2025.02.11 21:37:09.932210 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9773 | 2025.02.11 21:37:09.932270 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9774 | 2025.02.11 21:37:10.084223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 9775 | 2025.02.11 21:37:10.084984 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2025.02.11 21:37:10.085029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9777 | 2025.02.11 21:37:10.085542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9778 | 2025.02.11 21:37:10.085804 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2025.02.11 21:37:10.086054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9780 | 2025.02.11 21:37:10.224272 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1352 | ||
| 9781 | 2025.02.11 21:37:10.227420 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2025.02.11 21:37:10.227467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9783 | 2025.02.11 21:37:10.228973 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9784 | 2025.02.11 21:37:10.229291 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9785 | 2025.02.11 21:37:10.229859 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352 | ||
| 9786 | 2025.02.11 21:37:11.561341 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9787 | 2025.02.11 21:37:11.561668 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9788 | 2025.02.11 21:37:11.561785 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9789 | 2025.02.11 21:37:11.562669 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9790 | 2025.02.11 21:37:11.562719 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9791 | 2025.02.11 21:37:11.563175 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9792 | 2025.02.11 21:37:11.563438 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9793 | 2025.02.11 21:37:11.563672 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002087 sec., 65165.309056061335 rows/sec., 5.63 MiB/sec. | ||
| 9794 | 2025.02.11 21:37:11.563739 [ 255 ] {e1207050-5050-4433-837e-73e3f6faad6a} <Debug> TCPHandler: Processed in 0.002583044 sec. | ||
| 9795 | 2025.02.11 21:37:11.564036 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9796 | 2025.02.11 21:37:11.564248 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9797 | 2025.02.11 21:37:11.564330 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9798 | 2025.02.11 21:37:11.565169 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9799 | 2025.02.11 21:37:11.565210 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9800 | 2025.02.11 21:37:11.565643 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9801 | 2025.02.11 21:37:11.565913 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9802 | 2025.02.11 21:37:11.566131 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001939 sec., 20629.190304280557 rows/sec., 1.51 MiB/sec. | ||
| 9803 | 2025.02.11 21:37:11.566209 [ 257 ] {6dd890cf-606f-433c-b357-8d2aba2fe387} <Debug> TCPHandler: Processed in 0.002359468 sec. | ||
| 9804 | 2025.02.11 21:37:11.566372 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9805 | 2025.02.11 21:37:11.566529 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9806 | 2025.02.11 21:37:11.566588 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9807 | 2025.02.11 21:37:11.567220 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9808 | 2025.02.11 21:37:11.567261 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9809 | 2025.02.11 21:37:11.567645 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9810 | 2025.02.11 21:37:11.567906 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9811 | 2025.02.11 21:37:11.568152 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001657 sec., 62764.03138201569 rows/sec., 4.90 MiB/sec. | ||
| 9812 | 2025.02.11 21:37:11.568260 [ 255 ] {77a1c232-da30-48c0-a864-58f4aad00482} <Debug> TCPHandler: Processed in 0.001960698 sec. | ||
| 9813 | 2025.02.11 21:37:11.568548 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9814 | 2025.02.11 21:37:11.568864 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9815 | 2025.02.11 21:37:11.568965 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9816 | 2025.02.11 21:37:11.569579 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9817 | 2025.02.11 21:37:11.569616 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9818 | 2025.02.11 21:37:11.570024 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9819 | 2025.02.11 21:37:11.570266 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9820 | 2025.02.11 21:37:11.570473 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 9821 | 2025.02.11 21:37:11.570540 [ 257 ] {3b7cb7bb-525a-4f18-839c-4ed90567257f} <Debug> TCPHandler: Processed in 0.002182174 sec. | ||
| 9822 | 2025.02.11 21:37:11.570734 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9823 | 2025.02.11 21:37:11.570892 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9824 | 2025.02.11 21:37:11.570983 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9825 | 2025.02.11 21:37:11.572155 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9826 | 2025.02.11 21:37:11.572194 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9827 | 2025.02.11 21:37:11.572861 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9828 | 2025.02.11 21:37:11.573123 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9829 | 2025.02.11 21:37:11.573366 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002504 sec., 15974.440894568688 rows/sec., 28.63 MiB/sec. | ||
| 9830 | 2025.02.11 21:37:11.573457 [ 255 ] {91ea34de-3b81-471f-b50f-14e8f29b2c15} <Debug> TCPHandler: Processed in 0.002838151 sec. | ||
| 9831 | 2025.02.11 21:37:11.573617 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2025.02.11 21:37:11.573756 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9833 | 2025.02.11 21:37:11.573816 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9834 | 2025.02.11 21:37:11.574341 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9835 | 2025.02.11 21:37:11.574378 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9836 | 2025.02.11 21:37:11.574753 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9837 | 2025.02.11 21:37:11.574996 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9838 | 2025.02.11 21:37:11.575173 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 9839 | 2025.02.11 21:37:11.575222 [ 257 ] {340567cd-7730-42de-96d5-3f171d99a4a1} <Debug> TCPHandler: Processed in 0.001675531 sec. | ||
| 9840 | 2025.02.11 21:37:11.825252 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9841 | 2025.02.11 21:37:11.844977 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2025.02.11 21:37:11.845043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9843 | 2025.02.11 21:37:11.851961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9844 | 2025.02.11 21:37:11.852711 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9845 | 2025.02.11 21:37:11.855895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 9846 | 2025.02.11 21:37:16.567058 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9847 | 2025.02.11 21:37:16.567276 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9848 | 2025.02.11 21:37:16.567357 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9849 | 2025.02.11 21:37:16.568260 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9850 | 2025.02.11 21:37:16.568305 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9851 | 2025.02.11 21:37:16.568733 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9852 | 2025.02.11 21:37:16.568996 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9853 | 2025.02.11 21:37:16.569221 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002006 sec., 105682.95114656031 rows/sec., 6.72 MiB/sec. | ||
| 9854 | 2025.02.11 21:37:16.569279 [ 255 ] {fc0c6bf5-dc5d-427e-a0ee-3b1424e215e7} <Debug> TCPHandler: Processed in 0.002347098 sec. | ||
| 9855 | 2025.02.11 21:37:16.569537 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9856 | 2025.02.11 21:37:16.569753 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9857 | 2025.02.11 21:37:16.569837 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9858 | 2025.02.11 21:37:16.570627 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9859 | 2025.02.11 21:37:16.570679 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9860 | 2025.02.11 21:37:16.571100 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9861 | 2025.02.11 21:37:16.571366 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9862 | 2025.02.11 21:37:16.571618 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001926 sec., 1038.4215991692627 rows/sec., 84.68 KiB/sec. | ||
| 9863 | 2025.02.11 21:37:16.571685 [ 257 ] {85128392-5d82-4f27-8af6-9228478c9fe0} <Debug> TCPHandler: Processed in 0.002297866 sec. | ||
| 9864 | 2025.02.11 21:37:16.571845 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9865 | 2025.02.11 21:37:16.571985 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9866 | 2025.02.11 21:37:16.572044 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9867 | 2025.02.11 21:37:16.572870 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9868 | 2025.02.11 21:37:16.572911 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9869 | 2025.02.11 21:37:16.573312 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9870 | 2025.02.11 21:37:16.573549 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9871 | 2025.02.11 21:37:16.573776 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.00182 sec., 339560.43956043955 rows/sec., 26.54 MiB/sec. | ||
| 9872 | 2025.02.11 21:37:16.573844 [ 255 ] {7824092d-fa68-442c-a9e2-874a7f7e3fc0} <Debug> TCPHandler: Processed in 0.002068912 sec. | ||
| 9873 | 2025.02.11 21:37:16.574097 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9874 | 2025.02.11 21:37:16.574287 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9875 | 2025.02.11 21:37:16.574348 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9876 | 2025.02.11 21:37:16.575079 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9877 | 2025.02.11 21:37:16.575127 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9878 | 2025.02.11 21:37:16.575497 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9879 | 2025.02.11 21:37:16.575732 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2025.02.11 21:37:16.575964 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001711 sec., 63120.98188194038 rows/sec., 3.72 MiB/sec. | ||
| 9881 | 2025.02.11 21:37:16.576016 [ 257 ] {21920695-c2dc-4992-9065-52c82aa6ecb9} <Debug> TCPHandler: Processed in 0.002083371 sec. | ||
| 9882 | 2025.02.11 21:37:16.576150 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9883 | 2025.02.11 21:37:16.576360 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9884 | 2025.02.11 21:37:16.576452 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9885 | 2025.02.11 21:37:16.577390 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9886 | 2025.02.11 21:37:16.577430 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9887 | 2025.02.11 21:37:16.577791 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9888 | 2025.02.11 21:37:16.578026 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9889 | 2025.02.11 21:37:16.578246 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00194 sec., 58247.42268041237 rows/sec., 3.77 MiB/sec. | ||
| 9890 | 2025.02.11 21:37:16.578299 [ 255 ] {260e6b74-8e61-43f1-9a32-64131eff8ca6} <Debug> TCPHandler: Processed in 0.002204195 sec. | ||
| 9891 | 2025.02.11 21:37:16.578441 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9892 | 2025.02.11 21:37:16.578555 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9893 | 2025.02.11 21:37:16.578602 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9894 | 2025.02.11 21:37:16.579212 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9895 | 2025.02.11 21:37:16.579251 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9896 | 2025.02.11 21:37:16.579605 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9897 | 2025.02.11 21:37:16.579837 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2025.02.11 21:37:16.580074 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001537 sec., 72869.22576447626 rows/sec., 4.15 MiB/sec. | ||
| 9899 | 2025.02.11 21:37:16.580154 [ 257 ] {50d113df-5e9d-4e2e-9597-2ae76bff2c26} <Debug> TCPHandler: Processed in 0.001771234 sec. | ||
| 9900 | 2025.02.11 21:37:16.580384 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9901 | 2025.02.11 21:37:16.580531 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9902 | 2025.02.11 21:37:16.580590 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9903 | 2025.02.11 21:37:16.581510 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2025.02.11 21:37:16.581550 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9905 | 2025.02.11 21:37:16.581924 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9906 | 2025.02.11 21:37:16.582169 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2025.02.11 21:37:16.582385 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001883 sec., 203929.89909718535 rows/sec., 14.39 MiB/sec. | ||
| 9908 | 2025.02.11 21:37:16.582438 [ 255 ] {6bcba6e4-0ee7-4a5a-abc0-f4e136fef886} <Debug> TCPHandler: Processed in 0.002195234 sec. | ||
| 9909 | 2025.02.11 21:37:16.582592 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9910 | 2025.02.11 21:37:16.582728 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9911 | 2025.02.11 21:37:16.582788 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9912 | 2025.02.11 21:37:16.583329 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9913 | 2025.02.11 21:37:16.583367 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9914 | 2025.02.11 21:37:16.583728 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9915 | 2025.02.11 21:37:16.583966 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9916 | 2025.02.11 21:37:16.584168 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 9917 | 2025.02.11 21:37:16.584215 [ 257 ] {215d1377-a2f5-444e-af0f-a4f8759f049b} <Debug> TCPHandler: Processed in 0.001690232 sec. | ||
| 9918 | 2025.02.11 21:37:16.584364 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9919 | 2025.02.11 21:37:16.584502 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9920 | 2025.02.11 21:37:16.584564 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9921 | 2025.02.11 21:37:16.585238 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2025.02.11 21:37:16.585278 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9923 | 2025.02.11 21:37:16.585668 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9924 | 2025.02.11 21:37:16.585900 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2025.02.11 21:37:16.586113 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001643 sec., 144856.96895922095 rows/sec., 9.71 MiB/sec. | ||
| 9926 | 2025.02.11 21:37:16.586165 [ 255 ] {ee1acd4c-33ed-404d-8fb4-f4192a953b68} <Debug> TCPHandler: Processed in 0.001871016 sec. | ||
| 9927 | 2025.02.11 21:37:16.586366 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9928 | 2025.02.11 21:37:16.586588 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9929 | 2025.02.11 21:37:16.586681 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9930 | 2025.02.11 21:37:16.587384 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2025.02.11 21:37:16.587422 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9932 | 2025.02.11 21:37:16.587784 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9933 | 2025.02.11 21:37:16.588020 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9934 | 2025.02.11 21:37:16.588254 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001711 sec., 584.4535359438925 rows/sec., 39.38 KiB/sec. | ||
| 9935 | 2025.02.11 21:37:16.588351 [ 257 ] {5910e7fb-5ecd-4839-8832-5a820457aeb5} <Debug> TCPHandler: Processed in 0.002091691 sec. | ||
| 9936 | 2025.02.11 21:37:16.588575 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2025.02.11 21:37:16.588708 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9938 | 2025.02.11 21:37:16.588760 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9939 | 2025.02.11 21:37:16.589261 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.02.11 21:37:16.589300 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9941 | 2025.02.11 21:37:16.589666 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9942 | 2025.02.11 21:37:16.589899 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.02.11 21:37:16.590115 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
| 9944 | 2025.02.11 21:37:16.590164 [ 255 ] {05dc9999-ff00-4288-aa81-51d37b027608} <Debug> TCPHandler: Processed in 0.001711052 sec. | ||
| 9945 | 2025.02.11 21:37:17.586187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 9946 | 2025.02.11 21:37:17.586829 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2025.02.11 21:37:17.586879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9948 | 2025.02.11 21:37:17.587415 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9949 | 2025.02.11 21:37:17.587695 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2025.02.11 21:37:17.587975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 9951 | 2025.02.11 21:37:19.355972 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 9952 | 2025.02.11 21:37:19.375623 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9953 | 2025.02.11 21:37:19.375678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9954 | 2025.02.11 21:37:19.382964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9955 | 2025.02.11 21:37:19.383711 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9956 | 2025.02.11 21:37:19.386212 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 9957 | 2025.02.11 21:37:20.230081 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1386 | ||
| 9958 | 2025.02.11 21:37:20.233098 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9959 | 2025.02.11 21:37:20.233148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9960 | 2025.02.11 21:37:20.234646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9961 | 2025.02.11 21:37:20.234969 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9962 | 2025.02.11 21:37:20.236301 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1386 | ||
| 9963 | 2025.02.11 21:37:21.563080 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9964 | 2025.02.11 21:37:21.563403 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9965 | 2025.02.11 21:37:21.563478 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9966 | 2025.02.11 21:37:21.564290 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2025.02.11 21:37:21.564341 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9968 | 2025.02.11 21:37:21.564795 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9969 | 2025.02.11 21:37:21.565064 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2025.02.11 21:37:21.565312 [ 93 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9971 | 2025.02.11 21:37:21.565326 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001991 sec., 68307.3832245103 rows/sec., 5.90 MiB/sec. | ||
| 9972 | 2025.02.11 21:37:21.565434 [ 93 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9973 | 2025.02.11 21:37:21.565514 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9974 | 2025.02.11 21:37:21.565526 [ 255 ] {d71d08d0-7b97-4af9-84ac-e811dca6c8cf} <Debug> TCPHandler: Processed in 0.002633615 sec. | ||
| 9975 | 2025.02.11 21:37:21.565830 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 9976 | 2025.02.11 21:37:21.565931 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9977 | 2025.02.11 21:37:21.566236 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9978 | 2025.02.11 21:37:21.566381 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1848 rows starting from the beginning of the part | ||
| 9979 | 2025.02.11 21:37:21.566707 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1283 rows starting from the beginning of the part | ||
| 9980 | 2025.02.11 21:37:21.566883 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9981 | 2025.02.11 21:37:21.567151 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 617 rows starting from the beginning of the part | ||
| 9982 | 2025.02.11 21:37:21.567625 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 136 rows starting from the beginning of the part | ||
| 9983 | 2025.02.11 21:37:21.567878 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9984 | 2025.02.11 21:37:21.567983 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 618 rows starting from the beginning of the part | ||
| 9985 | 2025.02.11 21:37:21.568288 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 136 rows starting from the beginning of the part | ||
| 9986 | 2025.02.11 21:37:21.570127 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2025.02.11 21:37:21.570192 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9988 | 2025.02.11 21:37:21.571235 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9989 | 2025.02.11 21:37:21.571538 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2025.02.11 21:37:21.571720 [ 93 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9991 | 2025.02.11 21:37:21.571814 [ 93 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9992 | 2025.02.11 21:37:21.571870 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 9993 | 2025.02.11 21:37:21.571926 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005449 sec., 7340.796476417691 rows/sec., 551.99 KiB/sec. | ||
| 9994 | 2025.02.11 21:37:21.572288 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 9995 | 2025.02.11 21:37:21.572453 [ 257 ] {00f7414f-5005-4a32-b835-7e6eec833341} <Debug> TCPHandler: Processed in 0.006733877 sec. | ||
| 9996 | 2025.02.11 21:37:21.572792 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9997 | 2025.02.11 21:37:21.572882 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9998 | 2025.02.11 21:37:21.572865 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4638 rows, containing 5 columns (5 merged, 0 gathered) in 0.007230549 sec., 641445.0686939539 rows/sec., 54.64 MiB/sec. | ||
| 9999 | 2025.02.11 21:37:21.572922 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 166 rows starting from the beginning of the part | ||
| 10000 | 2025.02.11 21:37:21.573194 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10001 | 2025.02.11 21:37:21.573239 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 54 rows starting from the beginning of the part | ||
| 10002 | 2025.02.11 21:37:21.573418 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10003 | 2025.02.11 21:37:21.573457 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10004 | 2025.02.11 21:37:21.573858 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 106 rows starting from the beginning of the part | ||
| 10005 | 2025.02.11 21:37:21.574355 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part | ||
| 10006 | 2025.02.11 21:37:21.574788 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 108 rows starting from the beginning of the part | ||
| 10007 | 2025.02.11 21:37:21.575088 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10008 | 2025.02.11 21:37:21.575359 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part | ||
| 10009 | 2025.02.11 21:37:21.575594 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_76_15} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10010 | 2025.02.11 21:37:21.576044 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 10011 | 2025.02.11 21:37:21.576848 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10012 | 2025.02.11 21:37:21.576902 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10013 | 2025.02.11 21:37:21.577487 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.005512896 sec., 93235.93262053194 rows/sec., 6.33 MiB/sec. | ||
| 10014 | 2025.02.11 21:37:21.577520 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10015 | 2025.02.11 21:37:21.577746 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10016 | 2025.02.11 21:37:21.577958 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2025.02.11 21:37:21.578284 [ 93 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10018 | 2025.02.11 21:37:21.578380 [ 93 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10019 | 2025.02.11 21:37:21.578447 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005404 sec., 19245.00370096225 rows/sec., 1.50 MiB/sec. | ||
| 10020 | 2025.02.11 21:37:21.578464 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10021 | 2025.02.11 21:37:21.578519 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10022 | 2025.02.11 21:37:21.578722 [ 255 ] {64365c8e-1661-40bc-a3ff-230e436e9c29} <Debug> TCPHandler: Processed in 0.006083771 sec. | ||
| 10023 | 2025.02.11 21:37:21.578852 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 10024 | 2025.02.11 21:37:21.579084 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_71_14} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10025 | 2025.02.11 21:37:21.579136 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2025.02.11 21:37:21.579183 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10027 | 2025.02.11 21:37:21.579325 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 10028 | 2025.02.11 21:37:21.579347 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10029 | 2025.02.11 21:37:21.579565 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10030 | 2025.02.11 21:37:21.579689 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 574 rows starting from the beginning of the part | ||
| 10031 | 2025.02.11 21:37:21.579731 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10032 | 2025.02.11 21:37:21.580048 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 382 rows starting from the beginning of the part | ||
| 10033 | 2025.02.11 21:37:21.580424 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 104 rows starting from the beginning of the part | ||
| 10034 | 2025.02.11 21:37:21.580780 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 384 rows starting from the beginning of the part | ||
| 10035 | 2025.02.11 21:37:21.581178 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 104 rows starting from the beginning of the part | ||
| 10036 | 2025.02.11 21:37:21.582483 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2025.02.11 21:37:21.582544 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10038 | 2025.02.11 21:37:21.583621 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10039 | 2025.02.11 21:37:21.584017 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2025.02.11 21:37:21.584192 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10041 | 2025.02.11 21:37:21.584289 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.02.11 21:37:21.584351 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10043 | 2025.02.11 21:37:21.584371 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004972 sec., 32180.209171359616 rows/sec., 2.24 MiB/sec. | ||
| 10044 | 2025.02.11 21:37:21.585225 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 10045 | 2025.02.11 21:37:21.585234 [ 257 ] {afbeea39-6dd6-46fd-a71d-b9b7fc091d58} <Debug> TCPHandler: Processed in 0.006229704 sec. | ||
| 10046 | 2025.02.11 21:37:21.585334 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2464 rows, containing 5 columns (5 merged, 0 gathered) in 0.006695806 sec., 367991.5457526696 rows/sec., 28.22 MiB/sec. | ||
| 10047 | 2025.02.11 21:37:21.585624 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10048 | 2025.02.11 21:37:21.585945 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10049 | 2025.02.11 21:37:21.586254 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10050 | 2025.02.11 21:37:21.586669 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10051 | 2025.02.11 21:37:21.587001 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10052 | 2025.02.11 21:37:21.587283 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 24225 rows starting from the beginning of the part | ||
| 10053 | 2025.02.11 21:37:21.587336 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10054 | 2025.02.11 21:37:21.587732 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_76_15} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10055 | 2025.02.11 21:37:21.588108 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1013 rows starting from the beginning of the part | ||
| 10056 | 2025.02.11 21:37:21.588129 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10057 | 2025.02.11 21:37:21.588504 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 10058 | 2025.02.11 21:37:21.588879 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 10059 | 2025.02.11 21:37:21.589345 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part | ||
| 10060 | 2025.02.11 21:37:21.589690 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 10061 | 2025.02.11 21:37:21.592092 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2025.02.11 21:37:21.592157 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10063 | 2025.02.11 21:37:21.594153 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10064 | 2025.02.11 21:37:21.594481 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10065 | 2025.02.11 21:37:21.595141 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009082 sec., 4404.316229905307 rows/sec., 7.89 MiB/sec. | ||
| 10066 | 2025.02.11 21:37:21.595250 [ 255 ] {2945ef5f-1050-46a6-8fb9-2a6cf710b978} <Debug> TCPHandler: Processed in 0.009835323 sec. | ||
| 10067 | 2025.02.11 21:37:21.595415 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2025.02.11 21:37:21.595588 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10069 | 2025.02.11 21:37:21.595653 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10070 | 2025.02.11 21:37:21.596266 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10071 | 2025.02.11 21:37:21.596453 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10072 | 2025.02.11 21:37:21.597225 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10073 | 2025.02.11 21:37:21.597528 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2025.02.11 21:37:21.597667 [ 93 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10075 | 2025.02.11 21:37:21.597724 [ 93 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10076 | 2025.02.11 21:37:21.597749 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002222 sec., 27002.700270027002 rows/sec., 1.82 MiB/sec. | ||
| 10077 | 2025.02.11 21:37:21.597754 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10078 | 2025.02.11 21:37:21.597992 [ 257 ] {03aa34d4-4ba2-4115-b1b4-bbe787413498} <Debug> TCPHandler: Processed in 0.002639445 sec. | ||
| 10079 | 2025.02.11 21:37:21.598133 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10080 | 2025.02.11 21:37:21.598644 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10081 | 2025.02.11 21:37:21.598761 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4890 rows starting from the beginning of the part | ||
| 10082 | 2025.02.11 21:37:21.599050 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10083 | 2025.02.11 21:37:21.599451 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10084 | 2025.02.11 21:37:21.599727 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10085 | 2025.02.11 21:37:21.600013 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10086 | 2025.02.11 21:37:21.600371 [ 196 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10087 | 2025.02.11 21:37:21.601084 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26033 rows, containing 5 columns (5 merged, 0 gathered) in 0.01656187 sec., 1571863.5637159331 rows/sec., 106.28 MiB/sec. | ||
| 10088 | 2025.02.11 21:37:21.601439 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10089 | 2025.02.11 21:37:21.601966 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10090 | 2025.02.11 21:37:21.602170 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10091 | 2025.02.11 21:37:21.602358 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 10092 | 2025.02.11 21:37:21.603454 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5234 rows, containing 4 columns (4 merged, 0 gathered) in 0.005569717 sec., 939724.5856477089 rows/sec., 61.53 MiB/sec. | ||
| 10093 | 2025.02.11 21:37:21.603943 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10094 | 2025.02.11 21:37:21.604251 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10095 | 2025.02.11 21:37:21.604329 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_76_15} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10096 | 2025.02.11 21:37:21.604418 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10097 | 2025.02.11 21:37:22.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.22 MiB, peak 244.62 MiB, free memory in arenas 0.00 B, will set to 232.48 MiB (RSS), difference: 1.26 MiB | ||
| 10098 | 2025.02.11 21:37:24.932338 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10099 | 2025.02.11 21:37:24.932424 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10100 | 2025.02.11 21:37:25.088123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10101 | 2025.02.11 21:37:25.089107 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10102 | 2025.02.11 21:37:25.089156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10103 | 2025.02.11 21:37:25.089689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10104 | 2025.02.11 21:37:25.089945 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2025.02.11 21:37:25.090219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10106 | 2025.02.11 21:37:26.565537 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10107 | 2025.02.11 21:37:26.565766 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10108 | 2025.02.11 21:37:26.565850 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10109 | 2025.02.11 21:37:26.566744 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10110 | 2025.02.11 21:37:26.566795 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10111 | 2025.02.11 21:37:26.567244 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10112 | 2025.02.11 21:37:26.567505 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2025.02.11 21:37:26.567745 [ 101 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10114 | 2025.02.11 21:37:26.567802 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002096 sec., 101145.03816793892 rows/sec., 6.43 MiB/sec. | ||
| 10115 | 2025.02.11 21:37:26.567870 [ 101 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2025.02.11 21:37:26.567951 [ 255 ] {874faf37-572d-4107-b99f-91108f29888b} <Debug> TCPHandler: Processed in 0.002541833 sec. | ||
| 10117 | 2025.02.11 21:37:26.567965 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10118 | 2025.02.11 21:37:26.568194 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10119 | 2025.02.11 21:37:26.568317 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10120 | 2025.02.11 21:37:26.568415 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10121 | 2025.02.11 21:37:26.568465 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10122 | 2025.02.11 21:37:26.568748 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10123 | 2025.02.11 21:37:26.568809 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10124 | 2025.02.11 21:37:26.569019 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10125 | 2025.02.11 21:37:26.569024 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10126 | 2025.02.11 21:37:26.569301 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10127 | 2025.02.11 21:37:26.569606 [ 196 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::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 | ||
| 10128 | 2025.02.11 21:37:26.571881 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10129 | 2025.02.11 21:37:26.571965 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10130 | 2025.02.11 21:37:26.572395 [ 194 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004280166 sec., 247653.9461319958 rows/sec., 16.70 MiB/sec. | ||
| 10131 | 2025.02.11 21:37:26.572657 [ 194 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10132 | 2025.02.11 21:37:26.572845 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10133 | 2025.02.11 21:37:26.573212 [ 194 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_33_8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2025.02.11 21:37:26.573379 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10135 | 2025.02.11 21:37:26.573439 [ 194 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_33_8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10136 | 2025.02.11 21:37:26.573660 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10137 | 2025.02.11 21:37:26.573769 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005111 sec., 120720.01565251418 rows/sec., 9.44 MiB/sec. | ||
| 10138 | 2025.02.11 21:37:26.573840 [ 257 ] {e588e607-9e5e-4dd2-889e-56bdf5d67f35} <Debug> TCPHandler: Processed in 0.005759403 sec. | ||
| 10139 | 2025.02.11 21:37:26.573991 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10140 | 2025.02.11 21:37:26.574119 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10141 | 2025.02.11 21:37:26.574172 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10142 | 2025.02.11 21:37:26.574825 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10143 | 2025.02.11 21:37:26.574867 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10144 | 2025.02.11 21:37:26.575262 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10145 | 2025.02.11 21:37:26.575511 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10146 | 2025.02.11 21:37:26.575775 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001675 sec., 63283.582089552234 rows/sec., 3.72 MiB/sec. | ||
| 10147 | 2025.02.11 21:37:26.575843 [ 255 ] {2d1628d6-e99c-4ed1-8e13-3b00056ce4a0} <Debug> TCPHandler: Processed in 0.001910537 sec. | ||
| 10148 | 2025.02.11 21:37:26.576042 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10149 | 2025.02.11 21:37:26.576180 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10150 | 2025.02.11 21:37:26.576228 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10151 | 2025.02.11 21:37:26.576835 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10152 | 2025.02.11 21:37:26.576872 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10153 | 2025.02.11 21:37:26.577232 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10154 | 2025.02.11 21:37:26.577479 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10155 | 2025.02.11 21:37:26.577607 [ 101 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10156 | 2025.02.11 21:37:26.577648 [ 101 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2025.02.11 21:37:26.577665 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00151 sec., 74834.43708609272 rows/sec., 4.84 MiB/sec. | ||
| 10158 | 2025.02.11 21:37:26.577675 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10159 | 2025.02.11 21:37:26.577782 [ 257 ] {24427ea2-175a-446f-9f72-46104ef94dd4} <Debug> TCPHandler: Processed in 0.001827105 sec. | ||
| 10160 | 2025.02.11 21:37:26.577967 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 10161 | 2025.02.11 21:37:26.577986 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10162 | 2025.02.11 21:37:26.578134 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10163 | 2025.02.11 21:37:26.578161 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10164 | 2025.02.11 21:37:26.578178 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 342 rows starting from the beginning of the part | ||
| 10165 | 2025.02.11 21:37:26.578231 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10166 | 2025.02.11 21:37:26.578428 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part | ||
| 10167 | 2025.02.11 21:37:26.578755 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part | ||
| 10168 | 2025.02.11 21:37:26.578981 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
| 10169 | 2025.02.11 21:37:26.579451 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
| 10170 | 2025.02.11 21:37:26.579705 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part | ||
| 10171 | 2025.02.11 21:37:26.580573 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.02.11 21:37:26.580619 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10173 | 2025.02.11 21:37:26.581184 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10174 | 2025.02.11 21:37:26.581436 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.00364426 sec., 280441.02232003206 rows/sec., 19.60 MiB/sec. | ||
| 10175 | 2025.02.11 21:37:26.581567 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10176 | 2025.02.11 21:37:26.581663 [ 194 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10177 | 2025.02.11 21:37:26.581934 [ 101 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10178 | 2025.02.11 21:37:26.582059 [ 101 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2025.02.11 21:37:26.582129 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00398 sec., 28140.70351758794 rows/sec., 1.60 MiB/sec. | ||
| 10180 | 2025.02.11 21:37:26.582179 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10181 | 2025.02.11 21:37:26.582492 [ 255 ] {731fcbf5-fddb-4ebd-879f-d083894d8d6b} <Debug> TCPHandler: Processed in 0.004602694 sec. | ||
| 10182 | 2025.02.11 21:37:26.582777 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2025.02.11 21:37:26.582841 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10184 | 2025.02.11 21:37:26.582919 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10185 | 2025.02.11 21:37:26.583522 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_46_9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10186 | 2025.02.11 21:37:26.583602 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10187 | 2025.02.11 21:37:26.583594 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10188 | 2025.02.11 21:37:26.583756 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10189 | 2025.02.11 21:37:26.583922 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10190 | 2025.02.11 21:37:26.584029 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 10191 | 2025.02.11 21:37:26.584427 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10192 | 2025.02.11 21:37:26.584736 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10193 | 2025.02.11 21:37:26.585117 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10194 | 2025.02.11 21:37:26.585547 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::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 | ||
| 10195 | 2025.02.11 21:37:26.587161 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10196 | 2025.02.11 21:37:26.587246 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10197 | 2025.02.11 21:37:26.588006 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615259 sec., 99728.25830473714 rows/sec., 6.06 MiB/sec. | ||
| 10198 | 2025.02.11 21:37:26.588151 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10199 | 2025.02.11 21:37:26.588174 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10200 | 2025.02.11 21:37:26.588599 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2025.02.11 21:37:26.588674 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_33_8} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2025.02.11 21:37:26.588919 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_33_8} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10203 | 2025.02.11 21:37:26.589045 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005719 sec., 66794.89421227487 rows/sec., 4.71 MiB/sec. | ||
| 10204 | 2025.02.11 21:37:26.589065 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10205 | 2025.02.11 21:37:26.589182 [ 257 ] {8471f069-0d91-4008-add7-ca6992b0af42} <Debug> TCPHandler: Processed in 0.006567102 sec. | ||
| 10206 | 2025.02.11 21:37:26.589354 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10207 | 2025.02.11 21:37:26.589495 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10208 | 2025.02.11 21:37:26.589556 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10209 | 2025.02.11 21:37:26.590136 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2025.02.11 21:37:26.590181 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10211 | 2025.02.11 21:37:26.590605 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10212 | 2025.02.11 21:37:26.590851 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2025.02.11 21:37:26.591122 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 188.96 KiB/sec. | ||
| 10214 | 2025.02.11 21:37:26.591330 [ 255 ] {eb5d9be6-5019-484d-9526-1c48aa847145} <Debug> TCPHandler: Processed in 0.00203841 sec. | ||
| 10215 | 2025.02.11 21:37:26.591516 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10216 | 2025.02.11 21:37:26.591646 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10217 | 2025.02.11 21:37:26.591707 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10218 | 2025.02.11 21:37:26.592376 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10219 | 2025.02.11 21:37:26.592422 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10220 | 2025.02.11 21:37:26.592850 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10221 | 2025.02.11 21:37:26.593098 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10222 | 2025.02.11 21:37:26.593302 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec. | ||
| 10223 | 2025.02.11 21:37:26.593357 [ 257 ] {8fa48b7e-64c8-468e-b782-c6be46f23cf2} <Debug> TCPHandler: Processed in 0.001928678 sec. | ||
| 10224 | 2025.02.11 21:37:26.593541 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10225 | 2025.02.11 21:37:26.593807 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10226 | 2025.02.11 21:37:26.593901 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10227 | 2025.02.11 21:37:26.594668 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2025.02.11 21:37:26.594707 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10229 | 2025.02.11 21:37:26.595064 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10230 | 2025.02.11 21:37:26.595315 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10231 | 2025.02.11 21:37:26.595524 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001777 sec., 562.7462014631401 rows/sec., 37.92 KiB/sec. | ||
| 10232 | 2025.02.11 21:37:26.595576 [ 255 ] {1767c00f-958a-4220-b397-830d8b8e702b} <Debug> TCPHandler: Processed in 0.002135783 sec. | ||
| 10233 | 2025.02.11 21:37:26.595776 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10234 | 2025.02.11 21:37:26.596006 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10235 | 2025.02.11 21:37:26.596098 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10236 | 2025.02.11 21:37:26.596789 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.02.11 21:37:26.596827 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10238 | 2025.02.11 21:37:26.597204 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10239 | 2025.02.11 21:37:26.597462 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.02.11 21:37:26.597654 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00171 sec., 47953.21637426901 rows/sec., 3.05 MiB/sec. | ||
| 10241 | 2025.02.11 21:37:26.597722 [ 257 ] {90b50124-5f18-4b35-87df-6631de7bd08a} <Debug> TCPHandler: Processed in 0.002056081 sec. | ||
| 10242 | 2025.02.11 21:37:26.886286 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10243 | 2025.02.11 21:37:26.907698 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2025.02.11 21:37:26.907757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10245 | 2025.02.11 21:37:26.915262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10246 | 2025.02.11 21:37:26.916058 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2025.02.11 21:37:26.919940 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10248 | 2025.02.11 21:37:27.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.77 MiB, peak 244.62 MiB, free memory in arenas 0.00 B, will set to 232.55 MiB (RSS), difference: -1.22 MiB | ||
| 10249 | 2025.02.11 21:37:27.489666 [ 100 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10250 | 2025.02.11 21:37:27.489738 [ 100 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2025.02.11 21:37:27.489763 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10252 | 2025.02.11 21:37:27.489976 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 10253 | 2025.02.11 21:37:27.490314 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10254 | 2025.02.11 21:37:27.490357 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part | ||
| 10255 | 2025.02.11 21:37:27.490455 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 10256 | 2025.02.11 21:37:27.490781 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 10257 | 2025.02.11 21:37:27.491085 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 10258 | 2025.02.11 21:37:27.491329 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10259 | 2025.02.11 21:37:27.492589 [ 187 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002753768 sec., 14525.551898344376 rows/sec., 1.21 MiB/sec. | ||
| 10260 | 2025.02.11 21:37:27.492820 [ 193 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10261 | 2025.02.11 21:37:27.493235 [ 193 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10262 | 2025.02.11 21:37:27.493348 [ 193 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_17_4} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10263 | 2025.02.11 21:37:27.493470 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10264 | 2025.02.11 21:37:30.236564 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1418 | ||
| 10265 | 2025.02.11 21:37:30.239675 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10266 | 2025.02.11 21:37:30.239735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10267 | 2025.02.11 21:37:30.241257 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10268 | 2025.02.11 21:37:30.241588 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10269 | 2025.02.11 21:37:30.242277 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418 | ||
| 10270 | 2025.02.11 21:37:31.149960 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10271 | 2025.02.11 21:37:31.150191 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10272 | 2025.02.11 21:37:31.150275 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10273 | 2025.02.11 21:37:31.151064 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10274 | 2025.02.11 21:37:31.151110 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10275 | 2025.02.11 21:37:31.151526 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10276 | 2025.02.11 21:37:31.151792 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10277 | 2025.02.11 21:37:31.152039 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001909 sec., 1047.6689366160292 rows/sec., 85.43 KiB/sec. | ||
| 10278 | 2025.02.11 21:37:31.152097 [ 255 ] {3c4cde16-0547-4ca6-a8f5-4768d41fb290} <Debug> TCPHandler: Processed in 0.002279906 sec. | ||
| 10279 | 2025.02.11 21:37:31.152413 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10280 | 2025.02.11 21:37:31.152719 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10281 | 2025.02.11 21:37:31.152809 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10282 | 2025.02.11 21:37:31.154099 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10283 | 2025.02.11 21:37:31.154143 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10284 | 2025.02.11 21:37:31.154663 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10285 | 2025.02.11 21:37:31.154926 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10286 | 2025.02.11 21:37:31.155194 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002551 sec., 500588.0047040377 rows/sec., 41.60 MiB/sec. | ||
| 10287 | 2025.02.11 21:37:31.155255 [ 257 ] {c022f159-99b7-45c2-bc0a-285e4b77a65f} <Debug> TCPHandler: Processed in 0.003037186 sec. | ||
| 10288 | 2025.02.11 21:37:31.155482 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10289 | 2025.02.11 21:37:31.155695 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10290 | 2025.02.11 21:37:31.155747 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10291 | 2025.02.11 21:37:31.156349 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10292 | 2025.02.11 21:37:31.156389 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10293 | 2025.02.11 21:37:31.156760 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10294 | 2025.02.11 21:37:31.157008 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10295 | 2025.02.11 21:37:31.157217 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001556 sec., 26992.287917737787 rows/sec., 1.98 MiB/sec. | ||
| 10296 | 2025.02.11 21:37:31.157269 [ 255 ] {424424b8-54c6-4fb5-8a46-5de0941430c0} <Debug> TCPHandler: Processed in 0.001923587 sec. | ||
| 10297 | 2025.02.11 21:37:31.157408 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10298 | 2025.02.11 21:37:31.157526 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10299 | 2025.02.11 21:37:31.157574 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10300 | 2025.02.11 21:37:31.158235 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2025.02.11 21:37:31.158275 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10302 | 2025.02.11 21:37:31.158647 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10303 | 2025.02.11 21:37:31.158897 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10304 | 2025.02.11 21:37:31.159099 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001596 sec., 142857.14285714287 rows/sec., 9.67 MiB/sec. | ||
| 10305 | 2025.02.11 21:37:31.159151 [ 257 ] {e3c838f9-227b-4ea5-8547-369d2fe9d7d2} <Debug> TCPHandler: Processed in 0.001799805 sec. | ||
| 10306 | 2025.02.11 21:37:31.159295 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10307 | 2025.02.11 21:37:31.159435 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10308 | 2025.02.11 21:37:31.159492 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10309 | 2025.02.11 21:37:31.160323 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2025.02.11 21:37:31.160363 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10311 | 2025.02.11 21:37:31.160758 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10312 | 2025.02.11 21:37:31.161014 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2025.02.11 21:37:31.161261 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001857 sec., 302638.6645126548 rows/sec., 22.49 MiB/sec. | ||
| 10314 | 2025.02.11 21:37:31.161334 [ 255 ] {a8ddf530-a5ba-49d6-9d17-44a9cd978850} <Debug> TCPHandler: Processed in 0.002104512 sec. | ||
| 10315 | 2025.02.11 21:37:31.161539 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10316 | 2025.02.11 21:37:31.161712 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10317 | 2025.02.11 21:37:31.161813 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10318 | 2025.02.11 21:37:31.162950 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10319 | 2025.02.11 21:37:31.162990 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10320 | 2025.02.11 21:37:31.163441 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10321 | 2025.02.11 21:37:31.163692 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10322 | 2025.02.11 21:37:31.163907 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.002225 sec., 452584.2696629214 rows/sec., 30.42 MiB/sec. | ||
| 10323 | 2025.02.11 21:37:31.163958 [ 257 ] {4c2b2b71-95af-4340-bf1d-1da69eedb7e4} <Debug> TCPHandler: Processed in 0.002543273 sec. | ||
| 10324 | 2025.02.11 21:37:31.164121 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10325 | 2025.02.11 21:37:31.164262 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10326 | 2025.02.11 21:37:31.164359 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10327 | 2025.02.11 21:37:31.166139 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10328 | 2025.02.11 21:37:31.166180 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10329 | 2025.02.11 21:37:31.166866 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10330 | 2025.02.11 21:37:31.167127 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10331 | 2025.02.11 21:37:31.167402 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003171 sec., 12614.317250078839 rows/sec., 22.60 MiB/sec. | ||
| 10332 | 2025.02.11 21:37:31.167700 [ 255 ] {15677fd9-9fe2-44af-be95-be582024a011} <Debug> TCPHandler: Processed in 0.00364623 sec. | ||
| 10333 | 2025.02.11 21:37:31.167903 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10334 | 2025.02.11 21:37:31.168127 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10335 | 2025.02.11 21:37:31.168222 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10336 | 2025.02.11 21:37:31.168948 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10337 | 2025.02.11 21:37:31.168988 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10338 | 2025.02.11 21:37:31.169359 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10339 | 2025.02.11 21:37:31.169602 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10340 | 2025.02.11 21:37:31.169843 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001768 sec., 33936.65158371041 rows/sec., 2.29 MiB/sec. | ||
| 10341 | 2025.02.11 21:37:31.169906 [ 257 ] {0acf3b95-5c30-40e0-90f6-df34caa9f37f} <Debug> TCPHandler: Processed in 0.002108033 sec. | ||
| 10342 | 2025.02.11 21:37:32.590357 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10343 | 2025.02.11 21:37:32.590999 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2025.02.11 21:37:32.591053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10345 | 2025.02.11 21:37:32.591652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10346 | 2025.02.11 21:37:32.591917 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2025.02.11 21:37:32.592201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10348 | 2025.02.11 21:37:34.420031 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10349 | 2025.02.11 21:37:34.442800 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2025.02.11 21:37:34.442858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10351 | 2025.02.11 21:37:34.450360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10352 | 2025.02.11 21:37:34.451161 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2025.02.11 21:37:34.454460 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10354 | 2025.02.11 21:37:36.566398 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10355 | 2025.02.11 21:37:36.566598 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10356 | 2025.02.11 21:37:36.566676 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10357 | 2025.02.11 21:37:36.567493 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2025.02.11 21:37:36.567564 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10359 | 2025.02.11 21:37:36.568005 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10360 | 2025.02.11 21:37:36.568260 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2025.02.11 21:37:36.568499 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001942 sec., 109165.80844490217 rows/sec., 6.94 MiB/sec. | ||
| 10362 | 2025.02.11 21:37:36.568633 [ 255 ] {3d81a9c9-f797-4768-b1b3-cc81dc4b4e5e} <Debug> TCPHandler: Processed in 0.002359598 sec. | ||
| 10363 | 2025.02.11 21:37:36.568933 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2025.02.11 21:37:36.569145 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10365 | 2025.02.11 21:37:36.569225 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10366 | 2025.02.11 21:37:36.570294 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2025.02.11 21:37:36.570337 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10368 | 2025.02.11 21:37:36.570801 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10369 | 2025.02.11 21:37:36.571062 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2025.02.11 21:37:36.571304 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002216 sec., 278429.60288808664 rows/sec., 21.77 MiB/sec. | ||
| 10371 | 2025.02.11 21:37:36.571412 [ 257 ] {47763955-967f-4243-83c9-3a89f6c616fe} <Debug> TCPHandler: Processed in 0.002649345 sec. | ||
| 10372 | 2025.02.11 21:37:36.571622 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10373 | 2025.02.11 21:37:36.571977 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10374 | 2025.02.11 21:37:36.572082 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10375 | 2025.02.11 21:37:36.572716 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2025.02.11 21:37:36.572755 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10377 | 2025.02.11 21:37:36.573124 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10378 | 2025.02.11 21:37:36.573380 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2025.02.11 21:37:36.573563 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001713 sec., 61879.74314068886 rows/sec., 3.64 MiB/sec. | ||
| 10380 | 2025.02.11 21:37:36.573619 [ 255 ] {92b40516-749e-424f-b507-c8a8b4153afa} <Debug> TCPHandler: Processed in 0.002109992 sec. | ||
| 10381 | 2025.02.11 21:37:36.573819 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10382 | 2025.02.11 21:37:36.574039 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10383 | 2025.02.11 21:37:36.574128 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10384 | 2025.02.11 21:37:36.575116 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2025.02.11 21:37:36.575155 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10386 | 2025.02.11 21:37:36.575517 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10387 | 2025.02.11 21:37:36.575770 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2025.02.11 21:37:36.575989 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002003 sec., 56415.376934598105 rows/sec., 3.65 MiB/sec. | ||
| 10389 | 2025.02.11 21:37:36.576041 [ 257 ] {fab407c2-9ae1-4977-9eea-ade72738aec9} <Debug> TCPHandler: Processed in 0.002331108 sec. | ||
| 10390 | 2025.02.11 21:37:36.576190 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10391 | 2025.02.11 21:37:36.576331 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10392 | 2025.02.11 21:37:36.576389 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10393 | 2025.02.11 21:37:36.577079 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2025.02.11 21:37:36.577118 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10395 | 2025.02.11 21:37:36.577475 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10396 | 2025.02.11 21:37:36.577706 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2025.02.11 21:37:36.577887 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001588 sec., 70528.96725440805 rows/sec., 4.02 MiB/sec. | ||
| 10398 | 2025.02.11 21:37:36.577939 [ 255 ] {c2c2a46b-d223-43f0-9051-171d321aab12} <Debug> TCPHandler: Processed in 0.001815674 sec. | ||
| 10399 | 2025.02.11 21:37:36.578144 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2025.02.11 21:37:36.578363 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10401 | 2025.02.11 21:37:36.578454 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10402 | 2025.02.11 21:37:36.579410 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10403 | 2025.02.11 21:37:36.579449 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10404 | 2025.02.11 21:37:36.579828 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10405 | 2025.02.11 21:37:36.580076 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2025.02.11 21:37:36.580289 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001978 sec., 193124.36804853386 rows/sec., 13.62 MiB/sec. | ||
| 10407 | 2025.02.11 21:37:36.580340 [ 257 ] {03ea7ea9-43df-4ad4-b6a4-1bb496596f4e} <Debug> TCPHandler: Processed in 0.002307107 sec. | ||
| 10408 | 2025.02.11 21:37:36.580477 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10409 | 2025.02.11 21:37:36.580598 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10410 | 2025.02.11 21:37:36.580651 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10411 | 2025.02.11 21:37:36.581149 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10412 | 2025.02.11 21:37:36.581186 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10413 | 2025.02.11 21:37:36.581555 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10414 | 2025.02.11 21:37:36.581871 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10415 | 2025.02.11 21:37:36.582053 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 10416 | 2025.02.11 21:37:36.582106 [ 255 ] {4c2c1a53-bb7e-44e2-b442-808c4e1c441d} <Debug> TCPHandler: Processed in 0.001686212 sec. | ||
| 10417 | 2025.02.11 21:37:36.582301 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10418 | 2025.02.11 21:37:36.582523 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10419 | 2025.02.11 21:37:36.582618 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10420 | 2025.02.11 21:37:36.583358 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10421 | 2025.02.11 21:37:36.583397 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10422 | 2025.02.11 21:37:36.583791 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10423 | 2025.02.11 21:37:36.584027 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2025.02.11 21:37:36.584252 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001771 sec., 133822.69904009035 rows/sec., 8.97 MiB/sec. | ||
| 10425 | 2025.02.11 21:37:36.584345 [ 257 ] {cbff3080-b435-4604-8e09-869fc4c4470c} <Debug> TCPHandler: Processed in 0.002150533 sec. | ||
| 10426 | 2025.02.11 21:37:36.584552 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10427 | 2025.02.11 21:37:36.584934 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10428 | 2025.02.11 21:37:36.585087 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10429 | 2025.02.11 21:37:36.585652 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10430 | 2025.02.11 21:37:36.585693 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10431 | 2025.02.11 21:37:36.586053 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10432 | 2025.02.11 21:37:36.586286 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10433 | 2025.02.11 21:37:36.586523 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001734 sec., 576.7012687427912 rows/sec., 38.86 KiB/sec. | ||
| 10434 | 2025.02.11 21:37:36.586642 [ 255 ] {04694e15-032a-4f66-94f3-c910a5960b3a} <Debug> TCPHandler: Processed in 0.002200195 sec. | ||
| 10435 | 2025.02.11 21:37:36.586804 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10436 | 2025.02.11 21:37:36.586964 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10437 | 2025.02.11 21:37:36.587057 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10438 | 2025.02.11 21:37:36.587926 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10439 | 2025.02.11 21:37:36.587981 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10440 | 2025.02.11 21:37:36.588349 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10441 | 2025.02.11 21:37:36.588589 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10442 | 2025.02.11 21:37:36.588832 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001909 sec., 42954.4264012572 rows/sec., 2.73 MiB/sec. | ||
| 10443 | 2025.02.11 21:37:36.588886 [ 257 ] {9f641855-7836-4f16-a632-b1033f25f00f} <Debug> TCPHandler: Processed in 0.002147253 sec. | ||
| 10444 | 2025.02.11 21:37:39.932670 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10445 | 2025.02.11 21:37:39.932728 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10446 | 2025.02.11 21:37:40.092338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10447 | 2025.02.11 21:37:40.093101 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10448 | 2025.02.11 21:37:40.093148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10449 | 2025.02.11 21:37:40.093653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10450 | 2025.02.11 21:37:40.093899 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10451 | 2025.02.11 21:37:40.094110 [ 78 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10452 | 2025.02.11 21:37:40.094144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10453 | 2025.02.11 21:37:40.094200 [ 78 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10454 | 2025.02.11 21:37:40.094232 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10455 | 2025.02.11 21:37:40.094349 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 10456 | 2025.02.11 21:37:40.094443 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10457 | 2025.02.11 21:37:40.094476 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10458 | 2025.02.11 21:37:40.094542 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10459 | 2025.02.11 21:37:40.094738 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10460 | 2025.02.11 21:37:40.095009 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10461 | 2025.02.11 21:37:40.095182 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10462 | 2025.02.11 21:37:40.095327 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10463 | 2025.02.11 21:37:40.097918 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.00361378 sec., 7106409.355301097 rows/sec., 101.66 MiB/sec. | ||
| 10464 | 2025.02.11 21:37:40.098255 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10465 | 2025.02.11 21:37:40.098657 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.02.11 21:37:40.098764 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_56_11} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10467 | 2025.02.11 21:37:40.098894 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10468 | 2025.02.11 21:37:40.242532 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1454 | ||
| 10469 | 2025.02.11 21:37:40.246074 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10470 | 2025.02.11 21:37:40.246132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10471 | 2025.02.11 21:37:40.247655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10472 | 2025.02.11 21:37:40.248003 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10473 | 2025.02.11 21:37:40.248264 [ 78 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10474 | 2025.02.11 21:37:40.248405 [ 78 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10475 | 2025.02.11 21:37:40.248512 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10476 | 2025.02.11 21:37:40.248976 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 10477 | 2025.02.11 21:37:40.249455 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1454 | ||
| 10478 | 2025.02.11 21:37:40.249936 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10479 | 2025.02.11 21:37:40.250096 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1284 rows starting from the beginning of the part | ||
| 10480 | 2025.02.11 21:37:40.250674 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 10481 | 2025.02.11 21:37:40.251293 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 10482 | 2025.02.11 21:37:40.252016 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 10483 | 2025.02.11 21:37:40.252619 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
| 10484 | 2025.02.11 21:37:40.253197 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 10485 | 2025.02.11 21:37:40.261284 [ 187 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 72 columns (72 merged, 0 gathered) in 0.012615702 sec., 115253.19795917817 rows/sec., 89.74 MiB/sec. | ||
| 10486 | 2025.02.11 21:37:40.262845 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10487 | 2025.02.11 21:37:40.263529 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10488 | 2025.02.11 21:37:40.263610 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_41_8} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10489 | 2025.02.11 21:37:40.263812 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10490 | 2025.02.11 21:37:41.562371 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10491 | 2025.02.11 21:37:41.562605 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10492 | 2025.02.11 21:37:41.562691 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10493 | 2025.02.11 21:37:41.563578 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2025.02.11 21:37:41.563634 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10495 | 2025.02.11 21:37:41.564126 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10496 | 2025.02.11 21:37:41.564378 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10497 | 2025.02.11 21:37:41.564647 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002095 sec., 64916.46778042959 rows/sec., 5.61 MiB/sec. | ||
| 10498 | 2025.02.11 21:37:41.564800 [ 255 ] {ba3d2d78-848b-451a-be5e-26e7fafdf207} <Debug> TCPHandler: Processed in 0.002569573 sec. | ||
| 10499 | 2025.02.11 21:37:41.565149 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10500 | 2025.02.11 21:37:41.565374 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10501 | 2025.02.11 21:37:41.565453 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10502 | 2025.02.11 21:37:41.566278 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10503 | 2025.02.11 21:37:41.566317 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10504 | 2025.02.11 21:37:41.566742 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10505 | 2025.02.11 21:37:41.566998 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10506 | 2025.02.11 21:37:41.567205 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00189 sec., 21164.021164021164 rows/sec., 1.55 MiB/sec. | ||
| 10507 | 2025.02.11 21:37:41.567312 [ 257 ] {0e458c10-037a-4954-85f7-93f7812b59b7} <Debug> TCPHandler: Processed in 0.002373668 sec. | ||
| 10508 | 2025.02.11 21:37:41.567540 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10509 | 2025.02.11 21:37:41.567722 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10510 | 2025.02.11 21:37:41.567776 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10511 | 2025.02.11 21:37:41.568421 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2025.02.11 21:37:41.568464 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10513 | 2025.02.11 21:37:41.568845 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10514 | 2025.02.11 21:37:41.569084 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2025.02.11 21:37:41.569332 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001639 sec., 63453.32519829164 rows/sec., 4.96 MiB/sec. | ||
| 10516 | 2025.02.11 21:37:41.569389 [ 255 ] {920c89ce-bd37-4f6f-bb1a-606dec29bef0} <Debug> TCPHandler: Processed in 0.001972349 sec. | ||
| 10517 | 2025.02.11 21:37:41.569597 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10518 | 2025.02.11 21:37:41.569818 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10519 | 2025.02.11 21:37:41.569914 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10520 | 2025.02.11 21:37:41.570612 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.02.11 21:37:41.570648 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10522 | 2025.02.11 21:37:41.571058 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10523 | 2025.02.11 21:37:41.571298 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.02.11 21:37:41.571486 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001721 sec., 92969.20395119116 rows/sec., 6.48 MiB/sec. | ||
| 10525 | 2025.02.11 21:37:41.571537 [ 257 ] {bf6cd470-b6b8-40ff-bda1-642efa51ca8b} <Debug> TCPHandler: Processed in 0.002049461 sec. | ||
| 10526 | 2025.02.11 21:37:41.571792 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2025.02.11 21:37:41.571990 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10528 | 2025.02.11 21:37:41.572117 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10529 | 2025.02.11 21:37:41.575690 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.02.11 21:37:41.575733 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10531 | 2025.02.11 21:37:41.576454 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10532 | 2025.02.11 21:37:41.576727 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.02.11 21:37:41.577040 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005085 sec., 7866.273352999016 rows/sec., 14.10 MiB/sec. | ||
| 10534 | 2025.02.11 21:37:41.577651 [ 255 ] {79d90097-81a8-4660-8d7e-92fa935105e7} <Debug> TCPHandler: Processed in 0.006018909 sec. | ||
| 10535 | 2025.02.11 21:37:41.577848 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10536 | 2025.02.11 21:37:41.577994 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10537 | 2025.02.11 21:37:41.578054 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10538 | 2025.02.11 21:37:41.578576 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10539 | 2025.02.11 21:37:41.578614 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10540 | 2025.02.11 21:37:41.579005 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10541 | 2025.02.11 21:37:41.579251 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2025.02.11 21:37:41.579465 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 10543 | 2025.02.11 21:37:41.579517 [ 257 ] {b2c3c0c8-0e6b-4be3-97ea-458c6941d80b} <Debug> TCPHandler: Processed in 0.001749923 sec. | ||
| 10544 | 2025.02.11 21:37:41.954534 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10545 | 2025.02.11 21:37:41.976900 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2025.02.11 21:37:41.976970 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10547 | 2025.02.11 21:37:41.984518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10548 | 2025.02.11 21:37:41.985357 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2025.02.11 21:37:41.985743 [ 76 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10550 | 2025.02.11 21:37:41.985884 [ 76 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10551 | 2025.02.11 21:37:41.985952 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10552 | 2025.02.11 21:37:41.986359 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 10553 | 2025.02.11 21:37:41.995579 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10554 | 2025.02.11 21:37:41.996868 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10555 | 2025.02.11 21:37:41.997801 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10556 | 2025.02.11 21:37:42.003127 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10557 | 2025.02.11 21:37:42.007624 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10558 | 2025.02.11 21:37:42.012417 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10559 | 2025.02.11 21:37:42.017554 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10560 | 2025.02.11 21:37:42.021813 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10561 | 2025.02.11 21:37:42.082336 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.096246479 sec., 4384.575980176895 rows/sec., 22.67 MiB/sec. | ||
| 10562 | 2025.02.11 21:37:42.085503 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10563 | 2025.02.11 21:37:42.088426 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10564 | 2025.02.11 21:37:42.088548 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_56_11} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10565 | 2025.02.11 21:37:42.091023 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10566 | 2025.02.11 21:37:43.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.74 MiB, peak 247.14 MiB, free memory in arenas 0.00 B, will set to 236.83 MiB (RSS), difference: 3.09 MiB | ||
| 10567 | 2025.02.11 21:37:46.565616 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10568 | 2025.02.11 21:37:46.565816 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10569 | 2025.02.11 21:37:46.565890 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10570 | 2025.02.11 21:37:46.566813 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10571 | 2025.02.11 21:37:46.566865 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10572 | 2025.02.11 21:37:46.567368 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10573 | 2025.02.11 21:37:46.567637 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10574 | 2025.02.11 21:37:46.567903 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002134 sec., 99343.9550140581 rows/sec., 6.32 MiB/sec. | ||
| 10575 | 2025.02.11 21:37:46.568039 [ 255 ] {a0c17bad-d7b5-4995-a2ed-4bbc338b7cff} <Debug> TCPHandler: Processed in 0.002550793 sec. | ||
| 10576 | 2025.02.11 21:37:46.568303 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10577 | 2025.02.11 21:37:46.568521 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10578 | 2025.02.11 21:37:46.568608 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10579 | 2025.02.11 21:37:46.569783 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10580 | 2025.02.11 21:37:46.569834 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10581 | 2025.02.11 21:37:46.570345 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10582 | 2025.02.11 21:37:46.570611 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10583 | 2025.02.11 21:37:46.570801 [ 70 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10584 | 2025.02.11 21:37:46.570872 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002404 sec., 256655.57404326124 rows/sec., 20.06 MiB/sec. | ||
| 10585 | 2025.02.11 21:37:46.570879 [ 70 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10586 | 2025.02.11 21:37:46.570953 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10587 | 2025.02.11 21:37:46.571017 [ 257 ] {d5ca84e3-6ba3-4c1d-83ef-5d3e91b3e774} <Debug> TCPHandler: Processed in 0.00284854 sec. | ||
| 10588 | 2025.02.11 21:37:46.571256 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::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 | ||
| 10589 | 2025.02.11 21:37:46.571326 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10590 | 2025.02.11 21:37:46.571728 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10591 | 2025.02.11 21:37:46.571856 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1848 rows starting from the beginning of the part | ||
| 10592 | 2025.02.11 21:37:46.571913 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10593 | 2025.02.11 21:37:46.572208 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10594 | 2025.02.11 21:37:46.572342 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 617 rows starting from the beginning of the part | ||
| 10595 | 2025.02.11 21:37:46.573119 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1277 rows starting from the beginning of the part | ||
| 10596 | 2025.02.11 21:37:46.573676 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 617 rows starting from the beginning of the part | ||
| 10597 | 2025.02.11 21:37:46.574174 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 136 rows starting from the beginning of the part | ||
| 10598 | 2025.02.11 21:37:46.574720 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 617 rows starting from the beginning of the part | ||
| 10599 | 2025.02.11 21:37:46.576333 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10600 | 2025.02.11 21:37:46.576399 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10601 | 2025.02.11 21:37:46.577448 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10602 | 2025.02.11 21:37:46.577857 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10603 | 2025.02.11 21:37:46.578056 [ 70 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10604 | 2025.02.11 21:37:46.578156 [ 70 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2025.02.11 21:37:46.578183 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.006488 sec., 16337.854500616524 rows/sec., 984.24 KiB/sec. | ||
| 10606 | 2025.02.11 21:37:46.578217 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10607 | 2025.02.11 21:37:46.578373 [ 255 ] {6e01324f-91aa-433d-b41f-410dc8ceaab0} <Debug> TCPHandler: Processed in 0.007212878 sec. | ||
| 10608 | 2025.02.11 21:37:46.578501 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 10609 | 2025.02.11 21:37:46.578604 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10610 | 2025.02.11 21:37:46.578811 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10611 | 2025.02.11 21:37:46.578833 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10612 | 2025.02.11 21:37:46.578850 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 166 rows starting from the beginning of the part | ||
| 10613 | 2025.02.11 21:37:46.578898 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10614 | 2025.02.11 21:37:46.579119 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 106 rows starting from the beginning of the part | ||
| 10615 | 2025.02.11 21:37:46.579874 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 10616 | 2025.02.11 21:37:46.580012 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5112 rows, containing 5 columns (5 merged, 0 gathered) in 0.008942751 sec., 571636.1777265184 rows/sec., 48.40 MiB/sec. | ||
| 10617 | 2025.02.11 21:37:46.580277 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 106 rows starting from the beginning of the part | ||
| 10618 | 2025.02.11 21:37:46.580622 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10619 | 2025.02.11 21:37:46.580822 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 40 rows starting from the beginning of the part | ||
| 10620 | 2025.02.11 21:37:46.581414 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 106 rows starting from the beginning of the part | ||
| 10621 | 2025.02.11 21:37:46.582002 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10622 | 2025.02.11 21:37:46.582387 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_81_16} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10623 | 2025.02.11 21:37:46.582709 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 10624 | 2025.02.11 21:37:46.583001 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10625 | 2025.02.11 21:37:46.583063 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10626 | 2025.02.11 21:37:46.583673 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10627 | 2025.02.11 21:37:46.583851 [ 197 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.005478145 sec., 103319.64560996469 rows/sec., 6.83 MiB/sec. | ||
| 10628 | 2025.02.11 21:37:46.584045 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2025.02.11 21:37:46.584062 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10630 | 2025.02.11 21:37:46.584903 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10631 | 2025.02.11 21:37:46.584905 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006059 sec., 18649.942234692193 rows/sec., 1.21 MiB/sec. | ||
| 10632 | 2025.02.11 21:37:46.585252 [ 195 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_76_15} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10633 | 2025.02.11 21:37:46.585406 [ 257 ] {f7baf119-d6fb-491c-aa1b-364377c1a28e} <Debug> TCPHandler: Processed in 0.006902151 sec. | ||
| 10634 | 2025.02.11 21:37:46.585554 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10635 | 2025.02.11 21:37:46.585815 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10636 | 2025.02.11 21:37:46.586125 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10637 | 2025.02.11 21:37:46.586193 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10638 | 2025.02.11 21:37:46.586841 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10639 | 2025.02.11 21:37:46.586880 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10640 | 2025.02.11 21:37:46.587266 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10641 | 2025.02.11 21:37:46.587513 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10642 | 2025.02.11 21:37:46.587726 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00168 sec., 66666.66666666666 rows/sec., 3.80 MiB/sec. | ||
| 10643 | 2025.02.11 21:37:46.587783 [ 255 ] {2ba0189a-58fe-4598-a7aa-421a5515ee79} <Debug> TCPHandler: Processed in 0.002136983 sec. | ||
| 10644 | 2025.02.11 21:37:46.587985 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10645 | 2025.02.11 21:37:46.588234 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10646 | 2025.02.11 21:37:46.588344 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10647 | 2025.02.11 21:37:46.589130 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10648 | 2025.02.11 21:37:46.589171 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10649 | 2025.02.11 21:37:46.589574 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10650 | 2025.02.11 21:37:46.589827 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10651 | 2025.02.11 21:37:46.590002 [ 70 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10652 | 2025.02.11 21:37:46.590063 [ 70 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10653 | 2025.02.11 21:37:46.590083 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00192 sec., 198958.3333333333 rows/sec., 14.03 MiB/sec. | ||
| 10654 | 2025.02.11 21:37:46.590100 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10655 | 2025.02.11 21:37:46.590239 [ 257 ] {f6d99f61-9c42-4296-acb4-bf185387fc24} <Debug> TCPHandler: Processed in 0.002358728 sec. | ||
| 10656 | 2025.02.11 21:37:46.590321 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::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 | ||
| 10657 | 2025.02.11 21:37:46.590511 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10658 | 2025.02.11 21:37:46.590535 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10659 | 2025.02.11 21:37:46.590600 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 10660 | 2025.02.11 21:37:46.590888 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 382 rows starting from the beginning of the part | ||
| 10661 | 2025.02.11 21:37:46.591034 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10662 | 2025.02.11 21:37:46.591185 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 562 rows starting from the beginning of the part | ||
| 10663 | 2025.02.11 21:37:46.591346 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10664 | 2025.02.11 21:37:46.591509 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 382 rows starting from the beginning of the part | ||
| 10665 | 2025.02.11 21:37:46.591890 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 104 rows starting from the beginning of the part | ||
| 10666 | 2025.02.11 21:37:46.592244 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 382 rows starting from the beginning of the part | ||
| 10667 | 2025.02.11 21:37:46.593620 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.02.11 21:37:46.593683 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10669 | 2025.02.11 21:37:46.594768 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10670 | 2025.02.11 21:37:46.595124 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.02.11 21:37:46.595825 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004962 sec., 1209.1898428053203 rows/sec., 63.18 KiB/sec. | ||
| 10672 | 2025.02.11 21:37:46.596232 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2728 rows, containing 5 columns (5 merged, 0 gathered) in 0.006012468 sec., 453723.8285509378 rows/sec., 34.54 MiB/sec. | ||
| 10673 | 2025.02.11 21:37:46.596249 [ 255 ] {d6ad1b25-41f1-497b-8bc0-1e289812e349} <Debug> TCPHandler: Processed in 0.005874095 sec. | ||
| 10674 | 2025.02.11 21:37:46.596449 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10675 | 2025.02.11 21:37:46.596490 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10676 | 2025.02.11 21:37:46.596653 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10677 | 2025.02.11 21:37:46.596757 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10678 | 2025.02.11 21:37:46.597065 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10679 | 2025.02.11 21:37:46.597296 [ 194 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_81_16} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10680 | 2025.02.11 21:37:46.597437 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 10681 | 2025.02.11 21:37:46.597786 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10682 | 2025.02.11 21:37:46.597831 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10683 | 2025.02.11 21:37:46.598255 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10684 | 2025.02.11 21:37:46.598502 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10685 | 2025.02.11 21:37:46.598682 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10686 | 2025.02.11 21:37:46.598737 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2025.02.11 21:37:46.598756 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002152 sec., 110130.11152416357 rows/sec., 7.38 MiB/sec. | ||
| 10688 | 2025.02.11 21:37:46.598785 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10689 | 2025.02.11 21:37:46.598936 [ 257 ] {3a000b0d-ee69-45be-b09b-16aa8697f3e7} <Debug> TCPHandler: Processed in 0.002562743 sec. | ||
| 10690 | 2025.02.11 21:37:46.599100 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::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 | ||
| 10691 | 2025.02.11 21:37:46.599228 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10692 | 2025.02.11 21:37:46.599730 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10693 | 2025.02.11 21:37:46.599756 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10694 | 2025.02.11 21:37:46.599931 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 26033 rows starting from the beginning of the part | ||
| 10695 | 2025.02.11 21:37:46.599981 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10696 | 2025.02.11 21:37:46.600537 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
| 10697 | 2025.02.11 21:37:46.601126 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1007 rows starting from the beginning of the part | ||
| 10698 | 2025.02.11 21:37:46.601495 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 10699 | 2025.02.11 21:37:46.601740 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 10700 | 2025.02.11 21:37:46.601995 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 10701 | 2025.02.11 21:37:46.602883 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2025.02.11 21:37:46.602948 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10703 | 2025.02.11 21:37:46.603580 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10704 | 2025.02.11 21:37:46.604088 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2025.02.11 21:37:46.604313 [ 70 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10706 | 2025.02.11 21:37:46.604377 [ 70 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10707 | 2025.02.11 21:37:46.604449 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10708 | 2025.02.11 21:37:46.604457 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004875 sec., 205.12820512820514 rows/sec., 13.82 KiB/sec. | ||
| 10709 | 2025.02.11 21:37:46.604928 [ 255 ] {4c754b62-5729-4abe-86a2-2e0cf05f658b} <Debug> TCPHandler: Processed in 0.005854825 sec. | ||
| 10710 | 2025.02.11 21:37:46.605001 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::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 | ||
| 10711 | 2025.02.11 21:37:46.605815 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10712 | 2025.02.11 21:37:46.605998 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 10713 | 2025.02.11 21:37:46.606393 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 10714 | 2025.02.11 21:37:46.606836 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10715 | 2025.02.11 21:37:46.606946 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10716 | 2025.02.11 21:37:46.607244 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10717 | 2025.02.11 21:37:46.607519 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10718 | 2025.02.11 21:37:46.607743 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10719 | 2025.02.11 21:37:46.607856 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10720 | 2025.02.11 21:37:46.608159 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10721 | 2025.02.11 21:37:46.611315 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10722 | 2025.02.11 21:37:46.611493 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10723 | 2025.02.11 21:37:46.613144 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10724 | 2025.02.11 21:37:46.613577 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.008988802 sec., 4004.9830889589066 rows/sec., 269.43 KiB/sec. | ||
| 10725 | 2025.02.11 21:37:46.613730 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10726 | 2025.02.11 21:37:46.613887 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10727 | 2025.02.11 21:37:46.614265 [ 70 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10728 | 2025.02.11 21:37:46.614464 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00714 sec., 11484.593837535014 rows/sec., 746.92 KiB/sec. | ||
| 10729 | 2025.02.11 21:37:46.614504 [ 70 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10730 | 2025.02.11 21:37:46.614864 [ 257 ] {ca78b522-7b85-455a-8f02-c27da865ab1c} <Debug> TCPHandler: Processed in 0.008059379 sec. | ||
| 10731 | 2025.02.11 21:37:46.614884 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10732 | 2025.02.11 21:37:46.615112 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10733 | 2025.02.11 21:37:46.615493 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::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 | ||
| 10734 | 2025.02.11 21:37:46.615491 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_36_7} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10735 | 2025.02.11 21:37:46.615816 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10736 | 2025.02.11 21:37:46.615986 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10737 | 2025.02.11 21:37:46.616101 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5234 rows starting from the beginning of the part | ||
| 10738 | 2025.02.11 21:37:46.616428 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
| 10739 | 2025.02.11 21:37:46.616873 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 10740 | 2025.02.11 21:37:46.617180 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 10741 | 2025.02.11 21:37:46.617559 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 10742 | 2025.02.11 21:37:46.617890 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 10743 | 2025.02.11 21:37:46.618743 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27911 rows, containing 5 columns (5 merged, 0 gathered) in 0.01983495 sec., 1407162.609434357 rows/sec., 95.12 MiB/sec. | ||
| 10744 | 2025.02.11 21:37:46.619117 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10745 | 2025.02.11 21:37:46.619499 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2025.02.11 21:37:46.619683 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10747 | 2025.02.11 21:37:46.619841 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 10748 | 2025.02.11 21:37:46.621202 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5600 rows, containing 4 columns (4 merged, 0 gathered) in 0.00606334 sec., 923583.3715410978 rows/sec., 60.44 MiB/sec. | ||
| 10749 | 2025.02.11 21:37:46.621681 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10750 | 2025.02.11 21:37:46.621988 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10751 | 2025.02.11 21:37:46.622071 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_81_16} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10752 | 2025.02.11 21:37:46.622155 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10753 | 2025.02.11 21:37:47.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.73 MiB, peak 248.11 MiB, free memory in arenas 0.00 B, will set to 238.98 MiB (RSS), difference: 1.25 MiB | ||
| 10754 | 2025.02.11 21:37:47.594306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 10755 | 2025.02.11 21:37:47.595052 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2025.02.11 21:37:47.595107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10757 | 2025.02.11 21:37:47.595875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10758 | 2025.02.11 21:37:47.596170 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2025.02.11 21:37:47.596474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 10760 | 2025.02.11 21:37:49.495658 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10761 | 2025.02.11 21:37:49.514593 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10762 | 2025.02.11 21:37:49.514655 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10763 | 2025.02.11 21:37:49.521617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10764 | 2025.02.11 21:37:49.522373 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.02.11 21:37:49.525462 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10766 | 2025.02.11 21:37:50.249685 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1486 | ||
| 10767 | 2025.02.11 21:37:50.252746 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10768 | 2025.02.11 21:37:50.252795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10769 | 2025.02.11 21:37:50.254321 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10770 | 2025.02.11 21:37:50.254648 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10771 | 2025.02.11 21:37:50.256632 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1486 | ||
| 10772 | 2025.02.11 21:37:51.561552 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10773 | 2025.02.11 21:37:51.561875 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10774 | 2025.02.11 21:37:51.561994 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10775 | 2025.02.11 21:37:51.563063 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2025.02.11 21:37:51.563111 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10777 | 2025.02.11 21:37:51.563569 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10778 | 2025.02.11 21:37:51.563841 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10779 | 2025.02.11 21:37:51.564071 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002281 sec., 59622.972380534855 rows/sec., 5.15 MiB/sec. | ||
| 10780 | 2025.02.11 21:37:51.564138 [ 255 ] {d55497a4-5c06-4181-95cd-e42ff413dcb0} <Debug> TCPHandler: Processed in 0.002776289 sec. | ||
| 10781 | 2025.02.11 21:37:51.564415 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10782 | 2025.02.11 21:37:51.564626 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10783 | 2025.02.11 21:37:51.564709 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10784 | 2025.02.11 21:37:51.565543 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2025.02.11 21:37:51.565599 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10786 | 2025.02.11 21:37:51.566051 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10787 | 2025.02.11 21:37:51.566323 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2025.02.11 21:37:51.566560 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001988 sec., 20120.72434607646 rows/sec., 1.48 MiB/sec. | ||
| 10789 | 2025.02.11 21:37:51.566641 [ 257 ] {c5c7407f-0847-4ef5-b6c5-09899b8ecee2} <Debug> TCPHandler: Processed in 0.002378899 sec. | ||
| 10790 | 2025.02.11 21:37:51.566867 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10791 | 2025.02.11 21:37:51.567049 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10792 | 2025.02.11 21:37:51.567110 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10793 | 2025.02.11 21:37:51.567809 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10794 | 2025.02.11 21:37:51.567850 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10795 | 2025.02.11 21:37:51.568239 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10796 | 2025.02.11 21:37:51.568496 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10797 | 2025.02.11 21:37:51.568732 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001719 sec., 60500.29086678301 rows/sec., 4.73 MiB/sec. | ||
| 10798 | 2025.02.11 21:37:51.568789 [ 255 ] {a9ddcd60-8efb-4ae7-9bb3-d91c9e9ca351} <Debug> TCPHandler: Processed in 0.002049021 sec. | ||
| 10799 | 2025.02.11 21:37:51.568952 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10800 | 2025.02.11 21:37:51.569100 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10801 | 2025.02.11 21:37:51.569170 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10802 | 2025.02.11 21:37:51.569813 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2025.02.11 21:37:51.569853 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10804 | 2025.02.11 21:37:51.570263 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10805 | 2025.02.11 21:37:51.570511 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2025.02.11 21:37:51.570723 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
| 10807 | 2025.02.11 21:37:51.570774 [ 257 ] {472cf864-783c-4668-a994-5cbaa99bab82} <Debug> TCPHandler: Processed in 0.001894667 sec. | ||
| 10808 | 2025.02.11 21:37:51.570931 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.02.11 21:37:51.571074 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10810 | 2025.02.11 21:37:51.571169 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10811 | 2025.02.11 21:37:51.572412 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.02.11 21:37:51.572451 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10813 | 2025.02.11 21:37:51.573125 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10814 | 2025.02.11 21:37:51.573386 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.02.11 21:37:51.573544 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10816 | 2025.02.11 21:37:51.573596 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002555 sec., 15655.577299412917 rows/sec., 28.05 MiB/sec. | ||
| 10817 | 2025.02.11 21:37:51.573600 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10818 | 2025.02.11 21:37:51.573652 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10819 | 2025.02.11 21:37:51.573838 [ 255 ] {9436593a-abc0-4fc6-99b3-75da5c079900} <Debug> TCPHandler: Processed in 0.002969744 sec. | ||
| 10820 | 2025.02.11 21:37:51.573956 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 10821 | 2025.02.11 21:37:51.574051 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10822 | 2025.02.11 21:37:51.574340 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10823 | 2025.02.11 21:37:51.574477 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10824 | 2025.02.11 21:37:51.574893 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10825 | 2025.02.11 21:37:51.575153 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1332 rows starting from the beginning of the part | ||
| 10826 | 2025.02.11 21:37:51.575800 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 10827 | 2025.02.11 21:37:51.576621 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 10828 | 2025.02.11 21:37:51.576633 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10829 | 2025.02.11 21:37:51.576707 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10830 | 2025.02.11 21:37:51.577299 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 10831 | 2025.02.11 21:37:51.578025 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 10832 | 2025.02.11 21:37:51.578219 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10833 | 2025.02.11 21:37:51.578537 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 10834 | 2025.02.11 21:37:51.579046 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2025.02.11 21:37:51.579796 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005508 sec., 10893.246187363835 rows/sec., 751.75 KiB/sec. | ||
| 10836 | 2025.02.11 21:37:51.580010 [ 257 ] {63176bdf-3ac2-4095-8a75-18ff4ab5ee7f} <Debug> TCPHandler: Processed in 0.00604791 sec. | ||
| 10837 | 2025.02.11 21:37:51.588302 [ 201 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 19 columns (19 merged, 0 gathered) in 0.014525739 sec., 105467.95588162504 rows/sec., 188.99 MiB/sec. | ||
| 10838 | 2025.02.11 21:37:51.589952 [ 187 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10839 | 2025.02.11 21:37:51.590400 [ 187 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10840 | 2025.02.11 21:37:51.590479 [ 187 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10841 | 2025.02.11 21:37:51.590618 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.74 MiB. | ||
| 10842 | 2025.02.11 21:37:52.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.67 MiB, peak 251.35 MiB, free memory in arenas 0.00 B, will set to 242.01 MiB (RSS), difference: 2.34 MiB | ||
| 10843 | 2025.02.11 21:37:54.932777 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10844 | 2025.02.11 21:37:54.932830 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10845 | 2025.02.11 21:37:55.096599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 10846 | 2025.02.11 21:37:55.097269 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10847 | 2025.02.11 21:37:55.097314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10848 | 2025.02.11 21:37:55.097846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10849 | 2025.02.11 21:37:55.098111 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10850 | 2025.02.11 21:37:55.098315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 10851 | 2025.02.11 21:37:56.566211 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10852 | 2025.02.11 21:37:56.566420 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10853 | 2025.02.11 21:37:56.566495 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10854 | 2025.02.11 21:37:56.567317 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2025.02.11 21:37:56.567372 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10856 | 2025.02.11 21:37:56.567830 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10857 | 2025.02.11 21:37:56.568095 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2025.02.11 21:37:56.568368 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001992 sec., 106425.70281124499 rows/sec., 6.77 MiB/sec. | ||
| 10859 | 2025.02.11 21:37:56.568485 [ 255 ] {00c8ac25-6438-4a1e-b5da-6e08125f81e8} <Debug> TCPHandler: Processed in 0.002405259 sec. | ||
| 10860 | 2025.02.11 21:37:56.568824 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10861 | 2025.02.11 21:37:56.569011 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10862 | 2025.02.11 21:37:56.569084 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10863 | 2025.02.11 21:37:56.570108 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10864 | 2025.02.11 21:37:56.570151 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10865 | 2025.02.11 21:37:56.570630 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10866 | 2025.02.11 21:37:56.570901 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10867 | 2025.02.11 21:37:56.571107 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002147 sec., 287377.73637633905 rows/sec., 22.47 MiB/sec. | ||
| 10868 | 2025.02.11 21:37:56.571174 [ 257 ] {fc0d87b4-ee6f-4b4d-8ea3-8bef0d2d7b79} <Debug> TCPHandler: Processed in 0.002559493 sec. | ||
| 10869 | 2025.02.11 21:37:56.571327 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10870 | 2025.02.11 21:37:56.571474 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10871 | 2025.02.11 21:37:56.571535 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10872 | 2025.02.11 21:37:56.572191 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10873 | 2025.02.11 21:37:56.572232 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10874 | 2025.02.11 21:37:56.572614 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10875 | 2025.02.11 21:37:56.572883 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10876 | 2025.02.11 21:37:56.573140 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001698 sec., 62426.38398115429 rows/sec., 3.67 MiB/sec. | ||
| 10877 | 2025.02.11 21:37:56.573263 [ 255 ] {cff26618-31b9-4064-bad0-a0c27c34957f} <Debug> TCPHandler: Processed in 0.00200474 sec. | ||
| 10878 | 2025.02.11 21:37:56.573458 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10879 | 2025.02.11 21:37:56.573769 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10880 | 2025.02.11 21:37:56.573881 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10881 | 2025.02.11 21:37:56.574539 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10882 | 2025.02.11 21:37:56.574578 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10883 | 2025.02.11 21:37:56.574952 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10884 | 2025.02.11 21:37:56.575207 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10885 | 2025.02.11 21:37:56.575430 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001774 sec., 63697.8579481398 rows/sec., 4.12 MiB/sec. | ||
| 10886 | 2025.02.11 21:37:56.575553 [ 257 ] {6959ceef-d47f-4d80-9b75-192faf863e51} <Debug> TCPHandler: Processed in 0.002201555 sec. | ||
| 10887 | 2025.02.11 21:37:56.575766 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10888 | 2025.02.11 21:37:56.575923 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10889 | 2025.02.11 21:37:56.575975 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10890 | 2025.02.11 21:37:56.576603 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10891 | 2025.02.11 21:37:56.576642 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10892 | 2025.02.11 21:37:56.577015 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10893 | 2025.02.11 21:37:56.577258 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10894 | 2025.02.11 21:37:56.577474 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001576 sec., 71065.98984771574 rows/sec., 4.05 MiB/sec. | ||
| 10895 | 2025.02.11 21:37:56.577531 [ 255 ] {cacde6b3-bc34-4380-8831-5eaceb5e6959} <Debug> TCPHandler: Processed in 0.001877507 sec. | ||
| 10896 | 2025.02.11 21:37:56.577667 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10897 | 2025.02.11 21:37:56.577884 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10898 | 2025.02.11 21:37:56.577974 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10899 | 2025.02.11 21:37:56.579054 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10900 | 2025.02.11 21:37:56.579094 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10901 | 2025.02.11 21:37:56.579488 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10902 | 2025.02.11 21:37:56.579731 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10903 | 2025.02.11 21:37:56.579929 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002097 sec., 182164.9976156414 rows/sec., 12.85 MiB/sec. | ||
| 10904 | 2025.02.11 21:37:56.580030 [ 257 ] {9ce1d8ff-ebed-4762-bcd4-fc358887a5e3} <Debug> TCPHandler: Processed in 0.00242038 sec. | ||
| 10905 | 2025.02.11 21:37:56.580251 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10906 | 2025.02.11 21:37:56.580439 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10907 | 2025.02.11 21:37:56.580504 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10908 | 2025.02.11 21:37:56.581033 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10909 | 2025.02.11 21:37:56.581073 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10910 | 2025.02.11 21:37:56.581448 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10911 | 2025.02.11 21:37:56.581692 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10912 | 2025.02.11 21:37:56.581857 [ 57 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10913 | 2025.02.11 21:37:56.581933 [ 57 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2025.02.11 21:37:56.581939 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec. | ||
| 10915 | 2025.02.11 21:37:56.581979 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10916 | 2025.02.11 21:37:56.582083 [ 255 ] {84b90a5e-fe8e-41d5-9b7d-5b1de575dc83} <Debug> TCPHandler: Processed in 0.001939688 sec. | ||
| 10917 | 2025.02.11 21:37:56.582348 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 10918 | 2025.02.11 21:37:56.582443 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10919 | 2025.02.11 21:37:56.582815 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10920 | 2025.02.11 21:37:56.582838 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10921 | 2025.02.11 21:37:56.582893 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 10922 | 2025.02.11 21:37:56.582937 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10923 | 2025.02.11 21:37:56.583232 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10924 | 2025.02.11 21:37:56.583601 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10925 | 2025.02.11 21:37:56.584004 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10926 | 2025.02.11 21:37:56.584319 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10927 | 2025.02.11 21:37:56.584568 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10928 | 2025.02.11 21:37:56.585596 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10929 | 2025.02.11 21:37:56.585680 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10930 | 2025.02.11 21:37:56.586769 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10931 | 2025.02.11 21:37:56.587218 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005099226 sec., 42359.36983377477 rows/sec., 2.16 MiB/sec. | ||
| 10932 | 2025.02.11 21:37:56.587286 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10933 | 2025.02.11 21:37:56.587472 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10934 | 2025.02.11 21:37:56.587751 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004986 sec., 47533.09265944645 rows/sec., 3.19 MiB/sec. | ||
| 10935 | 2025.02.11 21:37:56.587900 [ 257 ] {ea66363b-6b0e-41c4-90a1-1dcba297c604} <Debug> TCPHandler: Processed in 0.005572688 sec. | ||
| 10936 | 2025.02.11 21:37:56.588075 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2025.02.11 21:37:56.588129 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10938 | 2025.02.11 21:37:56.588237 [ 187 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_36_7} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10939 | 2025.02.11 21:37:56.588253 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10940 | 2025.02.11 21:37:56.588344 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10941 | 2025.02.11 21:37:56.588346 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10942 | 2025.02.11 21:37:56.588881 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10943 | 2025.02.11 21:37:56.588919 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10944 | 2025.02.11 21:37:56.589280 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10945 | 2025.02.11 21:37:56.589528 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10946 | 2025.02.11 21:37:56.589776 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 10947 | 2025.02.11 21:37:56.589977 [ 255 ] {5c60eeae-1969-45d0-96e7-fb4d7ce1b951} <Debug> TCPHandler: Processed in 0.001972008 sec. | ||
| 10948 | 2025.02.11 21:37:56.590236 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10949 | 2025.02.11 21:37:56.590372 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10950 | 2025.02.11 21:37:56.590432 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10951 | 2025.02.11 21:37:56.590967 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2025.02.11 21:37:56.591005 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10953 | 2025.02.11 21:37:56.591404 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10954 | 2025.02.11 21:37:56.591648 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2025.02.11 21:37:56.591832 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec. | ||
| 10956 | 2025.02.11 21:37:56.591881 [ 257 ] {e07b9e85-a992-4897-b0aa-3372666f105b} <Debug> TCPHandler: Processed in 0.001795485 sec. | ||
| 10957 | 2025.02.11 21:37:57.025556 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 10958 | 2025.02.11 21:37:57.045967 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10959 | 2025.02.11 21:37:57.046038 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10960 | 2025.02.11 21:37:57.053429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10961 | 2025.02.11 21:37:57.054257 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2025.02.11 21:37:57.057571 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 10963 | 2025.02.11 21:38:00.256843 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1518 | ||
| 10964 | 2025.02.11 21:38:00.260309 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2025.02.11 21:38:00.260367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10966 | 2025.02.11 21:38:00.261888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10967 | 2025.02.11 21:38:00.262230 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2025.02.11 21:38:00.262922 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1518 | ||
| 10969 | 2025.02.11 21:38:01.153222 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10970 | 2025.02.11 21:38:01.153449 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10971 | 2025.02.11 21:38:01.153535 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10972 | 2025.02.11 21:38:01.154322 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10973 | 2025.02.11 21:38:01.154376 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10974 | 2025.02.11 21:38:01.154810 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10975 | 2025.02.11 21:38:01.155073 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10976 | 2025.02.11 21:38:01.155319 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 592.73 KiB/sec. | ||
| 10977 | 2025.02.11 21:38:01.155442 [ 255 ] {47e955ce-1b11-4ebd-bd8b-287737a6f6d1} <Debug> TCPHandler: Processed in 0.002365638 sec. | ||
| 10978 | 2025.02.11 21:38:01.155754 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10979 | 2025.02.11 21:38:01.156069 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10980 | 2025.02.11 21:38:01.156193 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10981 | 2025.02.11 21:38:01.157881 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10982 | 2025.02.11 21:38:01.157943 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10983 | 2025.02.11 21:38:01.159209 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10984 | 2025.02.11 21:38:01.159485 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10985 | 2025.02.11 21:38:01.159766 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.003778 sec., 339597.67072525143 rows/sec., 28.20 MiB/sec. | ||
| 10986 | 2025.02.11 21:38:01.159847 [ 257 ] {2ca3a622-3615-46d0-8b03-81c77c27e3d0} <Debug> TCPHandler: Processed in 0.004289576 sec. | ||
| 10987 | 2025.02.11 21:38:01.160072 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2025.02.11 21:38:01.160227 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10989 | 2025.02.11 21:38:01.160287 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10990 | 2025.02.11 21:38:01.160975 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2025.02.11 21:38:01.161015 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 10992 | 2025.02.11 21:38:01.161385 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10993 | 2025.02.11 21:38:01.161632 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2025.02.11 21:38:01.161862 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.00167 sec., 32335.329341317363 rows/sec., 2.33 MiB/sec. | ||
| 10995 | 2025.02.11 21:38:01.161953 [ 255 ] {a89ede2c-cd61-4abe-b77e-fb94d099286d} <Debug> TCPHandler: Processed in 0.00200844 sec. | ||
| 10996 | 2025.02.11 21:38:01.162269 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2025.02.11 21:38:01.162510 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10998 | 2025.02.11 21:38:01.162606 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10999 | 2025.02.11 21:38:01.163415 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2025.02.11 21:38:01.163457 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11001 | 2025.02.11 21:38:01.163854 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11002 | 2025.02.11 21:38:01.164115 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2025.02.11 21:38:01.164311 [ 48 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11004 | 2025.02.11 21:38:01.164367 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001911 sec., 119309.26216640502 rows/sec., 8.08 MiB/sec. | ||
| 11005 | 2025.02.11 21:38:01.164404 [ 48 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11006 | 2025.02.11 21:38:01.164488 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11007 | 2025.02.11 21:38:01.164494 [ 257 ] {6cdd9601-dff8-493d-b22e-e28ae0fbc509} <Debug> TCPHandler: Processed in 0.002438091 sec. | ||
| 11008 | 2025.02.11 21:38:01.164795 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2025.02.11 21:38:01.164831 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::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 | ||
| 11010 | 2025.02.11 21:38:01.165145 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11011 | 2025.02.11 21:38:01.165314 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11012 | 2025.02.11 21:38:01.165585 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11013 | 2025.02.11 21:38:01.165763 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 342 rows starting from the beginning of the part | ||
| 11014 | 2025.02.11 21:38:01.166110 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 228 rows starting from the beginning of the part | ||
| 11015 | 2025.02.11 21:38:01.166558 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part | ||
| 11016 | 2025.02.11 21:38:01.166906 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
| 11017 | 2025.02.11 21:38:01.167283 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part | ||
| 11018 | 2025.02.11 21:38:01.167568 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 228 rows starting from the beginning of the part | ||
| 11019 | 2025.02.11 21:38:01.168729 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2025.02.11 21:38:01.168797 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11021 | 2025.02.11 21:38:01.170112 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11022 | 2025.02.11 21:38:01.170938 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2025.02.11 21:38:01.170996 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006400448 sec., 177643.81493295467 rows/sec., 12.50 MiB/sec. | ||
| 11024 | 2025.02.11 21:38:01.171237 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11025 | 2025.02.11 21:38:01.171365 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.006323 sec., 90779.69318361538 rows/sec., 6.76 MiB/sec. | ||
| 11026 | 2025.02.11 21:38:01.171515 [ 255 ] {ac10092b-2680-4bad-ae9b-87b9a15733db} <Debug> TCPHandler: Processed in 0.00690245 sec. | ||
| 11027 | 2025.02.11 21:38:01.171684 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11028 | 2025.02.11 21:38:01.171721 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11029 | 2025.02.11 21:38:01.171820 [ 201 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_51_10} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11030 | 2025.02.11 21:38:01.171841 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11031 | 2025.02.11 21:38:01.171914 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 11032 | 2025.02.11 21:38:01.171930 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11033 | 2025.02.11 21:38:01.172846 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2025.02.11 21:38:01.172885 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11035 | 2025.02.11 21:38:01.173372 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11036 | 2025.02.11 21:38:01.173627 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11037 | 2025.02.11 21:38:01.173854 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.002048 sec., 494628.90625 rows/sec., 33.25 MiB/sec. | ||
| 11038 | 2025.02.11 21:38:01.173906 [ 257 ] {9384e0f0-d012-4a83-97da-da3fa11586e7} <Debug> TCPHandler: Processed in 0.002291366 sec. | ||
| 11039 | 2025.02.11 21:38:01.174113 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11040 | 2025.02.11 21:38:01.174340 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11041 | 2025.02.11 21:38:01.174533 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11042 | 2025.02.11 21:38:01.175893 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11043 | 2025.02.11 21:38:01.175931 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11044 | 2025.02.11 21:38:01.176648 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11045 | 2025.02.11 21:38:01.176917 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11046 | 2025.02.11 21:38:01.177121 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002837 sec., 14099.400775467042 rows/sec., 25.27 MiB/sec. | ||
| 11047 | 2025.02.11 21:38:01.177253 [ 255 ] {b17c0faf-c040-46d7-aad6-ce8b63393103} <Debug> TCPHandler: Processed in 0.00325147 sec. | ||
| 11048 | 2025.02.11 21:38:01.177452 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11049 | 2025.02.11 21:38:01.177675 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11050 | 2025.02.11 21:38:01.177770 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11051 | 2025.02.11 21:38:01.178329 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2025.02.11 21:38:01.178368 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11053 | 2025.02.11 21:38:01.178758 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11054 | 2025.02.11 21:38:01.179015 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2025.02.11 21:38:01.179261 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 11056 | 2025.02.11 21:38:01.179329 [ 257 ] {77c3ead6-443b-43ce-82bf-839eb0ab1a69} <Debug> TCPHandler: Processed in 0.0019854 sec. | ||
| 11057 | 2025.02.11 21:38:02.598452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11058 | 2025.02.11 21:38:02.599149 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11059 | 2025.02.11 21:38:02.599193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11060 | 2025.02.11 21:38:02.599712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11061 | 2025.02.11 21:38:02.599977 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11062 | 2025.02.11 21:38:02.600265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11063 | 2025.02.11 21:38:04.557659 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11064 | 2025.02.11 21:38:04.579060 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2025.02.11 21:38:04.579124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11066 | 2025.02.11 21:38:04.586520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11067 | 2025.02.11 21:38:04.587344 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11068 | 2025.02.11 21:38:04.590140 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11069 | 2025.02.11 21:38:06.565865 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11070 | 2025.02.11 21:38:06.566128 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11071 | 2025.02.11 21:38:06.566213 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11072 | 2025.02.11 21:38:06.567045 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11073 | 2025.02.11 21:38:06.567097 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11074 | 2025.02.11 21:38:06.567555 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11075 | 2025.02.11 21:38:06.567812 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11076 | 2025.02.11 21:38:06.568028 [ 41 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11077 | 2025.02.11 21:38:06.568098 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002043 sec., 103768.96720509055 rows/sec., 6.60 MiB/sec. | ||
| 11078 | 2025.02.11 21:38:06.568113 [ 41 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11079 | 2025.02.11 21:38:06.568182 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11080 | 2025.02.11 21:38:06.568245 [ 255 ] {1170f5d7-f1ea-412c-bfea-52ec76d0612b} <Debug> TCPHandler: Processed in 0.002542153 sec. | ||
| 11081 | 2025.02.11 21:38:06.568464 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11082 | 2025.02.11 21:38:06.568554 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11083 | 2025.02.11 21:38:06.568661 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11084 | 2025.02.11 21:38:06.568740 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
| 11085 | 2025.02.11 21:38:06.568934 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11086 | 2025.02.11 21:38:06.568980 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
| 11087 | 2025.02.11 21:38:06.569138 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11088 | 2025.02.11 21:38:06.569401 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
| 11089 | 2025.02.11 21:38:06.569723 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
| 11090 | 2025.02.11 21:38:06.570028 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
| 11091 | 2025.02.11 21:38:06.572095 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11092 | 2025.02.11 21:38:06.572160 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11093 | 2025.02.11 21:38:06.572589 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004285285 sec., 247358.11037072213 rows/sec., 16.68 MiB/sec. | ||
| 11094 | 2025.02.11 21:38:06.572830 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11095 | 2025.02.11 21:38:06.572923 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11096 | 2025.02.11 21:38:06.573274 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2025.02.11 21:38:06.573435 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11098 | 2025.02.11 21:38:06.573482 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_37_9} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11099 | 2025.02.11 21:38:06.573624 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11100 | 2025.02.11 21:38:06.573799 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.00504 sec., 122420.63492063491 rows/sec., 9.57 MiB/sec. | ||
| 11101 | 2025.02.11 21:38:06.573891 [ 257 ] {cd4fa5df-282c-4a09-9951-f1d953bd9751} <Debug> TCPHandler: Processed in 0.005521846 sec. | ||
| 11102 | 2025.02.11 21:38:06.574101 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11103 | 2025.02.11 21:38:06.574270 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11104 | 2025.02.11 21:38:06.574324 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11105 | 2025.02.11 21:38:06.574995 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11106 | 2025.02.11 21:38:06.575037 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11107 | 2025.02.11 21:38:06.575431 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11108 | 2025.02.11 21:38:06.575678 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11109 | 2025.02.11 21:38:06.575870 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00163 sec., 65030.67484662577 rows/sec., 3.83 MiB/sec. | ||
| 11110 | 2025.02.11 21:38:06.575927 [ 255 ] {f1126266-6faa-411c-903e-2e1663428b86} <Debug> TCPHandler: Processed in 0.001932057 sec. | ||
| 11111 | 2025.02.11 21:38:06.576068 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11112 | 2025.02.11 21:38:06.576185 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11113 | 2025.02.11 21:38:06.576235 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11114 | 2025.02.11 21:38:06.576864 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11115 | 2025.02.11 21:38:06.576904 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11116 | 2025.02.11 21:38:06.577266 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11117 | 2025.02.11 21:38:06.577516 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11118 | 2025.02.11 21:38:06.577721 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001603 sec., 70492.82595134123 rows/sec., 4.56 MiB/sec. | ||
| 11119 | 2025.02.11 21:38:06.577771 [ 257 ] {62875adb-f819-4899-af38-c24801d351ac} <Debug> TCPHandler: Processed in 0.001804834 sec. | ||
| 11120 | 2025.02.11 21:38:06.577901 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11121 | 2025.02.11 21:38:06.578076 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11122 | 2025.02.11 21:38:06.578127 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11123 | 2025.02.11 21:38:06.578771 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2025.02.11 21:38:06.578809 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11125 | 2025.02.11 21:38:06.579178 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11126 | 2025.02.11 21:38:06.579440 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2025.02.11 21:38:06.579575 [ 39 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11128 | 2025.02.11 21:38:06.579623 [ 39 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2025.02.11 21:38:06.579636 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001584 sec., 70707.07070707071 rows/sec., 4.03 MiB/sec. | ||
| 11130 | 2025.02.11 21:38:06.579653 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11131 | 2025.02.11 21:38:06.579724 [ 255 ] {c86ee5ac-469d-4067-82b2-bed34728aadd} <Debug> TCPHandler: Processed in 0.001821555 sec. | ||
| 11132 | 2025.02.11 21:38:06.579807 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11133 | 2025.02.11 21:38:06.579888 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11134 | 2025.02.11 21:38:06.579972 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11135 | 2025.02.11 21:38:06.580059 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
| 11136 | 2025.02.11 21:38:06.580089 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11137 | 2025.02.11 21:38:06.580254 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11138 | 2025.02.11 21:38:06.580283 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 11139 | 2025.02.11 21:38:06.580612 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
| 11140 | 2025.02.11 21:38:06.581093 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 11141 | 2025.02.11 21:38:06.581428 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
| 11142 | 2025.02.11 21:38:06.583347 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2025.02.11 21:38:06.583428 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11144 | 2025.02.11 21:38:06.584097 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004360758 sec., 128418.04108368316 rows/sec., 7.81 MiB/sec. | ||
| 11145 | 2025.02.11 21:38:06.584326 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11146 | 2025.02.11 21:38:06.584389 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11147 | 2025.02.11 21:38:06.584786 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11148 | 2025.02.11 21:38:06.584884 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2025.02.11 21:38:06.584996 [ 195 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_37_9} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11150 | 2025.02.11 21:38:06.585216 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11151 | 2025.02.11 21:38:06.585328 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005296 sec., 72129.90936555891 rows/sec., 5.09 MiB/sec. | ||
| 11152 | 2025.02.11 21:38:06.585401 [ 257 ] {2ceb732c-0732-4f2c-9db2-39787c7dc908} <Debug> TCPHandler: Processed in 0.005598848 sec. | ||
| 11153 | 2025.02.11 21:38:06.585549 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11154 | 2025.02.11 21:38:06.585689 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11155 | 2025.02.11 21:38:06.585750 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11156 | 2025.02.11 21:38:06.586292 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2025.02.11 21:38:06.586330 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11158 | 2025.02.11 21:38:06.586704 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11159 | 2025.02.11 21:38:06.586945 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11160 | 2025.02.11 21:38:06.587147 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 11161 | 2025.02.11 21:38:06.587236 [ 255 ] {8fa6725a-ec4e-4f85-8999-2e4824639340} <Debug> TCPHandler: Processed in 0.001752233 sec. | ||
| 11162 | 2025.02.11 21:38:06.587582 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11163 | 2025.02.11 21:38:06.587843 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11164 | 2025.02.11 21:38:06.587946 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11165 | 2025.02.11 21:38:06.588613 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11166 | 2025.02.11 21:38:06.588653 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11167 | 2025.02.11 21:38:06.589065 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11168 | 2025.02.11 21:38:06.589323 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2025.02.11 21:38:06.589548 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001761 sec., 134582.62350936967 rows/sec., 9.02 MiB/sec. | ||
| 11170 | 2025.02.11 21:38:06.589602 [ 257 ] {e11446e2-46ac-4805-8a45-023c09909f24} <Debug> TCPHandler: Processed in 0.002274566 sec. | ||
| 11171 | 2025.02.11 21:38:06.589751 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2025.02.11 21:38:06.589889 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11173 | 2025.02.11 21:38:06.589951 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11174 | 2025.02.11 21:38:06.590446 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.02.11 21:38:06.590482 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11176 | 2025.02.11 21:38:06.590843 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11177 | 2025.02.11 21:38:06.591086 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2025.02.11 21:38:06.591273 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 11179 | 2025.02.11 21:38:06.591324 [ 255 ] {35d65c7a-9617-4137-a857-6db311d23d98} <Debug> TCPHandler: Processed in 0.001640451 sec. | ||
| 11180 | 2025.02.11 21:38:06.591523 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11181 | 2025.02.11 21:38:06.591745 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11182 | 2025.02.11 21:38:06.591842 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11183 | 2025.02.11 21:38:06.592457 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11184 | 2025.02.11 21:38:06.592496 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11185 | 2025.02.11 21:38:06.592871 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11186 | 2025.02.11 21:38:06.593133 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2025.02.11 21:38:06.593373 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001683 sec., 48722.51931075461 rows/sec., 3.09 MiB/sec. | ||
| 11188 | 2025.02.11 21:38:06.593433 [ 257 ] {afcfff5e-c5a2-49c3-8f70-3b279bacdbb3} <Debug> TCPHandler: Processed in 0.00201866 sec. | ||
| 11189 | 2025.02.11 21:38:09.933071 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11190 | 2025.02.11 21:38:09.933119 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11191 | 2025.02.11 21:38:10.100405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11192 | 2025.02.11 21:38:10.101171 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2025.02.11 21:38:10.101225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11194 | 2025.02.11 21:38:10.101752 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11195 | 2025.02.11 21:38:10.102019 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11196 | 2025.02.11 21:38:10.102276 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11197 | 2025.02.11 21:38:10.263185 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1554 | ||
| 11198 | 2025.02.11 21:38:10.266946 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11199 | 2025.02.11 21:38:10.267006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11200 | 2025.02.11 21:38:10.268527 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11201 | 2025.02.11 21:38:10.268851 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2025.02.11 21:38:10.270669 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1554 | ||
| 11203 | 2025.02.11 21:38:11.561880 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11204 | 2025.02.11 21:38:11.562207 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11205 | 2025.02.11 21:38:11.562312 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11206 | 2025.02.11 21:38:11.563116 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11207 | 2025.02.11 21:38:11.563169 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11208 | 2025.02.11 21:38:11.563620 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11209 | 2025.02.11 21:38:11.563878 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11210 | 2025.02.11 21:38:11.564094 [ 35 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11211 | 2025.02.11 21:38:11.564121 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001994 sec., 68204.61384152457 rows/sec., 5.89 MiB/sec. | ||
| 11212 | 2025.02.11 21:38:11.564181 [ 35 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2025.02.11 21:38:11.564249 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11214 | 2025.02.11 21:38:11.564274 [ 255 ] {b4df06ec-dad4-4991-a1ed-34c85432e707} <Debug> TCPHandler: Processed in 0.002583534 sec. | ||
| 11215 | 2025.02.11 21:38:11.564567 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11216 | 2025.02.11 21:38:11.564640 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2025.02.11 21:38:11.564875 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11218 | 2025.02.11 21:38:11.564957 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1848 rows starting from the beginning of the part | ||
| 11219 | 2025.02.11 21:38:11.564971 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11220 | 2025.02.11 21:38:11.565157 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11221 | 2025.02.11 21:38:11.565289 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part | ||
| 11222 | 2025.02.11 21:38:11.565664 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 617 rows starting from the beginning of the part | ||
| 11223 | 2025.02.11 21:38:11.565955 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1283 rows starting from the beginning of the part | ||
| 11224 | 2025.02.11 21:38:11.566328 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 617 rows starting from the beginning of the part | ||
| 11225 | 2025.02.11 21:38:11.566680 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 136 rows starting from the beginning of the part | ||
| 11226 | 2025.02.11 21:38:11.567622 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2025.02.11 21:38:11.567673 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11228 | 2025.02.11 21:38:11.568253 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11229 | 2025.02.11 21:38:11.568554 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2025.02.11 21:38:11.568771 [ 35 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11231 | 2025.02.11 21:38:11.568833 [ 35 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11232 | 2025.02.11 21:38:11.568910 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004012 sec., 9970.089730807578 rows/sec., 749.70 KiB/sec. | ||
| 11233 | 2025.02.11 21:38:11.568926 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11234 | 2025.02.11 21:38:11.569226 [ 257 ] {acf2a2cb-012b-45d8-9c19-f2f8530f3368} <Debug> TCPHandler: Processed in 0.004809969 sec. | ||
| 11235 | 2025.02.11 21:38:11.569895 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11236 | 2025.02.11 21:38:11.570252 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4637 rows, containing 5 columns (5 merged, 0 gathered) in 0.005861444 sec., 791101.9878378093 rows/sec., 67.38 MiB/sec. | ||
| 11237 | 2025.02.11 21:38:11.570461 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::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 | ||
| 11238 | 2025.02.11 21:38:11.570558 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11239 | 2025.02.11 21:38:11.570726 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11240 | 2025.02.11 21:38:11.571009 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11241 | 2025.02.11 21:38:11.571156 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 166 rows starting from the beginning of the part | ||
| 11242 | 2025.02.11 21:38:11.571763 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 40 rows starting from the beginning of the part | ||
| 11243 | 2025.02.11 21:38:11.572274 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 106 rows starting from the beginning of the part | ||
| 11244 | 2025.02.11 21:38:11.572479 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11245 | 2025.02.11 21:38:11.572842 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part | ||
| 11246 | 2025.02.11 21:38:11.573399 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 106 rows starting from the beginning of the part | ||
| 11247 | 2025.02.11 21:38:11.573944 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part | ||
| 11248 | 2025.02.11 21:38:11.574362 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2025.02.11 21:38:11.574792 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_86_17} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11250 | 2025.02.11 21:38:11.575070 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 11251 | 2025.02.11 21:38:11.575316 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11252 | 2025.02.11 21:38:11.575369 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11253 | 2025.02.11 21:38:11.575951 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11254 | 2025.02.11 21:38:11.576268 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11255 | 2025.02.11 21:38:11.576518 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.007448594 sec., 68737.8047454325 rows/sec., 4.66 MiB/sec. | ||
| 11256 | 2025.02.11 21:38:11.576542 [ 35 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11257 | 2025.02.11 21:38:11.576622 [ 35 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2025.02.11 21:38:11.576677 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11259 | 2025.02.11 21:38:11.576685 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.006242 sec., 16661.326497917333 rows/sec., 1.30 MiB/sec. | ||
| 11260 | 2025.02.11 21:38:11.576763 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11261 | 2025.02.11 21:38:11.577268 [ 255 ] {05ef1399-967a-4da3-b9a6-398ec468ed3a} <Debug> TCPHandler: Processed in 0.007893296 sec. | ||
| 11262 | 2025.02.11 21:38:11.577469 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11263 | 2025.02.11 21:38:11.577908 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11264 | 2025.02.11 21:38:11.578299 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11265 | 2025.02.11 21:38:11.578323 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11266 | 2025.02.11 21:38:11.578523 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 11267 | 2025.02.11 21:38:11.578690 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_81_16} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11268 | 2025.02.11 21:38:11.579053 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11269 | 2025.02.11 21:38:11.579064 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part | ||
| 11270 | 2025.02.11 21:38:11.579560 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 382 rows starting from the beginning of the part | ||
| 11271 | 2025.02.11 21:38:11.579954 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11272 | 2025.02.11 21:38:11.580103 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 574 rows starting from the beginning of the part | ||
| 11273 | 2025.02.11 21:38:11.580190 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11274 | 2025.02.11 21:38:11.580442 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 382 rows starting from the beginning of the part | ||
| 11275 | 2025.02.11 21:38:11.580852 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part | ||
| 11276 | 2025.02.11 21:38:11.582552 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11277 | 2025.02.11 21:38:11.582619 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11278 | 2025.02.11 21:38:11.583678 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11279 | 2025.02.11 21:38:11.584096 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11280 | 2025.02.11 21:38:11.584461 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2462 rows, containing 5 columns (5 merged, 0 gathered) in 0.007650358 sec., 321815.0052585774 rows/sec., 24.68 MiB/sec. | ||
| 11281 | 2025.02.11 21:38:11.584508 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11282 | 2025.02.11 21:38:11.584590 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11283 | 2025.02.11 21:38:11.584635 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005033 sec., 31790.184780449035 rows/sec., 2.21 MiB/sec. | ||
| 11284 | 2025.02.11 21:38:11.584642 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11285 | 2025.02.11 21:38:11.584840 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11286 | 2025.02.11 21:38:11.584912 [ 257 ] {ad2b5995-d182-4a77-ae03-8a46e387c5f8} <Debug> TCPHandler: Processed in 0.007499625 sec. | ||
| 11287 | 2025.02.11 21:38:11.585201 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11288 | 2025.02.11 21:38:11.585308 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11289 | 2025.02.11 21:38:11.585490 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11290 | 2025.02.11 21:38:11.585804 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11291 | 2025.02.11 21:38:11.585939 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11292 | 2025.02.11 21:38:11.586171 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2025.02.11 21:38:11.586176 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 27911 rows starting from the beginning of the part | ||
| 11294 | 2025.02.11 21:38:11.586722 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_86_17} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11295 | 2025.02.11 21:38:11.586829 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 11296 | 2025.02.11 21:38:11.587152 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11297 | 2025.02.11 21:38:11.587386 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 11298 | 2025.02.11 21:38:11.587887 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1013 rows starting from the beginning of the part | ||
| 11299 | 2025.02.11 21:38:11.588286 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 11300 | 2025.02.11 21:38:11.588565 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 11301 | 2025.02.11 21:38:11.590663 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11302 | 2025.02.11 21:38:11.590720 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11303 | 2025.02.11 21:38:11.592562 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11304 | 2025.02.11 21:38:11.592895 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11305 | 2025.02.11 21:38:11.593332 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007944 sec., 5035.246727089628 rows/sec., 9.02 MiB/sec. | ||
| 11306 | 2025.02.11 21:38:11.594044 [ 255 ] {bd3d496b-bd28-413c-b7c5-f763776a19e3} <Debug> TCPHandler: Processed in 0.008999812 sec. | ||
| 11307 | 2025.02.11 21:38:11.594361 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11308 | 2025.02.11 21:38:11.594594 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11309 | 2025.02.11 21:38:11.594721 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11310 | 2025.02.11 21:38:11.595695 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11311 | 2025.02.11 21:38:11.595744 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11312 | 2025.02.11 21:38:11.596246 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11313 | 2025.02.11 21:38:11.596564 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11314 | 2025.02.11 21:38:11.596743 [ 35 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11315 | 2025.02.11 21:38:11.596797 [ 35 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11316 | 2025.02.11 21:38:11.596893 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11317 | 2025.02.11 21:38:11.596902 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002278 sec., 26338.893766461806 rows/sec., 1.78 MiB/sec. | ||
| 11318 | 2025.02.11 21:38:11.597251 [ 257 ] {968f479f-2dd6-417c-84ae-2d80b9f7aee4} <Debug> TCPHandler: Processed in 0.003046946 sec. | ||
| 11319 | 2025.02.11 21:38:11.597282 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11320 | 2025.02.11 21:38:11.597427 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11321 | 2025.02.11 21:38:11.597458 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5600 rows starting from the beginning of the part | ||
| 11322 | 2025.02.11 21:38:11.597594 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 11323 | 2025.02.11 21:38:11.597878 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 11324 | 2025.02.11 21:38:11.598163 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 11325 | 2025.02.11 21:38:11.598558 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 11326 | 2025.02.11 21:38:11.598909 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 11327 | 2025.02.11 21:38:11.599171 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29718 rows, containing 5 columns (5 merged, 0 gathered) in 0.014311554 sec., 2076504.0609845722 rows/sec., 140.36 MiB/sec. | ||
| 11328 | 2025.02.11 21:38:11.600545 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11329 | 2025.02.11 21:38:11.601187 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2025.02.11 21:38:11.601425 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11331 | 2025.02.11 21:38:11.601603 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11332 | 2025.02.11 21:38:11.602409 [ 200 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5944 rows, containing 4 columns (4 merged, 0 gathered) in 0.005427974 sec., 1095067.8835233918 rows/sec., 71.66 MiB/sec. | ||
| 11333 | 2025.02.11 21:38:11.603039 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11334 | 2025.02.11 21:38:11.603387 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11335 | 2025.02.11 21:38:11.603473 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_86_17} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11336 | 2025.02.11 21:38:11.603572 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11337 | 2025.02.11 21:38:12.090229 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11338 | 2025.02.11 21:38:12.113264 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11339 | 2025.02.11 21:38:12.113330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11340 | 2025.02.11 21:38:12.121397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11341 | 2025.02.11 21:38:12.122205 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11342 | 2025.02.11 21:38:12.125407 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11343 | 2025.02.11 21:38:16.566487 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11344 | 2025.02.11 21:38:16.566694 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11345 | 2025.02.11 21:38:16.566770 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11346 | 2025.02.11 21:38:16.567604 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11347 | 2025.02.11 21:38:16.567658 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11348 | 2025.02.11 21:38:16.568116 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11349 | 2025.02.11 21:38:16.568377 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11350 | 2025.02.11 21:38:16.568645 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001993 sec., 106372.3030607125 rows/sec., 6.77 MiB/sec. | ||
| 11351 | 2025.02.11 21:38:16.568774 [ 255 ] {ee1dd805-ae79-4d6c-844e-9ac89ec0dc72} <Debug> TCPHandler: Processed in 0.00241282 sec. | ||
| 11352 | 2025.02.11 21:38:16.569105 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11353 | 2025.02.11 21:38:16.569322 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11354 | 2025.02.11 21:38:16.569407 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11355 | 2025.02.11 21:38:16.570161 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11356 | 2025.02.11 21:38:16.570213 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11357 | 2025.02.11 21:38:16.570658 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11358 | 2025.02.11 21:38:16.570925 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11359 | 2025.02.11 21:38:16.571203 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec. | ||
| 11360 | 2025.02.11 21:38:16.571422 [ 257 ] {de02d4ee-6a06-47e1-8ef6-2a7ca78344ff} <Debug> TCPHandler: Processed in 0.002512912 sec. | ||
| 11361 | 2025.02.11 21:38:16.571680 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11362 | 2025.02.11 21:38:16.571905 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11363 | 2025.02.11 21:38:16.571999 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11364 | 2025.02.11 21:38:16.573055 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2025.02.11 21:38:16.573097 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11366 | 2025.02.11 21:38:16.573526 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11367 | 2025.02.11 21:38:16.573772 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2025.02.11 21:38:16.573992 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.002144 sec., 288246.2686567164 rows/sec., 22.53 MiB/sec. | ||
| 11369 | 2025.02.11 21:38:16.574046 [ 255 ] {8ba9bdda-d750-4bcb-b4ee-4b25b699d7b1} <Debug> TCPHandler: Processed in 0.002508312 sec. | ||
| 11370 | 2025.02.11 21:38:16.574207 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2025.02.11 21:38:16.574347 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11372 | 2025.02.11 21:38:16.574405 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11373 | 2025.02.11 21:38:16.575034 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2025.02.11 21:38:16.575075 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11375 | 2025.02.11 21:38:16.575454 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11376 | 2025.02.11 21:38:16.575705 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2025.02.11 21:38:16.575903 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001586 sec., 68095.83858764186 rows/sec., 4.02 MiB/sec. | ||
| 11378 | 2025.02.11 21:38:16.575956 [ 257 ] {0dd8a45e-6738-46ef-90d6-7c0ed58c5e65} <Debug> TCPHandler: Processed in 0.001817045 sec. | ||
| 11379 | 2025.02.11 21:38:16.576095 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2025.02.11 21:38:16.576215 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11381 | 2025.02.11 21:38:16.576266 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11382 | 2025.02.11 21:38:16.576890 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2025.02.11 21:38:16.576931 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11384 | 2025.02.11 21:38:16.577299 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11385 | 2025.02.11 21:38:16.577544 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2025.02.11 21:38:16.577767 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001577 sec., 71655.04121750158 rows/sec., 4.64 MiB/sec. | ||
| 11387 | 2025.02.11 21:38:16.577819 [ 255 ] {e4d79852-fddf-4c6c-9073-b880c8348360} <Debug> TCPHandler: Processed in 0.001780084 sec. | ||
| 11388 | 2025.02.11 21:38:16.577972 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11389 | 2025.02.11 21:38:16.578109 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11390 | 2025.02.11 21:38:16.578167 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11391 | 2025.02.11 21:38:16.578826 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11392 | 2025.02.11 21:38:16.578866 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11393 | 2025.02.11 21:38:16.579235 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11394 | 2025.02.11 21:38:16.579486 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11395 | 2025.02.11 21:38:16.579724 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001643 sec., 68167.98539257456 rows/sec., 3.88 MiB/sec. | ||
| 11396 | 2025.02.11 21:38:16.579909 [ 257 ] {8113022a-f410-4d6d-a82b-1bf870e8abab} <Debug> TCPHandler: Processed in 0.00200009 sec. | ||
| 11397 | 2025.02.11 21:38:16.580146 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11398 | 2025.02.11 21:38:16.580288 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11399 | 2025.02.11 21:38:16.580346 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11400 | 2025.02.11 21:38:16.581073 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11401 | 2025.02.11 21:38:16.581114 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11402 | 2025.02.11 21:38:16.581498 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11403 | 2025.02.11 21:38:16.581741 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11404 | 2025.02.11 21:38:16.581948 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.00169 sec., 227218.9349112426 rows/sec., 16.03 MiB/sec. | ||
| 11405 | 2025.02.11 21:38:16.582000 [ 255 ] {5ddbd960-007e-4cc7-9179-eee2f7ec3fb9} <Debug> TCPHandler: Processed in 0.001988489 sec. | ||
| 11406 | 2025.02.11 21:38:16.582155 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11407 | 2025.02.11 21:38:16.582294 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11408 | 2025.02.11 21:38:16.582354 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11409 | 2025.02.11 21:38:16.582860 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11410 | 2025.02.11 21:38:16.582900 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11411 | 2025.02.11 21:38:16.583288 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11412 | 2025.02.11 21:38:16.583534 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11413 | 2025.02.11 21:38:16.583749 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 11414 | 2025.02.11 21:38:16.583798 [ 257 ] {e4346a91-995c-459f-b5fa-7d29e262cdb8} <Debug> TCPHandler: Processed in 0.001714232 sec. | ||
| 11415 | 2025.02.11 21:38:16.583947 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11416 | 2025.02.11 21:38:16.584084 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11417 | 2025.02.11 21:38:16.584153 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11418 | 2025.02.11 21:38:16.584786 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11419 | 2025.02.11 21:38:16.584826 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11420 | 2025.02.11 21:38:16.585237 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11421 | 2025.02.11 21:38:16.585494 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11422 | 2025.02.11 21:38:16.585719 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001663 sec., 143114.85267588694 rows/sec., 9.59 MiB/sec. | ||
| 11423 | 2025.02.11 21:38:16.585820 [ 255 ] {278d5238-189b-4d9e-bb88-cb1fd40d13aa} <Debug> TCPHandler: Processed in 0.001939678 sec. | ||
| 11424 | 2025.02.11 21:38:16.585973 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2025.02.11 21:38:16.586139 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11426 | 2025.02.11 21:38:16.586194 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11427 | 2025.02.11 21:38:16.586661 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2025.02.11 21:38:16.586700 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11429 | 2025.02.11 21:38:16.587074 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11430 | 2025.02.11 21:38:16.587328 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2025.02.11 21:38:16.587585 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 11432 | 2025.02.11 21:38:16.587777 [ 257 ] {d2c68cf2-ed8c-4cb7-8698-2c0823bb2075} <Debug> TCPHandler: Processed in 0.001869046 sec. | ||
| 11433 | 2025.02.11 21:38:16.587987 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2025.02.11 21:38:16.588125 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11435 | 2025.02.11 21:38:16.588184 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11436 | 2025.02.11 21:38:16.588715 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2025.02.11 21:38:16.588755 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11438 | 2025.02.11 21:38:16.589134 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11439 | 2025.02.11 21:38:16.589377 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2025.02.11 21:38:16.589580 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 11441 | 2025.02.11 21:38:16.589629 [ 255 ] {6daf0e38-0887-456b-a43f-cac42f4cc7e6} <Debug> TCPHandler: Processed in 0.001750733 sec. | ||
| 11442 | 2025.02.11 21:38:17.602422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11443 | 2025.02.11 21:38:17.603155 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11444 | 2025.02.11 21:38:17.603214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11445 | 2025.02.11 21:38:17.603768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11446 | 2025.02.11 21:38:17.604031 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11447 | 2025.02.11 21:38:17.604255 [ 67 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11448 | 2025.02.11 21:38:17.604287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11449 | 2025.02.11 21:38:17.604342 [ 67 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11450 | 2025.02.11 21:38:17.604374 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11451 | 2025.02.11 21:38:17.604610 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 11452 | 2025.02.11 21:38:17.604930 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11453 | 2025.02.11 21:38:17.604980 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11454 | 2025.02.11 21:38:17.605070 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11455 | 2025.02.11 21:38:17.605346 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11456 | 2025.02.11 21:38:17.605501 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11457 | 2025.02.11 21:38:17.605697 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11458 | 2025.02.11 21:38:17.605886 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11459 | 2025.02.11 21:38:17.608612 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004153002 sec., 6727181.92767545 rows/sec., 96.23 MiB/sec. | ||
| 11460 | 2025.02.11 21:38:17.609023 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11461 | 2025.02.11 21:38:17.609439 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11462 | 2025.02.11 21:38:17.609538 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_61_12} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11463 | 2025.02.11 21:38:17.609660 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 11464 | 2025.02.11 21:38:19.625489 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11465 | 2025.02.11 21:38:19.646755 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2025.02.11 21:38:19.646816 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11467 | 2025.02.11 21:38:19.654218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11468 | 2025.02.11 21:38:19.655008 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2025.02.11 21:38:19.655388 [ 115 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11470 | 2025.02.11 21:38:19.655539 [ 115 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11471 | 2025.02.11 21:38:19.655617 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11472 | 2025.02.11 21:38:19.656016 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 11473 | 2025.02.11 21:38:19.665131 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11474 | 2025.02.11 21:38:19.666427 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11475 | 2025.02.11 21:38:19.667349 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11476 | 2025.02.11 21:38:19.672050 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11477 | 2025.02.11 21:38:19.676814 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11478 | 2025.02.11 21:38:19.681892 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11479 | 2025.02.11 21:38:19.687226 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11480 | 2025.02.11 21:38:19.691892 [ 198 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11481 | 2025.02.11 21:38:19.749954 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.094199338 sec., 4883.261493833428 rows/sec., 25.25 MiB/sec. | ||
| 11482 | 2025.02.11 21:38:19.753293 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11483 | 2025.02.11 21:38:19.756393 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2025.02.11 21:38:19.756519 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_61_12} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11485 | 2025.02.11 21:38:19.759069 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11486 | 2025.02.11 21:38:20.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.58 MiB, peak 256.99 MiB, free memory in arenas 0.00 B, will set to 244.68 MiB (RSS), difference: 1.10 MiB | ||
| 11487 | 2025.02.11 21:38:20.270909 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1588 | ||
| 11488 | 2025.02.11 21:38:20.274082 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2025.02.11 21:38:20.274132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11490 | 2025.02.11 21:38:20.275987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11491 | 2025.02.11 21:38:20.276309 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2025.02.11 21:38:20.277757 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1588 | ||
| 11493 | 2025.02.11 21:38:21.562182 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11494 | 2025.02.11 21:38:21.562412 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11495 | 2025.02.11 21:38:21.562495 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11496 | 2025.02.11 21:38:21.563322 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11497 | 2025.02.11 21:38:21.563369 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11498 | 2025.02.11 21:38:21.563831 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11499 | 2025.02.11 21:38:21.564103 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11500 | 2025.02.11 21:38:21.564360 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002009 sec., 67695.37083125934 rows/sec., 5.85 MiB/sec. | ||
| 11501 | 2025.02.11 21:38:21.564427 [ 255 ] {83a22ae2-2849-467c-85d6-113d1b2730c9} <Debug> TCPHandler: Processed in 0.002380569 sec. | ||
| 11502 | 2025.02.11 21:38:21.564671 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11503 | 2025.02.11 21:38:21.564867 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11504 | 2025.02.11 21:38:21.564944 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11505 | 2025.02.11 21:38:21.565739 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11506 | 2025.02.11 21:38:21.565792 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11507 | 2025.02.11 21:38:21.566250 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11508 | 2025.02.11 21:38:21.566523 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11509 | 2025.02.11 21:38:21.566777 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001964 sec., 20366.598778004074 rows/sec., 1.50 MiB/sec. | ||
| 11510 | 2025.02.11 21:38:21.566850 [ 257 ] {f7ac6a6c-0789-44af-a7c3-167554a4dd1d} <Debug> TCPHandler: Processed in 0.002319987 sec. | ||
| 11511 | 2025.02.11 21:38:21.567013 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11512 | 2025.02.11 21:38:21.567158 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11513 | 2025.02.11 21:38:21.567219 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11514 | 2025.02.11 21:38:21.567944 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11515 | 2025.02.11 21:38:21.567984 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11516 | 2025.02.11 21:38:21.568466 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11517 | 2025.02.11 21:38:21.568787 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11518 | 2025.02.11 21:38:21.569011 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001887 sec., 55113.93746687864 rows/sec., 4.30 MiB/sec. | ||
| 11519 | 2025.02.11 21:38:21.569070 [ 255 ] {16d55960-292a-49da-a6c8-25a8aaefae49} <Debug> TCPHandler: Processed in 0.002129123 sec. | ||
| 11520 | 2025.02.11 21:38:21.569213 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11521 | 2025.02.11 21:38:21.569342 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11522 | 2025.02.11 21:38:21.569400 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11523 | 2025.02.11 21:38:21.569993 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11524 | 2025.02.11 21:38:21.570034 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11525 | 2025.02.11 21:38:21.570464 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11526 | 2025.02.11 21:38:21.570725 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11527 | 2025.02.11 21:38:21.570966 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 11528 | 2025.02.11 21:38:21.571020 [ 257 ] {03bf91e7-a6a4-4d6f-8be7-80046c1ce12d} <Debug> TCPHandler: Processed in 0.001868436 sec. | ||
| 11529 | 2025.02.11 21:38:21.571167 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11530 | 2025.02.11 21:38:21.571288 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11531 | 2025.02.11 21:38:21.571379 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11532 | 2025.02.11 21:38:21.572616 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11533 | 2025.02.11 21:38:21.572657 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11534 | 2025.02.11 21:38:21.573380 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11535 | 2025.02.11 21:38:21.573662 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2025.02.11 21:38:21.573914 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002652 sec., 15082.956259426848 rows/sec., 27.03 MiB/sec. | ||
| 11537 | 2025.02.11 21:38:21.574028 [ 255 ] {0d3e726f-4e1e-4a1c-8ca8-798ae474466b} <Debug> TCPHandler: Processed in 0.002926932 sec. | ||
| 11538 | 2025.02.11 21:38:21.574193 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11539 | 2025.02.11 21:38:21.574331 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11540 | 2025.02.11 21:38:21.574392 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11541 | 2025.02.11 21:38:21.574935 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11542 | 2025.02.11 21:38:21.574976 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11543 | 2025.02.11 21:38:21.575370 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11544 | 2025.02.11 21:38:21.575626 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11545 | 2025.02.11 21:38:21.575885 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
| 11546 | 2025.02.11 21:38:21.575957 [ 257 ] {f90da305-dcdf-46de-b76f-5fe15fa361d8} <Debug> TCPHandler: Processed in 0.001829575 sec. | ||
| 11547 | 2025.02.11 21:38:24.933160 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11548 | 2025.02.11 21:38:24.933217 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11549 | 2025.02.11 21:38:25.104455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 11550 | 2025.02.11 21:38:25.105413 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11551 | 2025.02.11 21:38:25.105456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11552 | 2025.02.11 21:38:25.105991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11553 | 2025.02.11 21:38:25.106254 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11554 | 2025.02.11 21:38:25.106483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11555 | 2025.02.11 21:38:26.566314 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11556 | 2025.02.11 21:38:26.566517 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11557 | 2025.02.11 21:38:26.566589 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11558 | 2025.02.11 21:38:26.567439 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2025.02.11 21:38:26.567484 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11560 | 2025.02.11 21:38:26.567927 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11561 | 2025.02.11 21:38:26.568190 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11562 | 2025.02.11 21:38:26.568391 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001928 sec., 109958.50622406638 rows/sec., 6.99 MiB/sec. | ||
| 11563 | 2025.02.11 21:38:26.568460 [ 255 ] {3b531f1d-2cd3-4862-b3c5-8408e6447631} <Debug> TCPHandler: Processed in 0.002273476 sec. | ||
| 11564 | 2025.02.11 21:38:26.568723 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11565 | 2025.02.11 21:38:26.568932 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11566 | 2025.02.11 21:38:26.569007 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11567 | 2025.02.11 21:38:26.570075 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11568 | 2025.02.11 21:38:26.570123 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11569 | 2025.02.11 21:38:26.570620 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11570 | 2025.02.11 21:38:26.570888 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11571 | 2025.02.11 21:38:26.571136 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002256 sec., 273492.9078014184 rows/sec., 21.38 MiB/sec. | ||
| 11572 | 2025.02.11 21:38:26.571195 [ 257 ] {e3078c7b-1992-4705-af7f-189f596103d0} <Debug> TCPHandler: Processed in 0.002620195 sec. | ||
| 11573 | 2025.02.11 21:38:26.571351 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11574 | 2025.02.11 21:38:26.571499 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11575 | 2025.02.11 21:38:26.571562 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11576 | 2025.02.11 21:38:26.572236 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11577 | 2025.02.11 21:38:26.572276 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11578 | 2025.02.11 21:38:26.572649 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11579 | 2025.02.11 21:38:26.572893 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11580 | 2025.02.11 21:38:26.573124 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001661 sec., 63816.9777242625 rows/sec., 3.75 MiB/sec. | ||
| 11581 | 2025.02.11 21:38:26.573189 [ 255 ] {901c5c87-bb5c-4f78-b891-643b23f163c3} <Debug> TCPHandler: Processed in 0.001909327 sec. | ||
| 11582 | 2025.02.11 21:38:26.573343 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11583 | 2025.02.11 21:38:26.573482 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11584 | 2025.02.11 21:38:26.573541 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11585 | 2025.02.11 21:38:26.574226 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11586 | 2025.02.11 21:38:26.574267 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11587 | 2025.02.11 21:38:26.574650 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11588 | 2025.02.11 21:38:26.574922 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11589 | 2025.02.11 21:38:26.575188 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001727 sec., 65431.38390272148 rows/sec., 4.24 MiB/sec. | ||
| 11590 | 2025.02.11 21:38:26.575249 [ 257 ] {5b64f4ef-58f6-4bc4-8479-949d1dfb2462} <Debug> TCPHandler: Processed in 0.001974429 sec. | ||
| 11591 | 2025.02.11 21:38:26.575456 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11592 | 2025.02.11 21:38:26.575638 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11593 | 2025.02.11 21:38:26.575690 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11594 | 2025.02.11 21:38:26.576318 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2025.02.11 21:38:26.576358 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11596 | 2025.02.11 21:38:26.576733 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11597 | 2025.02.11 21:38:26.576987 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11598 | 2025.02.11 21:38:26.577234 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001623 sec., 69008.00985828711 rows/sec., 3.93 MiB/sec. | ||
| 11599 | 2025.02.11 21:38:26.577402 [ 255 ] {046c00f2-8017-4ea3-9953-c05dfb45b2f2} <Debug> TCPHandler: Processed in 0.002064791 sec. | ||
| 11600 | 2025.02.11 21:38:26.577631 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11601 | 2025.02.11 21:38:26.577765 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11602 | 2025.02.11 21:38:26.577822 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11603 | 2025.02.11 21:38:26.578720 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11604 | 2025.02.11 21:38:26.578768 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11605 | 2025.02.11 21:38:26.579168 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11606 | 2025.02.11 21:38:26.579421 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11607 | 2025.02.11 21:38:26.579648 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001912 sec., 199790.79497907948 rows/sec., 14.09 MiB/sec. | ||
| 11608 | 2025.02.11 21:38:26.579701 [ 257 ] {b84a0792-bfb2-4166-93ce-786f020c1d95} <Debug> TCPHandler: Processed in 0.002198754 sec. | ||
| 11609 | 2025.02.11 21:38:26.579848 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11610 | 2025.02.11 21:38:26.579989 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11611 | 2025.02.11 21:38:26.580052 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11612 | 2025.02.11 21:38:26.580633 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11613 | 2025.02.11 21:38:26.580680 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11614 | 2025.02.11 21:38:26.581071 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11615 | 2025.02.11 21:38:26.581319 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11616 | 2025.02.11 21:38:26.581538 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 198.03 KiB/sec. | ||
| 11617 | 2025.02.11 21:38:26.581589 [ 255 ] {70e9012f-d589-4045-9aac-36df28d6842d} <Debug> TCPHandler: Processed in 0.001803675 sec. | ||
| 11618 | 2025.02.11 21:38:26.581738 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11619 | 2025.02.11 21:38:26.581901 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11620 | 2025.02.11 21:38:26.582002 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11621 | 2025.02.11 21:38:26.582963 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11622 | 2025.02.11 21:38:26.583003 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11623 | 2025.02.11 21:38:26.583417 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11624 | 2025.02.11 21:38:26.583665 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11625 | 2025.02.11 21:38:26.583908 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002062 sec., 114936.95441319108 rows/sec., 7.70 MiB/sec. | ||
| 11626 | 2025.02.11 21:38:26.583972 [ 257 ] {b24f6151-b9ce-4ced-9248-7b91081dd7f6} <Debug> TCPHandler: Processed in 0.002289777 sec. | ||
| 11627 | 2025.02.11 21:38:26.584189 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11628 | 2025.02.11 21:38:26.584461 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11629 | 2025.02.11 21:38:26.584524 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11630 | 2025.02.11 21:38:26.585039 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11631 | 2025.02.11 21:38:26.585078 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11632 | 2025.02.11 21:38:26.585455 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11633 | 2025.02.11 21:38:26.585705 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11634 | 2025.02.11 21:38:26.585926 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. | ||
| 11635 | 2025.02.11 21:38:26.585977 [ 255 ] {4fa29632-d674-497b-a758-f9639bbb5940} <Debug> TCPHandler: Processed in 0.001922117 sec. | ||
| 11636 | 2025.02.11 21:38:26.586125 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11637 | 2025.02.11 21:38:26.586263 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11638 | 2025.02.11 21:38:26.586323 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11639 | 2025.02.11 21:38:26.586888 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11640 | 2025.02.11 21:38:26.586928 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11641 | 2025.02.11 21:38:26.587306 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11642 | 2025.02.11 21:38:26.587563 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11643 | 2025.02.11 21:38:26.587775 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 11644 | 2025.02.11 21:38:26.587825 [ 257 ] {e6a21f63-3979-404f-beb9-59eca2f582f7} <Debug> TCPHandler: Processed in 0.001765614 sec. | ||
| 11645 | 2025.02.11 21:38:27.165216 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11646 | 2025.02.11 21:38:27.184586 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11647 | 2025.02.11 21:38:27.184651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11648 | 2025.02.11 21:38:27.191913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11649 | 2025.02.11 21:38:27.192691 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11650 | 2025.02.11 21:38:27.196221 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11651 | 2025.02.11 21:38:30.278035 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1620 | ||
| 11652 | 2025.02.11 21:38:30.281438 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11653 | 2025.02.11 21:38:30.281487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11654 | 2025.02.11 21:38:30.282979 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11655 | 2025.02.11 21:38:30.283324 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11656 | 2025.02.11 21:38:30.283556 [ 74 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11657 | 2025.02.11 21:38:30.283687 [ 74 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11658 | 2025.02.11 21:38:30.283766 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11659 | 2025.02.11 21:38:30.284217 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 11660 | 2025.02.11 21:38:30.285418 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1620 | ||
| 11661 | 2025.02.11 21:38:30.285708 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11662 | 2025.02.11 21:38:30.285844 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1454 rows starting from the beginning of the part | ||
| 11663 | 2025.02.11 21:38:30.286406 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 11664 | 2025.02.11 21:38:30.286947 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 11665 | 2025.02.11 21:38:30.287470 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
| 11666 | 2025.02.11 21:38:30.287982 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 11667 | 2025.02.11 21:38:30.288536 [ 195 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 11668 | 2025.02.11 21:38:30.296990 [ 186 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 72 columns (72 merged, 0 gathered) in 0.013067823 sec., 123968.62124624738 rows/sec., 95.61 MiB/sec. | ||
| 11669 | 2025.02.11 21:38:30.298841 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11670 | 2025.02.11 21:38:30.299707 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11671 | 2025.02.11 21:38:30.299814 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_46_9} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11672 | 2025.02.11 21:38:30.300188 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 11673 | 2025.02.11 21:38:31.148821 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2025.02.11 21:38:31.149048 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11675 | 2025.02.11 21:38:31.149125 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11676 | 2025.02.11 21:38:31.149864 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2025.02.11 21:38:31.149917 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11678 | 2025.02.11 21:38:31.150343 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11679 | 2025.02.11 21:38:31.150600 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11680 | 2025.02.11 21:38:31.150882 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001887 sec., 1059.8834128245892 rows/sec., 86.43 KiB/sec. | ||
| 11681 | 2025.02.11 21:38:31.150951 [ 255 ] {918a4706-323b-4de3-8f3e-10b9cac0908c} <Debug> TCPHandler: Processed in 0.002275607 sec. | ||
| 11682 | 2025.02.11 21:38:31.151254 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11683 | 2025.02.11 21:38:31.151563 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11684 | 2025.02.11 21:38:31.151685 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11685 | 2025.02.11 21:38:31.153073 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2025.02.11 21:38:31.153116 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11687 | 2025.02.11 21:38:31.153654 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11688 | 2025.02.11 21:38:31.153925 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2025.02.11 21:38:31.154136 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.00266 sec., 480075.1879699248 rows/sec., 39.89 MiB/sec. | ||
| 11690 | 2025.02.11 21:38:31.154203 [ 257 ] {d4552088-26f9-4592-9bd9-73d3da85cd01} <Debug> TCPHandler: Processed in 0.003145168 sec. | ||
| 11691 | 2025.02.11 21:38:31.154362 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2025.02.11 21:38:31.154508 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11693 | 2025.02.11 21:38:31.154569 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11694 | 2025.02.11 21:38:31.155243 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2025.02.11 21:38:31.155284 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11696 | 2025.02.11 21:38:31.155663 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11697 | 2025.02.11 21:38:31.155901 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2025.02.11 21:38:31.156128 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001655 sec., 25377.643504531723 rows/sec., 1.86 MiB/sec. | ||
| 11699 | 2025.02.11 21:38:31.156184 [ 255 ] {65ce1380-21cd-441e-a844-24a89a352f4a} <Debug> TCPHandler: Processed in 0.001894157 sec. | ||
| 11700 | 2025.02.11 21:38:31.156386 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2025.02.11 21:38:31.156621 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11702 | 2025.02.11 21:38:31.156717 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11703 | 2025.02.11 21:38:31.157526 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2025.02.11 21:38:31.157565 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11705 | 2025.02.11 21:38:31.157953 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11706 | 2025.02.11 21:38:31.158212 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2025.02.11 21:38:31.158394 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001834 sec., 124318.42966194112 rows/sec., 8.42 MiB/sec. | ||
| 11708 | 2025.02.11 21:38:31.158447 [ 257 ] {411711be-3470-42d5-9969-0bdcf0659aa4} <Debug> TCPHandler: Processed in 0.002172514 sec. | ||
| 11709 | 2025.02.11 21:38:31.158603 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11710 | 2025.02.11 21:38:31.158743 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11711 | 2025.02.11 21:38:31.158803 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11712 | 2025.02.11 21:38:31.159624 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11713 | 2025.02.11 21:38:31.159664 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11714 | 2025.02.11 21:38:31.160049 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11715 | 2025.02.11 21:38:31.160292 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11716 | 2025.02.11 21:38:31.160558 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001838 sec., 305767.13819368876 rows/sec., 22.72 MiB/sec. | ||
| 11717 | 2025.02.11 21:38:31.160631 [ 255 ] {747f8982-655a-4644-8b74-867b8d085aba} <Debug> TCPHandler: Processed in 0.002096922 sec. | ||
| 11718 | 2025.02.11 21:38:31.160876 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11719 | 2025.02.11 21:38:31.161253 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11720 | 2025.02.11 21:38:31.161361 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11721 | 2025.02.11 21:38:31.162186 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2025.02.11 21:38:31.162225 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11723 | 2025.02.11 21:38:31.162691 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11724 | 2025.02.11 21:38:31.162964 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11725 | 2025.02.11 21:38:31.163178 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.002039 sec., 493869.5438940657 rows/sec., 33.20 MiB/sec. | ||
| 11726 | 2025.02.11 21:38:31.163230 [ 257 ] {f8448ba0-d5b3-4e0e-9688-6bb51da8a28a} <Debug> TCPHandler: Processed in 0.002505912 sec. | ||
| 11727 | 2025.02.11 21:38:31.163381 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11728 | 2025.02.11 21:38:31.163521 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11729 | 2025.02.11 21:38:31.163618 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11730 | 2025.02.11 21:38:31.164998 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11731 | 2025.02.11 21:38:31.165040 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11732 | 2025.02.11 21:38:31.165761 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11733 | 2025.02.11 21:38:31.166025 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11734 | 2025.02.11 21:38:31.166277 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002787 sec., 14352.350197344815 rows/sec., 25.72 MiB/sec. | ||
| 11735 | 2025.02.11 21:38:31.166403 [ 255 ] {866ef707-ba44-4a65-99e9-bc96d44677e3} <Debug> TCPHandler: Processed in 0.003088626 sec. | ||
| 11736 | 2025.02.11 21:38:31.166557 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11737 | 2025.02.11 21:38:31.166697 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11738 | 2025.02.11 21:38:31.166759 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11739 | 2025.02.11 21:38:31.167299 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11740 | 2025.02.11 21:38:31.167337 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11741 | 2025.02.11 21:38:31.167718 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11742 | 2025.02.11 21:38:31.167976 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11743 | 2025.02.11 21:38:31.168176 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 11744 | 2025.02.11 21:38:31.168261 [ 257 ] {b1de3beb-530c-4385-a813-5119c55719c5} <Debug> TCPHandler: Processed in 0.001770223 sec. | ||
| 11745 | 2025.02.11 21:38:32.606616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 11746 | 2025.02.11 21:38:32.607245 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2025.02.11 21:38:32.607288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11748 | 2025.02.11 21:38:32.607897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11749 | 2025.02.11 21:38:32.608166 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2025.02.11 21:38:32.608414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 11751 | 2025.02.11 21:38:34.696327 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 11752 | 2025.02.11 21:38:34.717229 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11753 | 2025.02.11 21:38:34.717288 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11754 | 2025.02.11 21:38:34.724657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11755 | 2025.02.11 21:38:34.725460 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11756 | 2025.02.11 21:38:34.728431 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 11757 | 2025.02.11 21:38:36.559979 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11758 | 2025.02.11 21:38:36.560215 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11759 | 2025.02.11 21:38:36.560293 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11760 | 2025.02.11 21:38:36.561076 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11761 | 2025.02.11 21:38:36.561130 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11762 | 2025.02.11 21:38:36.561580 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11763 | 2025.02.11 21:38:36.561831 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11764 | 2025.02.11 21:38:36.562064 [ 29 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11765 | 2025.02.11 21:38:36.562094 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.22 MiB/sec. | ||
| 11766 | 2025.02.11 21:38:36.562197 [ 29 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11767 | 2025.02.11 21:38:36.562277 [ 255 ] {f61e3f64-7211-4add-993f-ecb412aeb6db} <Debug> TCPHandler: Processed in 0.00243366 sec. | ||
| 11768 | 2025.02.11 21:38:36.562283 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11769 | 2025.02.11 21:38:36.562567 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11770 | 2025.02.11 21:38:36.562665 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11771 | 2025.02.11 21:38:36.563161 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11772 | 2025.02.11 21:38:36.563322 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11773 | 2025.02.11 21:38:36.563346 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1848 rows starting from the beginning of the part | ||
| 11774 | 2025.02.11 21:38:36.563510 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11775 | 2025.02.11 21:38:36.563889 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 618 rows starting from the beginning of the part | ||
| 11776 | 2025.02.11 21:38:36.564343 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 136 rows starting from the beginning of the part | ||
| 11777 | 2025.02.11 21:38:36.564790 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 617 rows starting from the beginning of the part | ||
| 11778 | 2025.02.11 21:38:36.565456 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1277 rows starting from the beginning of the part | ||
| 11779 | 2025.02.11 21:38:36.565988 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
| 11780 | 2025.02.11 21:38:36.567429 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2025.02.11 21:38:36.567496 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11782 | 2025.02.11 21:38:36.568603 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11783 | 2025.02.11 21:38:36.569032 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2025.02.11 21:38:36.569278 [ 29 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11785 | 2025.02.11 21:38:36.569345 [ 29 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11786 | 2025.02.11 21:38:36.569392 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11787 | 2025.02.11 21:38:36.569474 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006297 sec., 10163.569953946324 rows/sec., 812.33 KiB/sec. | ||
| 11788 | 2025.02.11 21:38:36.569912 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11789 | 2025.02.11 21:38:36.570182 [ 257 ] {421c5895-bd6d-4bfa-a529-f74ff8090460} <Debug> TCPHandler: Processed in 0.007765132 sec. | ||
| 11790 | 2025.02.11 21:38:36.570247 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.007846274 sec., 580147.9785182113 rows/sec., 49.30 MiB/sec. | ||
| 11791 | 2025.02.11 21:38:36.570452 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11792 | 2025.02.11 21:38:36.570456 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2025.02.11 21:38:36.570536 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 11794 | 2025.02.11 21:38:36.570604 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11795 | 2025.02.11 21:38:36.570914 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11796 | 2025.02.11 21:38:36.571038 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 384 rows starting from the beginning of the part | ||
| 11797 | 2025.02.11 21:38:36.571214 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11798 | 2025.02.11 21:38:36.571717 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 104 rows starting from the beginning of the part | ||
| 11799 | 2025.02.11 21:38:36.571847 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11800 | 2025.02.11 21:38:36.572356 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_91_18} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11801 | 2025.02.11 21:38:36.572415 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 382 rows starting from the beginning of the part | ||
| 11802 | 2025.02.11 21:38:36.572691 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 11803 | 2025.02.11 21:38:36.572955 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 562 rows starting from the beginning of the part | ||
| 11804 | 2025.02.11 21:38:36.573197 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 11805 | 2025.02.11 21:38:36.574218 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11806 | 2025.02.11 21:38:36.574297 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11807 | 2025.02.11 21:38:36.575351 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11808 | 2025.02.11 21:38:36.575816 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11809 | 2025.02.11 21:38:36.576020 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11810 | 2025.02.11 21:38:36.576100 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11811 | 2025.02.11 21:38:36.576149 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11812 | 2025.02.11 21:38:36.576206 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005518 sec., 28996.01304820587 rows/sec., 2.02 MiB/sec. | ||
| 11813 | 2025.02.11 21:38:36.576666 [ 255 ] {281851d8-ac01-40cc-8fcd-95eaeb792ad4} <Debug> TCPHandler: Processed in 0.006362117 sec. | ||
| 11814 | 2025.02.11 21:38:36.576784 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11815 | 2025.02.11 21:38:36.577485 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11816 | 2025.02.11 21:38:36.577656 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 29718 rows starting from the beginning of the part | ||
| 11817 | 2025.02.11 21:38:36.578125 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 238 rows starting from the beginning of the part | ||
| 11818 | 2025.02.11 21:38:36.578576 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 11819 | 2025.02.11 21:38:36.578204 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11820 | 2025.02.11 21:38:36.578975 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11821 | 2025.02.11 21:38:36.579042 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.009492425 sec., 254097.34604171218 rows/sec., 19.46 MiB/sec. | ||
| 11822 | 2025.02.11 21:38:36.579430 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1007 rows starting from the beginning of the part | ||
| 11823 | 2025.02.11 21:38:36.579516 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11824 | 2025.02.11 21:38:36.579596 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11825 | 2025.02.11 21:38:36.579772 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11826 | 2025.02.11 21:38:36.579870 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 11827 | 2025.02.11 21:38:36.581121 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11828 | 2025.02.11 21:38:36.581445 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_91_18} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11829 | 2025.02.11 21:38:36.581662 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11830 | 2025.02.11 21:38:36.582953 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11831 | 2025.02.11 21:38:36.583018 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11832 | 2025.02.11 21:38:36.584034 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11833 | 2025.02.11 21:38:36.584537 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11834 | 2025.02.11 21:38:36.584711 [ 29 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11835 | 2025.02.11 21:38:36.584776 [ 29 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2025.02.11 21:38:36.584803 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11837 | 2025.02.11 21:38:36.584853 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005469 sec., 10970.927043335161 rows/sec., 757.11 KiB/sec. | ||
| 11838 | 2025.02.11 21:38:36.585062 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11839 | 2025.02.11 21:38:36.585085 [ 257 ] {eaaf418b-02d9-45af-907a-6daf46065aff} <Debug> TCPHandler: Processed in 0.007923886 sec. | ||
| 11840 | 2025.02.11 21:38:36.585454 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11841 | 2025.02.11 21:38:36.585493 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5944 rows starting from the beginning of the part | ||
| 11842 | 2025.02.11 21:38:36.585666 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11843 | 2025.02.11 21:38:36.585871 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11844 | 2025.02.11 21:38:36.586071 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11845 | 2025.02.11 21:38:36.586324 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11846 | 2025.02.11 21:38:36.586609 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 11847 | 2025.02.11 21:38:36.589974 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6288 rows, containing 4 columns (4 merged, 0 gathered) in 0.005055515 sec., 1243790.1974378475 rows/sec., 81.40 MiB/sec. | ||
| 11848 | 2025.02.11 21:38:36.590676 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11849 | 2025.02.11 21:38:36.591071 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11850 | 2025.02.11 21:38:36.591260 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_91_18} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11851 | 2025.02.11 21:38:36.591576 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 11852 | 2025.02.11 21:38:36.591669 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31520 rows, containing 5 columns (5 merged, 0 gathered) in 0.01538242 sec., 2049092.4054862629 rows/sec., 138.51 MiB/sec. | ||
| 11853 | 2025.02.11 21:38:36.592281 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11854 | 2025.02.11 21:38:36.592608 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11855 | 2025.02.11 21:38:36.592699 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11856 | 2025.02.11 21:38:36.592797 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 11857 | 2025.02.11 21:38:37.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.07 MiB, peak 256.99 MiB, free memory in arenas 0.00 B, will set to 246.88 MiB (RSS), difference: 1.81 MiB | ||
| 11858 | 2025.02.11 21:38:38.807576 [ 34 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 5 parts from all_1_36_7 to all_40_40_0 | ||
| 11859 | 2025.02.11 21:38:38.807678 [ 34 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11860 | 2025.02.11 21:38:38.807720 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11861 | 2025.02.11 21:38:38.808005 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_36_7 to all_40_40_0 into Compact with storage Full | ||
| 11862 | 2025.02.11 21:38:38.808339 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11863 | 2025.02.11 21:38:38.808379 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
| 11864 | 2025.02.11 21:38:38.808456 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11865 | 2025.02.11 21:38:38.808553 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11866 | 2025.02.11 21:38:38.808776 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11867 | 2025.02.11 21:38:38.809168 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11868 | 2025.02.11 21:38:38.810733 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.002908762 sec., 13751.554785162898 rows/sec., 925.28 KiB/sec. | ||
| 11869 | 2025.02.11 21:38:38.811055 [ 191 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11870 | 2025.02.11 21:38:38.811514 [ 191 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11871 | 2025.02.11 21:38:38.811605 [ 191 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_40_8} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 5 parts: [all_1_36_7, all_40_40_0] -> all_1_40_8 | ||
| 11872 | 2025.02.11 21:38:38.811712 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11873 | 2025.02.11 21:38:39.933477 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11874 | 2025.02.11 21:38:39.933555 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11875 | 2025.02.11 21:38:40.108540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 11876 | 2025.02.11 21:38:40.109290 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11877 | 2025.02.11 21:38:40.109339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11878 | 2025.02.11 21:38:40.109874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11879 | 2025.02.11 21:38:40.110139 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2025.02.11 21:38:40.110406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 11881 | 2025.02.11 21:38:40.285648 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1644 | ||
| 11882 | 2025.02.11 21:38:40.289872 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2025.02.11 21:38:40.289938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11884 | 2025.02.11 21:38:40.291466 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11885 | 2025.02.11 21:38:40.291789 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2025.02.11 21:38:40.292384 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1644 | ||
| 11887 | 2025.02.11 21:38:41.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.89 MiB, peak 256.99 MiB, free memory in arenas 0.00 B, will set to 246.88 MiB (RSS), difference: 3.99 MiB | ||
| 11888 | 2025.02.11 21:38:41.001978 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001483146 sec. | ||
| 11889 | 2025.02.11 21:38:41.561955 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11890 | 2025.02.11 21:38:41.562260 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11891 | 2025.02.11 21:38:41.562376 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11892 | 2025.02.11 21:38:41.563250 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11893 | 2025.02.11 21:38:41.563306 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11894 | 2025.02.11 21:38:41.563750 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11895 | 2025.02.11 21:38:41.564011 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11896 | 2025.02.11 21:38:41.564262 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002083 sec., 65290.446471435425 rows/sec., 5.64 MiB/sec. | ||
| 11897 | 2025.02.11 21:38:41.564385 [ 255 ] {84d0c050-d846-4594-83c9-703fe200235c} <Debug> TCPHandler: Processed in 0.002618264 sec. | ||
| 11898 | 2025.02.11 21:38:41.564696 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11899 | 2025.02.11 21:38:41.564897 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11900 | 2025.02.11 21:38:41.564972 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11901 | 2025.02.11 21:38:41.565752 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11902 | 2025.02.11 21:38:41.565800 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11903 | 2025.02.11 21:38:41.566245 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11904 | 2025.02.11 21:38:41.566508 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11905 | 2025.02.11 21:38:41.566716 [ 172 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11906 | 2025.02.11 21:38:41.566780 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 1.52 MiB/sec. | ||
| 11907 | 2025.02.11 21:38:41.566807 [ 172 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11908 | 2025.02.11 21:38:41.566877 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11909 | 2025.02.11 21:38:41.566901 [ 257 ] {876afc13-82ca-41cb-8a6c-559b4a37258b} <Debug> TCPHandler: Processed in 0.002386599 sec. | ||
| 11910 | 2025.02.11 21:38:41.567183 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11911 | 2025.02.11 21:38:41.567258 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11912 | 2025.02.11 21:38:41.567567 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11913 | 2025.02.11 21:38:41.567759 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11914 | 2025.02.11 21:38:41.567803 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11915 | 2025.02.11 21:38:41.567955 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 166 rows starting from the beginning of the part | ||
| 11916 | 2025.02.11 21:38:41.568430 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 108 rows starting from the beginning of the part | ||
| 11917 | 2025.02.11 21:38:41.568777 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 40 rows starting from the beginning of the part | ||
| 11918 | 2025.02.11 21:38:41.569207 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 106 rows starting from the beginning of the part | ||
| 11919 | 2025.02.11 21:38:41.569649 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 42 rows starting from the beginning of the part | ||
| 11920 | 2025.02.11 21:38:41.570029 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 40 rows starting from the beginning of the part | ||
| 11921 | 2025.02.11 21:38:41.571948 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2025.02.11 21:38:41.572017 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11923 | 2025.02.11 21:38:41.573057 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11924 | 2025.02.11 21:38:41.573536 [ 191 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 5 columns (5 merged, 0 gathered) in 0.006557822 sec., 76549.80571293335 rows/sec., 5.19 MiB/sec. | ||
| 11925 | 2025.02.11 21:38:41.573575 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11926 | 2025.02.11 21:38:41.573923 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11927 | 2025.02.11 21:38:41.573981 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.006558 sec., 15858.493443122905 rows/sec., 1.24 MiB/sec. | ||
| 11928 | 2025.02.11 21:38:41.574238 [ 255 ] {88abde2d-95d8-4f64-b951-b5479a937e39} <Debug> TCPHandler: Processed in 0.007210898 sec. | ||
| 11929 | 2025.02.11 21:38:41.574454 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11930 | 2025.02.11 21:38:41.574590 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11931 | 2025.02.11 21:38:41.574614 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11932 | 2025.02.11 21:38:41.574682 [ 201 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_86_17} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11933 | 2025.02.11 21:38:41.574688 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11934 | 2025.02.11 21:38:41.574802 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11935 | 2025.02.11 21:38:41.575419 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11936 | 2025.02.11 21:38:41.575459 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11937 | 2025.02.11 21:38:41.575867 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11938 | 2025.02.11 21:38:41.576121 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11939 | 2025.02.11 21:38:41.576338 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 11940 | 2025.02.11 21:38:41.576393 [ 257 ] {5dfa856b-4c54-4f14-8796-00988ca5de1a} <Debug> TCPHandler: Processed in 0.00204736 sec. | ||
| 11941 | 2025.02.11 21:38:41.576554 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11942 | 2025.02.11 21:38:41.576700 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11943 | 2025.02.11 21:38:41.576798 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11944 | 2025.02.11 21:38:41.578110 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11945 | 2025.02.11 21:38:41.578152 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11946 | 2025.02.11 21:38:41.578841 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11947 | 2025.02.11 21:38:41.579115 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11948 | 2025.02.11 21:38:41.579302 [ 172 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11949 | 2025.02.11 21:38:41.579378 [ 172 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11950 | 2025.02.11 21:38:41.579435 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002757 sec., 14508.523757707653 rows/sec., 26.00 MiB/sec. | ||
| 11951 | 2025.02.11 21:38:41.579446 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11952 | 2025.02.11 21:38:41.580050 [ 255 ] {a6402f4c-fec6-4818-8a3b-6d91f93da06d} <Debug> TCPHandler: Processed in 0.003562788 sec. | ||
| 11953 | 2025.02.11 21:38:41.580072 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 11954 | 2025.02.11 21:38:41.580656 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11955 | 2025.02.11 21:38:41.581443 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11956 | 2025.02.11 21:38:41.581568 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11957 | 2025.02.11 21:38:41.581587 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11958 | 2025.02.11 21:38:41.581853 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1532 rows starting from the beginning of the part | ||
| 11959 | 2025.02.11 21:38:41.582670 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 11960 | 2025.02.11 21:38:41.583537 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 11961 | 2025.02.11 21:38:41.583737 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11962 | 2025.02.11 21:38:41.583886 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11963 | 2025.02.11 21:38:41.584225 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 11964 | 2025.02.11 21:38:41.584889 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 11965 | 2025.02.11 21:38:41.585387 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11966 | 2025.02.11 21:38:41.585503 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 11967 | 2025.02.11 21:38:41.586237 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11968 | 2025.02.11 21:38:41.586773 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005512 sec., 10885.341074020318 rows/sec., 751.20 KiB/sec. | ||
| 11969 | 2025.02.11 21:38:41.586915 [ 257 ] {740273d2-9f98-4b9c-93e5-371e41d308ab} <Debug> TCPHandler: Processed in 0.006718886 sec. | ||
| 11970 | 2025.02.11 21:38:41.594952 [ 191 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1732 rows, containing 19 columns (19 merged, 0 gathered) in 0.015306639 sec., 113153.51462852165 rows/sec., 202.77 MiB/sec. | ||
| 11971 | 2025.02.11 21:38:41.596601 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11972 | 2025.02.11 21:38:41.597083 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2025.02.11 21:38:41.597169 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11974 | 2025.02.11 21:38:41.597339 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 11975 | 2025.02.11 21:38:42.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.40 MiB, peak 259.03 MiB, free memory in arenas 0.00 B, will set to 250.74 MiB (RSS), difference: 3.34 MiB | ||
| 11976 | 2025.02.11 21:38:42.106511 [ 170 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11977 | 2025.02.11 21:38:42.106570 [ 170 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2025.02.11 21:38:42.106597 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11979 | 2025.02.11 21:38:42.106802 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 11980 | 2025.02.11 21:38:42.106998 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11981 | 2025.02.11 21:38:42.107036 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part | ||
| 11982 | 2025.02.11 21:38:42.107118 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11983 | 2025.02.11 21:38:42.107341 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 11984 | 2025.02.11 21:38:42.107537 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 11985 | 2025.02.11 21:38:42.107755 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11986 | 2025.02.11 21:38:42.108931 [ 191 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002256036 sec., 17730.21352496148 rows/sec., 1.48 MiB/sec. | ||
| 11987 | 2025.02.11 21:38:42.109084 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11988 | 2025.02.11 21:38:42.109373 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11989 | 2025.02.11 21:38:42.109456 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_21_5} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11990 | 2025.02.11 21:38:42.109541 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11991 | 2025.02.11 21:38:42.228511 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 11992 | 2025.02.11 21:38:42.249980 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11993 | 2025.02.11 21:38:42.250024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11994 | 2025.02.11 21:38:42.257428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11995 | 2025.02.11 21:38:42.258246 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11996 | 2025.02.11 21:38:42.260959 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 11997 | 2025.02.11 21:38:43.909562 [ 169 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 5 parts from all_1_51_10 to all_55_55_0 | ||
| 11998 | 2025.02.11 21:38:43.909663 [ 169 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11999 | 2025.02.11 21:38:43.909707 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12000 | 2025.02.11 21:38:43.909898 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_10 to all_55_55_0 into Compact with storage Full | ||
| 12001 | 2025.02.11 21:38:43.910171 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12002 | 2025.02.11 21:38:43.910217 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 342 rows starting from the beginning of the part | ||
| 12003 | 2025.02.11 21:38:43.910309 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part | ||
| 12004 | 2025.02.11 21:38:43.910424 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
| 12005 | 2025.02.11 21:38:43.910701 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 113 rows starting from the beginning of the part | ||
| 12006 | 2025.02.11 21:38:43.910825 [ 195 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 228 rows starting from the beginning of the part | ||
| 12007 | 2025.02.11 21:38:43.912228 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.00241817 sec., 375904.09276436316 rows/sec., 26.33 MiB/sec. | ||
| 12008 | 2025.02.11 21:38:43.912423 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 12009 | 2025.02.11 21:38:43.912767 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12010 | 2025.02.11 21:38:43.912861 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_55_11} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 5 parts: [all_1_51_10, all_55_55_0] -> all_1_55_11 | ||
| 12011 | 2025.02.11 21:38:43.912956 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 12012 | 2025.02.11 21:38:46.558977 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12013 | 2025.02.11 21:38:46.559183 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12014 | 2025.02.11 21:38:46.559261 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12015 | 2025.02.11 21:38:46.560040 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12016 | 2025.02.11 21:38:46.560085 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12017 | 2025.02.11 21:38:46.560534 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12018 | 2025.02.11 21:38:46.560793 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12019 | 2025.02.11 21:38:46.560991 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. | ||
| 12020 | 2025.02.11 21:38:46.561048 [ 255 ] {65cef61d-04ea-4e41-a03b-864ca41cdf6c} <Debug> TCPHandler: Processed in 0.002194894 sec. | ||
| 12021 | 2025.02.11 21:38:46.561359 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12022 | 2025.02.11 21:38:46.561609 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12023 | 2025.02.11 21:38:46.561684 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12024 | 2025.02.11 21:38:46.562477 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12025 | 2025.02.11 21:38:46.562527 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12026 | 2025.02.11 21:38:46.562972 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12027 | 2025.02.11 21:38:46.563237 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12028 | 2025.02.11 21:38:46.563489 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 12029 | 2025.02.11 21:38:46.563578 [ 257 ] {125a0a1b-1c10-4f11-a743-892d8093f16f} <Debug> TCPHandler: Processed in 0.002389059 sec. | ||
| 12030 | 2025.02.11 21:38:46.563776 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12031 | 2025.02.11 21:38:46.563951 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12032 | 2025.02.11 21:38:46.564013 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12033 | 2025.02.11 21:38:46.564680 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2025.02.11 21:38:46.564718 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12035 | 2025.02.11 21:38:46.565115 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12036 | 2025.02.11 21:38:46.565376 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2025.02.11 21:38:46.565551 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
| 12038 | 2025.02.11 21:38:46.565603 [ 255 ] {62079a07-1838-4217-83b5-9622ff3b4912} <Debug> TCPHandler: Processed in 0.001935748 sec. | ||
| 12039 | 2025.02.11 21:38:46.565786 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12040 | 2025.02.11 21:38:46.565958 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12041 | 2025.02.11 21:38:46.566032 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12042 | 2025.02.11 21:38:46.566718 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12043 | 2025.02.11 21:38:46.566759 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12044 | 2025.02.11 21:38:46.567145 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12045 | 2025.02.11 21:38:46.567400 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12046 | 2025.02.11 21:38:46.567636 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001716 sec., 34965.03496503496 rows/sec., 2.36 MiB/sec. | ||
| 12047 | 2025.02.11 21:38:46.567731 [ 257 ] {6d755b31-2f37-4713-8bbc-1d61198a4e0f} <Debug> TCPHandler: Processed in 0.002027299 sec. | ||
| 12048 | 2025.02.11 21:38:47.610663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12049 | 2025.02.11 21:38:47.611314 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2025.02.11 21:38:47.611363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12051 | 2025.02.11 21:38:47.611894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12052 | 2025.02.11 21:38:47.612168 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2025.02.11 21:38:47.612436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12054 | 2025.02.11 21:38:49.761042 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12055 | 2025.02.11 21:38:49.782258 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2025.02.11 21:38:49.782318 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12057 | 2025.02.11 21:38:49.790474 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12058 | 2025.02.11 21:38:49.791365 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12059 | 2025.02.11 21:38:49.795960 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12060 | 2025.02.11 21:38:50.292574 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1664 | ||
| 12061 | 2025.02.11 21:38:50.295401 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12062 | 2025.02.11 21:38:50.295447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12063 | 2025.02.11 21:38:50.296915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12064 | 2025.02.11 21:38:50.297220 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12065 | 2025.02.11 21:38:50.299500 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1664 | ||
| 12066 | 2025.02.11 21:38:51.562086 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12067 | 2025.02.11 21:38:51.562422 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12068 | 2025.02.11 21:38:51.562541 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12069 | 2025.02.11 21:38:51.563494 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12070 | 2025.02.11 21:38:51.563541 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12071 | 2025.02.11 21:38:51.564007 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12072 | 2025.02.11 21:38:51.564268 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2025.02.11 21:38:51.564508 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002173 sec., 62586.28624022089 rows/sec., 5.40 MiB/sec. | ||
| 12074 | 2025.02.11 21:38:51.564566 [ 255 ] {29535c67-2eff-4dcb-b930-37825da441f7} <Debug> TCPHandler: Processed in 0.002660036 sec. | ||
| 12075 | 2025.02.11 21:38:51.564918 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12076 | 2025.02.11 21:38:51.565233 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12077 | 2025.02.11 21:38:51.565357 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12078 | 2025.02.11 21:38:51.566317 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12079 | 2025.02.11 21:38:51.566375 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12080 | 2025.02.11 21:38:51.566821 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12081 | 2025.02.11 21:38:51.567111 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12082 | 2025.02.11 21:38:51.567352 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002208 sec., 18115.942028985508 rows/sec., 1.33 MiB/sec. | ||
| 12083 | 2025.02.11 21:38:51.567424 [ 257 ] {86eb0a33-6b23-4cdd-bec4-7f9ff5de31e1} <Debug> TCPHandler: Processed in 0.002708077 sec. | ||
| 12084 | 2025.02.11 21:38:51.567580 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12085 | 2025.02.11 21:38:51.567723 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12086 | 2025.02.11 21:38:51.567781 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12087 | 2025.02.11 21:38:51.568528 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12088 | 2025.02.11 21:38:51.568576 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12089 | 2025.02.11 21:38:51.568994 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12090 | 2025.02.11 21:38:51.569248 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12091 | 2025.02.11 21:38:51.569461 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001769 sec., 58790.27699265122 rows/sec., 4.59 MiB/sec. | ||
| 12092 | 2025.02.11 21:38:51.569513 [ 255 ] {13875ff4-7c25-4cf7-b166-6c7b8fd783b3} <Debug> TCPHandler: Processed in 0.002000899 sec. | ||
| 12093 | 2025.02.11 21:38:51.569654 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12094 | 2025.02.11 21:38:51.569808 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12095 | 2025.02.11 21:38:51.569907 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12096 | 2025.02.11 21:38:51.570878 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12097 | 2025.02.11 21:38:51.570920 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12098 | 2025.02.11 21:38:51.571345 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12099 | 2025.02.11 21:38:51.571602 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12100 | 2025.02.11 21:38:51.571828 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002076 sec., 77071.2909441233 rows/sec., 5.37 MiB/sec. | ||
| 12101 | 2025.02.11 21:38:51.571883 [ 257 ] {200a6eeb-77d0-40cb-afe0-ad1fe0c90eb5} <Debug> TCPHandler: Processed in 0.002292137 sec. | ||
| 12102 | 2025.02.11 21:38:51.572041 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12103 | 2025.02.11 21:38:51.572178 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12104 | 2025.02.11 21:38:51.572275 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12105 | 2025.02.11 21:38:51.573579 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12106 | 2025.02.11 21:38:51.573618 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12107 | 2025.02.11 21:38:51.574333 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12108 | 2025.02.11 21:38:51.574603 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12109 | 2025.02.11 21:38:51.574846 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002698 sec., 14825.796886582655 rows/sec., 26.57 MiB/sec. | ||
| 12110 | 2025.02.11 21:38:51.574938 [ 255 ] {d8fdc101-0370-47e6-acb3-f0895507edda} <Debug> TCPHandler: Processed in 0.002966803 sec. | ||
| 12111 | 2025.02.11 21:38:51.575137 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2025.02.11 21:38:51.575364 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12113 | 2025.02.11 21:38:51.575461 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12114 | 2025.02.11 21:38:51.576121 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12115 | 2025.02.11 21:38:51.576161 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12116 | 2025.02.11 21:38:51.576545 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12117 | 2025.02.11 21:38:51.576794 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12118 | 2025.02.11 21:38:51.577039 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001726 sec., 34762.456546929316 rows/sec., 2.34 MiB/sec. | ||
| 12119 | 2025.02.11 21:38:51.577136 [ 257 ] {a87a320b-c9bf-4104-b7db-ed73be54aee8} <Debug> TCPHandler: Processed in 0.002107283 sec. | ||
| 12120 | 2025.02.11 21:38:54.933613 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12121 | 2025.02.11 21:38:54.933671 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12122 | 2025.02.11 21:38:55.112566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 12123 | 2025.02.11 21:38:55.113223 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.02.11 21:38:55.113270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12125 | 2025.02.11 21:38:55.113793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12126 | 2025.02.11 21:38:55.114042 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.02.11 21:38:55.114208 [ 156 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12128 | 2025.02.11 21:38:55.114247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12129 | 2025.02.11 21:38:55.114259 [ 156 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12130 | 2025.02.11 21:38:55.114284 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12131 | 2025.02.11 21:38:55.114510 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 12132 | 2025.02.11 21:38:55.114999 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12133 | 2025.02.11 21:38:55.115097 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12134 | 2025.02.11 21:38:55.115180 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12135 | 2025.02.11 21:38:55.115371 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 12136 | 2025.02.11 21:38:55.115594 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 12137 | 2025.02.11 21:38:55.115843 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 12138 | 2025.02.11 21:38:55.116010 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 12139 | 2025.02.11 21:38:55.118740 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004367888 sec., 6926917.540010183 rows/sec., 99.09 MiB/sec. | ||
| 12140 | 2025.02.11 21:38:55.118993 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12141 | 2025.02.11 21:38:55.119292 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12142 | 2025.02.11 21:38:55.119379 [ 191 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_66_13} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12143 | 2025.02.11 21:38:55.119483 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 12144 | 2025.02.11 21:38:56.566148 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12145 | 2025.02.11 21:38:56.566378 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12146 | 2025.02.11 21:38:56.566460 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12147 | 2025.02.11 21:38:56.567378 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12148 | 2025.02.11 21:38:56.567429 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12149 | 2025.02.11 21:38:56.567864 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12150 | 2025.02.11 21:38:56.568114 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12151 | 2025.02.11 21:38:56.568318 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001996 sec., 106212.4248496994 rows/sec., 6.76 MiB/sec. | ||
| 12152 | 2025.02.11 21:38:56.568390 [ 255 ] {f2dccc5d-22cd-4ccc-afbd-9fab4a88d734} <Debug> TCPHandler: Processed in 0.002377659 sec. | ||
| 12153 | 2025.02.11 21:38:56.568739 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12154 | 2025.02.11 21:38:56.569031 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12155 | 2025.02.11 21:38:56.569104 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12156 | 2025.02.11 21:38:56.570227 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12157 | 2025.02.11 21:38:56.570271 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12158 | 2025.02.11 21:38:56.570761 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12159 | 2025.02.11 21:38:56.571033 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12160 | 2025.02.11 21:38:56.571299 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002339 sec., 263787.94356562634 rows/sec., 20.62 MiB/sec. | ||
| 12161 | 2025.02.11 21:38:56.571414 [ 257 ] {1dad99d0-14ab-4a45-a098-48635a50c8fe} <Debug> TCPHandler: Processed in 0.002887301 sec. | ||
| 12162 | 2025.02.11 21:38:56.571645 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12163 | 2025.02.11 21:38:56.571936 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12164 | 2025.02.11 21:38:56.571990 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12165 | 2025.02.11 21:38:56.572609 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12166 | 2025.02.11 21:38:56.572647 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12167 | 2025.02.11 21:38:56.573010 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12168 | 2025.02.11 21:38:56.573260 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12169 | 2025.02.11 21:38:56.573444 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001591 sec., 66624.7642991829 rows/sec., 3.92 MiB/sec. | ||
| 12170 | 2025.02.11 21:38:56.573499 [ 255 ] {18438b7c-2099-45af-a01b-a28fdd98b723} <Debug> TCPHandler: Processed in 0.001987759 sec. | ||
| 12171 | 2025.02.11 21:38:56.573768 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12172 | 2025.02.11 21:38:56.573997 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12173 | 2025.02.11 21:38:56.574051 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12174 | 2025.02.11 21:38:56.575382 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12175 | 2025.02.11 21:38:56.575454 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12176 | 2025.02.11 21:38:56.575857 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12177 | 2025.02.11 21:38:56.576115 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2025.02.11 21:38:56.576325 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002384 sec., 47399.328859060406 rows/sec., 3.07 MiB/sec. | ||
| 12179 | 2025.02.11 21:38:56.576383 [ 257 ] {8d042b1f-68f7-4906-81c3-256e9a269cf0} <Debug> TCPHandler: Processed in 0.002781639 sec. | ||
| 12180 | 2025.02.11 21:38:56.576550 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2025.02.11 21:38:56.576699 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12182 | 2025.02.11 21:38:56.576756 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12183 | 2025.02.11 21:38:56.577407 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12184 | 2025.02.11 21:38:56.577445 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12185 | 2025.02.11 21:38:56.577812 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12186 | 2025.02.11 21:38:56.578059 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12187 | 2025.02.11 21:38:56.578254 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001584 sec., 70707.07070707071 rows/sec., 4.03 MiB/sec. | ||
| 12188 | 2025.02.11 21:38:56.578376 [ 255 ] {dbf61c3c-a2d7-4abd-98b6-5c0e70e74ec7} <Debug> TCPHandler: Processed in 0.001895857 sec. | ||
| 12189 | 2025.02.11 21:38:56.578564 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12190 | 2025.02.11 21:38:56.578704 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12191 | 2025.02.11 21:38:56.578766 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12192 | 2025.02.11 21:38:56.579546 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12193 | 2025.02.11 21:38:56.579587 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12194 | 2025.02.11 21:38:56.579978 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12195 | 2025.02.11 21:38:56.580235 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12196 | 2025.02.11 21:38:56.580483 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001807 sec., 211400.11068068622 rows/sec., 14.91 MiB/sec. | ||
| 12197 | 2025.02.11 21:38:56.580580 [ 257 ] {796c979b-7cc1-43be-9c9c-eeff793e804a} <Debug> TCPHandler: Processed in 0.002113482 sec. | ||
| 12198 | 2025.02.11 21:38:56.580793 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12199 | 2025.02.11 21:38:56.581084 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12200 | 2025.02.11 21:38:56.581147 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12201 | 2025.02.11 21:38:56.581724 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12202 | 2025.02.11 21:38:56.581771 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12203 | 2025.02.11 21:38:56.582173 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12204 | 2025.02.11 21:38:56.582417 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12205 | 2025.02.11 21:38:56.582632 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001618 sec., 3708.2818294190356 rows/sec., 193.74 KiB/sec. | ||
| 12206 | 2025.02.11 21:38:56.582715 [ 255 ] {60738eef-0588-4c11-9669-36315523075b} <Debug> TCPHandler: Processed in 0.00203786 sec. | ||
| 12207 | 2025.02.11 21:38:56.582920 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12208 | 2025.02.11 21:38:56.583066 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12209 | 2025.02.11 21:38:56.583128 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12210 | 2025.02.11 21:38:56.583824 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12211 | 2025.02.11 21:38:56.583870 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12212 | 2025.02.11 21:38:56.584284 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12213 | 2025.02.11 21:38:56.584542 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12214 | 2025.02.11 21:38:56.584768 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001732 sec., 136836.02771362587 rows/sec., 9.17 MiB/sec. | ||
| 12215 | 2025.02.11 21:38:56.584819 [ 257 ] {5bf84450-d2b6-409e-9a99-f7395363bba9} <Debug> TCPHandler: Processed in 0.001996239 sec. | ||
| 12216 | 2025.02.11 21:38:56.584983 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12217 | 2025.02.11 21:38:56.585208 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12218 | 2025.02.11 21:38:56.585310 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12219 | 2025.02.11 21:38:56.586081 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12220 | 2025.02.11 21:38:56.586117 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12221 | 2025.02.11 21:38:56.586485 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12222 | 2025.02.11 21:38:56.586754 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12223 | 2025.02.11 21:38:56.586981 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001821 sec., 549.1488193300385 rows/sec., 37.00 KiB/sec. | ||
| 12224 | 2025.02.11 21:38:56.587090 [ 255 ] {08d42ad6-7970-4ee4-a743-97c6a8fffa27} <Debug> TCPHandler: Processed in 0.002175434 sec. | ||
| 12225 | 2025.02.11 21:38:56.587400 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12226 | 2025.02.11 21:38:56.587631 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12227 | 2025.02.11 21:38:56.587728 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12228 | 2025.02.11 21:38:56.588354 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12229 | 2025.02.11 21:38:56.588394 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12230 | 2025.02.11 21:38:56.588793 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12231 | 2025.02.11 21:38:56.589047 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12232 | 2025.02.11 21:38:56.589274 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001701 sec., 48206.93709582598 rows/sec., 3.06 MiB/sec. | ||
| 12233 | 2025.02.11 21:38:56.589325 [ 257 ] {fff87eb6-039c-47bb-841d-0f87059aa259} <Debug> TCPHandler: Processed in 0.002114113 sec. | ||
| 12234 | 2025.02.11 21:38:57.296040 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12235 | 2025.02.11 21:38:57.319019 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2025.02.11 21:38:57.319090 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12237 | 2025.02.11 21:38:57.326465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12238 | 2025.02.11 21:38:57.327252 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12239 | 2025.02.11 21:38:57.327651 [ 151 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12240 | 2025.02.11 21:38:57.327802 [ 151 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2025.02.11 21:38:57.327897 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12242 | 2025.02.11 21:38:57.328368 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 12243 | 2025.02.11 21:38:57.342784 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12244 | 2025.02.11 21:38:57.344677 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12245 | 2025.02.11 21:38:57.346294 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12246 | 2025.02.11 21:38:57.352148 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12247 | 2025.02.11 21:38:57.358279 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12248 | 2025.02.11 21:38:57.364246 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12249 | 2025.02.11 21:38:57.369887 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12250 | 2025.02.11 21:38:57.374339 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12251 | 2025.02.11 21:38:57.433463 [ 194 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.105410105 sec., 4724.404742790077 rows/sec., 24.43 MiB/sec. | ||
| 12252 | 2025.02.11 21:38:57.437015 [ 194 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12253 | 2025.02.11 21:38:57.440094 [ 194 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12254 | 2025.02.11 21:38:57.440188 [ 194 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_66_13} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12255 | 2025.02.11 21:38:57.442636 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 12256 | 2025.02.11 21:39:00.299679 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1696 | ||
| 12257 | 2025.02.11 21:39:00.302825 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12258 | 2025.02.11 21:39:00.302889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12259 | 2025.02.11 21:39:00.304394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12260 | 2025.02.11 21:39:00.304717 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12261 | 2025.02.11 21:39:00.305785 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1696 | ||
| 12262 | 2025.02.11 21:39:01.151573 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12263 | 2025.02.11 21:39:01.151899 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12264 | 2025.02.11 21:39:01.152019 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12265 | 2025.02.11 21:39:01.152826 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12266 | 2025.02.11 21:39:01.152875 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12267 | 2025.02.11 21:39:01.153313 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12268 | 2025.02.11 21:39:01.153569 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12269 | 2025.02.11 21:39:01.153803 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 574.54 KiB/sec. | ||
| 12270 | 2025.02.11 21:39:01.153878 [ 255 ] {4dd46e12-bb03-4b3b-8c77-14a277aa5f28} <Debug> TCPHandler: Processed in 0.002493712 sec. | ||
| 12271 | 2025.02.11 21:39:01.154211 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12272 | 2025.02.11 21:39:01.154414 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12273 | 2025.02.11 21:39:01.154492 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12274 | 2025.02.11 21:39:01.155958 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12275 | 2025.02.11 21:39:01.156010 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12276 | 2025.02.11 21:39:01.156551 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12277 | 2025.02.11 21:39:01.156826 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12278 | 2025.02.11 21:39:01.157075 [ 150 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12279 | 2025.02.11 21:39:01.157115 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002755 sec., 465698.7295825771 rows/sec., 38.67 MiB/sec. | ||
| 12280 | 2025.02.11 21:39:01.157197 [ 150 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12281 | 2025.02.11 21:39:01.157279 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12282 | 2025.02.11 21:39:01.157288 [ 257 ] {dd2937bc-774f-4ef8-afe7-e536934d769a} <Debug> TCPHandler: Processed in 0.00325674 sec. | ||
| 12283 | 2025.02.11 21:39:01.157570 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12284 | 2025.02.11 21:39:01.157639 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12285 | 2025.02.11 21:39:01.158002 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12286 | 2025.02.11 21:39:01.158212 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12287 | 2025.02.11 21:39:01.158316 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12288 | 2025.02.11 21:39:01.158463 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1848 rows starting from the beginning of the part | ||
| 12289 | 2025.02.11 21:39:01.159187 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 136 rows starting from the beginning of the part | ||
| 12290 | 2025.02.11 21:39:01.159873 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 12291 | 2025.02.11 21:39:01.160490 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part | ||
| 12292 | 2025.02.11 21:39:01.160717 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 617 rows starting from the beginning of the part | ||
| 12293 | 2025.02.11 21:39:01.160937 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1283 rows starting from the beginning of the part | ||
| 12294 | 2025.02.11 21:39:01.161509 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2025.02.11 21:39:01.161559 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12296 | 2025.02.11 21:39:01.162067 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12297 | 2025.02.11 21:39:01.162391 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12298 | 2025.02.11 21:39:01.162639 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.004808 sec., 11231.281198003328 rows/sec., 828.90 KiB/sec. | ||
| 12299 | 2025.02.11 21:39:01.162697 [ 255 ] {19a78326-d8c2-4531-869a-f4be02aac4e6} <Debug> TCPHandler: Processed in 0.005307202 sec. | ||
| 12300 | 2025.02.11 21:39:01.162870 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12301 | 2025.02.11 21:39:01.163146 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12302 | 2025.02.11 21:39:01.163306 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12303 | 2025.02.11 21:39:01.163360 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4076 rows, containing 5 columns (5 merged, 0 gathered) in 0.005971358 sec., 682591.799051405 rows/sec., 58.43 MiB/sec. | ||
| 12304 | 2025.02.11 21:39:01.163686 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12305 | 2025.02.11 21:39:01.164109 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12306 | 2025.02.11 21:39:01.164164 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12307 | 2025.02.11 21:39:01.164204 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_96_19} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12308 | 2025.02.11 21:39:01.164211 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12309 | 2025.02.11 21:39:01.164316 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 12310 | 2025.02.11 21:39:01.164666 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12311 | 2025.02.11 21:39:01.164928 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12312 | 2025.02.11 21:39:01.165141 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002124 sec., 107344.63276836158 rows/sec., 7.27 MiB/sec. | ||
| 12313 | 2025.02.11 21:39:01.165198 [ 257 ] {ecd4d3fd-0226-408b-9d87-339c8b559871} <Debug> TCPHandler: Processed in 0.00240072 sec. | ||
| 12314 | 2025.02.11 21:39:01.165349 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12315 | 2025.02.11 21:39:01.165468 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12316 | 2025.02.11 21:39:01.165518 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12317 | 2025.02.11 21:39:01.166347 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12318 | 2025.02.11 21:39:01.166387 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12319 | 2025.02.11 21:39:01.166784 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12320 | 2025.02.11 21:39:01.167060 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12321 | 2025.02.11 21:39:01.167233 [ 150 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12322 | 2025.02.11 21:39:01.167298 [ 150 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12323 | 2025.02.11 21:39:01.167306 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.001851 sec., 310102.64721772016 rows/sec., 23.08 MiB/sec. | ||
| 12324 | 2025.02.11 21:39:01.167334 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12325 | 2025.02.11 21:39:01.167458 [ 255 ] {3ba6e310-1047-479d-a2ec-6a0872aae773} <Debug> TCPHandler: Processed in 0.002169673 sec. | ||
| 12326 | 2025.02.11 21:39:01.167523 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12327 | 2025.02.11 21:39:01.167670 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12328 | 2025.02.11 21:39:01.167689 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12329 | 2025.02.11 21:39:01.167743 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 12330 | 2025.02.11 21:39:01.168007 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12331 | 2025.02.11 21:39:01.168048 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 104 rows starting from the beginning of the part | ||
| 12332 | 2025.02.11 21:39:01.168196 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12333 | 2025.02.11 21:39:01.168314 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 12334 | 2025.02.11 21:39:01.168740 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part | ||
| 12335 | 2025.02.11 21:39:01.169162 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 382 rows starting from the beginning of the part | ||
| 12336 | 2025.02.11 21:39:01.169524 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 574 rows starting from the beginning of the part | ||
| 12337 | 2025.02.11 21:39:01.170925 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12338 | 2025.02.11 21:39:01.171007 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12339 | 2025.02.11 21:39:01.171929 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12340 | 2025.02.11 21:39:01.172258 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2144 rows, containing 5 columns (5 merged, 0 gathered) in 0.004793839 sec., 447240.7187642305 rows/sec., 34.55 MiB/sec. | ||
| 12341 | 2025.02.11 21:39:01.172422 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12342 | 2025.02.11 21:39:01.172593 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12343 | 2025.02.11 21:39:01.172664 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12344 | 2025.02.11 21:39:01.172760 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2025.02.11 21:39:01.172850 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12346 | 2025.02.11 21:39:01.173047 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.005179 sec., 195597.6057153891 rows/sec., 13.15 MiB/sec. | ||
| 12347 | 2025.02.11 21:39:01.173302 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12348 | 2025.02.11 21:39:01.173864 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12349 | 2025.02.11 21:39:01.173996 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 31520 rows starting from the beginning of the part | ||
| 12350 | 2025.02.11 21:39:01.174103 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12351 | 2025.02.11 21:39:01.174395 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 12352 | 2025.02.11 21:39:01.174905 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 12353 | 2025.02.11 21:39:01.175406 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 12354 | 2025.02.11 21:39:01.175827 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_96_19} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12355 | 2025.02.11 21:39:01.175887 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 12356 | 2025.02.11 21:39:01.175986 [ 257 ] {c8ab1606-fba9-4e59-8036-f676a8f72d51} <Debug> TCPHandler: Processed in 0.008419228 sec. | ||
| 12357 | 2025.02.11 21:39:01.176431 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1013 rows starting from the beginning of the part | ||
| 12358 | 2025.02.11 21:39:01.176431 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12359 | 2025.02.11 21:39:01.176433 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12360 | 2025.02.11 21:39:01.176912 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12361 | 2025.02.11 21:39:01.177072 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12362 | 2025.02.11 21:39:01.180367 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12363 | 2025.02.11 21:39:01.180427 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12364 | 2025.02.11 21:39:01.181449 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12365 | 2025.02.11 21:39:01.181770 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12366 | 2025.02.11 21:39:01.182157 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005371 sec., 7447.4027183019925 rows/sec., 13.35 MiB/sec. | ||
| 12367 | 2025.02.11 21:39:01.182446 [ 255 ] {d7fc4afb-1793-458f-9c06-4069b792eaed} <Debug> TCPHandler: Processed in 0.006287546 sec. | ||
| 12368 | 2025.02.11 21:39:01.182631 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12369 | 2025.02.11 21:39:01.182783 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12370 | 2025.02.11 21:39:01.182848 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12371 | 2025.02.11 21:39:01.183542 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12372 | 2025.02.11 21:39:01.183616 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12373 | 2025.02.11 21:39:01.184316 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12374 | 2025.02.11 21:39:01.184792 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2025.02.11 21:39:01.185046 [ 150 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12376 | 2025.02.11 21:39:01.185117 [ 150 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12377 | 2025.02.11 21:39:01.185159 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002396 sec., 25041.736227045072 rows/sec., 1.69 MiB/sec. | ||
| 12378 | 2025.02.11 21:39:01.185167 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12379 | 2025.02.11 21:39:01.185479 [ 257 ] {da980edb-9d44-4bff-974f-1d2c02fb1544} <Debug> TCPHandler: Processed in 0.002920852 sec. | ||
| 12380 | 2025.02.11 21:39:01.185501 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12381 | 2025.02.11 21:39:01.185769 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12382 | 2025.02.11 21:39:01.185803 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6288 rows starting from the beginning of the part | ||
| 12383 | 2025.02.11 21:39:01.185924 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 12384 | 2025.02.11 21:39:01.186171 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 12385 | 2025.02.11 21:39:01.186425 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 12386 | 2025.02.11 21:39:01.186525 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
| 12387 | 2025.02.11 21:39:01.186804 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 12388 | 2025.02.11 21:39:01.187537 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33250 rows, containing 5 columns (5 merged, 0 gathered) in 0.014525548 sec., 2289070.2643370153 rows/sec., 154.76 MiB/sec. | ||
| 12389 | 2025.02.11 21:39:01.187859 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12390 | 2025.02.11 21:39:01.188279 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12391 | 2025.02.11 21:39:01.188475 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12392 | 2025.02.11 21:39:01.188664 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12393 | 2025.02.11 21:39:01.189931 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6610 rows, containing 4 columns (4 merged, 0 gathered) in 0.004636955 sec., 1425504.452814401 rows/sec., 93.36 MiB/sec. | ||
| 12394 | 2025.02.11 21:39:01.190440 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12395 | 2025.02.11 21:39:01.190801 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2025.02.11 21:39:01.190889 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_96_19} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12397 | 2025.02.11 21:39:01.190982 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12398 | 2025.02.11 21:39:02.614389 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 12399 | 2025.02.11 21:39:02.615110 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12400 | 2025.02.11 21:39:02.615166 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12401 | 2025.02.11 21:39:02.615699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12402 | 2025.02.11 21:39:02.615972 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12403 | 2025.02.11 21:39:02.616215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 12404 | 2025.02.11 21:39:04.842875 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12405 | 2025.02.11 21:39:04.861599 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12406 | 2025.02.11 21:39:04.861709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12407 | 2025.02.11 21:39:04.868592 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12408 | 2025.02.11 21:39:04.869367 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12409 | 2025.02.11 21:39:04.871958 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12410 | 2025.02.11 21:39:06.566302 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12411 | 2025.02.11 21:39:06.566543 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12412 | 2025.02.11 21:39:06.566616 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12413 | 2025.02.11 21:39:06.567486 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2025.02.11 21:39:06.567561 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12415 | 2025.02.11 21:39:06.568006 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12416 | 2025.02.11 21:39:06.568273 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2025.02.11 21:39:06.568485 [ 140 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12418 | 2025.02.11 21:39:06.568510 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 12419 | 2025.02.11 21:39:06.568568 [ 140 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2025.02.11 21:39:06.568637 [ 255 ] {a7d57a4e-e28a-48dd-bbf9-2ded428702d2} <Debug> TCPHandler: Processed in 0.002520882 sec. | ||
| 12421 | 2025.02.11 21:39:06.568640 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12422 | 2025.02.11 21:39:06.568978 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12423 | 2025.02.11 21:39:06.569091 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12424 | 2025.02.11 21:39:06.569629 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12425 | 2025.02.11 21:39:06.569649 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12426 | 2025.02.11 21:39:06.569788 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part | ||
| 12427 | 2025.02.11 21:39:06.569803 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12428 | 2025.02.11 21:39:06.570101 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part | ||
| 12429 | 2025.02.11 21:39:06.570404 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part | ||
| 12430 | 2025.02.11 21:39:06.570701 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part | ||
| 12431 | 2025.02.11 21:39:06.571087 [ 186 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part | ||
| 12432 | 2025.02.11 21:39:06.573201 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12433 | 2025.02.11 21:39:06.573266 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12434 | 2025.02.11 21:39:06.573800 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005023364 sec., 211013.97390274724 rows/sec., 14.23 MiB/sec. | ||
| 12435 | 2025.02.11 21:39:06.573999 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12436 | 2025.02.11 21:39:06.574068 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12437 | 2025.02.11 21:39:06.574388 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2025.02.11 21:39:06.574406 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12439 | 2025.02.11 21:39:06.574515 [ 197 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_41_10} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12440 | 2025.02.11 21:39:06.574746 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 12441 | 2025.02.11 21:39:06.574765 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005291 sec., 116613.11661311662 rows/sec., 9.12 MiB/sec. | ||
| 12442 | 2025.02.11 21:39:06.574880 [ 257 ] {4cf2697c-6a8a-4d27-a294-fb9902a7901c} <Debug> TCPHandler: Processed in 0.006091391 sec. | ||
| 12443 | 2025.02.11 21:39:06.575106 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12444 | 2025.02.11 21:39:06.575320 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12445 | 2025.02.11 21:39:06.575387 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12446 | 2025.02.11 21:39:06.576007 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2025.02.11 21:39:06.576045 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12448 | 2025.02.11 21:39:06.576420 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12449 | 2025.02.11 21:39:06.576672 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12450 | 2025.02.11 21:39:06.576912 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001645 sec., 64437.689969604864 rows/sec., 3.79 MiB/sec. | ||
| 12451 | 2025.02.11 21:39:06.577020 [ 255 ] {726aebef-7e9c-41f3-95d8-6539733c8bec} <Debug> TCPHandler: Processed in 0.002030131 sec. | ||
| 12452 | 2025.02.11 21:39:06.577211 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2025.02.11 21:39:06.577368 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12454 | 2025.02.11 21:39:06.577423 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12455 | 2025.02.11 21:39:06.578060 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12456 | 2025.02.11 21:39:06.578100 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12457 | 2025.02.11 21:39:06.578496 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12458 | 2025.02.11 21:39:06.578750 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12459 | 2025.02.11 21:39:06.579003 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001651 sec., 68443.36765596608 rows/sec., 4.43 MiB/sec. | ||
| 12460 | 2025.02.11 21:39:06.579099 [ 257 ] {b5f12b66-71ae-477b-8d1c-92c0c3d53a35} <Debug> TCPHandler: Processed in 0.001985089 sec. | ||
| 12461 | 2025.02.11 21:39:06.579315 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12462 | 2025.02.11 21:39:06.579462 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12463 | 2025.02.11 21:39:06.579516 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12464 | 2025.02.11 21:39:06.580249 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2025.02.11 21:39:06.580300 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12466 | 2025.02.11 21:39:06.580668 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12467 | 2025.02.11 21:39:06.580907 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12468 | 2025.02.11 21:39:06.581063 [ 140 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12469 | 2025.02.11 21:39:06.581120 [ 140 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12470 | 2025.02.11 21:39:06.581150 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001706 sec., 65650.6447831184 rows/sec., 3.74 MiB/sec. | ||
| 12471 | 2025.02.11 21:39:06.581158 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12472 | 2025.02.11 21:39:06.581302 [ 255 ] {e1c041d4-6207-4d5c-9bd4-fa3346913306} <Debug> TCPHandler: Processed in 0.002084001 sec. | ||
| 12473 | 2025.02.11 21:39:06.581686 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12474 | 2025.02.11 21:39:06.581714 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12475 | 2025.02.11 21:39:06.582210 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12476 | 2025.02.11 21:39:06.582326 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12477 | 2025.02.11 21:39:06.582380 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12478 | 2025.02.11 21:39:06.582395 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part | ||
| 12479 | 2025.02.11 21:39:06.582597 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
| 12480 | 2025.02.11 21:39:06.582791 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
| 12481 | 2025.02.11 21:39:06.583014 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
| 12482 | 2025.02.11 21:39:06.583234 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
| 12483 | 2025.02.11 21:39:06.584340 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2025.02.11 21:39:06.584386 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12485 | 2025.02.11 21:39:06.584796 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003489056 sec., 160501.86640741795 rows/sec., 9.76 MiB/sec. | ||
| 12486 | 2025.02.11 21:39:06.584921 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12487 | 2025.02.11 21:39:06.584919 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12488 | 2025.02.11 21:39:06.585239 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12489 | 2025.02.11 21:39:06.585245 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.02.11 21:39:06.585331 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_41_10} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12491 | 2025.02.11 21:39:06.585497 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12492 | 2025.02.11 21:39:06.585578 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.003545 sec., 107757.4047954866 rows/sec., 7.60 MiB/sec. | ||
| 12493 | 2025.02.11 21:39:06.585639 [ 257 ] {a6ff61cd-4f3a-4301-90e1-fd3d71877a7b} <Debug> TCPHandler: Processed in 0.004189223 sec. | ||
| 12494 | 2025.02.11 21:39:06.585854 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12495 | 2025.02.11 21:39:06.586077 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12496 | 2025.02.11 21:39:06.586170 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12497 | 2025.02.11 21:39:06.586756 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12498 | 2025.02.11 21:39:06.586795 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12499 | 2025.02.11 21:39:06.587178 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12500 | 2025.02.11 21:39:06.587425 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12501 | 2025.02.11 21:39:06.587586 [ 140 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12502 | 2025.02.11 21:39:06.587647 [ 140 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12503 | 2025.02.11 21:39:06.587671 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001644 sec., 3649.63503649635 rows/sec., 190.68 KiB/sec. | ||
| 12504 | 2025.02.11 21:39:06.587684 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12505 | 2025.02.11 21:39:06.587817 [ 255 ] {31158320-cde5-434c-917a-c451ad0b9cb1} <Debug> TCPHandler: Processed in 0.002069961 sec. | ||
| 12506 | 2025.02.11 21:39:06.588225 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 12507 | 2025.02.11 21:39:06.588419 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12508 | 2025.02.11 21:39:06.588684 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12509 | 2025.02.11 21:39:06.588756 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12510 | 2025.02.11 21:39:06.588762 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 12511 | 2025.02.11 21:39:06.588884 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12512 | 2025.02.11 21:39:06.589019 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12513 | 2025.02.11 21:39:06.589385 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 12514 | 2025.02.11 21:39:06.589737 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12515 | 2025.02.11 21:39:06.590081 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12516 | 2025.02.11 21:39:06.590383 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12517 | 2025.02.11 21:39:06.591829 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2025.02.11 21:39:06.591898 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12519 | 2025.02.11 21:39:06.593015 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12520 | 2025.02.11 21:39:06.593174 [ 193 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005337332 sec., 46090.44368984354 rows/sec., 2.35 MiB/sec. | ||
| 12521 | 2025.02.11 21:39:06.593437 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12522 | 2025.02.11 21:39:06.593460 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12523 | 2025.02.11 21:39:06.593911 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005199 sec., 45585.68955568379 rows/sec., 3.06 MiB/sec. | ||
| 12524 | 2025.02.11 21:39:06.594064 [ 257 ] {d0c0526a-442d-47c1-b9e5-8eec74af59e8} <Debug> TCPHandler: Processed in 0.006121591 sec. | ||
| 12525 | 2025.02.11 21:39:06.594218 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12526 | 2025.02.11 21:39:06.594267 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12527 | 2025.02.11 21:39:06.594355 [ 196 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_41_8} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12528 | 2025.02.11 21:39:06.594446 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12529 | 2025.02.11 21:39:06.594526 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12530 | 2025.02.11 21:39:06.594551 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12531 | 2025.02.11 21:39:06.595045 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12532 | 2025.02.11 21:39:06.595085 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12533 | 2025.02.11 21:39:06.595455 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12534 | 2025.02.11 21:39:06.595702 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12535 | 2025.02.11 21:39:06.595964 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 12536 | 2025.02.11 21:39:06.596023 [ 255 ] {00ca7f49-edc0-44fc-9961-3de8dc1250aa} <Debug> TCPHandler: Processed in 0.001853116 sec. | ||
| 12537 | 2025.02.11 21:39:06.596269 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12538 | 2025.02.11 21:39:06.596473 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12539 | 2025.02.11 21:39:06.596565 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12540 | 2025.02.11 21:39:06.597415 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2025.02.11 21:39:06.597455 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12542 | 2025.02.11 21:39:06.597853 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12543 | 2025.02.11 21:39:06.598100 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12544 | 2025.02.11 21:39:06.598322 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0019 sec., 43157.89473684211 rows/sec., 2.74 MiB/sec. | ||
| 12545 | 2025.02.11 21:39:06.598399 [ 257 ] {a01af83d-987d-4ce7-84f4-991abb310299} <Debug> TCPHandler: Processed in 0.002263436 sec. | ||
| 12546 | 2025.02.11 21:39:09.933934 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12547 | 2025.02.11 21:39:09.934018 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12548 | 2025.02.11 21:39:10.116351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 12549 | 2025.02.11 21:39:10.117126 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12550 | 2025.02.11 21:39:10.117186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12551 | 2025.02.11 21:39:10.117771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12552 | 2025.02.11 21:39:10.118060 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12553 | 2025.02.11 21:39:10.118322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12554 | 2025.02.11 21:39:10.306000 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1732 | ||
| 12555 | 2025.02.11 21:39:10.309291 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12556 | 2025.02.11 21:39:10.309350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12557 | 2025.02.11 21:39:10.310877 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12558 | 2025.02.11 21:39:10.311199 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2025.02.11 21:39:10.311904 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1732 | ||
| 12560 | 2025.02.11 21:39:11.561739 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12561 | 2025.02.11 21:39:11.562058 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12562 | 2025.02.11 21:39:11.562175 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12563 | 2025.02.11 21:39:11.563890 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2025.02.11 21:39:11.563939 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12565 | 2025.02.11 21:39:11.564408 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12566 | 2025.02.11 21:39:11.564680 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2025.02.11 21:39:11.564947 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002975 sec., 45714.28571428571 rows/sec., 3.95 MiB/sec. | ||
| 12568 | 2025.02.11 21:39:11.565005 [ 255 ] {06b0e711-7e7a-418d-b03a-d52013e86c0a} <Debug> TCPHandler: Processed in 0.003453855 sec. | ||
| 12569 | 2025.02.11 21:39:11.565333 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2025.02.11 21:39:11.565618 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12571 | 2025.02.11 21:39:11.565691 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12572 | 2025.02.11 21:39:11.566483 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2025.02.11 21:39:11.566526 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12574 | 2025.02.11 21:39:11.566980 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12575 | 2025.02.11 21:39:11.567255 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2025.02.11 21:39:11.567485 [ 136 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12577 | 2025.02.11 21:39:11.567499 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001937 sec., 20650.49044914817 rows/sec., 1.52 MiB/sec. | ||
| 12578 | 2025.02.11 21:39:11.567567 [ 136 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2025.02.11 21:39:11.567652 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12580 | 2025.02.11 21:39:11.567659 [ 257 ] {ca744693-9064-4614-ac0c-4dc1ff22f88b} <Debug> TCPHandler: Processed in 0.002522293 sec. | ||
| 12581 | 2025.02.11 21:39:11.567886 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12582 | 2025.02.11 21:39:11.567927 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 12583 | 2025.02.11 21:39:11.568096 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12584 | 2025.02.11 21:39:11.568207 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12585 | 2025.02.11 21:39:11.568226 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12586 | 2025.02.11 21:39:11.568335 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 166 rows starting from the beginning of the part | ||
| 12587 | 2025.02.11 21:39:11.568660 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 40 rows starting from the beginning of the part | ||
| 12588 | 2025.02.11 21:39:11.569045 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 106 rows starting from the beginning of the part | ||
| 12589 | 2025.02.11 21:39:11.569401 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 54 rows starting from the beginning of the part | ||
| 12590 | 2025.02.11 21:39:11.569731 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 106 rows starting from the beginning of the part | ||
| 12591 | 2025.02.11 21:39:11.569967 [ 196 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 40 rows starting from the beginning of the part | ||
| 12592 | 2025.02.11 21:39:11.570887 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2025.02.11 21:39:11.570944 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12594 | 2025.02.11 21:39:11.571944 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12595 | 2025.02.11 21:39:11.572510 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2025.02.11 21:39:11.572847 [ 200 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.005086526 sec., 100658.09159335861 rows/sec., 6.83 MiB/sec. | ||
| 12597 | 2025.02.11 21:39:11.573013 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004965 sec., 20946.626384692852 rows/sec., 1.64 MiB/sec. | ||
| 12598 | 2025.02.11 21:39:11.573106 [ 200 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12599 | 2025.02.11 21:39:11.573132 [ 255 ] {36426b2c-a94d-475e-ab26-69ae63ec89b8} <Debug> TCPHandler: Processed in 0.005355372 sec. | ||
| 12600 | 2025.02.11 21:39:11.573418 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12601 | 2025.02.11 21:39:11.573563 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12602 | 2025.02.11 21:39:11.573657 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12603 | 2025.02.11 21:39:11.573702 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_91_18} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12604 | 2025.02.11 21:39:11.573729 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12605 | 2025.02.11 21:39:11.573841 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12606 | 2025.02.11 21:39:11.574496 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12607 | 2025.02.11 21:39:11.574541 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12608 | 2025.02.11 21:39:11.574967 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12609 | 2025.02.11 21:39:11.575233 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12610 | 2025.02.11 21:39:11.575464 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001853 sec., 86346.46519158121 rows/sec., 6.01 MiB/sec. | ||
| 12611 | 2025.02.11 21:39:11.575524 [ 257 ] {21549d6a-614e-4574-98ab-c9ee905f310f} <Debug> TCPHandler: Processed in 0.002260416 sec. | ||
| 12612 | 2025.02.11 21:39:11.575690 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12613 | 2025.02.11 21:39:11.575832 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12614 | 2025.02.11 21:39:11.575928 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12615 | 2025.02.11 21:39:11.577258 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12616 | 2025.02.11 21:39:11.577299 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12617 | 2025.02.11 21:39:11.577991 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12618 | 2025.02.11 21:39:11.578272 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12619 | 2025.02.11 21:39:11.578523 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002723 sec., 14689.680499449136 rows/sec., 26.32 MiB/sec. | ||
| 12620 | 2025.02.11 21:39:11.578617 [ 255 ] {860fce6a-2e1f-48d0-b4a9-7240e8a06372} <Debug> TCPHandler: Processed in 0.002996364 sec. | ||
| 12621 | 2025.02.11 21:39:11.578830 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12622 | 2025.02.11 21:39:11.579065 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12623 | 2025.02.11 21:39:11.579162 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12624 | 2025.02.11 21:39:11.579859 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12625 | 2025.02.11 21:39:11.579899 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12626 | 2025.02.11 21:39:11.580293 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12627 | 2025.02.11 21:39:11.580559 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12628 | 2025.02.11 21:39:11.580796 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001783 sec., 33651.14974761638 rows/sec., 2.27 MiB/sec. | ||
| 12629 | 2025.02.11 21:39:11.580897 [ 257 ] {d0060351-d372-44bc-9482-1879e1125eb1} <Debug> TCPHandler: Processed in 0.002171834 sec. | ||
| 12630 | 2025.02.11 21:39:12.372037 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 12631 | 2025.02.11 21:39:12.393118 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2025.02.11 21:39:12.393184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12633 | 2025.02.11 21:39:12.400469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12634 | 2025.02.11 21:39:12.401272 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2025.02.11 21:39:12.404205 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 12636 | 2025.02.11 21:39:16.566140 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12637 | 2025.02.11 21:39:16.566347 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12638 | 2025.02.11 21:39:16.566422 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12639 | 2025.02.11 21:39:16.567230 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2025.02.11 21:39:16.567277 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12641 | 2025.02.11 21:39:16.567712 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12642 | 2025.02.11 21:39:16.567964 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2025.02.11 21:39:16.568200 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001906 sec., 111227.70199370409 rows/sec., 7.07 MiB/sec. | ||
| 12644 | 2025.02.11 21:39:16.568265 [ 255 ] {9ef09fc0-904e-4863-b996-4e7906f4f19d} <Debug> TCPHandler: Processed in 0.002259136 sec. | ||
| 12645 | 2025.02.11 21:39:16.568522 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2025.02.11 21:39:16.568739 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12647 | 2025.02.11 21:39:16.568818 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12648 | 2025.02.11 21:39:16.569580 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2025.02.11 21:39:16.569635 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12650 | 2025.02.11 21:39:16.570074 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12651 | 2025.02.11 21:39:16.570342 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2025.02.11 21:39:16.570608 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001921 sec., 1041.124414367517 rows/sec., 84.90 KiB/sec. | ||
| 12653 | 2025.02.11 21:39:16.570724 [ 257 ] {dcb4b881-f95a-427c-923b-729c56361b79} <Debug> TCPHandler: Processed in 0.002353688 sec. | ||
| 12654 | 2025.02.11 21:39:16.570882 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12655 | 2025.02.11 21:39:16.571008 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12656 | 2025.02.11 21:39:16.571060 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12657 | 2025.02.11 21:39:16.571903 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12658 | 2025.02.11 21:39:16.571944 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12659 | 2025.02.11 21:39:16.572347 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12660 | 2025.02.11 21:39:16.572601 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12661 | 2025.02.11 21:39:16.572825 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.001847 sec., 334596.64320519764 rows/sec., 26.15 MiB/sec. | ||
| 12662 | 2025.02.11 21:39:16.572881 [ 255 ] {c6a2e406-b6cf-4a94-a2ab-002e67520c6c} <Debug> TCPHandler: Processed in 0.002063511 sec. | ||
| 12663 | 2025.02.11 21:39:16.573035 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12664 | 2025.02.11 21:39:16.573181 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12665 | 2025.02.11 21:39:16.573244 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12666 | 2025.02.11 21:39:16.573945 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12667 | 2025.02.11 21:39:16.573985 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12668 | 2025.02.11 21:39:16.574359 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12669 | 2025.02.11 21:39:16.574604 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12670 | 2025.02.11 21:39:16.574821 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001676 sec., 64439.14081145585 rows/sec., 3.80 MiB/sec. | ||
| 12671 | 2025.02.11 21:39:16.574875 [ 257 ] {1c0b842c-19f0-4d98-992c-5cea486eb5f1} <Debug> TCPHandler: Processed in 0.001907427 sec. | ||
| 12672 | 2025.02.11 21:39:16.575023 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12673 | 2025.02.11 21:39:16.575165 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12674 | 2025.02.11 21:39:16.575222 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12675 | 2025.02.11 21:39:16.575915 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12676 | 2025.02.11 21:39:16.575957 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12677 | 2025.02.11 21:39:16.576314 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12678 | 2025.02.11 21:39:16.576555 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2025.02.11 21:39:16.576777 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001644 sec., 68734.79318734792 rows/sec., 4.45 MiB/sec. | ||
| 12680 | 2025.02.11 21:39:16.576837 [ 255 ] {99b6b105-82ad-4cc4-957f-51cc2264d7e3} <Debug> TCPHandler: Processed in 0.001882116 sec. | ||
| 12681 | 2025.02.11 21:39:16.577050 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12682 | 2025.02.11 21:39:16.577202 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12683 | 2025.02.11 21:39:16.577260 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12684 | 2025.02.11 21:39:16.577968 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12685 | 2025.02.11 21:39:16.578009 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12686 | 2025.02.11 21:39:16.578381 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12687 | 2025.02.11 21:39:16.578644 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12688 | 2025.02.11 21:39:16.578911 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001729 sec., 64777.32793522267 rows/sec., 3.69 MiB/sec. | ||
| 12689 | 2025.02.11 21:39:16.579075 [ 257 ] {922faf8d-ed0a-4554-bdea-cacb38dbd26f} <Debug> TCPHandler: Processed in 0.002152013 sec. | ||
| 12690 | 2025.02.11 21:39:16.579293 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12691 | 2025.02.11 21:39:16.579414 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12692 | 2025.02.11 21:39:16.579462 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12693 | 2025.02.11 21:39:16.580355 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2025.02.11 21:39:16.580395 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12695 | 2025.02.11 21:39:16.580789 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12696 | 2025.02.11 21:39:16.581036 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2025.02.11 21:39:16.581245 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001856 sec., 206896.55172413794 rows/sec., 14.60 MiB/sec. | ||
| 12698 | 2025.02.11 21:39:16.581301 [ 255 ] {ac7b5109-c050-4c3d-b884-b9276e53b790} <Debug> TCPHandler: Processed in 0.002110312 sec. | ||
| 12699 | 2025.02.11 21:39:16.581454 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12700 | 2025.02.11 21:39:16.581572 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12701 | 2025.02.11 21:39:16.581624 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12702 | 2025.02.11 21:39:16.582191 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12703 | 2025.02.11 21:39:16.582238 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12704 | 2025.02.11 21:39:16.582678 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12705 | 2025.02.11 21:39:16.582933 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12706 | 2025.02.11 21:39:16.583139 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 12707 | 2025.02.11 21:39:16.583189 [ 257 ] {684716d5-a265-4226-b481-1cdc38e9ed2a} <Debug> TCPHandler: Processed in 0.001792375 sec. | ||
| 12708 | 2025.02.11 21:39:16.583335 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12709 | 2025.02.11 21:39:16.583456 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12710 | 2025.02.11 21:39:16.583510 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12711 | 2025.02.11 21:39:16.584098 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12712 | 2025.02.11 21:39:16.584138 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12713 | 2025.02.11 21:39:16.584549 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12714 | 2025.02.11 21:39:16.584798 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2025.02.11 21:39:16.585012 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001582 sec., 150442.4778761062 rows/sec., 10.08 MiB/sec. | ||
| 12716 | 2025.02.11 21:39:16.585069 [ 255 ] {574d3d27-9744-4c2a-ba53-c83dadea8887} <Debug> TCPHandler: Processed in 0.001795264 sec. | ||
| 12717 | 2025.02.11 21:39:16.585205 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2025.02.11 21:39:16.585323 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12719 | 2025.02.11 21:39:16.585375 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12720 | 2025.02.11 21:39:16.585859 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2025.02.11 21:39:16.585899 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12722 | 2025.02.11 21:39:16.586269 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12723 | 2025.02.11 21:39:16.586517 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12724 | 2025.02.11 21:39:16.586725 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 12725 | 2025.02.11 21:39:16.586775 [ 257 ] {f627ebd6-818c-4397-8131-3255ac1fe9fe} <Debug> TCPHandler: Processed in 0.00162908 sec. | ||
| 12726 | 2025.02.11 21:39:16.586921 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12727 | 2025.02.11 21:39:16.587058 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12728 | 2025.02.11 21:39:16.587117 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12729 | 2025.02.11 21:39:16.587692 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12730 | 2025.02.11 21:39:16.587738 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12731 | 2025.02.11 21:39:16.588113 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12732 | 2025.02.11 21:39:16.588361 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12733 | 2025.02.11 21:39:16.588583 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
| 12734 | 2025.02.11 21:39:16.588682 [ 255 ] {2e7bf2cf-723a-4ba0-9821-f33ba3289ab4} <Debug> TCPHandler: Processed in 0.001823635 sec. | ||
| 12735 | 2025.02.11 21:39:17.618464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 12736 | 2025.02.11 21:39:17.619105 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12737 | 2025.02.11 21:39:17.619150 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12738 | 2025.02.11 21:39:17.619668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12739 | 2025.02.11 21:39:17.619922 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12740 | 2025.02.11 21:39:17.620173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 12741 | 2025.02.11 21:39:19.904278 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 12742 | 2025.02.11 21:39:19.925172 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12743 | 2025.02.11 21:39:19.925218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12744 | 2025.02.11 21:39:19.932474 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12745 | 2025.02.11 21:39:19.933268 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12746 | 2025.02.11 21:39:19.937668 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 12747 | 2025.02.11 21:39:20.312090 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1766 | ||
| 12748 | 2025.02.11 21:39:20.315297 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12749 | 2025.02.11 21:39:20.315354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12750 | 2025.02.11 21:39:20.316835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12751 | 2025.02.11 21:39:20.317140 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12752 | 2025.02.11 21:39:20.317322 [ 123 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12753 | 2025.02.11 21:39:20.317380 [ 123 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12754 | 2025.02.11 21:39:20.317414 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12755 | 2025.02.11 21:39:20.317851 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 12756 | 2025.02.11 21:39:20.319199 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1766 | ||
| 12757 | 2025.02.11 21:39:20.319858 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12758 | 2025.02.11 21:39:20.320047 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1620 rows starting from the beginning of the part | ||
| 12759 | 2025.02.11 21:39:20.320654 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
| 12760 | 2025.02.11 21:39:20.321321 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part | ||
| 12761 | 2025.02.11 21:39:20.321946 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 12762 | 2025.02.11 21:39:20.322761 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 12763 | 2025.02.11 21:39:20.323397 [ 200 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 12764 | 2025.02.11 21:39:20.332272 [ 190 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1766 rows, containing 72 columns (72 merged, 0 gathered) in 0.014746125 sec., 119760.2760047131 rows/sec., 91.73 MiB/sec. | ||
| 12765 | 2025.02.11 21:39:20.334207 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12766 | 2025.02.11 21:39:20.335026 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2025.02.11 21:39:20.335127 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_51_10} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12768 | 2025.02.11 21:39:20.335472 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 12769 | 2025.02.11 21:39:21.562503 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12770 | 2025.02.11 21:39:21.562731 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12771 | 2025.02.11 21:39:21.562816 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12772 | 2025.02.11 21:39:21.563683 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2025.02.11 21:39:21.563737 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12774 | 2025.02.11 21:39:21.564201 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12775 | 2025.02.11 21:39:21.564474 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2025.02.11 21:39:21.564722 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002049 sec., 66373.84089799902 rows/sec., 5.73 MiB/sec. | ||
| 12777 | 2025.02.11 21:39:21.564786 [ 255 ] {2efb6a20-e7b3-449f-aa06-45eb3d75e886} <Debug> TCPHandler: Processed in 0.00242445 sec. | ||
| 12778 | 2025.02.11 21:39:21.565119 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12779 | 2025.02.11 21:39:21.565432 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12780 | 2025.02.11 21:39:21.565554 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12781 | 2025.02.11 21:39:21.566482 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12782 | 2025.02.11 21:39:21.566536 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12783 | 2025.02.11 21:39:21.566996 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12784 | 2025.02.11 21:39:21.567281 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12785 | 2025.02.11 21:39:21.567514 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002169 sec., 18441.67819271554 rows/sec., 1.35 MiB/sec. | ||
| 12786 | 2025.02.11 21:39:21.567572 [ 257 ] {3a3be9c1-92f6-416f-89f3-8987dbcd706b} <Debug> TCPHandler: Processed in 0.002656395 sec. | ||
| 12787 | 2025.02.11 21:39:21.567734 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12788 | 2025.02.11 21:39:21.567882 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12789 | 2025.02.11 21:39:21.567944 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12790 | 2025.02.11 21:39:21.568700 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12791 | 2025.02.11 21:39:21.568749 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12792 | 2025.02.11 21:39:21.569166 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12793 | 2025.02.11 21:39:21.569434 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12794 | 2025.02.11 21:39:21.569658 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001812 sec., 57395.14348785872 rows/sec., 4.48 MiB/sec. | ||
| 12795 | 2025.02.11 21:39:21.569711 [ 255 ] {adff9f3b-a176-4e09-a469-42dede9ee769} <Debug> TCPHandler: Processed in 0.00204414 sec. | ||
| 12796 | 2025.02.11 21:39:21.569850 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12797 | 2025.02.11 21:39:21.570041 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12798 | 2025.02.11 21:39:21.570144 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12799 | 2025.02.11 21:39:21.571073 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12800 | 2025.02.11 21:39:21.571112 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12801 | 2025.02.11 21:39:21.571517 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12802 | 2025.02.11 21:39:21.571761 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12803 | 2025.02.11 21:39:21.571982 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001994 sec., 80240.72216649949 rows/sec., 5.59 MiB/sec. | ||
| 12804 | 2025.02.11 21:39:21.572033 [ 257 ] {74f6a2d6-5712-4962-b633-a99371228947} <Debug> TCPHandler: Processed in 0.002239645 sec. | ||
| 12805 | 2025.02.11 21:39:21.572201 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12806 | 2025.02.11 21:39:21.572340 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12807 | 2025.02.11 21:39:21.572436 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12808 | 2025.02.11 21:39:21.573699 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12809 | 2025.02.11 21:39:21.573739 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12810 | 2025.02.11 21:39:21.574436 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12811 | 2025.02.11 21:39:21.574705 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12812 | 2025.02.11 21:39:21.575030 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002702 sec., 14803.849000740192 rows/sec., 26.53 MiB/sec. | ||
| 12813 | 2025.02.11 21:39:21.575398 [ 255 ] {93f4ab96-fa8d-412a-b50f-551df96669e9} <Debug> TCPHandler: Processed in 0.00325625 sec. | ||
| 12814 | 2025.02.11 21:39:21.575799 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12815 | 2025.02.11 21:39:21.576013 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12816 | 2025.02.11 21:39:21.576065 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12817 | 2025.02.11 21:39:21.576574 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12818 | 2025.02.11 21:39:21.576615 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12819 | 2025.02.11 21:39:21.576999 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12820 | 2025.02.11 21:39:21.577249 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12821 | 2025.02.11 21:39:21.577468 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 12822 | 2025.02.11 21:39:21.577518 [ 257 ] {b76cbad2-12fd-49e0-a940-9bc3cd83e30f} <Debug> TCPHandler: Processed in 0.001973729 sec. | ||
| 12823 | 2025.02.11 21:39:24.934070 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12824 | 2025.02.11 21:39:24.934123 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12825 | 2025.02.11 21:39:25.120312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 12826 | 2025.02.11 21:39:25.120988 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12827 | 2025.02.11 21:39:25.121040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12828 | 2025.02.11 21:39:25.121541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12829 | 2025.02.11 21:39:25.121794 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2025.02.11 21:39:25.122029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 12831 | 2025.02.11 21:39:25.972780 [ 224 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12832 | 2025.02.11 21:39:25.972847 [ 224 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12833 | 2025.02.11 21:39:25.980234 [ 224 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12834 | 2025.02.11 21:39:26.389432 [ 223 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12835 | 2025.02.11 21:39:26.389497 [ 223 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12836 | 2025.02.11 21:39:26.392441 [ 223 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12837 | 2025.02.11 21:39:26.565519 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12838 | 2025.02.11 21:39:26.565708 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12839 | 2025.02.11 21:39:26.565780 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12840 | 2025.02.11 21:39:26.566764 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12841 | 2025.02.11 21:39:26.566810 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12842 | 2025.02.11 21:39:26.567311 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12843 | 2025.02.11 21:39:26.567593 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12844 | 2025.02.11 21:39:26.567852 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002195 sec., 96583.14350797267 rows/sec., 6.14 MiB/sec. | ||
| 12845 | 2025.02.11 21:39:26.567981 [ 255 ] {d5df5e0c-0c11-421e-b2a8-dff49f404ac4} <Debug> TCPHandler: Processed in 0.002602564 sec. | ||
| 12846 | 2025.02.11 21:39:26.568287 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12847 | 2025.02.11 21:39:26.568493 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12848 | 2025.02.11 21:39:26.568572 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12849 | 2025.02.11 21:39:26.569690 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2025.02.11 21:39:26.569745 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12851 | 2025.02.11 21:39:26.570265 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12852 | 2025.02.11 21:39:26.570543 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12853 | 2025.02.11 21:39:26.570752 [ 116 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12854 | 2025.02.11 21:39:26.570830 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002385 sec., 258700.20964360586 rows/sec., 20.22 MiB/sec. | ||
| 12855 | 2025.02.11 21:39:26.570842 [ 116 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12856 | 2025.02.11 21:39:26.570916 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12857 | 2025.02.11 21:39:26.570977 [ 257 ] {88f72555-dd03-45a7-9140-7938557aa513} <Debug> TCPHandler: Processed in 0.002849891 sec. | ||
| 12858 | 2025.02.11 21:39:26.571253 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12859 | 2025.02.11 21:39:26.571273 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12860 | 2025.02.11 21:39:26.571611 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12861 | 2025.02.11 21:39:26.571805 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12862 | 2025.02.11 21:39:26.571832 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12863 | 2025.02.11 21:39:26.571992 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1848 rows starting from the beginning of the part | ||
| 12864 | 2025.02.11 21:39:26.572378 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 617 rows starting from the beginning of the part | ||
| 12865 | 2025.02.11 21:39:26.572872 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 136 rows starting from the beginning of the part | ||
| 12866 | 2025.02.11 21:39:26.573465 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 618 rows starting from the beginning of the part | ||
| 12867 | 2025.02.11 21:39:26.573859 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 136 rows starting from the beginning of the part | ||
| 12868 | 2025.02.11 21:39:26.574534 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 617 rows starting from the beginning of the part | ||
| 12869 | 2025.02.11 21:39:26.575962 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12870 | 2025.02.11 21:39:26.576007 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12871 | 2025.02.11 21:39:26.576552 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12872 | 2025.02.11 21:39:26.576897 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12873 | 2025.02.11 21:39:26.577168 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005702 sec., 18589.96843212908 rows/sec., 1.09 MiB/sec. | ||
| 12874 | 2025.02.11 21:39:26.577242 [ 255 ] {e2667b90-557f-4a7a-adf0-237d90219bd9} <Debug> TCPHandler: Processed in 0.006129732 sec. | ||
| 12875 | 2025.02.11 21:39:26.577412 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12876 | 2025.02.11 21:39:26.577691 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12877 | 2025.02.11 21:39:26.577862 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12878 | 2025.02.11 21:39:26.577970 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3972 rows, containing 5 columns (5 merged, 0 gathered) in 0.006946452 sec., 571802.6987014378 rows/sec., 48.11 MiB/sec. | ||
| 12879 | 2025.02.11 21:39:26.578311 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12880 | 2025.02.11 21:39:26.578854 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12881 | 2025.02.11 21:39:26.579068 [ 199 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_101_20} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12882 | 2025.02.11 21:39:26.579245 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 12883 | 2025.02.11 21:39:26.579295 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12884 | 2025.02.11 21:39:26.579357 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12885 | 2025.02.11 21:39:26.579795 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12886 | 2025.02.11 21:39:26.580085 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12887 | 2025.02.11 21:39:26.580283 [ 116 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 12888 | 2025.02.11 21:39:26.580342 [ 116 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12889 | 2025.02.11 21:39:26.580364 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00278 sec., 40647.48201438849 rows/sec., 2.63 MiB/sec. | ||
| 12890 | 2025.02.11 21:39:26.580379 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12891 | 2025.02.11 21:39:26.580570 [ 257 ] {481d84a0-55c4-483b-a28e-734a70a3d1a1} <Debug> TCPHandler: Processed in 0.00322253 sec. | ||
| 12892 | 2025.02.11 21:39:26.580658 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 12893 | 2025.02.11 21:39:26.580752 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12894 | 2025.02.11 21:39:26.580799 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12895 | 2025.02.11 21:39:26.580835 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 342 rows starting from the beginning of the part | ||
| 12896 | 2025.02.11 21:39:26.580891 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12897 | 2025.02.11 21:39:26.580997 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
| 12898 | 2025.02.11 21:39:26.581028 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12899 | 2025.02.11 21:39:26.581424 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 228 rows starting from the beginning of the part | ||
| 12900 | 2025.02.11 21:39:26.581760 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 113 rows starting from the beginning of the part | ||
| 12901 | 2025.02.11 21:39:26.582126 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 113 rows starting from the beginning of the part | ||
| 12902 | 2025.02.11 21:39:26.582489 [ 187 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part | ||
| 12903 | 2025.02.11 21:39:26.583568 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12904 | 2025.02.11 21:39:26.583619 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12905 | 2025.02.11 21:39:26.584236 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12906 | 2025.02.11 21:39:26.584359 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845046 sec., 265796.56004115427 rows/sec., 18.57 MiB/sec. | ||
| 12907 | 2025.02.11 21:39:26.584657 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 12908 | 2025.02.11 21:39:26.584657 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12909 | 2025.02.11 21:39:26.585162 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004299 sec., 26052.57036520121 rows/sec., 1.48 MiB/sec. | ||
| 12910 | 2025.02.11 21:39:26.585484 [ 255 ] {6adcc12f-dbf4-4a7f-a518-f0d93a878ee1} <Debug> TCPHandler: Processed in 0.004788448 sec. | ||
| 12911 | 2025.02.11 21:39:26.585674 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2025.02.11 21:39:26.585878 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12913 | 2025.02.11 21:39:26.585967 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_60_12} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 12914 | 2025.02.11 21:39:26.586111 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12915 | 2025.02.11 21:39:26.586146 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 12916 | 2025.02.11 21:39:26.586203 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12917 | 2025.02.11 21:39:26.586989 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12918 | 2025.02.11 21:39:26.587033 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12919 | 2025.02.11 21:39:26.587470 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12920 | 2025.02.11 21:39:26.587741 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12921 | 2025.02.11 21:39:26.587944 [ 116 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12922 | 2025.02.11 21:39:26.588005 [ 116 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12923 | 2025.02.11 21:39:26.588023 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001974 sec., 193515.704154002 rows/sec., 13.65 MiB/sec. | ||
| 12924 | 2025.02.11 21:39:26.588043 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12925 | 2025.02.11 21:39:26.588223 [ 257 ] {4267bd46-2ebb-4c26-b4d3-1f67f04872cb} <Debug> TCPHandler: Processed in 0.002598754 sec. | ||
| 12926 | 2025.02.11 21:39:26.588292 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12927 | 2025.02.11 21:39:26.588412 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12928 | 2025.02.11 21:39:26.588434 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12929 | 2025.02.11 21:39:26.588465 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 12930 | 2025.02.11 21:39:26.588642 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12931 | 2025.02.11 21:39:26.588665 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 382 rows starting from the beginning of the part | ||
| 12932 | 2025.02.11 21:39:26.588800 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12933 | 2025.02.11 21:39:26.589027 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 104 rows starting from the beginning of the part | ||
| 12934 | 2025.02.11 21:39:26.589371 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 384 rows starting from the beginning of the part | ||
| 12935 | 2025.02.11 21:39:26.589731 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part | ||
| 12936 | 2025.02.11 21:39:26.590077 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 382 rows starting from the beginning of the part | ||
| 12937 | 2025.02.11 21:39:26.590916 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12938 | 2025.02.11 21:39:26.590961 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12939 | 2025.02.11 21:39:26.591542 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12940 | 2025.02.11 21:39:26.591847 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12941 | 2025.02.11 21:39:26.592196 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003669 sec., 1635.3229762878168 rows/sec., 85.44 KiB/sec. | ||
| 12942 | 2025.02.11 21:39:26.592323 [ 255 ] {f3001963-6141-49d1-bd42-813c8adf9abd} <Debug> TCPHandler: Processed in 0.003976018 sec. | ||
| 12943 | 2025.02.11 21:39:26.592332 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2272 rows, containing 5 columns (5 merged, 0 gathered) in 0.004180613 sec., 543460.9709150309 rows/sec., 41.25 MiB/sec. | ||
| 12944 | 2025.02.11 21:39:26.592508 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12945 | 2025.02.11 21:39:26.592543 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12946 | 2025.02.11 21:39:26.592717 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12947 | 2025.02.11 21:39:26.592822 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12948 | 2025.02.11 21:39:26.593155 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12949 | 2025.02.11 21:39:26.593381 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_101_20} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12950 | 2025.02.11 21:39:26.593550 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12951 | 2025.02.11 21:39:26.593929 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12952 | 2025.02.11 21:39:26.593976 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12953 | 2025.02.11 21:39:26.594441 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12954 | 2025.02.11 21:39:26.594721 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12955 | 2025.02.11 21:39:26.594929 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12956 | 2025.02.11 21:39:26.594974 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2025.02.11 21:39:26.595004 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002337 sec., 101412.06675224646 rows/sec., 6.80 MiB/sec. | ||
| 12958 | 2025.02.11 21:39:26.595019 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12959 | 2025.02.11 21:39:26.595188 [ 257 ] {e0dd18d4-9bde-4c83-ba63-f2d826e47f31} <Debug> TCPHandler: Processed in 0.002756918 sec. | ||
| 12960 | 2025.02.11 21:39:26.595232 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12961 | 2025.02.11 21:39:26.595396 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12962 | 2025.02.11 21:39:26.595414 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12963 | 2025.02.11 21:39:26.595471 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_96_19, total 33250 rows starting from the beginning of the part | ||
| 12964 | 2025.02.11 21:39:26.595714 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12965 | 2025.02.11 21:39:26.595743 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 12966 | 2025.02.11 21:39:26.595893 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12967 | 2025.02.11 21:39:26.596029 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 12968 | 2025.02.11 21:39:26.596456 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 238 rows starting from the beginning of the part | ||
| 12969 | 2025.02.11 21:39:26.596851 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12970 | 2025.02.11 21:39:26.597184 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 12971 | 2025.02.11 21:39:26.598161 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2025.02.11 21:39:26.598243 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12973 | 2025.02.11 21:39:26.598851 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12974 | 2025.02.11 21:39:26.599412 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2025.02.11 21:39:26.600124 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004545 sec., 220.02200220022002 rows/sec., 14.83 KiB/sec. | ||
| 12976 | 2025.02.11 21:39:26.600348 [ 255 ] {8b48418d-98f0-4c90-b528-0283f70b41b4} <Debug> TCPHandler: Processed in 0.005047535 sec. | ||
| 12977 | 2025.02.11 21:39:26.600593 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12978 | 2025.02.11 21:39:26.600740 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12979 | 2025.02.11 21:39:26.600811 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12980 | 2025.02.11 21:39:26.601403 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2025.02.11 21:39:26.601445 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12982 | 2025.02.11 21:39:26.601977 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12983 | 2025.02.11 21:39:26.602326 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2025.02.11 21:39:26.602529 [ 116 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12985 | 2025.02.11 21:39:26.602604 [ 116 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12986 | 2025.02.11 21:39:26.602603 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001877 sec., 43686.73415023975 rows/sec., 2.77 MiB/sec. | ||
| 12987 | 2025.02.11 21:39:26.602638 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 12988 | 2025.02.11 21:39:26.602730 [ 257 ] {beb2ffcc-f60e-4919-b9ad-17448ea39c10} <Debug> TCPHandler: Processed in 0.002236146 sec. | ||
| 12989 | 2025.02.11 21:39:26.602926 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12990 | 2025.02.11 21:39:26.603049 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12991 | 2025.02.11 21:39:26.603081 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6610 rows starting from the beginning of the part | ||
| 12992 | 2025.02.11 21:39:26.603138 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 12993 | 2025.02.11 21:39:26.603295 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 12994 | 2025.02.11 21:39:26.603472 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 12995 | 2025.02.11 21:39:26.603725 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12996 | 2025.02.11 21:39:26.603905 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12997 | 2025.02.11 21:39:26.606327 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6976 rows, containing 4 columns (4 merged, 0 gathered) in 0.003549867 sec., 1965144.0462417325 rows/sec., 128.63 MiB/sec. | ||
| 12998 | 2025.02.11 21:39:26.606858 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34282 rows, containing 5 columns (5 merged, 0 gathered) in 0.01171362 sec., 2926678.51612055 rows/sec., 197.89 MiB/sec. | ||
| 12999 | 2025.02.11 21:39:26.607093 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13000 | 2025.02.11 21:39:26.607307 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13001 | 2025.02.11 21:39:26.607684 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13002 | 2025.02.11 21:39:26.607866 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_101_20} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13003 | 2025.02.11 21:39:26.607873 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2025.02.11 21:39:26.608039 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 13005 | 2025.02.11 21:39:26.608095 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13006 | 2025.02.11 21:39:26.608221 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13007 | 2025.02.11 21:39:27.437743 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13008 | 2025.02.11 21:39:27.458472 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13009 | 2025.02.11 21:39:27.458543 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13010 | 2025.02.11 21:39:27.465470 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13011 | 2025.02.11 21:39:27.466253 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13012 | 2025.02.11 21:39:27.468989 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13013 | 2025.02.11 21:39:30.319515 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1798 | ||
| 13014 | 2025.02.11 21:39:30.323138 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13015 | 2025.02.11 21:39:30.323199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13016 | 2025.02.11 21:39:30.324752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13017 | 2025.02.11 21:39:30.325095 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13018 | 2025.02.11 21:39:30.325772 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1798 | ||
| 13019 | 2025.02.11 21:39:31.156603 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2025.02.11 21:39:31.156816 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13021 | 2025.02.11 21:39:31.156891 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13022 | 2025.02.11 21:39:31.157809 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2025.02.11 21:39:31.157874 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13024 | 2025.02.11 21:39:31.158459 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13025 | 2025.02.11 21:39:31.158734 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2025.02.11 21:39:31.158988 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002228 sec., 897.6660682226212 rows/sec., 73.20 KiB/sec. | ||
| 13027 | 2025.02.11 21:39:31.159051 [ 255 ] {6572ef2a-6524-4f18-8bed-58819164f596} <Debug> TCPHandler: Processed in 0.002582174 sec. | ||
| 13028 | 2025.02.11 21:39:31.159368 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13029 | 2025.02.11 21:39:31.159575 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13030 | 2025.02.11 21:39:31.159653 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13031 | 2025.02.11 21:39:31.161141 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2025.02.11 21:39:31.161194 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13033 | 2025.02.11 21:39:31.161734 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13034 | 2025.02.11 21:39:31.162006 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2025.02.11 21:39:31.162246 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002727 sec., 468280.1613494683 rows/sec., 38.91 MiB/sec. | ||
| 13036 | 2025.02.11 21:39:31.162307 [ 257 ] {cf4d8ccc-0e0a-400b-a649-5e7cd123b70e} <Debug> TCPHandler: Processed in 0.003115907 sec. | ||
| 13037 | 2025.02.11 21:39:31.162505 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13038 | 2025.02.11 21:39:31.162653 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13039 | 2025.02.11 21:39:31.162718 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13040 | 2025.02.11 21:39:31.163528 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2025.02.11 21:39:31.163569 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13042 | 2025.02.11 21:39:31.163970 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13043 | 2025.02.11 21:39:31.164230 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13044 | 2025.02.11 21:39:31.164440 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001823 sec., 23038.94679100384 rows/sec., 1.69 MiB/sec. | ||
| 13045 | 2025.02.11 21:39:31.164500 [ 255 ] {9f793ec1-98d5-48bc-b817-8d432d24d706} <Debug> TCPHandler: Processed in 0.002069821 sec. | ||
| 13046 | 2025.02.11 21:39:31.164662 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2025.02.11 21:39:31.164795 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13048 | 2025.02.11 21:39:31.164848 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13049 | 2025.02.11 21:39:31.165543 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2025.02.11 21:39:31.165584 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13051 | 2025.02.11 21:39:31.165979 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13052 | 2025.02.11 21:39:31.166235 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2025.02.11 21:39:31.166466 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001692 sec., 134751.7730496454 rows/sec., 9.12 MiB/sec. | ||
| 13054 | 2025.02.11 21:39:31.166574 [ 257 ] {cad4ca5b-8c5b-4b15-acf9-73123795a626} <Debug> TCPHandler: Processed in 0.001974279 sec. | ||
| 13055 | 2025.02.11 21:39:31.166773 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2025.02.11 21:39:31.166901 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13057 | 2025.02.11 21:39:31.166950 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13058 | 2025.02.11 21:39:31.167792 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2025.02.11 21:39:31.167834 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13060 | 2025.02.11 21:39:31.168258 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13061 | 2025.02.11 21:39:31.168523 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2025.02.11 21:39:31.168737 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.001861 sec., 301988.1783987104 rows/sec., 22.44 MiB/sec. | ||
| 13063 | 2025.02.11 21:39:31.168794 [ 255 ] {13f16d58-a22b-46bc-abe0-ba2fbb392bb8} <Debug> TCPHandler: Processed in 0.002109772 sec. | ||
| 13064 | 2025.02.11 21:39:31.168969 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2025.02.11 21:39:31.169093 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13066 | 2025.02.11 21:39:31.169148 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13067 | 2025.02.11 21:39:31.169959 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2025.02.11 21:39:31.170000 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13069 | 2025.02.11 21:39:31.170485 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13070 | 2025.02.11 21:39:31.170758 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13071 | 2025.02.11 21:39:31.170976 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001909 sec., 527501.3095861707 rows/sec., 35.46 MiB/sec. | ||
| 13072 | 2025.02.11 21:39:31.171030 [ 257 ] {8e32f2bb-1353-47b4-ba82-fc4c2a2172e0} <Debug> TCPHandler: Processed in 0.002120542 sec. | ||
| 13073 | 2025.02.11 21:39:31.171205 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13074 | 2025.02.11 21:39:31.171331 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13075 | 2025.02.11 21:39:31.171414 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13076 | 2025.02.11 21:39:31.172665 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13077 | 2025.02.11 21:39:31.172704 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13078 | 2025.02.11 21:39:31.173398 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13079 | 2025.02.11 21:39:31.173669 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13080 | 2025.02.11 21:39:31.173905 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13081 | 2025.02.11 21:39:31.173974 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002656 sec., 15060.240963855422 rows/sec., 26.99 MiB/sec. | ||
| 13082 | 2025.02.11 21:39:31.173976 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13083 | 2025.02.11 21:39:31.174074 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13084 | 2025.02.11 21:39:31.174296 [ 255 ] {bfee7c93-e289-4948-8d44-e75ec5b01a90} <Debug> TCPHandler: Processed in 0.003152088 sec. | ||
| 13085 | 2025.02.11 21:39:31.174331 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 13086 | 2025.02.11 21:39:31.174518 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13087 | 2025.02.11 21:39:31.174640 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13088 | 2025.02.11 21:39:31.174748 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1732 rows starting from the beginning of the part | ||
| 13089 | 2025.02.11 21:39:31.174845 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13090 | 2025.02.11 21:39:31.175079 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13091 | 2025.02.11 21:39:31.175478 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 13092 | 2025.02.11 21:39:31.176309 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 13093 | 2025.02.11 21:39:31.176982 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 13094 | 2025.02.11 21:39:31.177728 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13095 | 2025.02.11 21:39:31.177784 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part | ||
| 13096 | 2025.02.11 21:39:31.177863 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13097 | 2025.02.11 21:39:31.178601 [ 195 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
| 13098 | 2025.02.11 21:39:31.179372 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13099 | 2025.02.11 21:39:31.179949 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13100 | 2025.02.11 21:39:31.180498 [ 222 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13101 | 2025.02.11 21:39:31.180589 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13102 | 2025.02.11 21:39:31.180733 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005873 sec., 10216.243827686021 rows/sec., 705.03 KiB/sec. | ||
| 13103 | 2025.02.11 21:39:31.181149 [ 257 ] {4897376d-34d6-45fa-8eaf-2ad5df811651} <Debug> TCPHandler: Processed in 0.006739856 sec. | ||
| 13104 | 2025.02.11 21:39:31.183407 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13105 | 2025.02.11 21:39:31.193824 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1932 rows, containing 19 columns (19 merged, 0 gathered) in 0.019593335 sec., 98604.95928845192 rows/sec., 176.70 MiB/sec. | ||
| 13106 | 2025.02.11 21:39:31.195575 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13107 | 2025.02.11 21:39:31.196056 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.02.11 21:39:31.196153 [ 193 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13109 | 2025.02.11 21:39:31.196328 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.53 MiB. | ||
| 13110 | 2025.02.11 21:39:31.391959 [ 218 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13111 | 2025.02.11 21:39:31.392036 [ 218 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13112 | 2025.02.11 21:39:31.394165 [ 218 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13113 | 2025.02.11 21:39:31.838735 [ 218 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13114 | 2025.02.11 21:39:31.838800 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13115 | 2025.02.11 21:39:31.841025 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13116 | 2025.02.11 21:39:32.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.08 MiB, peak 272.57 MiB, free memory in arenas 0.00 B, will set to 259.37 MiB (RSS), difference: 4.29 MiB | ||
| 13117 | 2025.02.11 21:39:32.377303 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13118 | 2025.02.11 21:39:32.377360 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13119 | 2025.02.11 21:39:32.379301 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13120 | 2025.02.11 21:39:32.622215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13121 | 2025.02.11 21:39:32.622912 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2025.02.11 21:39:32.622961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13123 | 2025.02.11 21:39:32.623542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13124 | 2025.02.11 21:39:32.623806 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13125 | 2025.02.11 21:39:32.624007 [ 107 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13126 | 2025.02.11 21:39:32.624050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13127 | 2025.02.11 21:39:32.624096 [ 107 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13128 | 2025.02.11 21:39:32.624127 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13129 | 2025.02.11 21:39:32.624359 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 13130 | 2025.02.11 21:39:32.624753 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13131 | 2025.02.11 21:39:32.624805 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13132 | 2025.02.11 21:39:32.624898 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 13133 | 2025.02.11 21:39:32.625117 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 13134 | 2025.02.11 21:39:32.625457 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 13135 | 2025.02.11 21:39:32.625673 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 13136 | 2025.02.11 21:39:32.625817 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 13137 | 2025.02.11 21:39:32.628616 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004402579 sec., 7384989.57088561 rows/sec., 105.64 MiB/sec. | ||
| 13138 | 2025.02.11 21:39:32.628920 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13139 | 2025.02.11 21:39:32.629234 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.02.11 21:39:32.629321 [ 194 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_71_14} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13141 | 2025.02.11 21:39:32.629424 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13142 | 2025.02.11 21:39:34.969067 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13143 | 2025.02.11 21:39:34.990665 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13144 | 2025.02.11 21:39:34.990726 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13145 | 2025.02.11 21:39:34.997974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13146 | 2025.02.11 21:39:34.998775 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13147 | 2025.02.11 21:39:34.999335 [ 104 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13148 | 2025.02.11 21:39:34.999518 [ 104 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13149 | 2025.02.11 21:39:34.999595 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13150 | 2025.02.11 21:39:35.000089 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 13151 | 2025.02.11 21:39:35.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.89 MiB, peak 272.57 MiB, free memory in arenas 0.00 B, will set to 259.38 MiB (RSS), difference: -4.52 MiB | ||
| 13152 | 2025.02.11 21:39:35.015534 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13153 | 2025.02.11 21:39:35.017494 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13154 | 2025.02.11 21:39:35.019001 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13155 | 2025.02.11 21:39:35.024786 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13156 | 2025.02.11 21:39:35.030687 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13157 | 2025.02.11 21:39:35.036532 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13158 | 2025.02.11 21:39:35.042391 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13159 | 2025.02.11 21:39:35.048347 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 13160 | 2025.02.11 21:39:35.115789 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.116031937 sec., 4619.417841830909 rows/sec., 23.89 MiB/sec. | ||
| 13161 | 2025.02.11 21:39:35.119078 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13162 | 2025.02.11 21:39:35.122232 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13163 | 2025.02.11 21:39:35.122370 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_71_14} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13164 | 2025.02.11 21:39:35.124868 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13165 | 2025.02.11 21:39:36.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.93 MiB, peak 273.33 MiB, free memory in arenas 0.00 B, will set to 260.22 MiB (RSS), difference: 4.29 MiB | ||
| 13166 | 2025.02.11 21:39:36.565856 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13167 | 2025.02.11 21:39:36.566045 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13168 | 2025.02.11 21:39:36.566119 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13169 | 2025.02.11 21:39:36.566950 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2025.02.11 21:39:36.566999 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13171 | 2025.02.11 21:39:36.567522 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13172 | 2025.02.11 21:39:36.567791 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2025.02.11 21:39:36.568043 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 13174 | 2025.02.11 21:39:36.568111 [ 255 ] {0e2efbec-4b2a-43ca-b108-cc04c89c653a} <Debug> TCPHandler: Processed in 0.002415749 sec. | ||
| 13175 | 2025.02.11 21:39:36.568354 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13176 | 2025.02.11 21:39:36.568547 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13177 | 2025.02.11 21:39:36.568624 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13178 | 2025.02.11 21:39:36.569627 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13179 | 2025.02.11 21:39:36.569670 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13180 | 2025.02.11 21:39:36.570176 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13181 | 2025.02.11 21:39:36.570454 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13182 | 2025.02.11 21:39:36.570683 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002186 sec., 282250.68618481245 rows/sec., 22.06 MiB/sec. | ||
| 13183 | 2025.02.11 21:39:36.570788 [ 257 ] {05db6059-5dfe-499e-8ee3-7bc8b7a97f1e} <Debug> TCPHandler: Processed in 0.002571473 sec. | ||
| 13184 | 2025.02.11 21:39:36.570979 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13185 | 2025.02.11 21:39:36.571130 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13186 | 2025.02.11 21:39:36.571182 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13187 | 2025.02.11 21:39:36.571889 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2025.02.11 21:39:36.571931 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13189 | 2025.02.11 21:39:36.572317 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13190 | 2025.02.11 21:39:36.572563 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2025.02.11 21:39:36.572782 [ 100 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13192 | 2025.02.11 21:39:36.572794 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001686 sec., 62870.69988137604 rows/sec., 3.70 MiB/sec. | ||
| 13193 | 2025.02.11 21:39:36.572864 [ 100 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13194 | 2025.02.11 21:39:36.572930 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13195 | 2025.02.11 21:39:36.572933 [ 255 ] {74e17346-b7b6-4669-98d2-c5a9ee6ac163} <Debug> TCPHandler: Processed in 0.00205134 sec. | ||
| 13196 | 2025.02.11 21:39:36.573168 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 13197 | 2025.02.11 21:39:36.573180 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13198 | 2025.02.11 21:39:36.573428 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13199 | 2025.02.11 21:39:36.573436 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13200 | 2025.02.11 21:39:36.573498 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 166 rows starting from the beginning of the part | ||
| 13201 | 2025.02.11 21:39:36.573544 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13202 | 2025.02.11 21:39:36.573772 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 108 rows starting from the beginning of the part | ||
| 13203 | 2025.02.11 21:39:36.574138 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 40 rows starting from the beginning of the part | ||
| 13204 | 2025.02.11 21:39:36.574578 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 106 rows starting from the beginning of the part | ||
| 13205 | 2025.02.11 21:39:36.574885 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 42 rows starting from the beginning of the part | ||
| 13206 | 2025.02.11 21:39:36.575229 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 106 rows starting from the beginning of the part | ||
| 13207 | 2025.02.11 21:39:36.576701 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13208 | 2025.02.11 21:39:36.576776 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13209 | 2025.02.11 21:39:36.577866 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13210 | 2025.02.11 21:39:36.578319 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 5 columns (5 merged, 0 gathered) in 0.00527985 sec., 107578.81379205848 rows/sec., 7.11 MiB/sec. | ||
| 13211 | 2025.02.11 21:39:36.578385 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13212 | 2025.02.11 21:39:36.578657 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13213 | 2025.02.11 21:39:36.578806 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005451 sec., 20730.14125848468 rows/sec., 1.34 MiB/sec. | ||
| 13214 | 2025.02.11 21:39:36.578956 [ 257 ] {008a4f8b-b951-4770-abda-6535f344bb5e} <Debug> TCPHandler: Processed in 0.005876695 sec. | ||
| 13215 | 2025.02.11 21:39:36.579146 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13216 | 2025.02.11 21:39:36.579256 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2025.02.11 21:39:36.579365 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13218 | 2025.02.11 21:39:36.579471 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13219 | 2025.02.11 21:39:36.579474 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_96_19} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13220 | 2025.02.11 21:39:36.579682 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13221 | 2025.02.11 21:39:36.580273 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13222 | 2025.02.11 21:39:36.580317 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13223 | 2025.02.11 21:39:36.580718 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13224 | 2025.02.11 21:39:36.581003 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13225 | 2025.02.11 21:39:36.581218 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001928 sec., 58091.28630705394 rows/sec., 3.31 MiB/sec. | ||
| 13226 | 2025.02.11 21:39:36.581276 [ 255 ] {ad382afb-e991-44a5-a28f-7d5a4d469b24} <Debug> TCPHandler: Processed in 0.002204135 sec. | ||
| 13227 | 2025.02.11 21:39:36.581432 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13228 | 2025.02.11 21:39:36.581557 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13229 | 2025.02.11 21:39:36.581610 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13230 | 2025.02.11 21:39:36.582419 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13231 | 2025.02.11 21:39:36.582460 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13232 | 2025.02.11 21:39:36.582881 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13233 | 2025.02.11 21:39:36.583150 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13234 | 2025.02.11 21:39:36.583381 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00185 sec., 206486.48648648648 rows/sec., 14.56 MiB/sec. | ||
| 13235 | 2025.02.11 21:39:36.583441 [ 257 ] {04dfa11d-2711-470e-9971-e51d69e15445} <Debug> TCPHandler: Processed in 0.002069561 sec. | ||
| 13236 | 2025.02.11 21:39:36.583664 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13237 | 2025.02.11 21:39:36.583805 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13238 | 2025.02.11 21:39:36.583868 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13239 | 2025.02.11 21:39:36.584458 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13240 | 2025.02.11 21:39:36.584496 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13241 | 2025.02.11 21:39:36.584882 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13242 | 2025.02.11 21:39:36.585132 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13243 | 2025.02.11 21:39:36.585345 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 13244 | 2025.02.11 21:39:36.585404 [ 255 ] {43b8dc46-a6bb-4795-96bd-94c65159400f} <Debug> TCPHandler: Processed in 0.001808895 sec. | ||
| 13245 | 2025.02.11 21:39:36.585582 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13246 | 2025.02.11 21:39:36.585726 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13247 | 2025.02.11 21:39:36.585796 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13248 | 2025.02.11 21:39:36.586492 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2025.02.11 21:39:36.586534 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13250 | 2025.02.11 21:39:36.586957 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13251 | 2025.02.11 21:39:36.587210 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13252 | 2025.02.11 21:39:36.587435 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 13253 | 2025.02.11 21:39:36.587490 [ 257 ] {1890a3b2-279f-4a6b-bd71-9174fd08f2d0} <Debug> TCPHandler: Processed in 0.001974889 sec. | ||
| 13254 | 2025.02.11 21:39:36.587638 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13255 | 2025.02.11 21:39:36.587756 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13256 | 2025.02.11 21:39:36.587809 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13257 | 2025.02.11 21:39:36.588298 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13258 | 2025.02.11 21:39:36.588336 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13259 | 2025.02.11 21:39:36.588710 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13260 | 2025.02.11 21:39:36.588957 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13261 | 2025.02.11 21:39:36.589132 [ 100 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13262 | 2025.02.11 21:39:36.589193 [ 100 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13263 | 2025.02.11 21:39:36.589210 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 13264 | 2025.02.11 21:39:36.589229 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13265 | 2025.02.11 21:39:36.589358 [ 255 ] {278a8296-5aff-413b-afb9-f2cd2d6563ae} <Debug> TCPHandler: Processed in 0.001773774 sec. | ||
| 13266 | 2025.02.11 21:39:36.589423 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 13267 | 2025.02.11 21:39:36.589548 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13268 | 2025.02.11 21:39:36.589588 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13269 | 2025.02.11 21:39:36.589635 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 13270 | 2025.02.11 21:39:36.589791 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13271 | 2025.02.11 21:39:36.589958 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13272 | 2025.02.11 21:39:36.589975 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13273 | 2025.02.11 21:39:36.590355 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13274 | 2025.02.11 21:39:36.590723 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13275 | 2025.02.11 21:39:36.591076 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13276 | 2025.02.11 21:39:36.591377 [ 187 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13277 | 2025.02.11 21:39:36.592367 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2025.02.11 21:39:36.592441 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13279 | 2025.02.11 21:39:36.593477 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13280 | 2025.02.11 21:39:36.593946 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13281 | 2025.02.11 21:39:36.594089 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.004731947 sec., 9509.82756146677 rows/sec., 639.97 KiB/sec. | ||
| 13282 | 2025.02.11 21:39:36.594282 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004582 sec., 17896.11523352248 rows/sec., 1.14 MiB/sec. | ||
| 13283 | 2025.02.11 21:39:36.594302 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13284 | 2025.02.11 21:39:36.594363 [ 257 ] {c1a0fa3a-25b7-4eeb-87e5-a11809caa581} <Debug> TCPHandler: Processed in 0.004907721 sec. | ||
| 13285 | 2025.02.11 21:39:36.594660 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2025.02.11 21:39:36.594744 [ 197 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_45_9} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13287 | 2025.02.11 21:39:36.594835 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13288 | 2025.02.11 21:39:39.934163 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13289 | 2025.02.11 21:39:39.934212 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13290 | 2025.02.11 21:39:40.124210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 13291 | 2025.02.11 21:39:40.124899 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2025.02.11 21:39:40.124952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13293 | 2025.02.11 21:39:40.125497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13294 | 2025.02.11 21:39:40.125766 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2025.02.11 21:39:40.126051 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13296 | 2025.02.11 21:39:40.325988 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1834 | ||
| 13297 | 2025.02.11 21:39:40.329324 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13298 | 2025.02.11 21:39:40.329389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13299 | 2025.02.11 21:39:40.330944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13300 | 2025.02.11 21:39:40.331269 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13301 | 2025.02.11 21:39:40.331963 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1834 | ||
| 13302 | 2025.02.11 21:39:41.562141 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13303 | 2025.02.11 21:39:41.562344 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13304 | 2025.02.11 21:39:41.562419 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13305 | 2025.02.11 21:39:41.563241 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13306 | 2025.02.11 21:39:41.563292 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13307 | 2025.02.11 21:39:41.563750 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13308 | 2025.02.11 21:39:41.564026 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13309 | 2025.02.11 21:39:41.564255 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001965 sec., 69211.19592875318 rows/sec., 5.98 MiB/sec. | ||
| 13310 | 2025.02.11 21:39:41.564327 [ 255 ] {4ee1348e-dc9f-497c-a091-b08242676139} <Debug> TCPHandler: Processed in 0.002322457 sec. | ||
| 13311 | 2025.02.11 21:39:41.564635 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13312 | 2025.02.11 21:39:41.564835 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13313 | 2025.02.11 21:39:41.564912 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13314 | 2025.02.11 21:39:41.565761 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13315 | 2025.02.11 21:39:41.565818 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13316 | 2025.02.11 21:39:41.566298 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13317 | 2025.02.11 21:39:41.566572 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13318 | 2025.02.11 21:39:41.566848 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002062 sec., 19398.642095053347 rows/sec., 1.42 MiB/sec. | ||
| 13319 | 2025.02.11 21:39:41.566872 [ 222 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13320 | 2025.02.11 21:39:41.566951 [ 257 ] {2339fe78-4053-4302-9858-968d30e20f77} <Debug> TCPHandler: Processed in 0.002480372 sec. | ||
| 13321 | 2025.02.11 21:39:41.566951 [ 222 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13322 | 2025.02.11 21:39:41.567179 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13323 | 2025.02.11 21:39:41.567330 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13324 | 2025.02.11 21:39:41.567412 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13325 | 2025.02.11 21:39:41.568720 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13326 | 2025.02.11 21:39:41.568783 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13327 | 2025.02.11 21:39:41.569518 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13328 | 2025.02.11 21:39:41.569952 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13329 | 2025.02.11 21:39:41.570345 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003047 sec., 34131.93304890056 rows/sec., 2.67 MiB/sec. | ||
| 13330 | 2025.02.11 21:39:41.570570 [ 255 ] {e5a00670-c4a1-4811-9c26-57a4e401330b} <Debug> TCPHandler: Processed in 0.003483437 sec. | ||
| 13331 | 2025.02.11 21:39:41.570900 [ 222 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13332 | 2025.02.11 21:39:41.570972 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13333 | 2025.02.11 21:39:41.572093 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13334 | 2025.02.11 21:39:41.572249 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13335 | 2025.02.11 21:39:41.573070 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13336 | 2025.02.11 21:39:41.573114 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13337 | 2025.02.11 21:39:41.573544 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13338 | 2025.02.11 21:39:41.573811 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13339 | 2025.02.11 21:39:41.574026 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002609 sec., 61326.178612495205 rows/sec., 4.27 MiB/sec. | ||
| 13340 | 2025.02.11 21:39:41.574088 [ 257 ] {e9b6d0f3-a596-4a5e-a144-e1feef64b449} <Debug> TCPHandler: Processed in 0.003380163 sec. | ||
| 13341 | 2025.02.11 21:39:41.574252 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13342 | 2025.02.11 21:39:41.574372 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13343 | 2025.02.11 21:39:41.574461 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13344 | 2025.02.11 21:39:41.575702 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13345 | 2025.02.11 21:39:41.575741 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13346 | 2025.02.11 21:39:41.576443 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13347 | 2025.02.11 21:39:41.576709 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13348 | 2025.02.11 21:39:41.576958 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002612 sec., 15313.935681470137 rows/sec., 27.44 MiB/sec. | ||
| 13349 | 2025.02.11 21:39:41.577074 [ 255 ] {9940a49e-334b-4c5a-8ed7-ec730123722d} <Debug> TCPHandler: Processed in 0.002881641 sec. | ||
| 13350 | 2025.02.11 21:39:41.577228 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13351 | 2025.02.11 21:39:41.577353 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13352 | 2025.02.11 21:39:41.577413 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13353 | 2025.02.11 21:39:41.577943 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13354 | 2025.02.11 21:39:41.577986 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13355 | 2025.02.11 21:39:41.578388 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13356 | 2025.02.11 21:39:41.578635 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13357 | 2025.02.11 21:39:41.578865 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
| 13358 | 2025.02.11 21:39:41.578960 [ 257 ] {00c34fa2-7de2-4da7-84d3-e7a79a61b49a} <Debug> TCPHandler: Processed in 0.001790314 sec. | ||
| 13359 | 2025.02.11 21:39:42.515635 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13360 | 2025.02.11 21:39:42.540408 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13361 | 2025.02.11 21:39:42.540484 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13362 | 2025.02.11 21:39:42.548117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13363 | 2025.02.11 21:39:42.548962 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13364 | 2025.02.11 21:39:42.552108 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13365 | 2025.02.11 21:39:46.566227 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13366 | 2025.02.11 21:39:46.566492 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13367 | 2025.02.11 21:39:46.566565 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13368 | 2025.02.11 21:39:46.567431 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13369 | 2025.02.11 21:39:46.567473 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13370 | 2025.02.11 21:39:46.567918 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13371 | 2025.02.11 21:39:46.568174 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13372 | 2025.02.11 21:39:46.568323 [ 83 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13373 | 2025.02.11 21:39:46.568365 [ 83 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13374 | 2025.02.11 21:39:46.568376 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. | ||
| 13375 | 2025.02.11 21:39:46.568388 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13376 | 2025.02.11 21:39:46.568507 [ 255 ] {df674ec3-5f83-4e75-b295-6d4ccbcd7eb4} <Debug> TCPHandler: Processed in 0.002344768 sec. | ||
| 13377 | 2025.02.11 21:39:46.568786 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13378 | 2025.02.11 21:39:46.568998 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13379 | 2025.02.11 21:39:46.569031 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13380 | 2025.02.11 21:39:46.569126 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part | ||
| 13381 | 2025.02.11 21:39:46.569365 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part | ||
| 13382 | 2025.02.11 21:39:46.569632 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13383 | 2025.02.11 21:39:46.569784 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part | ||
| 13384 | 2025.02.11 21:39:46.570033 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13385 | 2025.02.11 21:39:46.570111 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part | ||
| 13386 | 2025.02.11 21:39:46.570486 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part | ||
| 13387 | 2025.02.11 21:39:46.572829 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13388 | 2025.02.11 21:39:46.572928 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13389 | 2025.02.11 21:39:46.573182 [ 192 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004671085 sec., 226928.0049495995 rows/sec., 15.30 MiB/sec. | ||
| 13390 | 2025.02.11 21:39:46.573391 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13391 | 2025.02.11 21:39:46.573624 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13392 | 2025.02.11 21:39:46.573806 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13393 | 2025.02.11 21:39:46.573926 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_45_11} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13394 | 2025.02.11 21:39:46.573926 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2025.02.11 21:39:46.574043 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13396 | 2025.02.11 21:39:46.574240 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.004873 sec., 126616.04760927561 rows/sec., 9.90 MiB/sec. | ||
| 13397 | 2025.02.11 21:39:46.574308 [ 257 ] {34c84fb8-c62e-4e2c-b81b-c8abebf7c3d2} <Debug> TCPHandler: Processed in 0.005638779 sec. | ||
| 13398 | 2025.02.11 21:39:46.574536 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13399 | 2025.02.11 21:39:46.574760 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13400 | 2025.02.11 21:39:46.574851 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13401 | 2025.02.11 21:39:46.575496 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13402 | 2025.02.11 21:39:46.575533 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13403 | 2025.02.11 21:39:46.575920 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13404 | 2025.02.11 21:39:46.576167 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13405 | 2025.02.11 21:39:46.576345 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001639 sec., 64673.58145210494 rows/sec., 3.80 MiB/sec. | ||
| 13406 | 2025.02.11 21:39:46.576396 [ 255 ] {5dcacbc8-0548-4784-aaac-a37b9d87a074} <Debug> TCPHandler: Processed in 0.001967219 sec. | ||
| 13407 | 2025.02.11 21:39:46.576557 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13408 | 2025.02.11 21:39:46.576699 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13409 | 2025.02.11 21:39:46.576758 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13410 | 2025.02.11 21:39:46.577425 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13411 | 2025.02.11 21:39:46.577467 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13412 | 2025.02.11 21:39:46.577833 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13413 | 2025.02.11 21:39:46.578069 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13414 | 2025.02.11 21:39:46.578276 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001609 sec., 70229.95649471722 rows/sec., 4.55 MiB/sec. | ||
| 13415 | 2025.02.11 21:39:46.578329 [ 257 ] {8d9732e5-5552-40fb-a548-c7782553b03f} <Debug> TCPHandler: Processed in 0.001840856 sec. | ||
| 13416 | 2025.02.11 21:39:46.578477 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13417 | 2025.02.11 21:39:46.578592 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13418 | 2025.02.11 21:39:46.578641 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13419 | 2025.02.11 21:39:46.579259 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13420 | 2025.02.11 21:39:46.579296 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13421 | 2025.02.11 21:39:46.579665 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13422 | 2025.02.11 21:39:46.579915 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13423 | 2025.02.11 21:39:46.580036 [ 83 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13424 | 2025.02.11 21:39:46.580071 [ 83 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2025.02.11 21:39:46.580099 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001529 sec., 73250.49051667757 rows/sec., 4.17 MiB/sec. | ||
| 13426 | 2025.02.11 21:39:46.580105 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13427 | 2025.02.11 21:39:46.580189 [ 255 ] {5700cc92-d8e6-4912-85bf-35356fc7a105} <Debug> TCPHandler: Processed in 0.001758013 sec. | ||
| 13428 | 2025.02.11 21:39:46.580419 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13429 | 2025.02.11 21:39:46.580458 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13430 | 2025.02.11 21:39:46.580648 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13431 | 2025.02.11 21:39:46.580735 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part | ||
| 13432 | 2025.02.11 21:39:46.580745 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13433 | 2025.02.11 21:39:46.580901 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13434 | 2025.02.11 21:39:46.580938 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part | ||
| 13435 | 2025.02.11 21:39:46.581271 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
| 13436 | 2025.02.11 21:39:46.581578 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part | ||
| 13437 | 2025.02.11 21:39:46.581827 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
| 13438 | 2025.02.11 21:39:46.582936 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13439 | 2025.02.11 21:39:46.582987 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13440 | 2025.02.11 21:39:46.583313 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003104267 sec., 180396.8537500157 rows/sec., 10.96 MiB/sec. | ||
| 13441 | 2025.02.11 21:39:46.583439 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13442 | 2025.02.11 21:39:46.583543 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13443 | 2025.02.11 21:39:46.583739 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13444 | 2025.02.11 21:39:46.583847 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_45_11} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13445 | 2025.02.11 21:39:46.583858 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2025.02.11 21:39:46.583946 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13447 | 2025.02.11 21:39:46.584148 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.003478 sec., 109833.23749281195 rows/sec., 7.75 MiB/sec. | ||
| 13448 | 2025.02.11 21:39:46.584211 [ 257 ] {e30c577b-2883-4db2-8677-46067a3b02c6} <Debug> TCPHandler: Processed in 0.003913707 sec. | ||
| 13449 | 2025.02.11 21:39:46.584427 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13450 | 2025.02.11 21:39:46.584650 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13451 | 2025.02.11 21:39:46.584746 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13452 | 2025.02.11 21:39:46.585302 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13453 | 2025.02.11 21:39:46.585339 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13454 | 2025.02.11 21:39:46.585727 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13455 | 2025.02.11 21:39:46.585967 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13456 | 2025.02.11 21:39:46.586149 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 13457 | 2025.02.11 21:39:46.586199 [ 255 ] {453b6661-d544-40cd-8660-382a9b05b9de} <Debug> TCPHandler: Processed in 0.001887946 sec. | ||
| 13458 | 2025.02.11 21:39:46.586358 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13459 | 2025.02.11 21:39:46.586498 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13460 | 2025.02.11 21:39:46.586561 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13461 | 2025.02.11 21:39:46.587202 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13462 | 2025.02.11 21:39:46.587243 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13463 | 2025.02.11 21:39:46.587653 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13464 | 2025.02.11 21:39:46.587901 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2025.02.11 21:39:46.588143 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec. | ||
| 13466 | 2025.02.11 21:39:46.588198 [ 257 ] {8f497fc5-cc76-4379-b876-f9c7d9fda3d6} <Debug> TCPHandler: Processed in 0.001909007 sec. | ||
| 13467 | 2025.02.11 21:39:46.588345 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13468 | 2025.02.11 21:39:46.588482 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13469 | 2025.02.11 21:39:46.588542 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13470 | 2025.02.11 21:39:46.589085 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13471 | 2025.02.11 21:39:46.589123 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13472 | 2025.02.11 21:39:46.589497 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13473 | 2025.02.11 21:39:46.589740 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13474 | 2025.02.11 21:39:46.589992 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001533 sec., 652.3157208088714 rows/sec., 43.95 KiB/sec. | ||
| 13475 | 2025.02.11 21:39:46.590164 [ 255 ] {5fd0d41c-b27d-4fc6-8288-d8270c9e4102} <Debug> TCPHandler: Processed in 0.001883126 sec. | ||
| 13476 | 2025.02.11 21:39:46.590416 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13477 | 2025.02.11 21:39:46.590554 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13478 | 2025.02.11 21:39:46.590614 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13479 | 2025.02.11 21:39:46.591138 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2025.02.11 21:39:46.591177 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13481 | 2025.02.11 21:39:46.591550 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13482 | 2025.02.11 21:39:46.591808 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13483 | 2025.02.11 21:39:46.592034 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 13484 | 2025.02.11 21:39:46.592086 [ 257 ] {096b17da-899d-4e58-ab13-ce63e1cacaaa} <Debug> TCPHandler: Processed in 0.001784874 sec. | ||
| 13485 | 2025.02.11 21:39:47.626199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 13486 | 2025.02.11 21:39:47.626933 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2025.02.11 21:39:47.626981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13488 | 2025.02.11 21:39:47.627506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13489 | 2025.02.11 21:39:47.627763 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2025.02.11 21:39:47.628066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 13491 | 2025.02.11 21:39:50.052183 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13492 | 2025.02.11 21:39:50.074889 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13493 | 2025.02.11 21:39:50.074960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13494 | 2025.02.11 21:39:50.082218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13495 | 2025.02.11 21:39:50.083044 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13496 | 2025.02.11 21:39:50.087783 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13497 | 2025.02.11 21:39:50.332212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1866 | ||
| 13498 | 2025.02.11 21:39:50.335545 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13499 | 2025.02.11 21:39:50.335607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 13500 | 2025.02.11 21:39:50.337204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13501 | 2025.02.11 21:39:50.337536 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13502 | 2025.02.11 21:39:50.338977 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1866 | ||
| 13503 | 2025.02.11 21:39:51.236107 [ 223 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13504 | 2025.02.11 21:39:51.236180 [ 223 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13505 | 2025.02.11 21:39:51.238158 [ 223 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13506 | 2025.02.11 21:39:51.562595 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13507 | 2025.02.11 21:39:51.562895 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13508 | 2025.02.11 21:39:51.563010 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13509 | 2025.02.11 21:39:51.563879 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13510 | 2025.02.11 21:39:51.563929 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13511 | 2025.02.11 21:39:51.564380 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13512 | 2025.02.11 21:39:51.564647 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13513 | 2025.02.11 21:39:51.564862 [ 77 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13514 | 2025.02.11 21:39:51.564892 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002084 sec., 65259.117082533594 rows/sec., 5.64 MiB/sec. | ||
| 13515 | 2025.02.11 21:39:51.564938 [ 77 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13516 | 2025.02.11 21:39:51.565005 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13517 | 2025.02.11 21:39:51.565018 [ 255 ] {c6a1de98-da3a-413a-b898-392889d8b4b2} <Debug> TCPHandler: Processed in 0.002604185 sec. | ||
| 13518 | 2025.02.11 21:39:51.565333 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13519 | 2025.02.11 21:39:51.565428 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13520 | 2025.02.11 21:39:51.565937 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13521 | 2025.02.11 21:39:51.566078 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1848 rows starting from the beginning of the part | ||
| 13522 | 2025.02.11 21:39:51.566126 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13523 | 2025.02.11 21:39:51.566452 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1277 rows starting from the beginning of the part | ||
| 13524 | 2025.02.11 21:39:51.566991 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 617 rows starting from the beginning of the part | ||
| 13525 | 2025.02.11 21:39:51.567083 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13526 | 2025.02.11 21:39:51.567530 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 136 rows starting from the beginning of the part | ||
| 13527 | 2025.02.11 21:39:51.567982 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 617 rows starting from the beginning of the part | ||
| 13528 | 2025.02.11 21:39:51.568289 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part | ||
| 13529 | 2025.02.11 21:39:51.570487 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2025.02.11 21:39:51.570655 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13531 | 2025.02.11 21:39:51.572259 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13532 | 2025.02.11 21:39:51.572583 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13533 | 2025.02.11 21:39:51.572899 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.007065 sec., 5661.712668082095 rows/sec., 425.73 KiB/sec. | ||
| 13534 | 2025.02.11 21:39:51.573280 [ 257 ] {1d7eddff-c54f-477e-9860-20607d39a2ff} <Debug> TCPHandler: Processed in 0.008095309 sec. | ||
| 13535 | 2025.02.11 21:39:51.573413 [ 196 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4631 rows, containing 5 columns (5 merged, 0 gathered) in 0.008257174 sec., 560845.6355649038 rows/sec., 47.78 MiB/sec. | ||
| 13536 | 2025.02.11 21:39:51.573502 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13537 | 2025.02.11 21:39:51.573704 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13538 | 2025.02.11 21:39:51.573749 [ 193 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13539 | 2025.02.11 21:39:51.573815 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13540 | 2025.02.11 21:39:51.574346 [ 193 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13541 | 2025.02.11 21:39:51.574586 [ 193 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_106_21} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13542 | 2025.02.11 21:39:51.574711 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 13543 | 2025.02.11 21:39:51.575005 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2025.02.11 21:39:51.575049 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13545 | 2025.02.11 21:39:51.575450 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13546 | 2025.02.11 21:39:51.575701 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2025.02.11 21:39:51.575877 [ 77 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13548 | 2025.02.11 21:39:51.575939 [ 77 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2025.02.11 21:39:51.575952 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002287 sec., 45474.420638390904 rows/sec., 3.55 MiB/sec. | ||
| 13550 | 2025.02.11 21:39:51.575980 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13551 | 2025.02.11 21:39:51.576137 [ 255 ] {d9096647-ccf1-4b6e-8576-aadaae73e150} <Debug> TCPHandler: Processed in 0.002719067 sec. | ||
| 13552 | 2025.02.11 21:39:51.576199 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13553 | 2025.02.11 21:39:51.576339 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.02.11 21:39:51.576367 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13555 | 2025.02.11 21:39:51.576426 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 13556 | 2025.02.11 21:39:51.576700 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 562 rows starting from the beginning of the part | ||
| 13557 | 2025.02.11 21:39:51.576748 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13558 | 2025.02.11 21:39:51.576939 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 382 rows starting from the beginning of the part | ||
| 13559 | 2025.02.11 21:39:51.577010 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13560 | 2025.02.11 21:39:51.577230 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 104 rows starting from the beginning of the part | ||
| 13561 | 2025.02.11 21:39:51.577555 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 382 rows starting from the beginning of the part | ||
| 13562 | 2025.02.11 21:39:51.577833 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part | ||
| 13563 | 2025.02.11 21:39:51.579715 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13564 | 2025.02.11 21:39:51.579786 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13565 | 2025.02.11 21:39:51.580812 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13566 | 2025.02.11 21:39:51.581327 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13567 | 2025.02.11 21:39:51.581339 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.00524037 sec., 467524.2397006318 rows/sec., 35.84 MiB/sec. | ||
| 13568 | 2025.02.11 21:39:51.581553 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13569 | 2025.02.11 21:39:51.581627 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13570 | 2025.02.11 21:39:51.581668 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13571 | 2025.02.11 21:39:51.581723 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005206 sec., 30733.76872839032 rows/sec., 2.14 MiB/sec. | ||
| 13572 | 2025.02.11 21:39:51.581751 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13573 | 2025.02.11 21:39:51.582266 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13574 | 2025.02.11 21:39:51.582564 [ 257 ] {bafa1938-df73-4d1f-9f66-edfeb1aa94fe} <Debug> TCPHandler: Processed in 0.006280555 sec. | ||
| 13575 | 2025.02.11 21:39:51.582986 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13576 | 2025.02.11 21:39:51.583219 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13577 | 2025.02.11 21:39:51.583225 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13578 | 2025.02.11 21:39:51.583445 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_101_20, total 34282 rows starting from the beginning of the part | ||
| 13579 | 2025.02.11 21:39:51.583715 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13580 | 2025.02.11 21:39:51.583871 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_106_21} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13581 | 2025.02.11 21:39:51.584024 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1007 rows starting from the beginning of the part | ||
| 13582 | 2025.02.11 21:39:51.584318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 13583 | 2025.02.11 21:39:51.584489 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13584 | 2025.02.11 21:39:51.585000 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13585 | 2025.02.11 21:39:51.585006 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13586 | 2025.02.11 21:39:51.585871 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part | ||
| 13587 | 2025.02.11 21:39:51.588506 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13588 | 2025.02.11 21:39:51.588553 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13589 | 2025.02.11 21:39:51.589441 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13590 | 2025.02.11 21:39:51.589893 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13591 | 2025.02.11 21:39:51.590197 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006768 sec., 5910.16548463357 rows/sec., 10.59 MiB/sec. | ||
| 13592 | 2025.02.11 21:39:51.591044 [ 255 ] {7a97b969-32cd-42e6-9b8f-f403c7391b10} <Debug> TCPHandler: Processed in 0.008282765 sec. | ||
| 13593 | 2025.02.11 21:39:51.591347 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13594 | 2025.02.11 21:39:51.591513 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13595 | 2025.02.11 21:39:51.591565 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13596 | 2025.02.11 21:39:51.592240 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13597 | 2025.02.11 21:39:51.592287 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13598 | 2025.02.11 21:39:51.592792 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13599 | 2025.02.11 21:39:51.593108 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13600 | 2025.02.11 21:39:51.593273 [ 77 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13601 | 2025.02.11 21:39:51.593316 [ 77 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13602 | 2025.02.11 21:39:51.593342 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13603 | 2025.02.11 21:39:51.593344 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001872 sec., 32051.28205128205 rows/sec., 2.16 MiB/sec. | ||
| 13604 | 2025.02.11 21:39:51.593597 [ 257 ] {bdd6d38b-3772-4655-b23e-f229e2febba1} <Debug> TCPHandler: Processed in 0.002422479 sec. | ||
| 13605 | 2025.02.11 21:39:51.593711 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13606 | 2025.02.11 21:39:51.594005 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13607 | 2025.02.11 21:39:51.594043 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6976 rows starting from the beginning of the part | ||
| 13608 | 2025.02.11 21:39:51.594165 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13609 | 2025.02.11 21:39:51.594476 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13610 | 2025.02.11 21:39:51.594635 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13611 | 2025.02.11 21:39:51.594840 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 13612 | 2025.02.11 21:39:51.595125 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 13613 | 2025.02.11 21:39:51.596176 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35923 rows, containing 5 columns (5 merged, 0 gathered) in 0.014345805 sec., 2504076.97581279 rows/sec., 169.29 MiB/sec. | ||
| 13614 | 2025.02.11 21:39:51.596588 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13615 | 2025.02.11 21:39:51.597336 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2025.02.11 21:39:51.597534 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13617 | 2025.02.11 21:39:51.597673 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 13618 | 2025.02.11 21:39:51.598629 [ 187 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7320 rows, containing 4 columns (4 merged, 0 gathered) in 0.005202488 sec., 1407019.1031675613 rows/sec., 92.10 MiB/sec. | ||
| 13619 | 2025.02.11 21:39:51.599102 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13620 | 2025.02.11 21:39:51.599392 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13621 | 2025.02.11 21:39:51.599472 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_106_21} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13622 | 2025.02.11 21:39:51.599564 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 13623 | 2025.02.11 21:39:54.934276 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13624 | 2025.02.11 21:39:54.934363 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13625 | 2025.02.11 21:39:55.128204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 13626 | 2025.02.11 21:39:55.128988 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13627 | 2025.02.11 21:39:55.129045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13628 | 2025.02.11 21:39:55.129608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13629 | 2025.02.11 21:39:55.129892 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13630 | 2025.02.11 21:39:55.130157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 13631 | 2025.02.11 21:39:56.309083 [ 221 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13632 | 2025.02.11 21:39:56.309151 [ 221 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13633 | 2025.02.11 21:39:56.311398 [ 221 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13634 | 2025.02.11 21:39:56.565143 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2025.02.11 21:39:56.565336 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13636 | 2025.02.11 21:39:56.565411 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13637 | 2025.02.11 21:39:56.566288 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13638 | 2025.02.11 21:39:56.566341 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13639 | 2025.02.11 21:39:56.566803 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13640 | 2025.02.11 21:39:56.567063 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13641 | 2025.02.11 21:39:56.567283 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002001 sec., 105947.02648675661 rows/sec., 6.74 MiB/sec. | ||
| 13642 | 2025.02.11 21:39:56.567341 [ 255 ] {4a78e692-5be7-49fc-ad7c-f2ec784e1810} <Debug> TCPHandler: Processed in 0.002337567 sec. | ||
| 13643 | 2025.02.11 21:39:56.567598 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13644 | 2025.02.11 21:39:56.567792 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13645 | 2025.02.11 21:39:56.567865 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13646 | 2025.02.11 21:39:56.569096 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2025.02.11 21:39:56.569136 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13648 | 2025.02.11 21:39:56.569620 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13649 | 2025.02.11 21:39:56.569886 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2025.02.11 21:39:56.570104 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002355 sec., 261995.75371549895 rows/sec., 20.48 MiB/sec. | ||
| 13651 | 2025.02.11 21:39:56.570174 [ 257 ] {39511620-db21-4f41-985b-e045c3901135} <Debug> TCPHandler: Processed in 0.002708366 sec. | ||
| 13652 | 2025.02.11 21:39:56.570182 [ 220 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13653 | 2025.02.11 21:39:56.570254 [ 220 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13654 | 2025.02.11 21:39:56.570367 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13655 | 2025.02.11 21:39:56.570513 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13656 | 2025.02.11 21:39:56.570596 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13657 | 2025.02.11 21:39:56.571962 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13658 | 2025.02.11 21:39:56.572033 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13659 | 2025.02.11 21:39:56.572664 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13660 | 2025.02.11 21:39:56.573046 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13661 | 2025.02.11 21:39:56.573508 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003012 sec., 35192.5630810093 rows/sec., 2.07 MiB/sec. | ||
| 13662 | 2025.02.11 21:39:56.573665 [ 255 ] {d8c8781d-9c7b-4e37-9447-25bca0d3a420} <Debug> TCPHandler: Processed in 0.003371763 sec. | ||
| 13663 | 2025.02.11 21:39:56.573987 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13664 | 2025.02.11 21:39:56.574015 [ 220 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13665 | 2025.02.11 21:39:56.574591 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13666 | 2025.02.11 21:39:56.574890 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13667 | 2025.02.11 21:39:56.577007 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13668 | 2025.02.11 21:39:56.577046 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13669 | 2025.02.11 21:39:56.577435 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13670 | 2025.02.11 21:39:56.577678 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13671 | 2025.02.11 21:39:56.577860 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003488 sec., 32396.788990825688 rows/sec., 2.10 MiB/sec. | ||
| 13672 | 2025.02.11 21:39:56.577915 [ 257 ] {adee6f6c-11da-46a9-a417-1d5359c42ba3} <Debug> TCPHandler: Processed in 0.004132522 sec. | ||
| 13673 | 2025.02.11 21:39:56.578068 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13674 | 2025.02.11 21:39:56.578193 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13675 | 2025.02.11 21:39:56.578242 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13676 | 2025.02.11 21:39:56.578885 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13677 | 2025.02.11 21:39:56.578926 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13678 | 2025.02.11 21:39:56.579330 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13679 | 2025.02.11 21:39:56.579611 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13680 | 2025.02.11 21:39:56.579823 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001656 sec., 67632.8502415459 rows/sec., 3.85 MiB/sec. | ||
| 13681 | 2025.02.11 21:39:56.579880 [ 255 ] {b363be3a-8c8a-460d-8c5a-4241182f3e47} <Debug> TCPHandler: Processed in 0.001876496 sec. | ||
| 13682 | 2025.02.11 21:39:56.580027 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13683 | 2025.02.11 21:39:56.580146 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13684 | 2025.02.11 21:39:56.580197 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13685 | 2025.02.11 21:39:56.581017 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13686 | 2025.02.11 21:39:56.581055 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13687 | 2025.02.11 21:39:56.581441 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13688 | 2025.02.11 21:39:56.581690 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13689 | 2025.02.11 21:39:56.581877 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001756 sec., 217539.86332574033 rows/sec., 15.34 MiB/sec. | ||
| 13690 | 2025.02.11 21:39:56.581932 [ 257 ] {75fc766f-ced8-4c43-9f50-12034f369981} <Debug> TCPHandler: Processed in 0.001961919 sec. | ||
| 13691 | 2025.02.11 21:39:56.582099 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13692 | 2025.02.11 21:39:56.582223 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13693 | 2025.02.11 21:39:56.582275 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13694 | 2025.02.11 21:39:56.582781 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13695 | 2025.02.11 21:39:56.582822 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13696 | 2025.02.11 21:39:56.583250 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13697 | 2025.02.11 21:39:56.583561 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13698 | 2025.02.11 21:39:56.583736 [ 70 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13699 | 2025.02.11 21:39:56.583804 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 13700 | 2025.02.11 21:39:56.583813 [ 70 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13701 | 2025.02.11 21:39:56.583887 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13702 | 2025.02.11 21:39:56.583929 [ 255 ] {b69d8320-3121-471d-9cb4-1f66afe3ad8f} <Debug> TCPHandler: Processed in 0.001887866 sec. | ||
| 13703 | 2025.02.11 21:39:56.584104 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 13704 | 2025.02.11 21:39:56.584130 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13705 | 2025.02.11 21:39:56.584307 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13706 | 2025.02.11 21:39:56.584343 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13707 | 2025.02.11 21:39:56.584368 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 13708 | 2025.02.11 21:39:56.584449 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13709 | 2025.02.11 21:39:56.584613 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 13710 | 2025.02.11 21:39:56.584998 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13711 | 2025.02.11 21:39:56.585459 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13712 | 2025.02.11 21:39:56.585768 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13713 | 2025.02.11 21:39:56.586012 [ 191 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13714 | 2025.02.11 21:39:56.587181 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13715 | 2025.02.11 21:39:56.587259 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13716 | 2025.02.11 21:39:56.588496 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13717 | 2025.02.11 21:39:56.588819 [ 199 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004830619 sec., 57135.53480413172 rows/sec., 2.92 MiB/sec. | ||
| 13718 | 2025.02.11 21:39:56.588994 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.02.11 21:39:56.589025 [ 199 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13720 | 2025.02.11 21:39:56.589418 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005125 sec., 46243.90243902439 rows/sec., 3.10 MiB/sec. | ||
| 13721 | 2025.02.11 21:39:56.589546 [ 257 ] {ce55d78e-b938-4d3f-8d85-4235c50825db} <Debug> TCPHandler: Processed in 0.005500236 sec. | ||
| 13722 | 2025.02.11 21:39:56.589623 [ 199 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13723 | 2025.02.11 21:39:56.589739 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13724 | 2025.02.11 21:39:56.589739 [ 199 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_46_9} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13725 | 2025.02.11 21:39:56.589853 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13726 | 2025.02.11 21:39:56.589887 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13727 | 2025.02.11 21:39:56.589939 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13728 | 2025.02.11 21:39:56.590401 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13729 | 2025.02.11 21:39:56.590440 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13730 | 2025.02.11 21:39:56.590806 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13731 | 2025.02.11 21:39:56.591053 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13732 | 2025.02.11 21:39:56.591301 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 13733 | 2025.02.11 21:39:56.591470 [ 255 ] {fa266474-e67c-49c4-8c0f-059cfa524713} <Debug> TCPHandler: Processed in 0.001803875 sec. | ||
| 13734 | 2025.02.11 21:39:56.591713 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13735 | 2025.02.11 21:39:56.591835 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13736 | 2025.02.11 21:39:56.591885 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13737 | 2025.02.11 21:39:56.592384 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13738 | 2025.02.11 21:39:56.592424 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13739 | 2025.02.11 21:39:56.592823 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13740 | 2025.02.11 21:39:56.593076 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13741 | 2025.02.11 21:39:56.593313 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
| 13742 | 2025.02.11 21:39:56.593383 [ 224 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13743 | 2025.02.11 21:39:56.593413 [ 257 ] {0fb491ac-7457-4ead-8b66-23cc4e8c4592} <Debug> TCPHandler: Processed in 0.001817345 sec. | ||
| 13744 | 2025.02.11 21:39:56.593436 [ 224 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13745 | 2025.02.11 21:39:56.595338 [ 224 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13746 | 2025.02.11 21:39:57.234990 [ 222 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13747 | 2025.02.11 21:39:57.235037 [ 222 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13748 | 2025.02.11 21:39:57.236983 [ 222 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13749 | 2025.02.11 21:39:57.538475 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13750 | 2025.02.11 21:39:57.538534 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13751 | 2025.02.11 21:39:57.540531 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13752 | 2025.02.11 21:39:57.587858 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 13753 | 2025.02.11 21:39:57.611802 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13754 | 2025.02.11 21:39:57.611858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13755 | 2025.02.11 21:39:57.619288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13756 | 2025.02.11 21:39:57.620086 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13757 | 2025.02.11 21:39:57.623618 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 13758 | 2025.02.11 21:40:00.339191 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1898 | ||
| 13759 | 2025.02.11 21:40:00.342476 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13760 | 2025.02.11 21:40:00.342528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13761 | 2025.02.11 21:40:00.344111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13762 | 2025.02.11 21:40:00.344424 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13763 | 2025.02.11 21:40:00.344959 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1898 | ||
| 13764 | 2025.02.11 21:40:01.155452 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13765 | 2025.02.11 21:40:01.155690 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13766 | 2025.02.11 21:40:01.155803 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13767 | 2025.02.11 21:40:01.156640 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13768 | 2025.02.11 21:40:01.156694 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13769 | 2025.02.11 21:40:01.157127 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13770 | 2025.02.11 21:40:01.157387 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13771 | 2025.02.11 21:40:01.157652 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002017 sec., 6941.001487357461 rows/sec., 565.99 KiB/sec. | ||
| 13772 | 2025.02.11 21:40:01.157796 [ 255 ] {9b4432cc-5957-43bd-9a02-2c2f170292bf} <Debug> TCPHandler: Processed in 0.002491781 sec. | ||
| 13773 | 2025.02.11 21:40:01.158111 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13774 | 2025.02.11 21:40:01.158339 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13775 | 2025.02.11 21:40:01.158417 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13776 | 2025.02.11 21:40:01.160193 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13777 | 2025.02.11 21:40:01.160249 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13778 | 2025.02.11 21:40:01.160772 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13779 | 2025.02.11 21:40:01.161037 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13780 | 2025.02.11 21:40:01.161275 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.00299 sec., 429096.9899665552 rows/sec., 35.63 MiB/sec. | ||
| 13781 | 2025.02.11 21:40:01.161333 [ 257 ] {2c5fb376-21cb-4255-a550-57bee32f087c} <Debug> TCPHandler: Processed in 0.003377543 sec. | ||
| 13782 | 2025.02.11 21:40:01.161503 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13783 | 2025.02.11 21:40:01.161652 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13784 | 2025.02.11 21:40:01.161714 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13785 | 2025.02.11 21:40:01.162433 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13786 | 2025.02.11 21:40:01.162476 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13787 | 2025.02.11 21:40:01.162847 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13788 | 2025.02.11 21:40:01.163105 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13789 | 2025.02.11 21:40:01.163285 [ 62 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13790 | 2025.02.11 21:40:01.163343 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.00172 sec., 31395.3488372093 rows/sec., 2.26 MiB/sec. | ||
| 13791 | 2025.02.11 21:40:01.163377 [ 62 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2025.02.11 21:40:01.163453 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13793 | 2025.02.11 21:40:01.163459 [ 255 ] {cd37b679-b3b8-4a4f-b763-b33ac95ef2fd} <Debug> TCPHandler: Processed in 0.002026641 sec. | ||
| 13794 | 2025.02.11 21:40:01.163702 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 13795 | 2025.02.11 21:40:01.163716 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13796 | 2025.02.11 21:40:01.163948 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13797 | 2025.02.11 21:40:01.163979 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13798 | 2025.02.11 21:40:01.164014 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 166 rows starting from the beginning of the part | ||
| 13799 | 2025.02.11 21:40:01.164088 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13800 | 2025.02.11 21:40:01.164292 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 40 rows starting from the beginning of the part | ||
| 13801 | 2025.02.11 21:40:01.164676 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 106 rows starting from the beginning of the part | ||
| 13802 | 2025.02.11 21:40:01.165042 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 40 rows starting from the beginning of the part | ||
| 13803 | 2025.02.11 21:40:01.165402 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 106 rows starting from the beginning of the part | ||
| 13804 | 2025.02.11 21:40:01.165857 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 54 rows starting from the beginning of the part | ||
| 13805 | 2025.02.11 21:40:01.167058 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13806 | 2025.02.11 21:40:01.167123 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13807 | 2025.02.11 21:40:01.168050 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13808 | 2025.02.11 21:40:01.168542 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13809 | 2025.02.11 21:40:01.168852 [ 62 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 13810 | 2025.02.11 21:40:01.168952 [ 62 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2025.02.11 21:40:01.169052 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13812 | 2025.02.11 21:40:01.169215 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005227 sec., 43619.66711306677 rows/sec., 2.95 MiB/sec. | ||
| 13813 | 2025.02.11 21:40:01.169414 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 13814 | 2025.02.11 21:40:01.169832 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.006266875 sec., 81699.41158871049 rows/sec., 5.54 MiB/sec. | ||
| 13815 | 2025.02.11 21:40:01.169868 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13816 | 2025.02.11 21:40:01.169869 [ 257 ] {17ea29f4-d60b-46ce-9eb2-d298049cb02f} <Debug> TCPHandler: Processed in 0.006275415 sec. | ||
| 13817 | 2025.02.11 21:40:01.169956 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 342 rows starting from the beginning of the part | ||
| 13818 | 2025.02.11 21:40:01.170168 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13819 | 2025.02.11 21:40:01.170243 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13820 | 2025.02.11 21:40:01.170380 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part | ||
| 13821 | 2025.02.11 21:40:01.170683 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13822 | 2025.02.11 21:40:01.170965 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part | ||
| 13823 | 2025.02.11 21:40:01.170967 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13824 | 2025.02.11 21:40:01.171467 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 113 rows starting from the beginning of the part | ||
| 13825 | 2025.02.11 21:40:01.171928 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13826 | 2025.02.11 21:40:01.171958 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 113 rows starting from the beginning of the part | ||
| 13827 | 2025.02.11 21:40:01.172446 [ 199 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 13828 | 2025.02.11 21:40:01.172472 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_101_20} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13829 | 2025.02.11 21:40:01.172904 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13830 | 2025.02.11 21:40:01.174386 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13831 | 2025.02.11 21:40:01.174436 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13832 | 2025.02.11 21:40:01.174872 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005704251 sec., 199325.02970153315 rows/sec., 14.02 MiB/sec. | ||
| 13833 | 2025.02.11 21:40:01.175038 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13834 | 2025.02.11 21:40:01.175076 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 13835 | 2025.02.11 21:40:01.175488 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13836 | 2025.02.11 21:40:01.175592 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2025.02.11 21:40:01.175793 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_65_13} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 13838 | 2025.02.11 21:40:01.175877 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.005408 sec., 106139.05325443788 rows/sec., 7.90 MiB/sec. | ||
| 13839 | 2025.02.11 21:40:01.175946 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 13840 | 2025.02.11 21:40:01.176049 [ 255 ] {571d786c-72e4-4083-83a3-b749f723305b} <Debug> TCPHandler: Processed in 0.00603437 sec. | ||
| 13841 | 2025.02.11 21:40:01.176223 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13842 | 2025.02.11 21:40:01.176342 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13843 | 2025.02.11 21:40:01.176395 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13844 | 2025.02.11 21:40:01.177243 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13845 | 2025.02.11 21:40:01.177282 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13846 | 2025.02.11 21:40:01.177754 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13847 | 2025.02.11 21:40:01.177998 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13848 | 2025.02.11 21:40:01.178225 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.001907 sec., 531200.8390141584 rows/sec., 35.71 MiB/sec. | ||
| 13849 | 2025.02.11 21:40:01.178276 [ 257 ] {2ac0d759-3812-4a19-af88-ca4297284919} <Debug> TCPHandler: Processed in 0.002110112 sec. | ||
| 13850 | 2025.02.11 21:40:01.178431 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13851 | 2025.02.11 21:40:01.178573 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13852 | 2025.02.11 21:40:01.178667 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13853 | 2025.02.11 21:40:01.179939 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13854 | 2025.02.11 21:40:01.179978 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13855 | 2025.02.11 21:40:01.180682 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13856 | 2025.02.11 21:40:01.180941 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13857 | 2025.02.11 21:40:01.181143 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002603 sec., 15366.88436419516 rows/sec., 27.54 MiB/sec. | ||
| 13858 | 2025.02.11 21:40:01.181243 [ 255 ] {d055898d-e300-494e-951f-9ed5b0062e0d} <Debug> TCPHandler: Processed in 0.002876431 sec. | ||
| 13859 | 2025.02.11 21:40:01.181459 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13860 | 2025.02.11 21:40:01.181681 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13861 | 2025.02.11 21:40:01.181773 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13862 | 2025.02.11 21:40:01.182558 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13863 | 2025.02.11 21:40:01.182595 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13864 | 2025.02.11 21:40:01.182974 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13865 | 2025.02.11 21:40:01.183228 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13866 | 2025.02.11 21:40:01.183441 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001813 sec., 33094.31880860453 rows/sec., 2.23 MiB/sec. | ||
| 13867 | 2025.02.11 21:40:01.183490 [ 257 ] {932395ca-97ea-49d7-aedf-85c5813bc357} <Debug> TCPHandler: Processed in 0.002141563 sec. | ||
| 13868 | 2025.02.11 21:40:02.375185 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13869 | 2025.02.11 21:40:02.375234 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13870 | 2025.02.11 21:40:02.377234 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13871 | 2025.02.11 21:40:02.630311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 13872 | 2025.02.11 21:40:02.631228 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13873 | 2025.02.11 21:40:02.631275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13874 | 2025.02.11 21:40:02.631842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13875 | 2025.02.11 21:40:02.632100 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13876 | 2025.02.11 21:40:02.632312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 13877 | 2025.02.11 21:40:02.632326 [ 220 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13878 | 2025.02.11 21:40:02.632359 [ 220 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13879 | 2025.02.11 21:40:02.634304 [ 220 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13880 | 2025.02.11 21:40:02.680256 [ 218 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13881 | 2025.02.11 21:40:02.680308 [ 218 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13882 | 2025.02.11 21:40:02.682237 [ 218 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13883 | 2025.02.11 21:40:05.123718 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 13884 | 2025.02.11 21:40:05.146378 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13885 | 2025.02.11 21:40:05.146447 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13886 | 2025.02.11 21:40:05.153967 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13887 | 2025.02.11 21:40:05.154782 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13888 | 2025.02.11 21:40:05.159412 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 13889 | 2025.02.11 21:40:06.074884 [ 222 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13890 | 2025.02.11 21:40:06.074952 [ 222 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13891 | 2025.02.11 21:40:06.076482 [ 222 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13892 | 2025.02.11 21:40:06.566238 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13893 | 2025.02.11 21:40:06.566549 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13894 | 2025.02.11 21:40:06.566670 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13895 | 2025.02.11 21:40:06.567498 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13896 | 2025.02.11 21:40:06.567545 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13897 | 2025.02.11 21:40:06.567998 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13898 | 2025.02.11 21:40:06.568258 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13899 | 2025.02.11 21:40:06.568472 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002011 sec., 105420.18896071606 rows/sec., 6.70 MiB/sec. | ||
| 13900 | 2025.02.11 21:40:06.568539 [ 255 ] {1a09d63f-c092-456e-bf14-a5b75611e4db} <Debug> TCPHandler: Processed in 0.002490642 sec. | ||
| 13901 | 2025.02.11 21:40:06.568846 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13902 | 2025.02.11 21:40:06.569156 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13903 | 2025.02.11 21:40:06.569272 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13904 | 2025.02.11 21:40:06.570427 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13905 | 2025.02.11 21:40:06.570474 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13906 | 2025.02.11 21:40:06.570962 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13907 | 2025.02.11 21:40:06.571217 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13908 | 2025.02.11 21:40:06.571454 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002387 sec., 258483.45203183914 rows/sec., 20.21 MiB/sec. | ||
| 13909 | 2025.02.11 21:40:06.571527 [ 257 ] {d68265c0-8380-4d3d-87e9-e9823fad65ea} <Debug> TCPHandler: Processed in 0.002873081 sec. | ||
| 13910 | 2025.02.11 21:40:06.571686 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13911 | 2025.02.11 21:40:06.571835 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13912 | 2025.02.11 21:40:06.571898 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13913 | 2025.02.11 21:40:06.572662 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13914 | 2025.02.11 21:40:06.572700 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13915 | 2025.02.11 21:40:06.573086 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13916 | 2025.02.11 21:40:06.573329 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13917 | 2025.02.11 21:40:06.573512 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001715 sec., 61807.58017492711 rows/sec., 3.64 MiB/sec. | ||
| 13918 | 2025.02.11 21:40:06.573569 [ 255 ] {51d7f640-7ac1-48d6-9113-8de0fc6fdd2b} <Debug> TCPHandler: Processed in 0.001951938 sec. | ||
| 13919 | 2025.02.11 21:40:06.573794 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13920 | 2025.02.11 21:40:06.574027 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13921 | 2025.02.11 21:40:06.574120 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13922 | 2025.02.11 21:40:06.574989 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13923 | 2025.02.11 21:40:06.575028 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13924 | 2025.02.11 21:40:06.575405 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13925 | 2025.02.11 21:40:06.575654 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13926 | 2025.02.11 21:40:06.575853 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001888 sec., 59851.69491525424 rows/sec., 3.87 MiB/sec. | ||
| 13927 | 2025.02.11 21:40:06.575904 [ 257 ] {44a5e063-3164-4a13-b142-0e79b3b341b3} <Debug> TCPHandler: Processed in 0.002222715 sec. | ||
| 13928 | 2025.02.11 21:40:06.576072 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13929 | 2025.02.11 21:40:06.576215 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13930 | 2025.02.11 21:40:06.576274 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13931 | 2025.02.11 21:40:06.576938 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13932 | 2025.02.11 21:40:06.576976 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13933 | 2025.02.11 21:40:06.577341 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13934 | 2025.02.11 21:40:06.577580 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13935 | 2025.02.11 21:40:06.577784 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001601 sec., 69956.27732667082 rows/sec., 3.99 MiB/sec. | ||
| 13936 | 2025.02.11 21:40:06.577826 [ 221 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13937 | 2025.02.11 21:40:06.577866 [ 255 ] {19dd82d2-18c4-4c7a-b551-1a798baf63eb} <Debug> TCPHandler: Processed in 0.001862576 sec. | ||
| 13938 | 2025.02.11 21:40:06.577909 [ 221 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13939 | 2025.02.11 21:40:06.578114 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13940 | 2025.02.11 21:40:06.578343 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13941 | 2025.02.11 21:40:06.578442 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13942 | 2025.02.11 21:40:06.579553 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2025.02.11 21:40:06.579596 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13944 | 2025.02.11 21:40:06.580058 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13945 | 2025.02.11 21:40:06.580219 [ 221 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13946 | 2025.02.11 21:40:06.580412 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13947 | 2025.02.11 21:40:06.580741 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002451 sec., 155854.7531619747 rows/sec., 10.99 MiB/sec. | ||
| 13948 | 2025.02.11 21:40:06.580794 [ 257 ] {5933ba93-368f-4eec-a81f-2498bb947d5c} <Debug> TCPHandler: Processed in 0.002810239 sec. | ||
| 13949 | 2025.02.11 21:40:06.580944 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13950 | 2025.02.11 21:40:06.581084 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13951 | 2025.02.11 21:40:06.581147 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13952 | 2025.02.11 21:40:06.581702 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13953 | 2025.02.11 21:40:06.581739 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13954 | 2025.02.11 21:40:06.582111 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13955 | 2025.02.11 21:40:06.582347 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13956 | 2025.02.11 21:40:06.582571 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 13957 | 2025.02.11 21:40:06.582753 [ 255 ] {f93e2dcd-526a-4440-8a5e-27a785b0c3ac} <Debug> TCPHandler: Processed in 0.001870517 sec. | ||
| 13958 | 2025.02.11 21:40:06.583058 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13959 | 2025.02.11 21:40:06.583281 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13960 | 2025.02.11 21:40:06.583377 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13961 | 2025.02.11 21:40:06.584080 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13962 | 2025.02.11 21:40:06.584119 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13963 | 2025.02.11 21:40:06.584524 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13964 | 2025.02.11 21:40:06.584765 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13965 | 2025.02.11 21:40:06.584972 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001747 sec., 135661.13337149398 rows/sec., 9.09 MiB/sec. | ||
| 13966 | 2025.02.11 21:40:06.585022 [ 257 ] {fa68524e-f565-48fa-99dd-2e5882ebbee4} <Debug> TCPHandler: Processed in 0.002167404 sec. | ||
| 13967 | 2025.02.11 21:40:06.585169 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13968 | 2025.02.11 21:40:06.585306 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13969 | 2025.02.11 21:40:06.585368 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13970 | 2025.02.11 21:40:06.585868 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13971 | 2025.02.11 21:40:06.585905 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13972 | 2025.02.11 21:40:06.586260 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13973 | 2025.02.11 21:40:06.586516 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13974 | 2025.02.11 21:40:06.586694 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 13975 | 2025.02.11 21:40:06.586742 [ 255 ] {159dfebd-0c31-4221-8c48-4ef08d0c63b4} <Debug> TCPHandler: Processed in 0.00163767 sec. | ||
| 13976 | 2025.02.11 21:40:06.586931 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13977 | 2025.02.11 21:40:06.587152 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13978 | 2025.02.11 21:40:06.587241 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13979 | 2025.02.11 21:40:06.587912 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13980 | 2025.02.11 21:40:06.587951 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 13981 | 2025.02.11 21:40:06.588322 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13982 | 2025.02.11 21:40:06.588560 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13983 | 2025.02.11 21:40:06.588779 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001682 sec., 48751.486325802616 rows/sec., 3.10 MiB/sec. | ||
| 13984 | 2025.02.11 21:40:06.588829 [ 257 ] {bdbf4ed7-db70-41d1-8e3a-1bdca476e5a3} <Debug> TCPHandler: Processed in 0.00200515 sec. | ||
| 13985 | 2025.02.11 21:40:07.008800 [ 218 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13986 | 2025.02.11 21:40:07.008886 [ 218 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13987 | 2025.02.11 21:40:07.011067 [ 218 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13988 | 2025.02.11 21:40:07.311813 [ 222 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13989 | 2025.02.11 21:40:07.311869 [ 222 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13990 | 2025.02.11 21:40:07.314513 [ 222 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13991 | 2025.02.11 21:40:08.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.62 MiB, peak 273.33 MiB, free memory in arenas 0.00 B, will set to 260.62 MiB (RSS), difference: 4.00 MiB | ||
| 13992 | 2025.02.11 21:40:08.176219 [ 223 ] {} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13993 | 2025.02.11 21:40:08.176322 [ 223 ] {} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13994 | 2025.02.11 21:40:08.178431 [ 223 ] {} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13995 | 2025.02.11 21:40:09.934434 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13996 | 2025.02.11 21:40:09.934516 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13997 | 2025.02.11 21:40:10.132441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 13998 | 2025.02.11 21:40:10.133092 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13999 | 2025.02.11 21:40:10.133138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14000 | 2025.02.11 21:40:10.133698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14001 | 2025.02.11 21:40:10.133966 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14002 | 2025.02.11 21:40:10.134191 [ 47 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14003 | 2025.02.11 21:40:10.134249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14004 | 2025.02.11 21:40:10.134279 [ 47 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2025.02.11 21:40:10.134311 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14006 | 2025.02.11 21:40:10.134541 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 14007 | 2025.02.11 21:40:10.134895 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14008 | 2025.02.11 21:40:10.134937 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 14009 | 2025.02.11 21:40:10.135015 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 14010 | 2025.02.11 21:40:10.135103 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 14011 | 2025.02.11 21:40:10.135344 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 14012 | 2025.02.11 21:40:10.135557 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 14013 | 2025.02.11 21:40:10.135676 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 14014 | 2025.02.11 21:40:10.138557 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004160532 sec., 8371765.918396975 rows/sec., 119.76 MiB/sec. | ||
| 14015 | 2025.02.11 21:40:10.138792 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14016 | 2025.02.11 21:40:10.139105 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14017 | 2025.02.11 21:40:10.139193 [ 193 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_76_15} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14018 | 2025.02.11 21:40:10.139291 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14019 | 2025.02.11 21:40:10.345164 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1934 | ||
| 14020 | 2025.02.11 21:40:10.348363 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14021 | 2025.02.11 21:40:10.348408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14022 | 2025.02.11 21:40:10.350046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14023 | 2025.02.11 21:40:10.350358 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14024 | 2025.02.11 21:40:10.350584 [ 45 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14025 | 2025.02.11 21:40:10.350694 [ 45 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14026 | 2025.02.11 21:40:10.350765 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14027 | 2025.02.11 21:40:10.351347 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 14028 | 2025.02.11 21:40:10.351930 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1934 | ||
| 14029 | 2025.02.11 21:40:10.352458 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14030 | 2025.02.11 21:40:10.352653 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1766 rows starting from the beginning of the part | ||
| 14031 | 2025.02.11 21:40:10.353193 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
| 14032 | 2025.02.11 21:40:10.353717 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 14033 | 2025.02.11 21:40:10.354208 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 14034 | 2025.02.11 21:40:10.354700 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 14035 | 2025.02.11 21:40:10.355195 [ 201 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part | ||
| 14036 | 2025.02.11 21:40:10.364270 [ 198 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1934 rows, containing 72 columns (72 merged, 0 gathered) in 0.013298979 sec., 145424.6976403226 rows/sec., 110.63 MiB/sec. | ||
| 14037 | 2025.02.11 21:40:10.366269 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14038 | 2025.02.11 21:40:10.367293 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14039 | 2025.02.11 21:40:10.367407 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_56_11} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14040 | 2025.02.11 21:40:10.367806 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 14041 | 2025.02.11 21:40:11.562136 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14042 | 2025.02.11 21:40:11.562348 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14043 | 2025.02.11 21:40:11.562427 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14044 | 2025.02.11 21:40:11.563297 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2025.02.11 21:40:11.563349 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14046 | 2025.02.11 21:40:11.563814 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14047 | 2025.02.11 21:40:11.564066 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2025.02.11 21:40:11.564314 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002025 sec., 67160.49382716049 rows/sec., 5.80 MiB/sec. | ||
| 14049 | 2025.02.11 21:40:11.564372 [ 255 ] {b2bd3ec3-c1ec-4217-b740-029531c7c0bf} <Debug> TCPHandler: Processed in 0.002379459 sec. | ||
| 14050 | 2025.02.11 21:40:11.564637 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14051 | 2025.02.11 21:40:11.564858 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14052 | 2025.02.11 21:40:11.564945 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14053 | 2025.02.11 21:40:11.565838 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2025.02.11 21:40:11.565893 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14055 | 2025.02.11 21:40:11.566344 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14056 | 2025.02.11 21:40:11.566619 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14057 | 2025.02.11 21:40:11.566852 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002055 sec., 19464.7201946472 rows/sec., 1.43 MiB/sec. | ||
| 14058 | 2025.02.11 21:40:11.566921 [ 257 ] {65d46a42-90f0-4cb5-8c75-85c4f209d545} <Debug> TCPHandler: Processed in 0.00243513 sec. | ||
| 14059 | 2025.02.11 21:40:11.567074 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14060 | 2025.02.11 21:40:11.567193 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14061 | 2025.02.11 21:40:11.567244 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14062 | 2025.02.11 21:40:11.567868 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14063 | 2025.02.11 21:40:11.567909 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14064 | 2025.02.11 21:40:11.568284 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14065 | 2025.02.11 21:40:11.568533 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2025.02.11 21:40:11.568748 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001579 sec., 65864.47118429386 rows/sec., 5.14 MiB/sec. | ||
| 14067 | 2025.02.11 21:40:11.568801 [ 255 ] {4715289c-2bf8-4233-ba69-4b079ade5df9} <Debug> TCPHandler: Processed in 0.001784795 sec. | ||
| 14068 | 2025.02.11 21:40:11.568958 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2025.02.11 21:40:11.569105 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14070 | 2025.02.11 21:40:11.569171 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14071 | 2025.02.11 21:40:11.569861 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14072 | 2025.02.11 21:40:11.569902 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14073 | 2025.02.11 21:40:11.570319 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14074 | 2025.02.11 21:40:11.570569 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14075 | 2025.02.11 21:40:11.570740 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0 | ||
| 14076 | 2025.02.11 21:40:11.570826 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14077 | 2025.02.11 21:40:11.570829 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec. | ||
| 14078 | 2025.02.11 21:40:11.570861 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14079 | 2025.02.11 21:40:11.571009 [ 257 ] {834aeffb-c7bd-4931-b9fd-d4ce97eba967} <Debug> TCPHandler: Processed in 0.002118292 sec. | ||
| 14080 | 2025.02.11 21:40:11.571138 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full | ||
| 14081 | 2025.02.11 21:40:11.571196 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14082 | 2025.02.11 21:40:11.571454 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14083 | 2025.02.11 21:40:11.571479 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14084 | 2025.02.11 21:40:11.571589 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 35923 rows starting from the beginning of the part | ||
| 14085 | 2025.02.11 21:40:11.571671 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14086 | 2025.02.11 21:40:11.571967 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 14087 | 2025.02.11 21:40:11.572451 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 14088 | 2025.02.11 21:40:11.572818 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1013 rows starting from the beginning of the part | ||
| 14089 | 2025.02.11 21:40:11.573322 [ 194 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 14090 | 2025.02.11 21:40:11.576316 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14091 | 2025.02.11 21:40:11.576407 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14092 | 2025.02.11 21:40:11.577857 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14093 | 2025.02.11 21:40:11.578249 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14094 | 2025.02.11 21:40:11.578663 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007254 sec., 5514.199062586159 rows/sec., 9.88 MiB/sec. | ||
| 14095 | 2025.02.11 21:40:11.579424 [ 255 ] {b12874b0-cb4e-4ada-b8c0-1651c02e0452} <Debug> TCPHandler: Processed in 0.008310005 sec. | ||
| 14096 | 2025.02.11 21:40:11.579736 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14097 | 2025.02.11 21:40:11.580009 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14098 | 2025.02.11 21:40:11.580160 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14099 | 2025.02.11 21:40:11.581204 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14100 | 2025.02.11 21:40:11.581245 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14101 | 2025.02.11 21:40:11.581753 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14102 | 2025.02.11 21:40:11.582123 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14103 | 2025.02.11 21:40:11.582489 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002581 sec., 23246.80356450988 rows/sec., 1.57 MiB/sec. | ||
| 14104 | 2025.02.11 21:40:11.582577 [ 257 ] {5db066f2-4d2e-44f6-b05d-8bc1f734f02e} <Debug> TCPHandler: Processed in 0.002997194 sec. | ||
| 14105 | 2025.02.11 21:40:11.583808 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37570 rows, containing 5 columns (5 merged, 0 gathered) in 0.012790606 sec., 2937311.961606823 rows/sec., 198.56 MiB/sec. | ||
| 14106 | 2025.02.11 21:40:11.584320 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) | ||
| 14107 | 2025.02.11 21:40:11.584713 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14108 | 2025.02.11 21:40:11.584816 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22 | ||
| 14109 | 2025.02.11 21:40:11.584924 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14110 | 2025.02.11 21:40:12.659513 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14111 | 2025.02.11 21:40:12.682583 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14112 | 2025.02.11 21:40:12.682645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14113 | 2025.02.11 21:40:12.690243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14114 | 2025.02.11 21:40:12.691039 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14115 | 2025.02.11 21:40:12.691489 [ 41 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14116 | 2025.02.11 21:40:12.691690 [ 41 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14117 | 2025.02.11 21:40:12.691801 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14118 | 2025.02.11 21:40:12.692323 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 14119 | 2025.02.11 21:40:12.705129 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14120 | 2025.02.11 21:40:12.707283 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14121 | 2025.02.11 21:40:12.708800 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 14122 | 2025.02.11 21:40:12.715007 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 14123 | 2025.02.11 21:40:12.720729 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14124 | 2025.02.11 21:40:12.726787 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14125 | 2025.02.11 21:40:12.732898 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14126 | 2025.02.11 21:40:12.738701 [ 200 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14127 | 2025.02.11 21:40:12.803444 [ 190 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.111473105 sec., 5140.253337340877 rows/sec., 26.58 MiB/sec. | ||
| 14128 | 2025.02.11 21:40:12.805828 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14129 | 2025.02.11 21:40:12.808274 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14130 | 2025.02.11 21:40:12.808377 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_76_15} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14131 | 2025.02.11 21:40:12.809828 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14132 | 2025.02.11 21:40:13.000240 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.68 MiB, peak 279.10 MiB, free memory in arenas 0.00 B, will set to 260.62 MiB (RSS), difference: -1.06 MiB | ||
| 14133 | 2025.02.11 21:40:14.510356 [ 39 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14134 | 2025.02.11 21:40:14.510457 [ 39 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14135 | 2025.02.11 21:40:14.510500 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14136 | 2025.02.11 21:40:14.510789 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 14137 | 2025.02.11 21:40:14.511106 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14138 | 2025.02.11 21:40:14.511144 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part | ||
| 14139 | 2025.02.11 21:40:14.511232 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 14140 | 2025.02.11 21:40:14.511442 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 14141 | 2025.02.11 21:40:14.511732 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 14142 | 2025.02.11 21:40:14.511968 [ 195 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 14143 | 2025.02.11 21:40:14.513086 [ 190 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.002484671 sec., 20928.324112125913 rows/sec., 1.75 MiB/sec. | ||
| 14144 | 2025.02.11 21:40:14.513306 [ 192 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14145 | 2025.02.11 21:40:14.513710 [ 192 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14146 | 2025.02.11 21:40:14.513821 [ 192 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_25_6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14147 | 2025.02.11 21:40:14.513942 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14148 | 2025.02.11 21:40:16.566228 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14149 | 2025.02.11 21:40:16.566554 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14150 | 2025.02.11 21:40:16.566672 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14151 | 2025.02.11 21:40:16.567623 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14152 | 2025.02.11 21:40:16.567666 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14153 | 2025.02.11 21:40:16.568116 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14154 | 2025.02.11 21:40:16.568374 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14155 | 2025.02.11 21:40:16.568591 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002112 sec., 100378.78787878787 rows/sec., 6.38 MiB/sec. | ||
| 14156 | 2025.02.11 21:40:16.568712 [ 255 ] {ba38d868-9ff6-4463-8414-827a1986c658} <Debug> TCPHandler: Processed in 0.002673136 sec. | ||
| 14157 | 2025.02.11 21:40:16.569047 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14158 | 2025.02.11 21:40:16.569260 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14159 | 2025.02.11 21:40:16.569342 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14160 | 2025.02.11 21:40:16.570154 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14161 | 2025.02.11 21:40:16.570200 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14162 | 2025.02.11 21:40:16.570633 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14163 | 2025.02.11 21:40:16.570891 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14164 | 2025.02.11 21:40:16.571120 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec. | ||
| 14165 | 2025.02.11 21:40:16.571177 [ 257 ] {c782a3d5-3889-415f-bbb7-a9fb96cdf26c} <Debug> TCPHandler: Processed in 0.002341608 sec. | ||
| 14166 | 2025.02.11 21:40:16.571334 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14167 | 2025.02.11 21:40:16.571482 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14168 | 2025.02.11 21:40:16.571541 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14169 | 2025.02.11 21:40:16.572428 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14170 | 2025.02.11 21:40:16.572467 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14171 | 2025.02.11 21:40:16.572888 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14172 | 2025.02.11 21:40:16.573138 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14173 | 2025.02.11 21:40:16.573291 [ 36 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14174 | 2025.02.11 21:40:16.573325 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.001874 sec., 329775.8804695838 rows/sec., 25.78 MiB/sec. | ||
| 14175 | 2025.02.11 21:40:16.573338 [ 36 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14176 | 2025.02.11 21:40:16.573380 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14177 | 2025.02.11 21:40:16.573401 [ 255 ] {197ddda1-38c8-46d7-a819-7b6c707b8afc} <Debug> TCPHandler: Processed in 0.002134613 sec. | ||
| 14178 | 2025.02.11 21:40:16.573548 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14179 | 2025.02.11 21:40:16.573604 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14180 | 2025.02.11 21:40:16.573682 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14181 | 2025.02.11 21:40:16.573771 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1848 rows starting from the beginning of the part | ||
| 14182 | 2025.02.11 21:40:16.573850 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14183 | 2025.02.11 21:40:16.573929 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 617 rows starting from the beginning of the part | ||
| 14184 | 2025.02.11 21:40:16.574038 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14185 | 2025.02.11 21:40:16.574289 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1283 rows starting from the beginning of the part | ||
| 14186 | 2025.02.11 21:40:16.574706 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 617 rows starting from the beginning of the part | ||
| 14187 | 2025.02.11 21:40:16.575135 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 136 rows starting from the beginning of the part | ||
| 14188 | 2025.02.11 21:40:16.575523 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 618 rows starting from the beginning of the part | ||
| 14189 | 2025.02.11 21:40:16.577197 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2025.02.11 21:40:16.577278 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14191 | 2025.02.11 21:40:16.578227 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14192 | 2025.02.11 21:40:16.578544 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2025.02.11 21:40:16.578806 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.005029 sec., 21475.442433883476 rows/sec., 1.27 MiB/sec. | ||
| 14194 | 2025.02.11 21:40:16.579002 [ 257 ] {6537708b-d13c-4c77-93ad-8a7bf781bbe3} <Debug> TCPHandler: Processed in 0.005516696 sec. | ||
| 14195 | 2025.02.11 21:40:16.579191 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2025.02.11 21:40:16.579393 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14197 | 2025.02.11 21:40:16.579422 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5119 rows, containing 5 columns (5 merged, 0 gathered) in 0.005978357 sec., 856255.322323508 rows/sec., 72.49 MiB/sec. | ||
| 14198 | 2025.02.11 21:40:16.579462 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14199 | 2025.02.11 21:40:16.579864 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14200 | 2025.02.11 21:40:16.580499 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14201 | 2025.02.11 21:40:16.580676 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14202 | 2025.02.11 21:40:16.580703 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_111_22} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14203 | 2025.02.11 21:40:16.580738 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14204 | 2025.02.11 21:40:16.580896 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 14205 | 2025.02.11 21:40:16.581244 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14206 | 2025.02.11 21:40:16.581497 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14207 | 2025.02.11 21:40:16.581694 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002356 sec., 47962.64855687606 rows/sec., 3.10 MiB/sec. | ||
| 14208 | 2025.02.11 21:40:16.581803 [ 255 ] {b798d712-e4f0-41ff-9d9e-4a4d7edc39c8} <Debug> TCPHandler: Processed in 0.002678347 sec. | ||
| 14209 | 2025.02.11 21:40:16.582111 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14210 | 2025.02.11 21:40:16.582335 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14211 | 2025.02.11 21:40:16.582426 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14212 | 2025.02.11 21:40:16.583370 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14213 | 2025.02.11 21:40:16.583409 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14214 | 2025.02.11 21:40:16.583783 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14215 | 2025.02.11 21:40:16.584034 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14216 | 2025.02.11 21:40:16.584256 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001972 sec., 56795.13184584179 rows/sec., 3.24 MiB/sec. | ||
| 14217 | 2025.02.11 21:40:16.584372 [ 257 ] {cc93ebc5-afb4-42e1-a8b1-144599c661e7} <Debug> TCPHandler: Processed in 0.00244596 sec. | ||
| 14218 | 2025.02.11 21:40:16.584554 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14219 | 2025.02.11 21:40:16.584672 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14220 | 2025.02.11 21:40:16.584722 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14221 | 2025.02.11 21:40:16.585435 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14222 | 2025.02.11 21:40:16.585476 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14223 | 2025.02.11 21:40:16.585876 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14224 | 2025.02.11 21:40:16.586127 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14225 | 2025.02.11 21:40:16.586248 [ 36 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14226 | 2025.02.11 21:40:16.586286 [ 36 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14227 | 2025.02.11 21:40:16.586307 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14228 | 2025.02.11 21:40:16.586316 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001669 sec., 230077.8909526663 rows/sec., 16.24 MiB/sec. | ||
| 14229 | 2025.02.11 21:40:16.586438 [ 255 ] {b115e3fd-8cd6-448d-9190-4024894a4a4f} <Debug> TCPHandler: Processed in 0.001973959 sec. | ||
| 14230 | 2025.02.11 21:40:16.586475 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14231 | 2025.02.11 21:40:16.586626 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14232 | 2025.02.11 21:40:16.586637 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14233 | 2025.02.11 21:40:16.586680 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 14234 | 2025.02.11 21:40:16.586934 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 382 rows starting from the beginning of the part | ||
| 14235 | 2025.02.11 21:40:16.587029 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14236 | 2025.02.11 21:40:16.587298 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 574 rows starting from the beginning of the part | ||
| 14237 | 2025.02.11 21:40:16.587310 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14238 | 2025.02.11 21:40:16.587719 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 382 rows starting from the beginning of the part | ||
| 14239 | 2025.02.11 21:40:16.588049 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 104 rows starting from the beginning of the part | ||
| 14240 | 2025.02.11 21:40:16.588461 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 384 rows starting from the beginning of the part | ||
| 14241 | 2025.02.11 21:40:16.589775 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14242 | 2025.02.11 21:40:16.589847 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14243 | 2025.02.11 21:40:16.590940 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14244 | 2025.02.11 21:40:16.591283 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14245 | 2025.02.11 21:40:16.591606 [ 218 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14246 | 2025.02.11 21:40:16.591690 [ 218 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14247 | 2025.02.11 21:40:16.591849 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004938 sec., 1215.0668286755772 rows/sec., 63.48 KiB/sec. | ||
| 14248 | 2025.02.11 21:40:16.592295 [ 257 ] {904c64b8-0574-4d26-b35c-3d2d59da0a2e} <Debug> TCPHandler: Processed in 0.005745102 sec. | ||
| 14249 | 2025.02.11 21:40:16.592293 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2742 rows, containing 5 columns (5 merged, 0 gathered) in 0.005924247 sec., 462843.63227934286 rows/sec., 35.25 MiB/sec. | ||
| 14250 | 2025.02.11 21:40:16.592495 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14251 | 2025.02.11 21:40:16.592569 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14252 | 2025.02.11 21:40:16.592933 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14253 | 2025.02.11 21:40:16.593160 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14254 | 2025.02.11 21:40:16.593413 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14255 | 2025.02.11 21:40:16.593744 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_111_22} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14256 | 2025.02.11 21:40:16.594029 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 14257 | 2025.02.11 21:40:16.595092 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14258 | 2025.02.11 21:40:16.595151 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14259 | 2025.02.11 21:40:16.595933 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14260 | 2025.02.11 21:40:16.596281 [ 218 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14261 | 2025.02.11 21:40:16.596324 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2025.02.11 21:40:16.597028 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004228 sec., 56291.39072847682 rows/sec., 3.77 MiB/sec. | ||
| 14263 | 2025.02.11 21:40:16.597355 [ 255 ] {2ee006ed-f369-4a08-bc3a-a0dd13222ecc} <Debug> TCPHandler: Processed in 0.004959093 sec. | ||
| 14264 | 2025.02.11 21:40:16.597800 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14265 | 2025.02.11 21:40:16.598119 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14266 | 2025.02.11 21:40:16.598235 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14267 | 2025.02.11 21:40:16.598733 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14268 | 2025.02.11 21:40:16.598773 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14269 | 2025.02.11 21:40:16.599159 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14270 | 2025.02.11 21:40:16.599399 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14271 | 2025.02.11 21:40:16.599657 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001641 sec., 609.3845216331505 rows/sec., 41.06 KiB/sec. | ||
| 14272 | 2025.02.11 21:40:16.599805 [ 257 ] {f0eeb288-699a-471a-a8e7-21567576e7db} <Debug> TCPHandler: Processed in 0.002311717 sec. | ||
| 14273 | 2025.02.11 21:40:16.600043 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14274 | 2025.02.11 21:40:16.600192 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14275 | 2025.02.11 21:40:16.600251 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14276 | 2025.02.11 21:40:16.600835 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14277 | 2025.02.11 21:40:16.600881 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14278 | 2025.02.11 21:40:16.601281 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14279 | 2025.02.11 21:40:16.601540 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14280 | 2025.02.11 21:40:16.601674 [ 36 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14281 | 2025.02.11 21:40:16.601717 [ 36 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14282 | 2025.02.11 21:40:16.601723 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 14283 | 2025.02.11 21:40:16.601745 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14284 | 2025.02.11 21:40:16.601802 [ 255 ] {0bc2657e-224d-46b9-b340-2e6b19ab7750} <Debug> TCPHandler: Processed in 0.001888647 sec. | ||
| 14285 | 2025.02.11 21:40:16.602083 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14286 | 2025.02.11 21:40:16.602703 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14287 | 2025.02.11 21:40:16.602833 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7320 rows starting from the beginning of the part | ||
| 14288 | 2025.02.11 21:40:16.603055 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
| 14289 | 2025.02.11 21:40:16.603257 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 14290 | 2025.02.11 21:40:16.603390 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 14291 | 2025.02.11 21:40:16.603574 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 14292 | 2025.02.11 21:40:16.603738 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 14293 | 2025.02.11 21:40:16.606048 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7686 rows, containing 4 columns (4 merged, 0 gathered) in 0.004209324 sec., 1825946.3989942325 rows/sec., 119.47 MiB/sec. | ||
| 14294 | 2025.02.11 21:40:16.606550 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14295 | 2025.02.11 21:40:16.606902 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14296 | 2025.02.11 21:40:16.606989 [ 188 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_111_22} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14297 | 2025.02.11 21:40:16.607092 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 14298 | 2025.02.11 21:40:17.634390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 14299 | 2025.02.11 21:40:17.635116 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14300 | 2025.02.11 21:40:17.635162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14301 | 2025.02.11 21:40:17.635706 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14302 | 2025.02.11 21:40:17.635977 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14303 | 2025.02.11 21:40:17.636267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 14304 | 2025.02.11 21:40:20.205228 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14305 | 2025.02.11 21:40:20.228271 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14306 | 2025.02.11 21:40:20.228332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14307 | 2025.02.11 21:40:20.235758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14308 | 2025.02.11 21:40:20.236559 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14309 | 2025.02.11 21:40:20.240941 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14310 | 2025.02.11 21:40:20.352214 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1968 | ||
| 14311 | 2025.02.11 21:40:20.355878 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14312 | 2025.02.11 21:40:20.355933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14313 | 2025.02.11 21:40:20.357542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14314 | 2025.02.11 21:40:20.357864 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14315 | 2025.02.11 21:40:20.358539 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1968 | ||
| 14316 | 2025.02.11 21:40:21.376454 [ 226 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14317 | 2025.02.11 21:40:21.376556 [ 226 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14318 | 2025.02.11 21:40:21.378861 [ 226 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14319 | 2025.02.11 21:40:21.481774 [ 226 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14320 | 2025.02.11 21:40:21.481805 [ 226 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14321 | 2025.02.11 21:40:21.483620 [ 226 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14322 | 2025.02.11 21:40:21.563065 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14323 | 2025.02.11 21:40:21.563335 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14324 | 2025.02.11 21:40:21.563415 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14325 | 2025.02.11 21:40:21.564297 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14326 | 2025.02.11 21:40:21.564344 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14327 | 2025.02.11 21:40:21.564798 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14328 | 2025.02.11 21:40:21.565066 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2025.02.11 21:40:21.565287 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002016 sec., 67460.31746031746 rows/sec., 5.83 MiB/sec. | ||
| 14330 | 2025.02.11 21:40:21.565345 [ 255 ] {1e2018d3-ba40-463c-bc2a-70f7cf009449} <Debug> TCPHandler: Processed in 0.002473931 sec. | ||
| 14331 | 2025.02.11 21:40:21.565642 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14332 | 2025.02.11 21:40:21.565868 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14333 | 2025.02.11 21:40:21.565957 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14334 | 2025.02.11 21:40:21.566784 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14335 | 2025.02.11 21:40:21.566825 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14336 | 2025.02.11 21:40:21.567284 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14337 | 2025.02.11 21:40:21.567547 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14338 | 2025.02.11 21:40:21.567750 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001947 sec., 20544.42732408834 rows/sec., 1.51 MiB/sec. | ||
| 14339 | 2025.02.11 21:40:21.567850 [ 257 ] {53a58890-b53e-4bac-b58f-6b82d4794b7e} <Debug> TCPHandler: Processed in 0.002378639 sec. | ||
| 14340 | 2025.02.11 21:40:21.568025 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14341 | 2025.02.11 21:40:21.568156 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14342 | 2025.02.11 21:40:21.568215 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14343 | 2025.02.11 21:40:21.569000 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14344 | 2025.02.11 21:40:21.569047 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14345 | 2025.02.11 21:40:21.569457 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14346 | 2025.02.11 21:40:21.569717 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14347 | 2025.02.11 21:40:21.569932 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001801 sec., 57745.696835091614 rows/sec., 4.51 MiB/sec. | ||
| 14348 | 2025.02.11 21:40:21.569986 [ 255 ] {a4ae7722-4877-48a1-a231-f593b97c9008} <Debug> TCPHandler: Processed in 0.00204006 sec. | ||
| 14349 | 2025.02.11 21:40:21.570150 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14350 | 2025.02.11 21:40:21.570273 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14351 | 2025.02.11 21:40:21.570328 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14352 | 2025.02.11 21:40:21.570932 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2025.02.11 21:40:21.570970 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14354 | 2025.02.11 21:40:21.571389 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14355 | 2025.02.11 21:40:21.571640 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14356 | 2025.02.11 21:40:21.571816 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
| 14357 | 2025.02.11 21:40:21.571867 [ 257 ] {9b7ff7c7-c0b8-4f08-8d47-afe85bd1ffff} <Debug> TCPHandler: Processed in 0.001776084 sec. | ||
| 14358 | 2025.02.11 21:40:21.572019 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14359 | 2025.02.11 21:40:21.572136 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14360 | 2025.02.11 21:40:21.572227 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14361 | 2025.02.11 21:40:21.573588 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2025.02.11 21:40:21.573629 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14363 | 2025.02.11 21:40:21.574340 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14364 | 2025.02.11 21:40:21.574609 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2025.02.11 21:40:21.574795 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14366 | 2025.02.11 21:40:21.574871 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14367 | 2025.02.11 21:40:21.574909 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002788 sec., 14347.202295552366 rows/sec., 25.71 MiB/sec. | ||
| 14368 | 2025.02.11 21:40:21.574918 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14369 | 2025.02.11 21:40:21.575198 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 14370 | 2025.02.11 21:40:21.575203 [ 255 ] {30803654-7fd3-4883-ae3d-6ef8f0bf1c4f} <Debug> TCPHandler: Processed in 0.00324108 sec. | ||
| 14371 | 2025.02.11 21:40:21.575449 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14372 | 2025.02.11 21:40:21.575661 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14373 | 2025.02.11 21:40:21.575702 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14374 | 2025.02.11 21:40:21.575782 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1932 rows starting from the beginning of the part | ||
| 14375 | 2025.02.11 21:40:21.575825 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14376 | 2025.02.11 21:40:21.576628 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 14377 | 2025.02.11 21:40:21.577375 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
| 14378 | 2025.02.11 21:40:21.578120 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 14379 | 2025.02.11 21:40:21.578291 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2025.02.11 21:40:21.578616 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14381 | 2025.02.11 21:40:21.578652 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 14382 | 2025.02.11 21:40:21.579398 [ 199 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 14383 | 2025.02.11 21:40:21.580768 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14384 | 2025.02.11 21:40:21.581773 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14385 | 2025.02.11 21:40:21.582245 [ 223 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14386 | 2025.02.11 21:40:21.582288 [ 223 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14387 | 2025.02.11 21:40:21.582361 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006691 sec., 8967.269466447467 rows/sec., 618.84 KiB/sec. | ||
| 14388 | 2025.02.11 21:40:21.582501 [ 257 ] {8b01fda2-03d7-4b85-bc08-ddcf9c18e029} <Debug> TCPHandler: Processed in 0.007179887 sec. | ||
| 14389 | 2025.02.11 21:40:21.584798 [ 223 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14390 | 2025.02.11 21:40:21.591525 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 19 columns (19 merged, 0 gathered) in 0.016458657 sec., 129536.69306067924 rows/sec., 232.12 MiB/sec. | ||
| 14391 | 2025.02.11 21:40:21.593794 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14392 | 2025.02.11 21:40:21.594271 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14393 | 2025.02.11 21:40:21.594368 [ 186 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14394 | 2025.02.11 21:40:21.594556 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.10 MiB. | ||
| 14395 | 2025.02.11 21:40:22.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.12 MiB, peak 279.16 MiB, free memory in arenas 0.00 B, will set to 263.48 MiB (RSS), difference: 2.35 MiB | ||
| 14396 | 2025.02.11 21:40:22.529933 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14397 | 2025.02.11 21:40:22.529987 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14398 | 2025.02.11 21:40:22.531864 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14399 | 2025.02.11 21:40:24.934768 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14400 | 2025.02.11 21:40:24.934818 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14401 | 2025.02.11 21:40:25.136405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 14402 | 2025.02.11 21:40:25.137077 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14403 | 2025.02.11 21:40:25.137120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14404 | 2025.02.11 21:40:25.137665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14405 | 2025.02.11 21:40:25.137930 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14406 | 2025.02.11 21:40:25.138126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14407 | 2025.02.11 21:40:26.566961 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14408 | 2025.02.11 21:40:26.567162 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14409 | 2025.02.11 21:40:26.567234 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14410 | 2025.02.11 21:40:26.568094 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14411 | 2025.02.11 21:40:26.568137 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14412 | 2025.02.11 21:40:26.568585 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14413 | 2025.02.11 21:40:26.568848 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14414 | 2025.02.11 21:40:26.568989 [ 115 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14415 | 2025.02.11 21:40:26.569030 [ 115 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2025.02.11 21:40:26.569051 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14417 | 2025.02.11 21:40:26.569057 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001947 sec., 108885.46481766821 rows/sec., 6.93 MiB/sec. | ||
| 14418 | 2025.02.11 21:40:26.569217 [ 255 ] {9cfe6125-009d-401b-8567-57a4bf8ee1aa} <Debug> TCPHandler: Processed in 0.002379539 sec. | ||
| 14419 | 2025.02.11 21:40:26.569333 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14420 | 2025.02.11 21:40:26.569507 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14421 | 2025.02.11 21:40:26.569530 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14422 | 2025.02.11 21:40:26.569580 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 212 rows starting from the beginning of the part | ||
| 14423 | 2025.02.11 21:40:26.569730 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
| 14424 | 2025.02.11 21:40:26.569755 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14425 | 2025.02.11 21:40:26.569930 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14426 | 2025.02.11 21:40:26.569965 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
| 14427 | 2025.02.11 21:40:26.570420 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
| 14428 | 2025.02.11 21:40:26.570565 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
| 14429 | 2025.02.11 21:40:26.571914 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14430 | 2025.02.11 21:40:26.571960 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14431 | 2025.02.11 21:40:26.572211 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003049756 sec., 347568.78910968616 rows/sec., 23.43 MiB/sec. | ||
| 14432 | 2025.02.11 21:40:26.572487 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14433 | 2025.02.11 21:40:26.572608 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14434 | 2025.02.11 21:40:26.573033 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14435 | 2025.02.11 21:40:26.573093 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14436 | 2025.02.11 21:40:26.573326 [ 198 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_49_12} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14437 | 2025.02.11 21:40:26.573450 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.003778 sec., 163313.9227104288 rows/sec., 12.77 MiB/sec. | ||
| 14438 | 2025.02.11 21:40:26.573497 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14439 | 2025.02.11 21:40:26.573614 [ 257 ] {14859ea9-45f4-4367-bb54-0259394e0b45} <Debug> TCPHandler: Processed in 0.004253365 sec. | ||
| 14440 | 2025.02.11 21:40:26.573795 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14441 | 2025.02.11 21:40:26.573941 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14442 | 2025.02.11 21:40:26.574002 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14443 | 2025.02.11 21:40:26.574695 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14444 | 2025.02.11 21:40:26.574735 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14445 | 2025.02.11 21:40:26.575127 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14446 | 2025.02.11 21:40:26.575384 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14447 | 2025.02.11 21:40:26.575548 [ 115 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14448 | 2025.02.11 21:40:26.575585 [ 115 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14449 | 2025.02.11 21:40:26.575603 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001698 sec., 62426.38398115429 rows/sec., 3.67 MiB/sec. | ||
| 14450 | 2025.02.11 21:40:26.575621 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14451 | 2025.02.11 21:40:26.575717 [ 255 ] {ea3228c9-2077-4ede-8629-68021ac1c4f2} <Debug> TCPHandler: Processed in 0.001985879 sec. | ||
| 14452 | 2025.02.11 21:40:26.575901 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 14453 | 2025.02.11 21:40:26.575926 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14454 | 2025.02.11 21:40:26.576077 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14455 | 2025.02.11 21:40:26.576112 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14456 | 2025.02.11 21:40:26.576121 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 166 rows starting from the beginning of the part | ||
| 14457 | 2025.02.11 21:40:26.576189 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14458 | 2025.02.11 21:40:26.576316 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 106 rows starting from the beginning of the part | ||
| 14459 | 2025.02.11 21:40:26.576557 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 40 rows starting from the beginning of the part | ||
| 14460 | 2025.02.11 21:40:26.576734 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 108 rows starting from the beginning of the part | ||
| 14461 | 2025.02.11 21:40:26.576943 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 40 rows starting from the beginning of the part | ||
| 14462 | 2025.02.11 21:40:26.577169 [ 189 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 106 rows starting from the beginning of the part | ||
| 14463 | 2025.02.11 21:40:26.578019 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14464 | 2025.02.11 21:40:26.578073 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14465 | 2025.02.11 21:40:26.578614 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14466 | 2025.02.11 21:40:26.578745 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.003018254 sec., 187525.6356820864 rows/sec., 12.40 MiB/sec. | ||
| 14467 | 2025.02.11 21:40:26.578985 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14468 | 2025.02.11 21:40:26.579115 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14469 | 2025.02.11 21:40:26.579556 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00349 sec., 32378.223495702005 rows/sec., 2.10 MiB/sec. | ||
| 14470 | 2025.02.11 21:40:26.579641 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2025.02.11 21:40:26.579692 [ 257 ] {30d352d3-9d41-4178-a7a6-8af514243698} <Debug> TCPHandler: Processed in 0.003867056 sec. | ||
| 14472 | 2025.02.11 21:40:26.579845 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_106_21} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14473 | 2025.02.11 21:40:26.579986 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 14474 | 2025.02.11 21:40:26.579986 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14475 | 2025.02.11 21:40:26.580229 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14476 | 2025.02.11 21:40:26.580320 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14477 | 2025.02.11 21:40:26.580980 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14478 | 2025.02.11 21:40:26.581019 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14479 | 2025.02.11 21:40:26.581411 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14480 | 2025.02.11 21:40:26.581666 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14481 | 2025.02.11 21:40:26.581792 [ 115 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14482 | 2025.02.11 21:40:26.581827 [ 115 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14483 | 2025.02.11 21:40:26.581863 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14484 | 2025.02.11 21:40:26.581872 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001697 sec., 65998.82144961697 rows/sec., 3.76 MiB/sec. | ||
| 14485 | 2025.02.11 21:40:26.582057 [ 255 ] {7ef19cb4-7e4c-4747-85ac-8f21ef7b7385} <Debug> TCPHandler: Processed in 0.002235865 sec. | ||
| 14486 | 2025.02.11 21:40:26.582118 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14487 | 2025.02.11 21:40:26.582260 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14488 | 2025.02.11 21:40:26.582281 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14489 | 2025.02.11 21:40:26.582318 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 112 rows starting from the beginning of the part | ||
| 14490 | 2025.02.11 21:40:26.582474 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
| 14491 | 2025.02.11 21:40:26.582484 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14492 | 2025.02.11 21:40:26.582653 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14493 | 2025.02.11 21:40:26.582722 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
| 14494 | 2025.02.11 21:40:26.583071 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 14495 | 2025.02.11 21:40:26.583296 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 14496 | 2025.02.11 21:40:26.584552 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14497 | 2025.02.11 21:40:26.584598 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14498 | 2025.02.11 21:40:26.584901 [ 194 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002942423 sec., 190319.3388578053 rows/sec., 11.57 MiB/sec. | ||
| 14499 | 2025.02.11 21:40:26.585140 [ 194 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14500 | 2025.02.11 21:40:26.585290 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14501 | 2025.02.11 21:40:26.585592 [ 194 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2025.02.11 21:40:26.585716 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14503 | 2025.02.11 21:40:26.585801 [ 194 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_49_12} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14504 | 2025.02.11 21:40:26.585981 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14505 | 2025.02.11 21:40:26.586104 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.003715 sec., 102826.37954239569 rows/sec., 7.25 MiB/sec. | ||
| 14506 | 2025.02.11 21:40:26.586169 [ 257 ] {db10a93b-7365-4a06-a63c-b08619a047c9} <Debug> TCPHandler: Processed in 0.004002019 sec. | ||
| 14507 | 2025.02.11 21:40:26.586334 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14508 | 2025.02.11 21:40:26.586473 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14509 | 2025.02.11 21:40:26.586539 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14510 | 2025.02.11 21:40:26.587240 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2025.02.11 21:40:26.587308 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14512 | 2025.02.11 21:40:26.587754 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14513 | 2025.02.11 21:40:26.588014 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2025.02.11 21:40:26.588294 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 165.16 KiB/sec. | ||
| 14515 | 2025.02.11 21:40:26.588586 [ 255 ] {98221544-c4d0-4a2e-a19e-e9dbd5c3f54d} <Debug> TCPHandler: Processed in 0.002311707 sec. | ||
| 14516 | 2025.02.11 21:40:26.588822 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14517 | 2025.02.11 21:40:26.588964 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14518 | 2025.02.11 21:40:26.589027 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14519 | 2025.02.11 21:40:26.589671 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14520 | 2025.02.11 21:40:26.589710 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14521 | 2025.02.11 21:40:26.590112 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14522 | 2025.02.11 21:40:26.590363 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14523 | 2025.02.11 21:40:26.590579 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 14524 | 2025.02.11 21:40:26.590632 [ 257 ] {3b8e7b81-20a4-4add-b08e-1dc1677efd81} <Debug> TCPHandler: Processed in 0.001925688 sec. | ||
| 14525 | 2025.02.11 21:40:26.590789 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14526 | 2025.02.11 21:40:26.590936 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14527 | 2025.02.11 21:40:26.590997 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14528 | 2025.02.11 21:40:26.591544 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14529 | 2025.02.11 21:40:26.591581 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14530 | 2025.02.11 21:40:26.591978 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14531 | 2025.02.11 21:40:26.592235 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14532 | 2025.02.11 21:40:26.592360 [ 115 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14533 | 2025.02.11 21:40:26.592401 [ 115 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14534 | 2025.02.11 21:40:26.592426 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 14535 | 2025.02.11 21:40:26.592430 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14536 | 2025.02.11 21:40:26.592516 [ 255 ] {569a9436-db7e-4c0e-af49-360f73db7c7f} <Debug> TCPHandler: Processed in 0.001793694 sec. | ||
| 14537 | 2025.02.11 21:40:26.592895 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 14538 | 2025.02.11 21:40:26.592986 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14539 | 2025.02.11 21:40:26.593406 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14540 | 2025.02.11 21:40:26.593438 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14541 | 2025.02.11 21:40:26.593465 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part | ||
| 14542 | 2025.02.11 21:40:26.593543 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14543 | 2025.02.11 21:40:26.593712 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 14544 | 2025.02.11 21:40:26.593981 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14545 | 2025.02.11 21:40:26.594240 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14546 | 2025.02.11 21:40:26.594507 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14547 | 2025.02.11 21:40:26.594742 [ 196 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14548 | 2025.02.11 21:40:26.596378 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14549 | 2025.02.11 21:40:26.596445 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14550 | 2025.02.11 21:40:26.597547 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14551 | 2025.02.11 21:40:26.597796 [ 200 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.00526374 sec., 9498.949416194568 rows/sec., 639.32 KiB/sec. | ||
| 14552 | 2025.02.11 21:40:26.598021 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14553 | 2025.02.11 21:40:26.598039 [ 192 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14554 | 2025.02.11 21:40:26.598489 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00512 sec., 16015.624999999998 rows/sec., 1.02 MiB/sec. | ||
| 14555 | 2025.02.11 21:40:26.598629 [ 257 ] {57ebe2e5-f4b2-4701-9aaa-c0981ba6e5dc} <Debug> TCPHandler: Processed in 0.006002099 sec. | ||
| 14556 | 2025.02.11 21:40:26.598741 [ 192 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14557 | 2025.02.11 21:40:26.598826 [ 192 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_50_10} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 14558 | 2025.02.11 21:40:26.598910 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14559 | 2025.02.11 21:40:27.741029 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14560 | 2025.02.11 21:40:27.764357 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2025.02.11 21:40:27.764420 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14562 | 2025.02.11 21:40:27.771608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14563 | 2025.02.11 21:40:27.772391 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2025.02.11 21:40:27.776749 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14565 | 2025.02.11 21:40:30.358759 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2000 | ||
| 14566 | 2025.02.11 21:40:30.362042 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14567 | 2025.02.11 21:40:30.362098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14568 | 2025.02.11 21:40:30.363758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14569 | 2025.02.11 21:40:30.364105 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14570 | 2025.02.11 21:40:30.364955 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000 | ||
| 14571 | 2025.02.11 21:40:31.157211 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14572 | 2025.02.11 21:40:31.157416 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14573 | 2025.02.11 21:40:31.157489 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14574 | 2025.02.11 21:40:31.158254 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14575 | 2025.02.11 21:40:31.158301 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14576 | 2025.02.11 21:40:31.158743 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14577 | 2025.02.11 21:40:31.159016 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14578 | 2025.02.11 21:40:31.159219 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001855 sec., 1078.167115902965 rows/sec., 87.92 KiB/sec. | ||
| 14579 | 2025.02.11 21:40:31.159281 [ 255 ] {73f2ae01-bbc3-41d1-b82f-8e4ebc8d7cbe} <Debug> TCPHandler: Processed in 0.002202465 sec. | ||
| 14580 | 2025.02.11 21:40:31.159557 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14581 | 2025.02.11 21:40:31.159758 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14582 | 2025.02.11 21:40:31.159835 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14583 | 2025.02.11 21:40:31.161159 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14584 | 2025.02.11 21:40:31.161214 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14585 | 2025.02.11 21:40:31.161743 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14586 | 2025.02.11 21:40:31.162004 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14587 | 2025.02.11 21:40:31.162250 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Debug> executeQuery: Read 1277 rows, 108.66 KiB in 0.002547 sec., 501374.1656851198 rows/sec., 41.66 MiB/sec. | ||
| 14588 | 2025.02.11 21:40:31.162310 [ 257 ] {7f39f5e5-cc72-45bb-a067-ec06f1800fea} <Debug> TCPHandler: Processed in 0.002905322 sec. | ||
| 14589 | 2025.02.11 21:40:31.162471 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14590 | 2025.02.11 21:40:31.162616 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14591 | 2025.02.11 21:40:31.162674 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14592 | 2025.02.11 21:40:31.163401 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2025.02.11 21:40:31.163447 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14594 | 2025.02.11 21:40:31.163836 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14595 | 2025.02.11 21:40:31.164117 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14596 | 2025.02.11 21:40:31.164298 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001716 sec., 24475.524475524475 rows/sec., 1.79 MiB/sec. | ||
| 14597 | 2025.02.11 21:40:31.164327 [ 219 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14598 | 2025.02.11 21:40:31.164360 [ 255 ] {7be5dadb-4ae6-4b63-8bec-118bcd440359} <Debug> TCPHandler: Processed in 0.001959568 sec. | ||
| 14599 | 2025.02.11 21:40:31.164366 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14600 | 2025.02.11 21:40:31.164529 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14601 | 2025.02.11 21:40:31.164664 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14602 | 2025.02.11 21:40:31.164753 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14603 | 2025.02.11 21:40:31.166155 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14604 | 2025.02.11 21:40:31.166220 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14605 | 2025.02.11 21:40:31.166916 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14606 | 2025.02.11 21:40:31.167301 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2025.02.11 21:40:31.167735 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003108 sec., 73359.07335907336 rows/sec., 4.97 MiB/sec. | ||
| 14608 | 2025.02.11 21:40:31.167790 [ 257 ] {f4c7347d-c910-411e-a7ac-b2788adfe36e} <Debug> TCPHandler: Processed in 0.003339732 sec. | ||
| 14609 | 2025.02.11 21:40:31.167961 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14610 | 2025.02.11 21:40:31.168013 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14611 | 2025.02.11 21:40:31.168172 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14612 | 2025.02.11 21:40:31.168246 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14613 | 2025.02.11 21:40:31.169340 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14614 | 2025.02.11 21:40:31.169377 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14615 | 2025.02.11 21:40:31.169773 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14616 | 2025.02.11 21:40:31.170036 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14617 | 2025.02.11 21:40:31.170229 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Debug> executeQuery: Read 562 rows, 42.77 KiB in 0.002113 sec., 265972.55087553244 rows/sec., 19.77 MiB/sec. | ||
| 14618 | 2025.02.11 21:40:31.170303 [ 255 ] {5692d740-4ce7-4cc7-a362-6077474916b9} <Debug> TCPHandler: Processed in 0.002412029 sec. | ||
| 14619 | 2025.02.11 21:40:31.170478 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14620 | 2025.02.11 21:40:31.170795 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14621 | 2025.02.11 21:40:31.170885 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14622 | 2025.02.11 21:40:31.171771 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14623 | 2025.02.11 21:40:31.171809 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14624 | 2025.02.11 21:40:31.172275 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14625 | 2025.02.11 21:40:31.172590 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14626 | 2025.02.11 21:40:31.172821 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0 | ||
| 14627 | 2025.02.11 21:40:31.172868 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14628 | 2025.02.11 21:40:31.172894 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.00221 sec., 455656.10859728506 rows/sec., 30.63 MiB/sec. | ||
| 14629 | 2025.02.11 21:40:31.172914 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14630 | 2025.02.11 21:40:31.173047 [ 257 ] {a9011fb1-639c-4ec3-9866-650d92dcce99} <Debug> TCPHandler: Processed in 0.002649075 sec. | ||
| 14631 | 2025.02.11 21:40:31.173304 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14632 | 2025.02.11 21:40:31.173329 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_109_22 to all_114_114_0 into Compact with storage Full | ||
| 14633 | 2025.02.11 21:40:31.173638 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14634 | 2025.02.11 21:40:31.173947 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14635 | 2025.02.11 21:40:31.174096 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 37570 rows starting from the beginning of the part | ||
| 14636 | 2025.02.11 21:40:31.174096 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14637 | 2025.02.11 21:40:31.174544 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 14638 | 2025.02.11 21:40:31.175254 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 238 rows starting from the beginning of the part | ||
| 14639 | 2025.02.11 21:40:31.176176 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 14640 | 2025.02.11 21:40:31.176632 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 237 rows starting from the beginning of the part | ||
| 14641 | 2025.02.11 21:40:31.176873 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1007 rows starting from the beginning of the part | ||
| 14642 | 2025.02.11 21:40:31.178741 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14643 | 2025.02.11 21:40:31.178793 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14644 | 2025.02.11 21:40:31.179799 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14645 | 2025.02.11 21:40:31.180122 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14646 | 2025.02.11 21:40:31.180344 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00685 sec., 5839.41605839416 rows/sec., 10.46 MiB/sec. | ||
| 14647 | 2025.02.11 21:40:31.180491 [ 255 ] {5952f0cf-e1d5-4287-b031-4847e068b1ad} <Debug> TCPHandler: Processed in 0.007324471 sec. | ||
| 14648 | 2025.02.11 21:40:31.180718 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14649 | 2025.02.11 21:40:31.180865 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14650 | 2025.02.11 21:40:31.180928 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14651 | 2025.02.11 21:40:31.181666 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14652 | 2025.02.11 21:40:31.181705 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14653 | 2025.02.11 21:40:31.182286 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14654 | 2025.02.11 21:40:31.182596 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14655 | 2025.02.11 21:40:31.182898 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002063 sec., 29083.8584585555 rows/sec., 1.96 MiB/sec. | ||
| 14656 | 2025.02.11 21:40:31.182968 [ 257 ] {3c0dd983-4985-474e-b7bd-4f22e9405ee4} <Debug> TCPHandler: Processed in 0.002360228 sec. | ||
| 14657 | 2025.02.11 21:40:31.185443 [ 192 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39372 rows, containing 5 columns (5 merged, 0 gathered) in 0.012392546 sec., 3177071.120010367 rows/sec., 214.76 MiB/sec. | ||
| 14658 | 2025.02.11 21:40:31.186119 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) | ||
| 14659 | 2025.02.11 21:40:31.186499 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14660 | 2025.02.11 21:40:31.186583 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23 | ||
| 14661 | 2025.02.11 21:40:31.186681 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 14662 | 2025.02.11 21:40:32.166709 [ 221 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14663 | 2025.02.11 21:40:32.166770 [ 221 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14664 | 2025.02.11 21:40:32.169128 [ 221 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14665 | 2025.02.11 21:40:32.638264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 14666 | 2025.02.11 21:40:32.638914 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14667 | 2025.02.11 21:40:32.638958 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14668 | 2025.02.11 21:40:32.639516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14669 | 2025.02.11 21:40:32.639798 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2025.02.11 21:40:32.640053 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 14671 | 2025.02.11 21:40:35.276845 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 14672 | 2025.02.11 21:40:35.299328 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14673 | 2025.02.11 21:40:35.299374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14674 | 2025.02.11 21:40:35.306851 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14675 | 2025.02.11 21:40:35.307650 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14676 | 2025.02.11 21:40:35.311025 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 14677 | 2025.02.11 21:40:36.566513 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14678 | 2025.02.11 21:40:36.566833 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14679 | 2025.02.11 21:40:36.566906 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14680 | 2025.02.11 21:40:36.567735 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14681 | 2025.02.11 21:40:36.567785 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14682 | 2025.02.11 21:40:36.568226 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14683 | 2025.02.11 21:40:36.568481 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2025.02.11 21:40:36.568750 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001982 sec., 106962.66397578205 rows/sec., 6.80 MiB/sec. | ||
| 14685 | 2025.02.11 21:40:36.568853 [ 255 ] {c2fe349f-8ce8-4bb5-8b12-2ee0bc166e3f} <Debug> TCPHandler: Processed in 0.002521032 sec. | ||
| 14686 | 2025.02.11 21:40:36.569253 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14687 | 2025.02.11 21:40:36.569557 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14688 | 2025.02.11 21:40:36.569673 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14689 | 2025.02.11 21:40:36.570788 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14690 | 2025.02.11 21:40:36.570833 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14691 | 2025.02.11 21:40:36.571402 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14692 | 2025.02.11 21:40:36.571908 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14693 | 2025.02.11 21:40:36.572125 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002648 sec., 233006.0422960725 rows/sec., 18.22 MiB/sec. | ||
| 14694 | 2025.02.11 21:40:36.572244 [ 257 ] {8359fb6d-704d-466a-b46e-35a10b999a3d} <Debug> TCPHandler: Processed in 0.00324712 sec. | ||
| 14695 | 2025.02.11 21:40:36.572445 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14696 | 2025.02.11 21:40:36.572769 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14697 | 2025.02.11 21:40:36.572862 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14698 | 2025.02.11 21:40:36.573485 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14699 | 2025.02.11 21:40:36.573525 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14700 | 2025.02.11 21:40:36.573897 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14701 | 2025.02.11 21:40:36.574136 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14702 | 2025.02.11 21:40:36.574371 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00172 sec., 61627.90697674419 rows/sec., 3.63 MiB/sec. | ||
| 14703 | 2025.02.11 21:40:36.574423 [ 255 ] {77d90cdf-27a5-42a8-bbb9-d1b6eed553f2} <Debug> TCPHandler: Processed in 0.002099571 sec. | ||
| 14704 | 2025.02.11 21:40:36.574631 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14705 | 2025.02.11 21:40:36.574826 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14706 | 2025.02.11 21:40:36.574877 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14707 | 2025.02.11 21:40:36.575536 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14708 | 2025.02.11 21:40:36.575575 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14709 | 2025.02.11 21:40:36.575956 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14710 | 2025.02.11 21:40:36.576220 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14711 | 2025.02.11 21:40:36.576350 [ 49 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 14712 | 2025.02.11 21:40:36.576402 [ 49 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2025.02.11 21:40:36.576412 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001612 sec., 70099.25558312655 rows/sec., 4.54 MiB/sec. | ||
| 14714 | 2025.02.11 21:40:36.576431 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14715 | 2025.02.11 21:40:36.576509 [ 257 ] {27597ca2-8a3f-4028-b431-979ab368a4ac} <Debug> TCPHandler: Processed in 0.001986079 sec. | ||
| 14716 | 2025.02.11 21:40:36.576695 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 14717 | 2025.02.11 21:40:36.576722 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14718 | 2025.02.11 21:40:36.576963 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14719 | 2025.02.11 21:40:36.576983 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14720 | 2025.02.11 21:40:36.577060 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14721 | 2025.02.11 21:40:36.577067 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 342 rows starting from the beginning of the part | ||
| 14722 | 2025.02.11 21:40:36.577437 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 113 rows starting from the beginning of the part | ||
| 14723 | 2025.02.11 21:40:36.577780 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 113 rows starting from the beginning of the part | ||
| 14724 | 2025.02.11 21:40:36.578103 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
| 14725 | 2025.02.11 21:40:36.578518 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part | ||
| 14726 | 2025.02.11 21:40:36.578935 [ 192 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 113 rows starting from the beginning of the part | ||
| 14727 | 2025.02.11 21:40:36.579939 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14728 | 2025.02.11 21:40:36.580011 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14729 | 2025.02.11 21:40:36.581029 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14730 | 2025.02.11 21:40:36.581503 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14731 | 2025.02.11 21:40:36.581944 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395413 sec., 189420.1611628248 rows/sec., 13.24 MiB/sec. | ||
| 14732 | 2025.02.11 21:40:36.582040 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005157 sec., 21718.053131665696 rows/sec., 1.24 MiB/sec. | ||
| 14733 | 2025.02.11 21:40:36.582198 [ 255 ] {cfbb2e8d-339c-4666-9bdb-49715bf4b294} <Debug> TCPHandler: Processed in 0.005555717 sec. | ||
| 14734 | 2025.02.11 21:40:36.582341 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 14735 | 2025.02.11 21:40:36.582434 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14736 | 2025.02.11 21:40:36.582692 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14737 | 2025.02.11 21:40:36.582791 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14738 | 2025.02.11 21:40:36.582888 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14739 | 2025.02.11 21:40:36.582992 [ 197 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_70_14} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 14740 | 2025.02.11 21:40:36.583121 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 14741 | 2025.02.11 21:40:36.583680 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14742 | 2025.02.11 21:40:36.583718 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14743 | 2025.02.11 21:40:36.584107 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14744 | 2025.02.11 21:40:36.584363 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14745 | 2025.02.11 21:40:36.584547 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001928 sec., 198132.78008298756 rows/sec., 13.97 MiB/sec. | ||
| 14746 | 2025.02.11 21:40:36.584601 [ 257 ] {790fcdeb-928a-4e8b-b340-d40d0cdfccc8} <Debug> TCPHandler: Processed in 0.002293047 sec. | ||
| 14747 | 2025.02.11 21:40:36.584764 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14748 | 2025.02.11 21:40:36.584904 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14749 | 2025.02.11 21:40:36.584966 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14750 | 2025.02.11 21:40:36.585552 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14751 | 2025.02.11 21:40:36.585600 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14752 | 2025.02.11 21:40:36.585984 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14753 | 2025.02.11 21:40:36.586229 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14754 | 2025.02.11 21:40:36.586461 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec. | ||
| 14755 | 2025.02.11 21:40:36.586560 [ 255 ] {ca09e7a9-8b1a-4948-b2bb-9a2589d56d12} <Debug> TCPHandler: Processed in 0.001863046 sec. | ||
| 14756 | 2025.02.11 21:40:36.586742 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14757 | 2025.02.11 21:40:36.586880 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14758 | 2025.02.11 21:40:36.586944 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14759 | 2025.02.11 21:40:36.587646 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14760 | 2025.02.11 21:40:36.587691 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14761 | 2025.02.11 21:40:36.588095 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14762 | 2025.02.11 21:40:36.588334 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14763 | 2025.02.11 21:40:36.588527 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 14764 | 2025.02.11 21:40:36.588624 [ 257 ] {ee0365e9-d44b-408b-9e3c-dc1d9f0a9a00} <Debug> TCPHandler: Processed in 0.001972879 sec. | ||
| 14765 | 2025.02.11 21:40:36.588892 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14766 | 2025.02.11 21:40:36.589151 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14767 | 2025.02.11 21:40:36.589249 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14768 | 2025.02.11 21:40:36.589967 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14769 | 2025.02.11 21:40:36.590006 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14770 | 2025.02.11 21:40:36.590376 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14771 | 2025.02.11 21:40:36.590621 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14772 | 2025.02.11 21:40:36.590854 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001757 sec., 569.1519635742743 rows/sec., 38.35 KiB/sec. | ||
| 14773 | 2025.02.11 21:40:36.590960 [ 255 ] {ee0395eb-7a34-4684-ab91-a786006612d2} <Debug> TCPHandler: Processed in 0.002243075 sec. | ||
| 14774 | 2025.02.11 21:40:36.591200 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14775 | 2025.02.11 21:40:36.591423 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14776 | 2025.02.11 21:40:36.591517 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14777 | 2025.02.11 21:40:36.592138 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14778 | 2025.02.11 21:40:36.592176 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14779 | 2025.02.11 21:40:36.592544 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14780 | 2025.02.11 21:40:36.592791 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14781 | 2025.02.11 21:40:36.592974 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001607 sec., 51026.757934038586 rows/sec., 3.24 MiB/sec. | ||
| 14782 | 2025.02.11 21:40:36.593025 [ 257 ] {47cd33ef-082a-4a09-aa15-a7ac64479c04} <Debug> TCPHandler: Processed in 0.001969199 sec. | ||
| 14783 | 2025.02.11 21:40:39.935059 [ 7 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14784 | 2025.02.11 21:40:39.935109 [ 7 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14785 | 2025.02.11 21:40:40.127083 [ 221 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14786 | 2025.02.11 21:40:40.127137 [ 221 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14787 | 2025.02.11 21:40:40.129032 [ 221 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14788 | 2025.02.11 21:40:40.140187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 14789 | 2025.02.11 21:40:40.140853 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14790 | 2025.02.11 21:40:40.140897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14791 | 2025.02.11 21:40:40.141440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14792 | 2025.02.11 21:40:40.141711 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14793 | 2025.02.11 21:40:40.141967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 14794 | 2025.02.11 21:40:40.365225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2036 | ||
| 14795 | 2025.02.11 21:40:40.368895 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14796 | 2025.02.11 21:40:40.368960 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14797 | 2025.02.11 21:40:40.370531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 14798 | 2025.02.11 21:40:40.370850 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14799 | 2025.02.11 21:40:40.371467 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036 | ||
| 14800 | 2025.02.11 21:40:41.002018 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001505798 sec. | ||
| 14801 | 2025.02.11 21:40:41.261291 [ 218 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14802 | 2025.02.11 21:40:41.261366 [ 218 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14803 | 2025.02.11 21:40:41.263565 [ 218 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14804 | 2025.02.11 21:40:41.562767 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14805 | 2025.02.11 21:40:41.563040 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14806 | 2025.02.11 21:40:41.563112 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14807 | 2025.02.11 21:40:41.563935 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14808 | 2025.02.11 21:40:41.563977 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14809 | 2025.02.11 21:40:41.564415 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14810 | 2025.02.11 21:40:41.564668 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14811 | 2025.02.11 21:40:41.564818 [ 28 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14812 | 2025.02.11 21:40:41.564857 [ 28 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14813 | 2025.02.11 21:40:41.564867 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001882 sec., 72263.54941551542 rows/sec., 6.24 MiB/sec. | ||
| 14814 | 2025.02.11 21:40:41.564884 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14815 | 2025.02.11 21:40:41.564971 [ 255 ] {a2b70521-3e35-4955-987d-f1b5aed3befe} <Debug> TCPHandler: Processed in 0.002388749 sec. | ||
| 14816 | 2025.02.11 21:40:41.565164 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14817 | 2025.02.11 21:40:41.565341 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14818 | 2025.02.11 21:40:41.565374 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14819 | 2025.02.11 21:40:41.565477 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1848 rows starting from the beginning of the part | ||
| 14820 | 2025.02.11 21:40:41.565831 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 136 rows starting from the beginning of the part | ||
| 14821 | 2025.02.11 21:40:41.565935 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14822 | 2025.02.11 21:40:41.566092 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 617 rows starting from the beginning of the part | ||
| 14823 | 2025.02.11 21:40:41.566162 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14824 | 2025.02.11 21:40:41.566486 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1277 rows starting from the beginning of the part | ||
| 14825 | 2025.02.11 21:40:41.566834 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 617 rows starting from the beginning of the part | ||
| 14826 | 2025.02.11 21:40:41.567129 [ 192 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 136 rows starting from the beginning of the part | ||
| 14827 | 2025.02.11 21:40:41.570758 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14828 | 2025.02.11 21:40:41.570856 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14829 | 2025.02.11 21:40:41.571562 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14830 | 2025.02.11 21:40:41.571871 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14831 | 2025.02.11 21:40:41.572452 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.006774 sec., 5904.93061706525 rows/sec., 444.02 KiB/sec. | ||
| 14832 | 2025.02.11 21:40:41.572464 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4631 rows, containing 5 columns (5 merged, 0 gathered) in 0.007478605 sec., 619233.1323823093 rows/sec., 52.75 MiB/sec. | ||
| 14833 | 2025.02.11 21:40:41.572577 [ 257 ] {2e1ed62a-b336-4392-81bc-d8d9644193b8} <Debug> TCPHandler: Processed in 0.007459254 sec. | ||
| 14834 | 2025.02.11 21:40:41.572758 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14835 | 2025.02.11 21:40:41.572769 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14836 | 2025.02.11 21:40:41.572935 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14837 | 2025.02.11 21:40:41.572994 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14838 | 2025.02.11 21:40:41.573119 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14839 | 2025.02.11 21:40:41.573245 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_116_23} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14840 | 2025.02.11 21:40:41.573376 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 14841 | 2025.02.11 21:40:41.573777 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14842 | 2025.02.11 21:40:41.573815 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14843 | 2025.02.11 21:40:41.574201 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14844 | 2025.02.11 21:40:41.574455 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14845 | 2025.02.11 21:40:41.574594 [ 28 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14846 | 2025.02.11 21:40:41.574638 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001741 sec., 59735.78403216542 rows/sec., 4.67 MiB/sec. | ||
| 14847 | 2025.02.11 21:40:41.574642 [ 28 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2025.02.11 21:40:41.574689 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14849 | 2025.02.11 21:40:41.574711 [ 255 ] {6d2a66ae-dfd6-4b0f-9246-2a7fede395ee} <Debug> TCPHandler: Processed in 0.00201764 sec. | ||
| 14850 | 2025.02.11 21:40:41.574994 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14851 | 2025.02.11 21:40:41.575010 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14852 | 2025.02.11 21:40:41.575444 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14853 | 2025.02.11 21:40:41.575603 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 14854 | 2025.02.11 21:40:41.576166 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 104 rows starting from the beginning of the part | ||
| 14855 | 2025.02.11 21:40:41.576234 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14856 | 2025.02.11 21:40:41.576635 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 382 rows starting from the beginning of the part | ||
| 14857 | 2025.02.11 21:40:41.576885 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14858 | 2025.02.11 21:40:41.577089 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 562 rows starting from the beginning of the part | ||
| 14859 | 2025.02.11 21:40:41.577602 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 382 rows starting from the beginning of the part | ||
| 14860 | 2025.02.11 21:40:41.578067 [ 195 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 104 rows starting from the beginning of the part | ||
| 14861 | 2025.02.11 21:40:41.579957 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14862 | 2025.02.11 21:40:41.580030 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14863 | 2025.02.11 21:40:41.580980 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14864 | 2025.02.11 21:40:41.581434 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14865 | 2025.02.11 21:40:41.581652 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.00690206 sec., 354966.4882658221 rows/sec., 27.21 MiB/sec. | ||
| 14866 | 2025.02.11 21:40:41.581879 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006307 sec., 25368.638021246235 rows/sec., 1.77 MiB/sec. | ||
| 14867 | 2025.02.11 21:40:41.582001 [ 257 ] {9197a051-5591-41f9-b15c-96f149667526} <Debug> TCPHandler: Processed in 0.007179487 sec. | ||
| 14868 | 2025.02.11 21:40:41.582019 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14869 | 2025.02.11 21:40:41.582225 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14870 | 2025.02.11 21:40:41.582427 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14871 | 2025.02.11 21:40:41.582597 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14872 | 2025.02.11 21:40:41.582613 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14873 | 2025.02.11 21:40:41.582865 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_116_23} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14874 | 2025.02.11 21:40:41.583077 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 14875 | 2025.02.11 21:40:41.584211 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2025.02.11 21:40:41.584254 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14877 | 2025.02.11 21:40:41.584959 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14878 | 2025.02.11 21:40:41.585229 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14879 | 2025.02.11 21:40:41.585438 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003078 sec., 12995.45159194282 rows/sec., 23.29 MiB/sec. | ||
| 14880 | 2025.02.11 21:40:41.585738 [ 255 ] {e1e1824d-bc0c-4149-aca5-82c870f4bdbe} <Debug> TCPHandler: Processed in 0.003634009 sec. | ||
| 14881 | 2025.02.11 21:40:41.586012 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14882 | 2025.02.11 21:40:41.586236 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14883 | 2025.02.11 21:40:41.586330 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14884 | 2025.02.11 21:40:41.587107 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14885 | 2025.02.11 21:40:41.587145 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14886 | 2025.02.11 21:40:41.587530 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14887 | 2025.02.11 21:40:41.587781 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14888 | 2025.02.11 21:40:41.587946 [ 34 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14889 | 2025.02.11 21:40:41.587974 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001792 sec., 33482.142857142855 rows/sec., 2.26 MiB/sec. | ||
| 14890 | 2025.02.11 21:40:41.587995 [ 34 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14891 | 2025.02.11 21:40:41.588041 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14892 | 2025.02.11 21:40:41.588046 [ 257 ] {050dc429-59f1-48ec-8c5e-02ee1b35cae8} <Debug> TCPHandler: Processed in 0.002200995 sec. | ||
| 14893 | 2025.02.11 21:40:41.588286 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14894 | 2025.02.11 21:40:41.588535 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14895 | 2025.02.11 21:40:41.588607 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7686 rows starting from the beginning of the part | ||
| 14896 | 2025.02.11 21:40:41.588769 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 14897 | 2025.02.11 21:40:41.588940 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 82 rows starting from the beginning of the part | ||
| 14898 | 2025.02.11 21:40:41.589040 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14899 | 2025.02.11 21:40:41.589111 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14900 | 2025.02.11 21:40:41.589362 [ 186 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14901 | 2025.02.11 21:40:41.591762 [ 201 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8030 rows, containing 4 columns (4 merged, 0 gathered) in 0.003582878 sec., 2241215.0232299287 rows/sec., 146.65 MiB/sec. | ||
| 14902 | 2025.02.11 21:40:41.592269 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14903 | 2025.02.11 21:40:41.592623 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14904 | 2025.02.11 21:40:41.592723 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_116_23} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14905 | 2025.02.11 21:40:41.592823 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 14906 | 2025.02.11 21:40:42.111699 [ 224 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14907 | 2025.02.11 21:40:42.111754 [ 224 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14908 | 2025.02.11 21:40:42.113657 [ 224 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14909 | 2025.02.11 21:40:42.811129 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 14910 | 2025.02.11 21:40:42.833021 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14911 | 2025.02.11 21:40:42.833092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14912 | 2025.02.11 21:40:42.840619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14913 | 2025.02.11 21:40:42.841414 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2025.02.11 21:40:42.844319 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 14915 | 2025.02.11 21:40:43.000235 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.00 MiB, peak 279.16 MiB, free memory in arenas 0.00 B, will set to 263.48 MiB (RSS), difference: 3.48 MiB | ||
| 14916 | 2025.02.11 21:40:46.527927 [ 224 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14917 | 2025.02.11 21:40:46.528025 [ 224 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14918 | 2025.02.11 21:40:46.531037 [ 224 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14919 | 2025.02.11 21:40:46.565991 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2025.02.11 21:40:46.566257 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14921 | 2025.02.11 21:40:46.566330 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14922 | 2025.02.11 21:40:46.567157 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14923 | 2025.02.11 21:40:46.567205 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14924 | 2025.02.11 21:40:46.567664 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14925 | 2025.02.11 21:40:46.567940 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2025.02.11 21:40:46.568186 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001981 sec., 107016.65825340737 rows/sec., 6.81 MiB/sec. | ||
| 14927 | 2025.02.11 21:40:46.568253 [ 255 ] {7988a1c2-e2cb-40eb-90aa-c9cf94d2e2af} <Debug> TCPHandler: Processed in 0.002446861 sec. | ||
| 14928 | 2025.02.11 21:40:46.568508 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14929 | 2025.02.11 21:40:46.568708 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14930 | 2025.02.11 21:40:46.568785 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14931 | 2025.02.11 21:40:46.569875 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14932 | 2025.02.11 21:40:46.569928 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14933 | 2025.02.11 21:40:46.570410 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14934 | 2025.02.11 21:40:46.570670 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14935 | 2025.02.11 21:40:46.570915 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002255 sec., 273614.1906873614 rows/sec., 21.39 MiB/sec. | ||
| 14936 | 2025.02.11 21:40:46.570983 [ 223 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14937 | 2025.02.11 21:40:46.571002 [ 257 ] {d1dd8532-dd1b-411c-be19-ed249322b2d2} <Debug> TCPHandler: Processed in 0.002635315 sec. | ||
| 14938 | 2025.02.11 21:40:46.571035 [ 223 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14939 | 2025.02.11 21:40:46.571272 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14940 | 2025.02.11 21:40:46.571516 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14941 | 2025.02.11 21:40:46.571616 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14942 | 2025.02.11 21:40:46.572693 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2025.02.11 21:40:46.572743 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14944 | 2025.02.11 21:40:46.573255 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14945 | 2025.02.11 21:40:46.573559 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2025.02.11 21:40:46.573829 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.002382 sec., 44500.419815281275 rows/sec., 2.62 MiB/sec. | ||
| 14947 | 2025.02.11 21:40:46.573907 [ 255 ] {ecf2fc35-5b03-48c1-9f28-2c136462c699} <Debug> TCPHandler: Processed in 0.002764958 sec. | ||
| 14948 | 2025.02.11 21:40:46.573961 [ 223 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14949 | 2025.02.11 21:40:46.574162 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14950 | 2025.02.11 21:40:46.574439 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14951 | 2025.02.11 21:40:46.574574 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14952 | 2025.02.11 21:40:46.575669 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14953 | 2025.02.11 21:40:46.575708 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14954 | 2025.02.11 21:40:46.576094 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14955 | 2025.02.11 21:40:46.576342 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14956 | 2025.02.11 21:40:46.576540 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002219 sec., 50923.83956737269 rows/sec., 3.30 MiB/sec. | ||
| 14957 | 2025.02.11 21:40:46.576594 [ 257 ] {f1863fb1-cea2-4032-9d0a-ca43e3605a55} <Debug> TCPHandler: Processed in 0.002557193 sec. | ||
| 14958 | 2025.02.11 21:40:46.576752 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14959 | 2025.02.11 21:40:46.576894 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14960 | 2025.02.11 21:40:46.576952 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14961 | 2025.02.11 21:40:46.577606 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14962 | 2025.02.11 21:40:46.577646 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14963 | 2025.02.11 21:40:46.578025 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14964 | 2025.02.11 21:40:46.578273 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14965 | 2025.02.11 21:40:46.578483 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001619 sec., 69178.50525015441 rows/sec., 3.94 MiB/sec. | ||
| 14966 | 2025.02.11 21:40:46.578535 [ 255 ] {c279ad47-53ec-4def-bf8e-6973c3970658} <Debug> TCPHandler: Processed in 0.001853106 sec. | ||
| 14967 | 2025.02.11 21:40:46.578750 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14968 | 2025.02.11 21:40:46.578974 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14969 | 2025.02.11 21:40:46.579063 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14970 | 2025.02.11 21:40:46.579895 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14971 | 2025.02.11 21:40:46.579933 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14972 | 2025.02.11 21:40:46.580329 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14973 | 2025.02.11 21:40:46.580578 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14974 | 2025.02.11 21:40:46.580759 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00184 sec., 207608.69565217392 rows/sec., 14.64 MiB/sec. | ||
| 14975 | 2025.02.11 21:40:46.580810 [ 257 ] {72cf8006-bd78-4781-942a-8487e1461ff2} <Debug> TCPHandler: Processed in 0.002170844 sec. | ||
| 14976 | 2025.02.11 21:40:46.580965 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14977 | 2025.02.11 21:40:46.581105 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14978 | 2025.02.11 21:40:46.581164 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14979 | 2025.02.11 21:40:46.581733 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14980 | 2025.02.11 21:40:46.581780 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14981 | 2025.02.11 21:40:46.582206 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14982 | 2025.02.11 21:40:46.582464 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14983 | 2025.02.11 21:40:46.582631 [ 169 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14984 | 2025.02.11 21:40:46.582691 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 194.59 KiB/sec. | ||
| 14985 | 2025.02.11 21:40:46.582700 [ 169 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2025.02.11 21:40:46.582771 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14987 | 2025.02.11 21:40:46.582798 [ 255 ] {79e2be1f-4bfd-4096-86d7-7a8ee1966e88} <Debug> TCPHandler: Processed in 0.001901516 sec. | ||
| 14988 | 2025.02.11 21:40:46.583066 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14989 | 2025.02.11 21:40:46.583218 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 14990 | 2025.02.11 21:40:46.583470 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14991 | 2025.02.11 21:40:46.583675 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14992 | 2025.02.11 21:40:46.583782 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14993 | 2025.02.11 21:40:46.583914 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 14994 | 2025.02.11 21:40:46.584421 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 14995 | 2025.02.11 21:40:46.584660 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 14996 | 2025.02.11 21:40:46.585059 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 14997 | 2025.02.11 21:40:46.585371 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 14998 | 2025.02.11 21:40:46.585537 [ 201 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 14999 | 2025.02.11 21:40:46.586315 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15000 | 2025.02.11 21:40:46.586364 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15001 | 2025.02.11 21:40:46.586997 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15002 | 2025.02.11 21:40:46.587188 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004323907 sec., 70769.32968262269 rows/sec., 3.61 MiB/sec. | ||
| 15003 | 2025.02.11 21:40:46.587402 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15004 | 2025.02.11 21:40:46.587465 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15005 | 2025.02.11 21:40:46.587774 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15006 | 2025.02.11 21:40:46.587824 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004485 sec., 52842.80936454849 rows/sec., 3.54 MiB/sec. | ||
| 15007 | 2025.02.11 21:40:46.587847 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15008 | 2025.02.11 21:40:46.588031 [ 257 ] {83b8c30e-2889-42c1-ac12-e6402928724b} <Debug> TCPHandler: Processed in 0.005132357 sec. | ||
| 15009 | 2025.02.11 21:40:46.588234 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15010 | 2025.02.11 21:40:46.588388 [ 194 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_51_10} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15011 | 2025.02.11 21:40:46.588404 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15012 | 2025.02.11 21:40:46.588601 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15013 | 2025.02.11 21:40:46.588886 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15014 | 2025.02.11 21:40:46.589009 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15015 | 2025.02.11 21:40:46.590284 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15016 | 2025.02.11 21:40:46.590325 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15017 | 2025.02.11 21:40:46.590925 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15018 | 2025.02.11 21:40:46.591310 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15019 | 2025.02.11 21:40:46.591600 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002834 sec., 352.8581510232886 rows/sec., 23.78 KiB/sec. | ||
| 15020 | 2025.02.11 21:40:46.591721 [ 255 ] {b25f9d14-225b-4013-a407-c4bb9866bf58} <Debug> TCPHandler: Processed in 0.003585639 sec. | ||
| 15021 | 2025.02.11 21:40:46.591755 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15022 | 2025.02.11 21:40:46.591948 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15023 | 2025.02.11 21:40:46.592137 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15024 | 2025.02.11 21:40:46.592229 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15025 | 2025.02.11 21:40:46.592890 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15026 | 2025.02.11 21:40:46.592934 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15027 | 2025.02.11 21:40:46.593321 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15028 | 2025.02.11 21:40:46.593557 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2025.02.11 21:40:46.593733 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001652 sec., 49636.80387409201 rows/sec., 3.15 MiB/sec. | ||
| 15030 | 2025.02.11 21:40:46.593782 [ 257 ] {3af4ce63-9839-4f51-8062-017c299b4258} <Debug> TCPHandler: Processed in 0.001956328 sec. | ||
| 15031 | 2025.02.11 21:40:47.442900 [ 222 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15032 | 2025.02.11 21:40:47.442962 [ 222 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15033 | 2025.02.11 21:40:47.445102 [ 222 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15034 | 2025.02.11 21:40:47.561921 [ 222 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15035 | 2025.02.11 21:40:47.561973 [ 222 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15036 | 2025.02.11 21:40:47.563994 [ 222 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15037 | 2025.02.11 21:40:47.642111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 15038 | 2025.02.11 21:40:47.642759 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15039 | 2025.02.11 21:40:47.642810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15040 | 2025.02.11 21:40:47.643359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15041 | 2025.02.11 21:40:47.643623 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15042 | 2025.02.11 21:40:47.643791 [ 84 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15043 | 2025.02.11 21:40:47.643810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 15044 | 2025.02.11 21:40:47.643838 [ 84 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15045 | 2025.02.11 21:40:47.643860 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15046 | 2025.02.11 21:40:47.644107 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::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 | ||
| 15047 | 2025.02.11 21:40:47.644885 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15048 | 2025.02.11 21:40:47.645107 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15049 | 2025.02.11 21:40:47.645648 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 15050 | 2025.02.11 21:40:47.645895 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 15051 | 2025.02.11 21:40:47.646009 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 15052 | 2025.02.11 21:40:47.646288 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 15053 | 2025.02.11 21:40:47.646578 [ 200 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 15054 | 2025.02.11 21:40:47.649551 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005634749 sec., 6582014.5671084905 rows/sec., 94.16 MiB/sec. | ||
| 15055 | 2025.02.11 21:40:47.649824 [ 196 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15056 | 2025.02.11 21:40:47.650102 [ 196 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15057 | 2025.02.11 21:40:47.650175 [ 196 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_81_16} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15058 | 2025.02.11 21:40:47.650254 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15059 | 2025.02.11 21:40:47.701521 [ 226 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15060 | 2025.02.11 21:40:47.701594 [ 226 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15061 | 2025.02.11 21:40:47.703521 [ 226 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15062 | 2025.02.11 21:40:50.344393 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15063 | 2025.02.11 21:40:50.368099 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2025.02.11 21:40:50.368162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15065 | 2025.02.11 21:40:50.371955 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2068 | ||
| 15066 | 2025.02.11 21:40:50.386161 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15067 | 2025.02.11 21:40:50.386240 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15068 | 2025.02.11 21:40:50.390144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15069 | 2025.02.11 21:40:50.393724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15070 | 2025.02.11 21:40:50.393912 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15071 | 2025.02.11 21:40:50.394359 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15072 | 2025.02.11 21:40:50.394414 [ 87 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15073 | 2025.02.11 21:40:50.394561 [ 87 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15074 | 2025.02.11 21:40:50.394659 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15075 | 2025.02.11 21:40:50.400357 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2068 | ||
| 15076 | 2025.02.11 21:40:50.400758 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::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 | ||
| 15077 | 2025.02.11 21:40:50.415184 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15078 | 2025.02.11 21:40:50.416985 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15079 | 2025.02.11 21:40:50.418584 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15080 | 2025.02.11 21:40:50.424558 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15081 | 2025.02.11 21:40:50.430688 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15082 | 2025.02.11 21:40:50.436804 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15083 | 2025.02.11 21:40:50.443069 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15084 | 2025.02.11 21:40:50.449180 [ 201 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15085 | 2025.02.11 21:40:50.513304 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.115196247 sec., 5303.992238566591 rows/sec., 27.43 MiB/sec. | ||
| 15086 | 2025.02.11 21:40:50.516794 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15087 | 2025.02.11 21:40:50.519874 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15088 | 2025.02.11 21:40:50.519995 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_81_16} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15089 | 2025.02.11 21:40:50.522659 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15090 | 2025.02.11 21:40:51.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.56 MiB, peak 281.98 MiB, free memory in arenas 0.00 B, will set to 263.48 MiB (RSS), difference: -1.08 MiB | ||
| 15091 | 2025.02.11 21:40:51.562778 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15092 | 2025.02.11 21:40:51.563086 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15093 | 2025.02.11 21:40:51.563203 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15094 | 2025.02.11 21:40:51.564074 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15095 | 2025.02.11 21:40:51.564120 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15096 | 2025.02.11 21:40:51.564594 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15097 | 2025.02.11 21:40:51.564866 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15098 | 2025.02.11 21:40:51.565082 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002083 sec., 65290.446471435425 rows/sec., 5.64 MiB/sec. | ||
| 15099 | 2025.02.11 21:40:51.565147 [ 255 ] {5fc67f43-5d16-4f29-be02-a06e0075593e} <Debug> TCPHandler: Processed in 0.002552253 sec. | ||
| 15100 | 2025.02.11 21:40:51.565469 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15101 | 2025.02.11 21:40:51.565797 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15102 | 2025.02.11 21:40:51.565921 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15103 | 2025.02.11 21:40:51.566883 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15104 | 2025.02.11 21:40:51.566935 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15105 | 2025.02.11 21:40:51.567388 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15106 | 2025.02.11 21:40:51.567641 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15107 | 2025.02.11 21:40:51.567845 [ 91 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15108 | 2025.02.11 21:40:51.567911 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002195 sec., 18223.234624145785 rows/sec., 1.34 MiB/sec. | ||
| 15109 | 2025.02.11 21:40:51.567921 [ 91 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2025.02.11 21:40:51.568011 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15111 | 2025.02.11 21:40:51.568066 [ 257 ] {bd7a6548-1920-432e-b52d-5ba7dbe02dc3} <Debug> TCPHandler: Processed in 0.002803629 sec. | ||
| 15112 | 2025.02.11 21:40:51.568356 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15113 | 2025.02.11 21:40:51.568446 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 15114 | 2025.02.11 21:40:51.568750 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15115 | 2025.02.11 21:40:51.568976 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15116 | 2025.02.11 21:40:51.569132 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15117 | 2025.02.11 21:40:51.569334 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 166 rows starting from the beginning of the part | ||
| 15118 | 2025.02.11 21:40:51.569940 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 42 rows starting from the beginning of the part | ||
| 15119 | 2025.02.11 21:40:51.570850 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 106 rows starting from the beginning of the part | ||
| 15120 | 2025.02.11 21:40:51.571265 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 40 rows starting from the beginning of the part | ||
| 15121 | 2025.02.11 21:40:51.571642 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 106 rows starting from the beginning of the part | ||
| 15122 | 2025.02.11 21:40:51.572109 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 40 rows starting from the beginning of the part | ||
| 15123 | 2025.02.11 21:40:51.572746 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2025.02.11 21:40:51.572810 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15125 | 2025.02.11 21:40:51.573810 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15126 | 2025.02.11 21:40:51.574441 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2025.02.11 21:40:51.574962 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.006357 sec., 16359.918200408998 rows/sec., 1.28 MiB/sec. | ||
| 15128 | 2025.02.11 21:40:51.575062 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.00692428 sec., 72209.6737855777 rows/sec., 4.89 MiB/sec. | ||
| 15129 | 2025.02.11 21:40:51.575084 [ 255 ] {58fb725b-3076-4ae3-9545-b3fc968fb447} <Debug> TCPHandler: Processed in 0.0069171 sec. | ||
| 15130 | 2025.02.11 21:40:51.575299 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15131 | 2025.02.11 21:40:51.575343 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15132 | 2025.02.11 21:40:51.575568 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15133 | 2025.02.11 21:40:51.575681 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15134 | 2025.02.11 21:40:51.575837 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15135 | 2025.02.11 21:40:51.576095 [ 190 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_111_22} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15136 | 2025.02.11 21:40:51.576291 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15137 | 2025.02.11 21:40:51.576722 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15138 | 2025.02.11 21:40:51.576769 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15139 | 2025.02.11 21:40:51.577177 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15140 | 2025.02.11 21:40:51.577428 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15141 | 2025.02.11 21:40:51.577688 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00219 sec., 73059.3607305936 rows/sec., 5.09 MiB/sec. | ||
| 15142 | 2025.02.11 21:40:51.577749 [ 257 ] {e591759c-7c79-4d1d-ba4d-2f06773a898e} <Debug> TCPHandler: Processed in 0.002500981 sec. | ||
| 15143 | 2025.02.11 21:40:51.577919 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15144 | 2025.02.11 21:40:51.578076 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15145 | 2025.02.11 21:40:51.578170 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15146 | 2025.02.11 21:40:51.579368 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15147 | 2025.02.11 21:40:51.579408 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15148 | 2025.02.11 21:40:51.580131 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15149 | 2025.02.11 21:40:51.580407 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15150 | 2025.02.11 21:40:51.580644 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0026 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec. | ||
| 15151 | 2025.02.11 21:40:51.580738 [ 255 ] {2b620fda-65c4-404a-9491-a1a8087c51b2} <Debug> TCPHandler: Processed in 0.002885351 sec. | ||
| 15152 | 2025.02.11 21:40:51.580897 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15153 | 2025.02.11 21:40:51.581043 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15154 | 2025.02.11 21:40:51.581105 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15155 | 2025.02.11 21:40:51.581644 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15156 | 2025.02.11 21:40:51.581684 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15157 | 2025.02.11 21:40:51.582065 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15158 | 2025.02.11 21:40:51.582307 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15159 | 2025.02.11 21:40:51.582539 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 15160 | 2025.02.11 21:40:51.582591 [ 257 ] {cd1a3793-b64b-4b8c-b3cd-17a12a26f418} <Debug> TCPHandler: Processed in 0.001763764 sec. | ||
| 15161 | 2025.02.11 21:40:52.532751 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15162 | 2025.02.11 21:40:52.532832 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15163 | 2025.02.11 21:40:52.535170 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15164 | 2025.02.11 21:40:54.935360 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15165 | 2025.02.11 21:40:54.935421 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15166 | 2025.02.11 21:40:55.143959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 15167 | 2025.02.11 21:40:55.144838 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15168 | 2025.02.11 21:40:55.144878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15169 | 2025.02.11 21:40:55.145410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15170 | 2025.02.11 21:40:55.145767 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15171 | 2025.02.11 21:40:55.146000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15172 | 2025.02.11 21:40:56.566047 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15173 | 2025.02.11 21:40:56.566249 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15174 | 2025.02.11 21:40:56.566324 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15175 | 2025.02.11 21:40:56.567155 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15176 | 2025.02.11 21:40:56.567204 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15177 | 2025.02.11 21:40:56.567655 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15178 | 2025.02.11 21:40:56.567916 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15179 | 2025.02.11 21:40:56.568194 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001994 sec., 106318.95687061183 rows/sec., 6.76 MiB/sec. | ||
| 15180 | 2025.02.11 21:40:56.568288 [ 255 ] {e18d70e2-2d76-4121-b523-f2307edc7fdc} <Debug> TCPHandler: Processed in 0.002370249 sec. | ||
| 15181 | 2025.02.11 21:40:56.568624 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15182 | 2025.02.11 21:40:56.568816 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15183 | 2025.02.11 21:40:56.568888 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15184 | 2025.02.11 21:40:56.569909 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15185 | 2025.02.11 21:40:56.569952 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15186 | 2025.02.11 21:40:56.570441 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15187 | 2025.02.11 21:40:56.570703 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15188 | 2025.02.11 21:40:56.570929 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002159 sec., 285780.453913849 rows/sec., 22.34 MiB/sec. | ||
| 15189 | 2025.02.11 21:40:56.571045 [ 257 ] {56e1e258-9d26-4395-894e-8e2d7b07172f} <Debug> TCPHandler: Processed in 0.002627875 sec. | ||
| 15190 | 2025.02.11 21:40:56.571222 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15191 | 2025.02.11 21:40:56.571403 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15192 | 2025.02.11 21:40:56.571466 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15193 | 2025.02.11 21:40:56.572124 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15194 | 2025.02.11 21:40:56.572173 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15195 | 2025.02.11 21:40:56.573180 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15196 | 2025.02.11 21:40:56.573442 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15197 | 2025.02.11 21:40:56.573668 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.002302 sec., 46046.91572545613 rows/sec., 2.71 MiB/sec. | ||
| 15198 | 2025.02.11 21:40:56.573728 [ 219 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15199 | 2025.02.11 21:40:56.573732 [ 255 ] {a613cf20-3a7c-40d5-81e5-9905b10e3b46} <Debug> TCPHandler: Processed in 0.002598715 sec. | ||
| 15200 | 2025.02.11 21:40:56.573762 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15201 | 2025.02.11 21:40:56.573906 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15202 | 2025.02.11 21:40:56.574074 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15203 | 2025.02.11 21:40:56.574180 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15204 | 2025.02.11 21:40:56.575803 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15205 | 2025.02.11 21:40:56.575854 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15206 | 2025.02.11 21:40:56.576626 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15207 | 2025.02.11 21:40:56.577069 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15208 | 2025.02.11 21:40:56.577265 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15209 | 2025.02.11 21:40:56.577563 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003529 sec., 32020.402380277697 rows/sec., 2.07 MiB/sec. | ||
| 15210 | 2025.02.11 21:40:56.577718 [ 257 ] {0f7e0ba4-49e1-451d-9461-7f4f4c5659aa} <Debug> TCPHandler: Processed in 0.003876936 sec. | ||
| 15211 | 2025.02.11 21:40:56.577964 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15212 | 2025.02.11 21:40:56.578118 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15213 | 2025.02.11 21:40:56.578174 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15214 | 2025.02.11 21:40:56.578852 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15215 | 2025.02.11 21:40:56.578890 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15216 | 2025.02.11 21:40:56.579268 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15217 | 2025.02.11 21:40:56.579548 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15218 | 2025.02.11 21:40:56.579752 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001665 sec., 67267.26726726726 rows/sec., 3.83 MiB/sec. | ||
| 15219 | 2025.02.11 21:40:56.579806 [ 255 ] {8fe2577e-bbca-4c46-8705-ab1c8afb65de} <Debug> TCPHandler: Processed in 0.001931488 sec. | ||
| 15220 | 2025.02.11 21:40:56.579980 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15221 | 2025.02.11 21:40:56.580109 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15222 | 2025.02.11 21:40:56.580161 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15223 | 2025.02.11 21:40:56.580905 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15224 | 2025.02.11 21:40:56.580945 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15225 | 2025.02.11 21:40:56.581337 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15226 | 2025.02.11 21:40:56.581591 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15227 | 2025.02.11 21:40:56.581818 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001741 sec., 219414.12981045377 rows/sec., 15.47 MiB/sec. | ||
| 15228 | 2025.02.11 21:40:56.581874 [ 257 ] {650ec7c4-d624-4186-97d2-b1c705ecb7eb} <Debug> TCPHandler: Processed in 0.001954798 sec. | ||
| 15229 | 2025.02.11 21:40:56.582035 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15230 | 2025.02.11 21:40:56.582174 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15231 | 2025.02.11 21:40:56.582234 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15232 | 2025.02.11 21:40:56.582767 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15233 | 2025.02.11 21:40:56.582804 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15234 | 2025.02.11 21:40:56.583186 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15235 | 2025.02.11 21:40:56.583449 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15236 | 2025.02.11 21:40:56.583645 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 15237 | 2025.02.11 21:40:56.583722 [ 255 ] {0f9cb184-992b-4ad5-bf3b-7f3d6dccd80b} <Debug> TCPHandler: Processed in 0.001752643 sec. | ||
| 15238 | 2025.02.11 21:40:56.583971 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15239 | 2025.02.11 21:40:56.584118 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15240 | 2025.02.11 21:40:56.584183 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15241 | 2025.02.11 21:40:56.584832 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15242 | 2025.02.11 21:40:56.584872 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15243 | 2025.02.11 21:40:56.585282 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15244 | 2025.02.11 21:40:56.585544 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15245 | 2025.02.11 21:40:56.585737 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 | ||
| 15246 | 2025.02.11 21:40:56.585795 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 15247 | 2025.02.11 21:40:56.585796 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15248 | 2025.02.11 21:40:56.585879 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15249 | 2025.02.11 21:40:56.585934 [ 257 ] {c67fd68a-96ec-48f0-b845-6808e6ee24a9} <Debug> TCPHandler: Processed in 0.002105602 sec. | ||
| 15250 | 2025.02.11 21:40:56.586165 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15251 | 2025.02.11 21:40:56.586174 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full | ||
| 15252 | 2025.02.11 21:40:56.586361 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15253 | 2025.02.11 21:40:56.586472 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15254 | 2025.02.11 21:40:56.586499 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15255 | 2025.02.11 21:40:56.586600 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 39372 rows starting from the beginning of the part | ||
| 15256 | 2025.02.11 21:40:56.587053 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 15257 | 2025.02.11 21:40:56.587431 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 15258 | 2025.02.11 21:40:56.587632 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 15259 | 2025.02.11 21:40:56.588081 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 15260 | 2025.02.11 21:40:56.588372 [ 190 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part | ||
| 15261 | 2025.02.11 21:40:56.588897 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15262 | 2025.02.11 21:40:56.589006 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15263 | 2025.02.11 21:40:56.589817 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15264 | 2025.02.11 21:40:56.590213 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15265 | 2025.02.11 21:40:56.590476 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004174 sec., 239.57834211787255 rows/sec., 16.14 KiB/sec. | ||
| 15266 | 2025.02.11 21:40:56.590534 [ 255 ] {c735ab13-1132-4eb9-bddd-ee279a67b272} <Debug> TCPHandler: Processed in 0.004478461 sec. | ||
| 15267 | 2025.02.11 21:40:56.590717 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15268 | 2025.02.11 21:40:56.590972 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15269 | 2025.02.11 21:40:56.591105 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15270 | 2025.02.11 21:40:56.592318 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15271 | 2025.02.11 21:40:56.592357 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15272 | 2025.02.11 21:40:56.592904 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15273 | 2025.02.11 21:40:56.593171 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15274 | 2025.02.11 21:40:56.593552 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002659 sec., 30838.661150808577 rows/sec., 1.96 MiB/sec. | ||
| 15275 | 2025.02.11 21:40:56.593616 [ 257 ] {eff49458-e80a-4488-8380-1d4bdbb50f31} <Debug> TCPHandler: Processed in 0.002987924 sec. | ||
| 15276 | 2025.02.11 21:40:56.597729 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40403 rows, containing 5 columns (5 merged, 0 gathered) in 0.01173269 sec., 3443626.3124654274 rows/sec., 232.80 MiB/sec. | ||
| 15277 | 2025.02.11 21:40:56.598480 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 15278 | 2025.02.11 21:40:56.598802 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15279 | 2025.02.11 21:40:56.598880 [ 197 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 | ||
| 15280 | 2025.02.11 21:40:56.598973 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15281 | 2025.02.11 21:40:57.116581 [ 218 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15282 | 2025.02.11 21:40:57.116648 [ 218 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15283 | 2025.02.11 21:40:57.118549 [ 218 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15284 | 2025.02.11 21:40:57.915298 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15285 | 2025.02.11 21:40:57.939570 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15286 | 2025.02.11 21:40:57.939634 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15287 | 2025.02.11 21:40:57.947232 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15288 | 2025.02.11 21:40:57.948085 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15289 | 2025.02.11 21:40:57.952857 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15290 | 2025.02.11 21:41:00.400604 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2100 | ||
| 15291 | 2025.02.11 21:41:00.403775 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15292 | 2025.02.11 21:41:00.403829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15293 | 2025.02.11 21:41:00.405388 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15294 | 2025.02.11 21:41:00.405704 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15295 | 2025.02.11 21:41:00.405959 [ 150 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15296 | 2025.02.11 21:41:00.406097 [ 150 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2025.02.11 21:41:00.406171 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15298 | 2025.02.11 21:41:00.406907 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 15299 | 2025.02.11 21:41:00.407860 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2100 | ||
| 15300 | 2025.02.11 21:41:00.408425 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15301 | 2025.02.11 21:41:00.408650 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1934 rows starting from the beginning of the part | ||
| 15302 | 2025.02.11 21:41:00.409229 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 15303 | 2025.02.11 21:41:00.409762 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 15304 | 2025.02.11 21:41:00.410282 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 15305 | 2025.02.11 21:41:00.410798 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 15306 | 2025.02.11 21:41:00.411287 [ 197 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
| 15307 | 2025.02.11 21:41:00.420484 [ 193 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 72 columns (72 merged, 0 gathered) in 0.014126869 sec., 148652.89683085473 rows/sec., 112.45 MiB/sec. | ||
| 15308 | 2025.02.11 21:41:00.422274 [ 193 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15309 | 2025.02.11 21:41:00.423027 [ 193 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15310 | 2025.02.11 21:41:00.423117 [ 193 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_61_12} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15311 | 2025.02.11 21:41:00.423352 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 15312 | 2025.02.11 21:41:01.156116 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15313 | 2025.02.11 21:41:01.156441 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15314 | 2025.02.11 21:41:01.156562 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15315 | 2025.02.11 21:41:01.157384 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15316 | 2025.02.11 21:41:01.157436 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15317 | 2025.02.11 21:41:01.157874 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15318 | 2025.02.11 21:41:01.158136 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15319 | 2025.02.11 21:41:01.158391 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002027 sec., 6906.758756783423 rows/sec., 563.20 KiB/sec. | ||
| 15320 | 2025.02.11 21:41:01.158472 [ 255 ] {479b791a-a318-4419-83d1-deadca47325a} <Debug> TCPHandler: Processed in 0.002543243 sec. | ||
| 15321 | 2025.02.11 21:41:01.158805 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15322 | 2025.02.11 21:41:01.159016 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15323 | 2025.02.11 21:41:01.159098 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15324 | 2025.02.11 21:41:01.160437 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15325 | 2025.02.11 21:41:01.160482 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15326 | 2025.02.11 21:41:01.161012 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15327 | 2025.02.11 21:41:01.161270 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15328 | 2025.02.11 21:41:01.161498 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Debug> executeQuery: Read 1283 rows, 109.10 KiB in 0.002538 sec., 505516.15445232467 rows/sec., 41.98 MiB/sec. | ||
| 15329 | 2025.02.11 21:41:01.161561 [ 257 ] {1a131164-861c-4ec3-984b-2001fc96b2e8} <Debug> TCPHandler: Processed in 0.002957143 sec. | ||
| 15330 | 2025.02.11 21:41:01.161760 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15331 | 2025.02.11 21:41:01.162079 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15332 | 2025.02.11 21:41:01.162150 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15333 | 2025.02.11 21:41:01.162834 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15334 | 2025.02.11 21:41:01.162873 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15335 | 2025.02.11 21:41:01.163245 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15336 | 2025.02.11 21:41:01.163495 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15337 | 2025.02.11 21:41:01.163730 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Debug> executeQuery: Read 54 rows, 3.99 KiB in 0.001754 sec., 30786.77309007982 rows/sec., 2.22 MiB/sec. | ||
| 15338 | 2025.02.11 21:41:01.163828 [ 255 ] {8bf64044-da31-4267-bf20-04340e607659} <Debug> TCPHandler: Processed in 0.002179244 sec. | ||
| 15339 | 2025.02.11 21:41:01.164087 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15340 | 2025.02.11 21:41:01.164355 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15341 | 2025.02.11 21:41:01.164446 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15342 | 2025.02.11 21:41:01.165224 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2025.02.11 21:41:01.165263 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15344 | 2025.02.11 21:41:01.165633 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15345 | 2025.02.11 21:41:01.165886 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2025.02.11 21:41:01.166093 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001793 sec., 127161.1823759063 rows/sec., 8.61 MiB/sec. | ||
| 15347 | 2025.02.11 21:41:01.166145 [ 257 ] {0b1a1229-ac79-4329-963f-a96cb07ce56b} <Debug> TCPHandler: Processed in 0.002232685 sec. | ||
| 15348 | 2025.02.11 21:41:01.166298 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15349 | 2025.02.11 21:41:01.166436 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15350 | 2025.02.11 21:41:01.166492 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15351 | 2025.02.11 21:41:01.167407 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15352 | 2025.02.11 21:41:01.167447 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15353 | 2025.02.11 21:41:01.167841 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15354 | 2025.02.11 21:41:01.168087 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15355 | 2025.02.11 21:41:01.168307 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Debug> executeQuery: Read 574 rows, 43.75 KiB in 0.001901 sec., 301946.3440294582 rows/sec., 22.47 MiB/sec. | ||
| 15356 | 2025.02.11 21:41:01.168358 [ 255 ] {6d0bcffd-17be-4974-a197-ef23df629bb1} <Debug> TCPHandler: Processed in 0.002125452 sec. | ||
| 15357 | 2025.02.11 21:41:01.168586 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15358 | 2025.02.11 21:41:01.168813 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15359 | 2025.02.11 21:41:01.168912 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15360 | 2025.02.11 21:41:01.170004 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15361 | 2025.02.11 21:41:01.170044 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15362 | 2025.02.11 21:41:01.170501 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15363 | 2025.02.11 21:41:01.170745 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15364 | 2025.02.11 21:41:01.170951 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Debug> executeQuery: Read 1013 rows, 69.74 KiB in 0.002193 sec., 461924.3046055631 rows/sec., 31.05 MiB/sec. | ||
| 15365 | 2025.02.11 21:41:01.171002 [ 257 ] {a8a2df30-0f33-4ba8-90d1-9f09318e6949} <Debug> TCPHandler: Processed in 0.002532212 sec. | ||
| 15366 | 2025.02.11 21:41:01.171160 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15367 | 2025.02.11 21:41:01.171300 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15368 | 2025.02.11 21:41:01.171391 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15369 | 2025.02.11 21:41:01.172636 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15370 | 2025.02.11 21:41:01.172676 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15371 | 2025.02.11 21:41:01.173364 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15372 | 2025.02.11 21:41:01.173630 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15373 | 2025.02.11 21:41:01.173896 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002627 sec., 15226.494099733536 rows/sec., 27.29 MiB/sec. | ||
| 15374 | 2025.02.11 21:41:01.173991 [ 255 ] {b27bd01d-2ecd-4143-99a9-0ad4ee9c0404} <Debug> TCPHandler: Processed in 0.002900961 sec. | ||
| 15375 | 2025.02.11 21:41:01.174194 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15376 | 2025.02.11 21:41:01.174422 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15377 | 2025.02.11 21:41:01.174516 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15378 | 2025.02.11 21:41:01.175096 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15379 | 2025.02.11 21:41:01.175135 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15380 | 2025.02.11 21:41:01.175500 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15381 | 2025.02.11 21:41:01.175741 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15382 | 2025.02.11 21:41:01.175973 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 15383 | 2025.02.11 21:41:01.176023 [ 257 ] {22a1de8d-feda-4502-9d81-6391859bfc96} <Debug> TCPHandler: Processed in 0.001944459 sec. | ||
| 15384 | 2025.02.11 21:41:02.646172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 15385 | 2025.02.11 21:41:02.647223 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15386 | 2025.02.11 21:41:02.647276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15387 | 2025.02.11 21:41:02.647838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15388 | 2025.02.11 21:41:02.648103 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15389 | 2025.02.11 21:41:02.648396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 15390 | 2025.02.11 21:41:05.452947 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 15391 | 2025.02.11 21:41:05.477036 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15392 | 2025.02.11 21:41:05.477091 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15393 | 2025.02.11 21:41:05.484629 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15394 | 2025.02.11 21:41:05.485456 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15395 | 2025.02.11 21:41:05.488568 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15396 | 2025.02.11 21:41:06.471033 [ 218 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15397 | 2025.02.11 21:41:06.471135 [ 218 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15398 | 2025.02.11 21:41:06.473758 [ 218 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15399 | 2025.02.11 21:41:06.560420 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15400 | 2025.02.11 21:41:06.560637 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15401 | 2025.02.11 21:41:06.560718 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15402 | 2025.02.11 21:41:06.561504 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15403 | 2025.02.11 21:41:06.561558 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15404 | 2025.02.11 21:41:06.562029 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15405 | 2025.02.11 21:41:06.562291 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15406 | 2025.02.11 21:41:06.562502 [ 140 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15407 | 2025.02.11 21:41:06.562525 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. | ||
| 15408 | 2025.02.11 21:41:06.562583 [ 140 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15409 | 2025.02.11 21:41:06.562660 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15410 | 2025.02.11 21:41:06.562660 [ 255 ] {81172a0b-3959-4489-a6cc-4bf2e24df94a} <Debug> TCPHandler: Processed in 0.002377268 sec. | ||
| 15411 | 2025.02.11 21:41:06.562889 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15412 | 2025.02.11 21:41:06.562980 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15413 | 2025.02.11 21:41:06.563075 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15414 | 2025.02.11 21:41:06.563136 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1848 rows starting from the beginning of the part | ||
| 15415 | 2025.02.11 21:41:06.563319 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15416 | 2025.02.11 21:41:06.563419 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 617 rows starting from the beginning of the part | ||
| 15417 | 2025.02.11 21:41:06.563490 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15418 | 2025.02.11 21:41:06.563829 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 136 rows starting from the beginning of the part | ||
| 15419 | 2025.02.11 21:41:06.564166 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 617 rows starting from the beginning of the part | ||
| 15420 | 2025.02.11 21:41:06.564483 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1283 rows starting from the beginning of the part | ||
| 15421 | 2025.02.11 21:41:06.564854 [ 188 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 15422 | 2025.02.11 21:41:06.566388 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15423 | 2025.02.11 21:41:06.566476 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15424 | 2025.02.11 21:41:06.567529 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15425 | 2025.02.11 21:41:06.567898 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15426 | 2025.02.11 21:41:06.568172 [ 140 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15427 | 2025.02.11 21:41:06.568242 [ 140 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15428 | 2025.02.11 21:41:06.568288 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15429 | 2025.02.11 21:41:06.568297 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00511 sec., 12524.461839530333 rows/sec., 1001.02 KiB/sec. | ||
| 15430 | 2025.02.11 21:41:06.568833 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15431 | 2025.02.11 21:41:06.568864 [ 257 ] {137e7078-1a53-42f3-b4a1-3ccc827bec9c} <Debug> TCPHandler: Processed in 0.00605994 sec. | ||
| 15432 | 2025.02.11 21:41:06.569202 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15433 | 2025.02.11 21:41:06.569328 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.006563702 sec., 694272.8356649951 rows/sec., 58.99 MiB/sec. | ||
| 15434 | 2025.02.11 21:41:06.569492 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15435 | 2025.02.11 21:41:06.569569 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15436 | 2025.02.11 21:41:06.569579 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part | ||
| 15437 | 2025.02.11 21:41:06.569721 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15438 | 2025.02.11 21:41:06.569753 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15439 | 2025.02.11 21:41:06.569992 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 382 rows starting from the beginning of the part | ||
| 15440 | 2025.02.11 21:41:06.570589 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 104 rows starting from the beginning of the part | ||
| 15441 | 2025.02.11 21:41:06.571147 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15442 | 2025.02.11 21:41:06.571234 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 382 rows starting from the beginning of the part | ||
| 15443 | 2025.02.11 21:41:06.571601 [ 195 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_121_24} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15444 | 2025.02.11 21:41:06.571821 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 574 rows starting from the beginning of the part | ||
| 15445 | 2025.02.11 21:41:06.571962 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 15446 | 2025.02.11 21:41:06.572304 [ 186 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 15447 | 2025.02.11 21:41:06.573456 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15448 | 2025.02.11 21:41:06.573521 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15449 | 2025.02.11 21:41:06.574635 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15450 | 2025.02.11 21:41:06.575099 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15451 | 2025.02.11 21:41:06.575403 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005906 sec., 27091.09380291229 rows/sec., 1.89 MiB/sec. | ||
| 15452 | 2025.02.11 21:41:06.575485 [ 255 ] {642da0c8-9a8a-4793-a7d8-aae017e16094} <Debug> TCPHandler: Processed in 0.00647276 sec. | ||
| 15453 | 2025.02.11 21:41:06.575772 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15454 | 2025.02.11 21:41:06.575847 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007430303 sec., 325962.4809378568 rows/sec., 24.97 MiB/sec. | ||
| 15455 | 2025.02.11 21:41:06.575973 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15456 | 2025.02.11 21:41:06.576070 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15457 | 2025.02.11 21:41:06.576078 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15458 | 2025.02.11 21:41:06.576775 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15459 | 2025.02.11 21:41:06.576877 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_121_24} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15460 | 2025.02.11 21:41:06.577055 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15461 | 2025.02.11 21:41:06.577225 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15462 | 2025.02.11 21:41:06.577271 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15463 | 2025.02.11 21:41:06.577676 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15464 | 2025.02.11 21:41:06.577929 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15465 | 2025.02.11 21:41:06.578117 [ 140 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15466 | 2025.02.11 21:41:06.578187 [ 140 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15467 | 2025.02.11 21:41:06.578194 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002255 sec., 26607.538802660754 rows/sec., 1.79 MiB/sec. | ||
| 15468 | 2025.02.11 21:41:06.578221 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15469 | 2025.02.11 21:41:06.578362 [ 257 ] {41e55dc7-1809-478e-814f-37e2ac40a0f9} <Debug> TCPHandler: Processed in 0.002775978 sec. | ||
| 15470 | 2025.02.11 21:41:06.578581 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15471 | 2025.02.11 21:41:06.579011 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15472 | 2025.02.11 21:41:06.579107 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 8030 rows starting from the beginning of the part | ||
| 15473 | 2025.02.11 21:41:06.579353 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15474 | 2025.02.11 21:41:06.579823 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 15475 | 2025.02.11 21:41:06.580204 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part | ||
| 15476 | 2025.02.11 21:41:06.580364 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 15477 | 2025.02.11 21:41:06.580475 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 15478 | 2025.02.11 21:41:06.583194 [ 191 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8374 rows, containing 4 columns (4 merged, 0 gathered) in 0.00483446 sec., 1732147.9544768187 rows/sec., 113.35 MiB/sec. | ||
| 15479 | 2025.02.11 21:41:06.583342 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15480 | 2025.02.11 21:41:06.583636 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15481 | 2025.02.11 21:41:06.583719 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_121_24} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15482 | 2025.02.11 21:41:06.583804 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 15483 | 2025.02.11 21:41:06.798889 [ 219 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15484 | 2025.02.11 21:41:06.798934 [ 219 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15485 | 2025.02.11 21:41:06.800908 [ 219 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15486 | 2025.02.11 21:41:09.935674 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15487 | 2025.02.11 21:41:09.935729 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15488 | 2025.02.11 21:41:10.148539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 15489 | 2025.02.11 21:41:10.149233 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15490 | 2025.02.11 21:41:10.149288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15491 | 2025.02.11 21:41:10.149845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15492 | 2025.02.11 21:41:10.150112 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15493 | 2025.02.11 21:41:10.150370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15494 | 2025.02.11 21:41:10.408108 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2124 | ||
| 15495 | 2025.02.11 21:41:10.411371 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15496 | 2025.02.11 21:41:10.411430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15497 | 2025.02.11 21:41:10.413001 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15498 | 2025.02.11 21:41:10.413326 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15499 | 2025.02.11 21:41:10.413987 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15500 | 2025.02.11 21:41:11.160050 [ 224 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15501 | 2025.02.11 21:41:11.160113 [ 224 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15502 | 2025.02.11 21:41:11.162154 [ 224 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15503 | 2025.02.11 21:41:11.342353 [ 221 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15504 | 2025.02.11 21:41:11.342439 [ 221 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15505 | 2025.02.11 21:41:11.344785 [ 221 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15506 | 2025.02.11 21:41:11.563091 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15507 | 2025.02.11 21:41:11.563309 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15508 | 2025.02.11 21:41:11.563393 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15509 | 2025.02.11 21:41:11.564314 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15510 | 2025.02.11 21:41:11.564365 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15511 | 2025.02.11 21:41:11.564825 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15512 | 2025.02.11 21:41:11.565088 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15513 | 2025.02.11 21:41:11.565318 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.00207 sec., 65700.48309178745 rows/sec., 5.67 MiB/sec. | ||
| 15514 | 2025.02.11 21:41:11.565374 [ 255 ] {a1cfbad9-e342-4648-9fb3-889f9478b72e} <Debug> TCPHandler: Processed in 0.00242299 sec. | ||
| 15515 | 2025.02.11 21:41:11.565636 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15516 | 2025.02.11 21:41:11.565855 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15517 | 2025.02.11 21:41:11.565941 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15518 | 2025.02.11 21:41:11.566719 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15519 | 2025.02.11 21:41:11.566763 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15520 | 2025.02.11 21:41:11.567205 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15521 | 2025.02.11 21:41:11.567472 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15522 | 2025.02.11 21:41:11.567703 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 1.54 MiB/sec. | ||
| 15523 | 2025.02.11 21:41:11.567769 [ 257 ] {84a96199-2fc8-43cd-b11e-a3a4b809a0e2} <Debug> TCPHandler: Processed in 0.002269966 sec. | ||
| 15524 | 2025.02.11 21:41:11.567937 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15525 | 2025.02.11 21:41:11.568078 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15526 | 2025.02.11 21:41:11.568137 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15527 | 2025.02.11 21:41:11.568869 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15528 | 2025.02.11 21:41:11.568918 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15529 | 2025.02.11 21:41:11.569323 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15530 | 2025.02.11 21:41:11.569575 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15531 | 2025.02.11 21:41:11.569784 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001737 sec., 59873.34484743811 rows/sec., 4.68 MiB/sec. | ||
| 15532 | 2025.02.11 21:41:11.569835 [ 255 ] {1db6e705-2cc2-4d83-91c7-404f8bb0336b} <Debug> TCPHandler: Processed in 0.001968358 sec. | ||
| 15533 | 2025.02.11 21:41:11.569983 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15534 | 2025.02.11 21:41:11.570117 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15535 | 2025.02.11 21:41:11.570184 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15536 | 2025.02.11 21:41:11.570889 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15537 | 2025.02.11 21:41:11.570939 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15538 | 2025.02.11 21:41:11.571384 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15539 | 2025.02.11 21:41:11.571657 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15540 | 2025.02.11 21:41:11.571883 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0018 sec., 88888.88888888889 rows/sec., 6.19 MiB/sec. | ||
| 15541 | 2025.02.11 21:41:11.571941 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15542 | 2025.02.11 21:41:11.571952 [ 257 ] {8e2e4200-5e92-4f9f-a968-c0e4dcde6af1} <Debug> TCPHandler: Processed in 0.002027421 sec. | ||
| 15543 | 2025.02.11 21:41:11.571983 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15544 | 2025.02.11 21:41:11.572137 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2025.02.11 21:41:11.572310 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15546 | 2025.02.11 21:41:11.572504 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15547 | 2025.02.11 21:41:11.575692 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15548 | 2025.02.11 21:41:11.575735 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15549 | 2025.02.11 21:41:11.576127 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15550 | 2025.02.11 21:41:11.577850 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15551 | 2025.02.11 21:41:11.578137 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15552 | 2025.02.11 21:41:11.578323 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15553 | 2025.02.11 21:41:11.578410 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15554 | 2025.02.11 21:41:11.578428 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006171 sec., 6481.9316156214545 rows/sec., 11.62 MiB/sec. | ||
| 15555 | 2025.02.11 21:41:11.578446 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15556 | 2025.02.11 21:41:11.578925 [ 255 ] {3226f05e-f9c5-49af-9f6c-10e27067da02} <Debug> TCPHandler: Processed in 0.00685896 sec. | ||
| 15557 | 2025.02.11 21:41:11.578995 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 15558 | 2025.02.11 21:41:11.579151 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15559 | 2025.02.11 21:41:11.579408 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15560 | 2025.02.11 21:41:11.579540 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15561 | 2025.02.11 21:41:11.579943 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15562 | 2025.02.11 21:41:11.580232 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2132 rows starting from the beginning of the part | ||
| 15563 | 2025.02.11 21:41:11.580934 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 15564 | 2025.02.11 21:41:11.581734 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15565 | 2025.02.11 21:41:11.581750 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part | ||
| 15566 | 2025.02.11 21:41:11.581805 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15567 | 2025.02.11 21:41:11.582555 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 15568 | 2025.02.11 21:41:11.583305 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 15569 | 2025.02.11 21:41:11.583375 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15570 | 2025.02.11 21:41:11.583879 [ 200 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 15571 | 2025.02.11 21:41:11.584224 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15572 | 2025.02.11 21:41:11.585021 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005679 sec., 10565.240359218173 rows/sec., 729.11 KiB/sec. | ||
| 15573 | 2025.02.11 21:41:11.585216 [ 257 ] {aba14874-59c3-4b22-9c04-6ea16e985160} <Debug> TCPHandler: Processed in 0.006172462 sec. | ||
| 15574 | 2025.02.11 21:41:11.592957 [ 194 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2332 rows, containing 19 columns (19 merged, 0 gathered) in 0.014340025 sec., 162621.7527514771 rows/sec., 291.41 MiB/sec. | ||
| 15575 | 2025.02.11 21:41:11.595038 [ 191 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15576 | 2025.02.11 21:41:11.595527 [ 191 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15577 | 2025.02.11 21:41:11.595608 [ 191 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15578 | 2025.02.11 21:41:11.595767 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.66 MiB. | ||
| 15579 | 2025.02.11 21:41:12.294503 [ 223 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15580 | 2025.02.11 21:41:12.294574 [ 223 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15581 | 2025.02.11 21:41:12.296531 [ 223 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15582 | 2025.02.11 21:41:12.988644 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 15583 | 2025.02.11 21:41:13.013682 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15584 | 2025.02.11 21:41:13.013744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15585 | 2025.02.11 21:41:13.021348 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15586 | 2025.02.11 21:41:13.022166 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15587 | 2025.02.11 21:41:13.027127 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 15588 | 2025.02.11 21:41:16.559629 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15589 | 2025.02.11 21:41:16.559846 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15590 | 2025.02.11 21:41:16.559925 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15591 | 2025.02.11 21:41:16.560726 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2025.02.11 21:41:16.560783 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15593 | 2025.02.11 21:41:16.561228 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15594 | 2025.02.11 21:41:16.561490 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2025.02.11 21:41:16.561739 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec. | ||
| 15596 | 2025.02.11 21:41:16.561808 [ 255 ] {166adc72-3deb-4727-90f3-c9219d15f394} <Debug> TCPHandler: Processed in 0.002318928 sec. | ||
| 15597 | 2025.02.11 21:41:16.562129 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2025.02.11 21:41:16.562366 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15599 | 2025.02.11 21:41:16.562436 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15600 | 2025.02.11 21:41:16.563290 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2025.02.11 21:41:16.563343 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15602 | 2025.02.11 21:41:16.563801 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15603 | 2025.02.11 21:41:16.564061 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15604 | 2025.02.11 21:41:16.564298 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001937 sec., 29426.94889003614 rows/sec., 2.26 MiB/sec. | ||
| 15605 | 2025.02.11 21:41:16.564368 [ 257 ] {d57641b1-2f34-47ff-b773-2ebd9422c19f} <Debug> TCPHandler: Processed in 0.00240091 sec. | ||
| 15606 | 2025.02.11 21:41:16.564521 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15607 | 2025.02.11 21:41:16.564653 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15608 | 2025.02.11 21:41:16.564709 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15609 | 2025.02.11 21:41:16.565326 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2025.02.11 21:41:16.565366 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15611 | 2025.02.11 21:41:16.565752 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15612 | 2025.02.11 21:41:16.565997 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15613 | 2025.02.11 21:41:16.566213 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001591 sec., 1257.071024512885 rows/sec., 87.77 KiB/sec. | ||
| 15614 | 2025.02.11 21:41:16.566268 [ 255 ] {e4bd2293-b35b-4804-ae57-924386796e86} <Debug> TCPHandler: Processed in 0.001808485 sec. | ||
| 15615 | 2025.02.11 21:41:16.566423 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15616 | 2025.02.11 21:41:16.566553 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15617 | 2025.02.11 21:41:16.566606 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15618 | 2025.02.11 21:41:16.567222 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15619 | 2025.02.11 21:41:16.567263 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15620 | 2025.02.11 21:41:16.567642 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15621 | 2025.02.11 21:41:16.567892 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15622 | 2025.02.11 21:41:16.568109 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001586 sec., 41614.123581336695 rows/sec., 3.25 MiB/sec. | ||
| 15623 | 2025.02.11 21:41:16.568162 [ 257 ] {dbaff8c1-7af5-42cf-888a-fd9e18e144f3} <Debug> TCPHandler: Processed in 0.001798375 sec. | ||
| 15624 | 2025.02.11 21:41:16.568327 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15625 | 2025.02.11 21:41:16.568469 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15626 | 2025.02.11 21:41:16.568533 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15627 | 2025.02.11 21:41:16.569220 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2025.02.11 21:41:16.569266 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15629 | 2025.02.11 21:41:16.569689 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15630 | 2025.02.11 21:41:16.569931 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2025.02.11 21:41:16.570142 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001705 sec., 94428.15249266863 rows/sec., 6.58 MiB/sec. | ||
| 15632 | 2025.02.11 21:41:16.570195 [ 255 ] {0eec8985-4862-47b3-85ca-fc7af54d9138} <Debug> TCPHandler: Processed in 0.001937888 sec. | ||
| 15633 | 2025.02.11 21:41:16.570397 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2025.02.11 21:41:16.570619 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15635 | 2025.02.11 21:41:16.570713 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15636 | 2025.02.11 21:41:16.571461 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15637 | 2025.02.11 21:41:16.571500 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15638 | 2025.02.11 21:41:16.571896 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15639 | 2025.02.11 21:41:16.572141 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15640 | 2025.02.11 21:41:16.572372 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001802 sec., 33296.337402885685 rows/sec., 2.24 MiB/sec. | ||
| 15641 | 2025.02.11 21:41:16.572459 [ 257 ] {12645348-f121-41d4-a572-1dae0bbf0c37} <Debug> TCPHandler: Processed in 0.002162754 sec. | ||
| 15642 | 2025.02.11 21:41:17.001039 [ 218 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15643 | 2025.02.11 21:41:17.001100 [ 218 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15644 | 2025.02.11 21:41:17.003179 [ 218 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15645 | 2025.02.11 21:41:17.650527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 15646 | 2025.02.11 21:41:17.651452 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15647 | 2025.02.11 21:41:17.651489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15648 | 2025.02.11 21:41:17.652017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15649 | 2025.02.11 21:41:17.652332 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15650 | 2025.02.11 21:41:17.652858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 15651 | 2025.02.11 21:41:18.967660 [ 221 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15652 | 2025.02.11 21:41:18.967715 [ 221 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15653 | 2025.02.11 21:41:18.969677 [ 221 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15654 | 2025.02.11 21:41:19.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.93 MiB, peak 282.58 MiB, free memory in arenas 0.00 B, will set to 264.93 MiB (RSS), difference: 4.00 MiB | ||
| 15655 | 2025.02.11 21:41:20.414174 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2148 | ||
| 15656 | 2025.02.11 21:41:20.417200 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2025.02.11 21:41:20.417253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15658 | 2025.02.11 21:41:20.418804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 15659 | 2025.02.11 21:41:20.419125 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2025.02.11 21:41:20.420646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2148 | ||
| 15661 | 2025.02.11 21:41:20.527204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 15662 | 2025.02.11 21:41:20.550783 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15663 | 2025.02.11 21:41:20.550850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 15664 | 2025.02.11 21:41:20.558505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15665 | 2025.02.11 21:41:20.559333 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15666 | 2025.02.11 21:41:20.562606 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 15667 | 2025.02.11 21:41:21.440639 [ 219 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15668 | 2025.02.11 21:41:21.440734 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15669 | 2025.02.11 21:41:21.443410 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15670 | 2025.02.11 21:41:21.562590 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15671 | 2025.02.11 21:41:21.562885 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15672 | 2025.02.11 21:41:21.563003 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15673 | 2025.02.11 21:41:21.564042 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15674 | 2025.02.11 21:41:21.564084 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15675 | 2025.02.11 21:41:21.564514 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15676 | 2025.02.11 21:41:21.564773 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15677 | 2025.02.11 21:41:21.565018 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002216 sec., 61371.84115523465 rows/sec., 5.30 MiB/sec. | ||
| 15678 | 2025.02.11 21:41:21.565083 [ 255 ] {11234164-d82a-4e8b-89d8-c42f623f8f67} <Debug> TCPHandler: Processed in 0.002661746 sec. | ||
| 15679 | 2025.02.11 21:41:21.565422 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15680 | 2025.02.11 21:41:21.565741 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15681 | 2025.02.11 21:41:21.565861 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15682 | 2025.02.11 21:41:21.566897 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15683 | 2025.02.11 21:41:21.566952 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15684 | 2025.02.11 21:41:21.567408 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15685 | 2025.02.11 21:41:21.567675 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15686 | 2025.02.11 21:41:21.567868 [ 122 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15687 | 2025.02.11 21:41:21.567941 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002287 sec., 17490.161783996504 rows/sec., 1.28 MiB/sec. | ||
| 15688 | 2025.02.11 21:41:21.567949 [ 122 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15689 | 2025.02.11 21:41:21.568029 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15690 | 2025.02.11 21:41:21.568082 [ 257 ] {b6945b74-3f33-454f-8b2b-61283e78c9c4} <Debug> TCPHandler: Processed in 0.00285073 sec. | ||
| 15691 | 2025.02.11 21:41:21.568307 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15692 | 2025.02.11 21:41:21.568315 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15693 | 2025.02.11 21:41:21.568585 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15694 | 2025.02.11 21:41:21.568595 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15695 | 2025.02.11 21:41:21.568652 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 166 rows starting from the beginning of the part | ||
| 15696 | 2025.02.11 21:41:21.568694 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15697 | 2025.02.11 21:41:21.569029 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 106 rows starting from the beginning of the part | ||
| 15698 | 2025.02.11 21:41:21.569381 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 54 rows starting from the beginning of the part | ||
| 15699 | 2025.02.11 21:41:21.569808 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 40 rows starting from the beginning of the part | ||
| 15700 | 2025.02.11 21:41:21.570159 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 2 rows starting from the beginning of the part | ||
| 15701 | 2025.02.11 21:41:21.570551 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 40 rows starting from the beginning of the part | ||
| 15702 | 2025.02.11 21:41:21.571703 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15703 | 2025.02.11 21:41:21.571780 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15704 | 2025.02.11 21:41:21.572928 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15705 | 2025.02.11 21:41:21.573575 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15706 | 2025.02.11 21:41:21.573608 [ 194 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005485735 sec., 74374.7191579615 rows/sec., 5.15 MiB/sec. | ||
| 15707 | 2025.02.11 21:41:21.573848 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15708 | 2025.02.11 21:41:21.573886 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005375 sec., 19348.837209302328 rows/sec., 1.51 MiB/sec. | ||
| 15709 | 2025.02.11 21:41:21.573973 [ 255 ] {6446013a-ceda-446d-86aa-a0103311d1fd} <Debug> TCPHandler: Processed in 0.005781673 sec. | ||
| 15710 | 2025.02.11 21:41:21.574144 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15711 | 2025.02.11 21:41:21.574261 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15712 | 2025.02.11 21:41:21.574385 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15713 | 2025.02.11 21:41:21.574448 [ 187 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_116_23} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15714 | 2025.02.11 21:41:21.574485 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15715 | 2025.02.11 21:41:21.574644 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 15716 | 2025.02.11 21:41:21.575250 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15717 | 2025.02.11 21:41:21.575297 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15718 | 2025.02.11 21:41:21.575721 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15719 | 2025.02.11 21:41:21.575976 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15720 | 2025.02.11 21:41:21.576171 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 2 parts from all_1_119_24 to all_120_120_0 | ||
| 15721 | 2025.02.11 21:41:21.576230 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15722 | 2025.02.11 21:41:21.576237 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001926 sec., 83073.72793354101 rows/sec., 5.79 MiB/sec. | ||
| 15723 | 2025.02.11 21:41:21.576262 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15724 | 2025.02.11 21:41:21.576424 [ 257 ] {203bed21-370d-4c8b-8d3a-349e7642701e} <Debug> TCPHandler: Processed in 0.002354148 sec. | ||
| 15725 | 2025.02.11 21:41:21.576564 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_119_24 to all_120_120_0 into Compact with storage Full | ||
| 15726 | 2025.02.11 21:41:21.576727 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15727 | 2025.02.11 21:41:21.577112 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15728 | 2025.02.11 21:41:21.577166 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15729 | 2025.02.11 21:41:21.577255 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 40403 rows starting from the beginning of the part | ||
| 15730 | 2025.02.11 21:41:21.577586 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15731 | 2025.02.11 21:41:21.577683 [ 196 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1013 rows starting from the beginning of the part | ||
| 15732 | 2025.02.11 21:41:21.581924 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15733 | 2025.02.11 21:41:21.581976 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15734 | 2025.02.11 21:41:21.582879 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15735 | 2025.02.11 21:41:21.583264 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15736 | 2025.02.11 21:41:21.583547 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006536 sec., 6119.9510403916765 rows/sec., 10.97 MiB/sec. | ||
| 15737 | 2025.02.11 21:41:21.583776 [ 255 ] {5ed952e9-bf37-4f09-bd67-c8d32b7d0146} <Debug> TCPHandler: Processed in 0.007153827 sec. | ||
| 15738 | 2025.02.11 21:41:21.583981 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15739 | 2025.02.11 21:41:21.584157 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15740 | 2025.02.11 21:41:21.584222 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15741 | 2025.02.11 21:41:21.584806 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15742 | 2025.02.11 21:41:21.584849 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15743 | 2025.02.11 21:41:21.585411 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15744 | 2025.02.11 21:41:21.585766 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15745 | 2025.02.11 21:41:21.586088 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001969 sec., 30472.320975114275 rows/sec., 2.05 MiB/sec. | ||
| 15746 | 2025.02.11 21:41:21.586174 [ 257 ] {b4a32c06-5bb7-410a-bf42-f15efcf35ec4} <Debug> TCPHandler: Processed in 0.002263776 sec. | ||
| 15747 | 2025.02.11 21:41:21.587927 [ 201 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41416 rows, containing 5 columns (5 merged, 0 gathered) in 0.011523134 sec., 3594161.102352884 rows/sec., 242.95 MiB/sec. | ||
| 15748 | 2025.02.11 21:41:21.588239 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Trace> MergedBlockOutputStream: filled checksums all_1_120_25 (state Temporary) | ||
| 15749 | 2025.02.11 21:41:21.588590 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_120_25 to all_1_120_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15750 | 2025.02.11 21:41:21.588676 [ 198 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_120_25} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 2 parts: [all_1_119_24, all_120_120_0] -> all_1_120_25 | ||
| 15751 | 2025.02.11 21:41:21.588770 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15752 | 2025.02.11 21:41:24.935971 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15753 | 2025.02.11 21:41:24.936042 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15754 | 2025.02.11 21:41:25.153036 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 15755 | 2025.02.11 21:41:25.153750 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15756 | 2025.02.11 21:41:25.153791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15757 | 2025.02.11 21:41:25.154316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15758 | 2025.02.11 21:41:25.154569 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15759 | 2025.02.11 21:41:25.154783 [ 117 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15760 | 2025.02.11 21:41:25.154817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 15761 | 2025.02.11 21:41:25.154869 [ 117 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15762 | 2025.02.11 21:41:25.154901 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15763 | 2025.02.11 21:41:25.155062 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15764 | 2025.02.11 21:41:25.155228 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15765 | 2025.02.11 21:41:25.155272 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 15766 | 2025.02.11 21:41:25.155375 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 15767 | 2025.02.11 21:41:25.155559 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 15768 | 2025.02.11 21:41:25.155806 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 15769 | 2025.02.11 21:41:25.155969 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 15770 | 2025.02.11 21:41:25.156089 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 15771 | 2025.02.11 21:41:25.159181 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004195484 sec., 9392480.104798397 rows/sec., 134.36 MiB/sec. | ||
| 15772 | 2025.02.11 21:41:25.159737 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15773 | 2025.02.11 21:41:25.160080 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15774 | 2025.02.11 21:41:25.160168 [ 201 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_86_17} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15775 | 2025.02.11 21:41:25.160285 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15776 | 2025.02.11 21:41:26.240348 [ 224 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15777 | 2025.02.11 21:41:26.240397 [ 224 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15778 | 2025.02.11 21:41:26.242218 [ 224 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15779 | 2025.02.11 21:41:26.566843 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15780 | 2025.02.11 21:41:26.567052 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15781 | 2025.02.11 21:41:26.567133 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15782 | 2025.02.11 21:41:26.568081 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15783 | 2025.02.11 21:41:26.568130 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15784 | 2025.02.11 21:41:26.568580 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15785 | 2025.02.11 21:41:26.568849 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15786 | 2025.02.11 21:41:26.569060 [ 118 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15787 | 2025.02.11 21:41:26.569096 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002103 sec., 100808.36899667143 rows/sec., 6.41 MiB/sec. | ||
| 15788 | 2025.02.11 21:41:26.569148 [ 118 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15789 | 2025.02.11 21:41:26.569194 [ 255 ] {10f85138-a2c7-4516-a74b-407cc0dc5ea0} <Debug> TCPHandler: Processed in 0.002492721 sec. | ||
| 15790 | 2025.02.11 21:41:26.569232 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15791 | 2025.02.11 21:41:26.569439 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15792 | 2025.02.11 21:41:26.569543 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15793 | 2025.02.11 21:41:26.569605 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15794 | 2025.02.11 21:41:26.569654 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 212 rows starting from the beginning of the part | ||
| 15795 | 2025.02.11 21:41:26.569905 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part | ||
| 15796 | 2025.02.11 21:41:26.569914 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15797 | 2025.02.11 21:41:26.570156 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15798 | 2025.02.11 21:41:26.570209 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part | ||
| 15799 | 2025.02.11 21:41:26.570605 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part | ||
| 15800 | 2025.02.11 21:41:26.570953 [ 199 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part | ||
| 15801 | 2025.02.11 21:41:26.573377 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15802 | 2025.02.11 21:41:26.573484 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15803 | 2025.02.11 21:41:26.573626 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004275335 sec., 247933.7876447109 rows/sec., 16.71 MiB/sec. | ||
| 15804 | 2025.02.11 21:41:26.573816 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15805 | 2025.02.11 21:41:26.574082 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15806 | 2025.02.11 21:41:26.574230 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2025.02.11 21:41:26.574362 [ 193 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_53_13} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15808 | 2025.02.11 21:41:26.574397 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2025.02.11 21:41:26.574494 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 15810 | 2025.02.11 21:41:26.574675 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.004924 sec., 125304.6303818034 rows/sec., 9.80 MiB/sec. | ||
| 15811 | 2025.02.11 21:41:26.574745 [ 257 ] {f7ed6336-9b2f-431b-b843-26a6598123a7} <Debug> TCPHandler: Processed in 0.005402143 sec. | ||
| 15812 | 2025.02.11 21:41:26.574921 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15813 | 2025.02.11 21:41:26.575050 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15814 | 2025.02.11 21:41:26.575103 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15815 | 2025.02.11 21:41:26.575758 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15816 | 2025.02.11 21:41:26.575799 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15817 | 2025.02.11 21:41:26.576193 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15818 | 2025.02.11 21:41:26.576441 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15819 | 2025.02.11 21:41:26.576650 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001632 sec., 64950.98039215686 rows/sec., 3.82 MiB/sec. | ||
| 15820 | 2025.02.11 21:41:26.576707 [ 255 ] {f2848559-46f1-4b70-ab06-b63dc399b00c} <Debug> TCPHandler: Processed in 0.001846716 sec. | ||
| 15821 | 2025.02.11 21:41:26.576872 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15822 | 2025.02.11 21:41:26.577024 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15823 | 2025.02.11 21:41:26.577086 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15824 | 2025.02.11 21:41:26.577805 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15825 | 2025.02.11 21:41:26.577845 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15826 | 2025.02.11 21:41:26.578214 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15827 | 2025.02.11 21:41:26.578465 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15828 | 2025.02.11 21:41:26.578698 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001709 sec., 66120.53832650672 rows/sec., 4.28 MiB/sec. | ||
| 15829 | 2025.02.11 21:41:26.578785 [ 257 ] {5435abec-513b-47e8-8853-ca14d4e004ae} <Debug> TCPHandler: Processed in 0.001982109 sec. | ||
| 15830 | 2025.02.11 21:41:26.579011 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15831 | 2025.02.11 21:41:26.579217 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15832 | 2025.02.11 21:41:26.579276 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15833 | 2025.02.11 21:41:26.579954 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15834 | 2025.02.11 21:41:26.579995 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15835 | 2025.02.11 21:41:26.580369 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15836 | 2025.02.11 21:41:26.580616 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15837 | 2025.02.11 21:41:26.580790 [ 114 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15838 | 2025.02.11 21:41:26.580861 [ 114 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15839 | 2025.02.11 21:41:26.580870 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00167 sec., 67065.86826347305 rows/sec., 3.82 MiB/sec. | ||
| 15840 | 2025.02.11 21:41:26.580902 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15841 | 2025.02.11 21:41:26.581021 [ 255 ] {3bfef5a4-3992-41b6-937b-bd3cc90e96b0} <Debug> TCPHandler: Processed in 0.002135173 sec. | ||
| 15842 | 2025.02.11 21:41:26.581157 [ 219 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15843 | 2025.02.11 21:41:26.581268 [ 219 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15844 | 2025.02.11 21:41:26.581336 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15845 | 2025.02.11 21:41:26.581364 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15846 | 2025.02.11 21:41:26.581596 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15847 | 2025.02.11 21:41:26.581806 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15848 | 2025.02.11 21:41:26.581839 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15849 | 2025.02.11 21:41:26.581899 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 112 rows starting from the beginning of the part | ||
| 15850 | 2025.02.11 21:41:26.582250 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
| 15851 | 2025.02.11 21:41:26.582801 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part | ||
| 15852 | 2025.02.11 21:41:26.583416 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
| 15853 | 2025.02.11 21:41:26.583808 [ 193 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part | ||
| 15854 | 2025.02.11 21:41:26.585840 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15855 | 2025.02.11 21:41:26.585941 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15856 | 2025.02.11 21:41:26.587207 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15857 | 2025.02.11 21:41:26.587387 [ 192 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006341637 sec., 88305.27512060372 rows/sec., 5.37 MiB/sec. | ||
| 15858 | 2025.02.11 21:41:26.587681 [ 192 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15859 | 2025.02.11 21:41:26.587724 [ 219 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15860 | 2025.02.11 21:41:26.588079 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15861 | 2025.02.11 21:41:26.588705 [ 192 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15862 | 2025.02.11 21:41:26.589006 [ 192 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_53_13} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15863 | 2025.02.11 21:41:26.589090 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.007597 sec., 50283.00644991444 rows/sec., 3.55 MiB/sec. | ||
| 15864 | 2025.02.11 21:41:26.589237 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15865 | 2025.02.11 21:41:26.589311 [ 257 ] {9fd13876-1e55-4dc3-9f2c-acb6d9e47570} <Debug> TCPHandler: Processed in 0.008162592 sec. | ||
| 15866 | 2025.02.11 21:41:26.589498 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15867 | 2025.02.11 21:41:26.589639 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15868 | 2025.02.11 21:41:26.589692 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15869 | 2025.02.11 21:41:26.590203 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15870 | 2025.02.11 21:41:26.590243 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15871 | 2025.02.11 21:41:26.590617 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15872 | 2025.02.11 21:41:26.590866 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15873 | 2025.02.11 21:41:26.591074 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 15874 | 2025.02.11 21:41:26.591128 [ 255 ] {ce67341d-13e7-4dc5-9c2c-b0b1dbc2a201} <Debug> TCPHandler: Processed in 0.001699382 sec. | ||
| 15875 | 2025.02.11 21:41:26.591276 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15876 | 2025.02.11 21:41:26.591396 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15877 | 2025.02.11 21:41:26.591449 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15878 | 2025.02.11 21:41:26.592044 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15879 | 2025.02.11 21:41:26.592084 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15880 | 2025.02.11 21:41:26.592497 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15881 | 2025.02.11 21:41:26.592740 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2025.02.11 21:41:26.592910 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_120_25 to all_125_125_0 | ||
| 15883 | 2025.02.11 21:41:26.592971 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15884 | 2025.02.11 21:41:26.592976 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 15885 | 2025.02.11 21:41:26.593005 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15886 | 2025.02.11 21:41:26.593173 [ 257 ] {5e1f29a2-ddd4-4fa7-9690-f59eef79e4fc} <Debug> TCPHandler: Processed in 0.001948468 sec. | ||
| 15887 | 2025.02.11 21:41:26.593407 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_120_25 to all_125_125_0 into Compact with storage Full | ||
| 15888 | 2025.02.11 21:41:26.593440 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15889 | 2025.02.11 21:41:26.593888 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15890 | 2025.02.11 21:41:26.594095 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15891 | 2025.02.11 21:41:26.594102 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15892 | 2025.02.11 21:41:26.594275 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_120_25, total 41416 rows starting from the beginning of the part | ||
| 15893 | 2025.02.11 21:41:26.594844 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15894 | 2025.02.11 21:41:26.595568 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 15895 | 2025.02.11 21:41:26.596318 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 161 rows starting from the beginning of the part | ||
| 15896 | 2025.02.11 21:41:26.596869 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 15897 | 2025.02.11 21:41:26.597174 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 15898 | 2025.02.11 21:41:26.597680 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15899 | 2025.02.11 21:41:26.597722 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15900 | 2025.02.11 21:41:26.598257 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15901 | 2025.02.11 21:41:26.598526 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15902 | 2025.02.11 21:41:26.598895 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005165 sec., 193.61084220716359 rows/sec., 13.05 KiB/sec. | ||
| 15903 | 2025.02.11 21:41:26.599134 [ 255 ] {2c532bcc-0f4f-41e6-9371-df835db5430b} <Debug> TCPHandler: Processed in 0.005833984 sec. | ||
| 15904 | 2025.02.11 21:41:26.599455 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15905 | 2025.02.11 21:41:26.599833 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15906 | 2025.02.11 21:41:26.600009 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15907 | 2025.02.11 21:41:26.601384 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15908 | 2025.02.11 21:41:26.601443 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15909 | 2025.02.11 21:41:26.601969 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15910 | 2025.02.11 21:41:26.602232 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2025.02.11 21:41:26.602688 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002977 sec., 27544.50789385287 rows/sec., 1.75 MiB/sec. | ||
| 15912 | 2025.02.11 21:41:26.602917 [ 257 ] {3884cfc7-154a-41a1-b435-1d441d3e2057} <Debug> TCPHandler: Processed in 0.00366747 sec. | ||
| 15913 | 2025.02.11 21:41:26.607345 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42294 rows, containing 5 columns (5 merged, 0 gathered) in 0.014210981 sec., 2976149.218692221 rows/sec., 201.26 MiB/sec. | ||
| 15914 | 2025.02.11 21:41:26.607740 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Trace> MergedBlockOutputStream: filled checksums all_1_125_26 (state Temporary) | ||
| 15915 | 2025.02.11 21:41:26.608147 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_125_26 to all_1_125_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15916 | 2025.02.11 21:41:26.608249 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_120_25, all_125_125_0] -> all_1_125_26 | ||
| 15917 | 2025.02.11 21:41:26.608369 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15918 | 2025.02.11 21:41:28.062711 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 15919 | 2025.02.11 21:41:28.087603 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15920 | 2025.02.11 21:41:28.087673 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15921 | 2025.02.11 21:41:28.095366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15922 | 2025.02.11 21:41:28.096220 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15923 | 2025.02.11 21:41:28.096607 [ 113 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15924 | 2025.02.11 21:41:28.096822 [ 113 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15925 | 2025.02.11 21:41:28.096889 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15926 | 2025.02.11 21:41:28.098186 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15927 | 2025.02.11 21:41:28.114706 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 15928 | 2025.02.11 21:41:28.116633 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15929 | 2025.02.11 21:41:28.118627 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 15930 | 2025.02.11 21:41:28.125567 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 15931 | 2025.02.11 21:41:28.132007 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 15932 | 2025.02.11 21:41:28.138247 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 15933 | 2025.02.11 21:41:28.144728 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 15934 | 2025.02.11 21:41:28.153026 [ 188 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 15935 | 2025.02.11 21:41:28.229184 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.132146556 sec., 4911.213879838079 rows/sec., 25.40 MiB/sec. | ||
| 15936 | 2025.02.11 21:41:28.232760 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15937 | 2025.02.11 21:41:28.235810 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15938 | 2025.02.11 21:41:28.235957 [ 191 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_86_17} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15939 | 2025.02.11 21:41:28.238463 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15940 | 2025.02.11 21:41:29.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.99 MiB, peak 283.41 MiB, free memory in arenas 0.00 B, will set to 264.93 MiB (RSS), difference: -1.06 MiB | ||
| 15941 | 2025.02.11 21:41:29.462186 [ 112 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 15942 | 2025.02.11 21:41:29.462260 [ 112 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15943 | 2025.02.11 21:41:29.462282 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15944 | 2025.02.11 21:41:29.462378 [ 220 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15945 | 2025.02.11 21:41:29.462419 [ 220 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15946 | 2025.02.11 21:41:29.462420 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::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 | ||
| 15947 | 2025.02.11 21:41:29.462622 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15948 | 2025.02.11 21:41:29.462659 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part | ||
| 15949 | 2025.02.11 21:41:29.462787 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 15950 | 2025.02.11 21:41:29.463033 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 15951 | 2025.02.11 21:41:29.463414 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 15952 | 2025.02.11 21:41:29.463754 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 15953 | 2025.02.11 21:41:29.465160 [ 200 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00281578 sec., 14205.65527136353 rows/sec., 1.19 MiB/sec. | ||
| 15954 | 2025.02.11 21:41:29.465303 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 15955 | 2025.02.11 21:41:29.465436 [ 220 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15956 | 2025.02.11 21:41:29.465766 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15957 | 2025.02.11 21:41:29.465838 [ 196 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_29_7} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 15958 | 2025.02.11 21:41:29.465906 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15959 | 2025.02.11 21:41:30.419310 [ 224 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15960 | 2025.02.11 21:41:30.419363 [ 224 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15961 | 2025.02.11 21:41:30.420980 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2180 | ||
| 15962 | 2025.02.11 21:41:30.421958 [ 224 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15963 | 2025.02.11 21:41:30.427348 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15964 | 2025.02.11 21:41:30.427406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15965 | 2025.02.11 21:41:30.429128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 15966 | 2025.02.11 21:41:30.429454 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15967 | 2025.02.11 21:41:30.429992 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2180 | ||
| 15968 | 2025.02.11 21:41:31.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.93 MiB, peak 283.41 MiB, free memory in arenas 0.00 B, will set to 264.93 MiB (RSS), difference: 4.00 MiB | ||
| 15969 | 2025.02.11 21:41:31.154730 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15970 | 2025.02.11 21:41:31.154935 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15971 | 2025.02.11 21:41:31.155011 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15972 | 2025.02.11 21:41:31.155793 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15973 | 2025.02.11 21:41:31.155847 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15974 | 2025.02.11 21:41:31.156273 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15975 | 2025.02.11 21:41:31.156531 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15976 | 2025.02.11 21:41:31.156771 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001889 sec., 1058.7612493382742 rows/sec., 86.33 KiB/sec. | ||
| 15977 | 2025.02.11 21:41:31.156841 [ 255 ] {77379703-8a88-4abc-8b0b-14663b1336c0} <Debug> TCPHandler: Processed in 0.002252906 sec. | ||
| 15978 | 2025.02.11 21:41:31.157123 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15979 | 2025.02.11 21:41:31.157346 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15980 | 2025.02.11 21:41:31.157432 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15981 | 2025.02.11 21:41:31.158954 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15982 | 2025.02.11 21:41:31.159007 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15983 | 2025.02.11 21:41:31.159610 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15984 | 2025.02.11 21:41:31.159877 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15985 | 2025.02.11 21:41:31.160092 [ 108 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15986 | 2025.02.11 21:41:31.160128 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Debug> executeQuery: Read 1299 rows, 110.74 KiB in 0.002843 sec., 456911.71297924727 rows/sec., 38.04 MiB/sec. | ||
| 15987 | 2025.02.11 21:41:31.160176 [ 108 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15988 | 2025.02.11 21:41:31.160249 [ 257 ] {cc4b5c5a-1f63-4dea-a3e3-d01e2cbe2115} <Debug> TCPHandler: Processed in 0.003274001 sec. | ||
| 15989 | 2025.02.11 21:41:31.160253 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 15990 | 2025.02.11 21:41:31.160490 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15991 | 2025.02.11 21:41:31.160510 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15992 | 2025.02.11 21:41:31.160778 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15993 | 2025.02.11 21:41:31.160872 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1848 rows starting from the beginning of the part | ||
| 15994 | 2025.02.11 21:41:31.160883 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15995 | 2025.02.11 21:41:31.161053 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15996 | 2025.02.11 21:41:31.161159 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 136 rows starting from the beginning of the part | ||
| 15997 | 2025.02.11 21:41:31.161556 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 57 rows starting from the beginning of the part | ||
| 15998 | 2025.02.11 21:41:31.161841 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 136 rows starting from the beginning of the part | ||
| 15999 | 2025.02.11 21:41:31.162233 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 617 rows starting from the beginning of the part | ||
| 16000 | 2025.02.11 21:41:31.162730 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1299 rows starting from the beginning of the part | ||
| 16001 | 2025.02.11 21:41:31.163904 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16002 | 2025.02.11 21:41:31.163993 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16003 | 2025.02.11 21:41:31.164866 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 16004 | 2025.02.11 21:41:31.165444 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16005 | 2025.02.11 21:41:31.165736 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Debug> executeQuery: Read 53 rows, 3.97 KiB in 0.004957 sec., 10691.950776679445 rows/sec., 801.82 KiB/sec. | ||
| 16006 | 2025.02.11 21:41:31.165810 [ 255 ] {b40af88a-d8f7-41b2-8f63-02180d820647} <Debug> TCPHandler: Processed in 0.005440585 sec. | ||
| 16007 | 2025.02.11 21:41:31.166035 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16008 | 2025.02.11 21:41:31.166361 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4093 rows, containing 5 columns (5 merged, 0 gathered) in 0.005959447 sec., 686808.692148785 rows/sec., 58.84 MiB/sec. | ||
| 16009 | 2025.02.11 21:41:31.166419 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16010 | 2025.02.11 21:41:31.166530 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16011 | 2025.02.11 21:41:31.166659 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16012 | 2025.02.11 21:41:31.167344 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16013 | 2025.02.11 21:41:31.167467 [ 194 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_126_25} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16014 | 2025.02.11 21:41:31.167608 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 16015 | 2025.02.11 21:41:31.167884 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16016 | 2025.02.11 21:41:31.167929 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16017 | 2025.02.11 21:41:31.168310 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16018 | 2025.02.11 21:41:31.168567 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16019 | 2025.02.11 21:41:31.168747 [ 108 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 16020 | 2025.02.11 21:41:31.168804 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002471 sec., 92270.33589639822 rows/sec., 6.25 MiB/sec. | ||
| 16021 | 2025.02.11 21:41:31.168811 [ 108 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16022 | 2025.02.11 21:41:31.168887 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16023 | 2025.02.11 21:41:31.168942 [ 257 ] {b684f0de-e753-47a9-b7e7-3bce225df678} <Debug> TCPHandler: Processed in 0.003029945 sec. | ||
| 16024 | 2025.02.11 21:41:31.169142 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 16025 | 2025.02.11 21:41:31.169178 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16026 | 2025.02.11 21:41:31.169401 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16027 | 2025.02.11 21:41:31.169410 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16028 | 2025.02.11 21:41:31.169466 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 342 rows starting from the beginning of the part | ||
| 16029 | 2025.02.11 21:41:31.169504 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16030 | 2025.02.11 21:41:31.169805 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 113 rows starting from the beginning of the part | ||
| 16031 | 2025.02.11 21:41:31.170018 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 113 rows starting from the beginning of the part | ||
| 16032 | 2025.02.11 21:41:31.170347 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 228 rows starting from the beginning of the part | ||
| 16033 | 2025.02.11 21:41:31.170817 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part | ||
| 16034 | 2025.02.11 21:41:31.171207 [ 200 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 228 rows starting from the beginning of the part | ||
| 16035 | 2025.02.11 21:41:31.173072 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2025.02.11 21:41:31.173152 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16037 | 2025.02.11 21:41:31.174067 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16038 | 2025.02.11 21:41:31.174178 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005193399 sec., 218931.7631863063 rows/sec., 15.40 MiB/sec. | ||
| 16039 | 2025.02.11 21:41:31.174450 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 16040 | 2025.02.11 21:41:31.174561 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2025.02.11 21:41:31.174823 [ 108 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16042 | 2025.02.11 21:41:31.174909 [ 108 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16043 | 2025.02.11 21:41:31.174979 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16044 | 2025.02.11 21:41:31.175052 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Debug> executeQuery: Read 579 rows, 44.16 KiB in 0.005689 sec., 101775.3559500791 rows/sec., 7.58 MiB/sec. | ||
| 16045 | 2025.02.11 21:41:31.175328 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16046 | 2025.02.11 21:41:31.175404 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16047 | 2025.02.11 21:41:31.175420 [ 255 ] {a412270d-9589-45a8-ba8e-cd2d817b4a73} <Debug> TCPHandler: Processed in 0.006338437 sec. | ||
| 16048 | 2025.02.11 21:41:31.175553 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_75_15} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 16049 | 2025.02.11 21:41:31.175746 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16050 | 2025.02.11 21:41:31.175773 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16051 | 2025.02.11 21:41:31.175778 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 16052 | 2025.02.11 21:41:31.175836 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part | ||
| 16053 | 2025.02.11 21:41:31.176066 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16054 | 2025.02.11 21:41:31.176134 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 104 rows starting from the beginning of the part | ||
| 16055 | 2025.02.11 21:41:31.176248 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16056 | 2025.02.11 21:41:31.176447 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 66 rows starting from the beginning of the part | ||
| 16057 | 2025.02.11 21:41:31.176923 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part | ||
| 16058 | 2025.02.11 21:41:31.177328 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 382 rows starting from the beginning of the part | ||
| 16059 | 2025.02.11 21:41:31.177710 [ 190 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 579 rows starting from the beginning of the part | ||
| 16060 | 2025.02.11 21:41:31.179896 [ 197 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004770628 sec., 450884.0345547798 rows/sec., 34.84 MiB/sec. | ||
| 16061 | 2025.02.11 21:41:31.180118 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16062 | 2025.02.11 21:41:31.180469 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2025.02.11 21:41:31.180565 [ 198 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_126_25} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16064 | 2025.02.11 21:41:31.180653 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 16065 | 2025.02.11 21:41:31.181277 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16066 | 2025.02.11 21:41:31.181324 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16067 | 2025.02.11 21:41:31.181816 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16068 | 2025.02.11 21:41:31.182065 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16069 | 2025.02.11 21:41:31.182294 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.006376 sec., 157936.01003764116 rows/sec., 10.62 MiB/sec. | ||
| 16070 | 2025.02.11 21:41:31.182357 [ 257 ] {a762615e-04c9-45a1-8731-02a2f72a393f} <Debug> TCPHandler: Processed in 0.006793858 sec. | ||
| 16071 | 2025.02.11 21:41:31.182516 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16072 | 2025.02.11 21:41:31.182641 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16073 | 2025.02.11 21:41:31.182728 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16074 | 2025.02.11 21:41:31.184053 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16075 | 2025.02.11 21:41:31.184095 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16076 | 2025.02.11 21:41:31.184830 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16077 | 2025.02.11 21:41:31.185108 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16078 | 2025.02.11 21:41:31.185390 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002773 sec., 18391.633609808872 rows/sec., 32.96 MiB/sec. | ||
| 16079 | 2025.02.11 21:41:31.185616 [ 255 ] {1e5190e1-7ab3-406e-bdb7-d121cb4fe8d8} <Debug> TCPHandler: Processed in 0.003157648 sec. | ||
| 16080 | 2025.02.11 21:41:31.185893 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16081 | 2025.02.11 21:41:31.186043 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16082 | 2025.02.11 21:41:31.186107 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16083 | 2025.02.11 21:41:31.186679 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16084 | 2025.02.11 21:41:31.186726 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16085 | 2025.02.11 21:41:31.187124 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 16086 | 2025.02.11 21:41:31.187366 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16087 | 2025.02.11 21:41:31.187615 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001574 sec., 5717.916137229987 rows/sec., 439.89 KiB/sec. | ||
| 16088 | 2025.02.11 21:41:31.187725 [ 257 ] {22652727-0075-49ee-86f6-b42484740cdc} <Debug> TCPHandler: Processed in 0.002007309 sec. | ||
| 16089 | 2025.02.11 21:41:31.187883 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16090 | 2025.02.11 21:41:31.188012 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16091 | 2025.02.11 21:41:31.188067 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16092 | 2025.02.11 21:41:31.188582 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16093 | 2025.02.11 21:41:31.188622 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16094 | 2025.02.11 21:41:31.189042 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16095 | 2025.02.11 21:41:31.189293 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16096 | 2025.02.11 21:41:31.189466 [ 93 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16097 | 2025.02.11 21:41:31.189534 [ 93 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16098 | 2025.02.11 21:41:31.189534 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 16099 | 2025.02.11 21:41:31.189564 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16100 | 2025.02.11 21:41:31.189693 [ 255 ] {220f6962-beaf-48f9-b58c-8ddd64f597ff} <Debug> TCPHandler: Processed in 0.001866126 sec. | ||
| 16101 | 2025.02.11 21:41:31.189813 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16102 | 2025.02.11 21:41:31.189955 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16103 | 2025.02.11 21:41:31.189992 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 8374 rows starting from the beginning of the part | ||
| 16104 | 2025.02.11 21:41:31.190100 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 16105 | 2025.02.11 21:41:31.190325 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 16106 | 2025.02.11 21:41:31.190505 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 16107 | 2025.02.11 21:41:31.190642 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part | ||
| 16108 | 2025.02.11 21:41:31.190859 [ 190 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 16109 | 2025.02.11 21:41:31.193461 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8696 rows, containing 4 columns (4 merged, 0 gathered) in 0.003762793 sec., 2311049.265798039 rows/sec., 151.31 MiB/sec. | ||
| 16110 | 2025.02.11 21:41:31.193684 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16111 | 2025.02.11 21:41:31.194028 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2025.02.11 21:41:31.194119 [ 192 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_126_25} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16113 | 2025.02.11 21:41:31.194222 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 16114 | 2025.02.11 21:41:32.654991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 16115 | 2025.02.11 21:41:32.655755 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2025.02.11 21:41:32.655814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16117 | 2025.02.11 21:41:32.656369 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16118 | 2025.02.11 21:41:32.656636 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16119 | 2025.02.11 21:41:32.656889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 16120 | 2025.02.11 21:41:35.614827 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16121 | 2025.02.11 21:41:35.646152 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16122 | 2025.02.11 21:41:35.646239 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16123 | 2025.02.11 21:41:35.657138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16124 | 2025.02.11 21:41:35.658295 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16125 | 2025.02.11 21:41:35.664587 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16126 | 2025.02.11 21:41:36.566528 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16127 | 2025.02.11 21:41:36.566741 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16128 | 2025.02.11 21:41:36.566822 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16129 | 2025.02.11 21:41:36.567802 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16130 | 2025.02.11 21:41:36.567851 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16131 | 2025.02.11 21:41:36.568300 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16132 | 2025.02.11 21:41:36.568566 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16133 | 2025.02.11 21:41:36.568799 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002116 sec., 100189.0359168242 rows/sec., 6.37 MiB/sec. | ||
| 16134 | 2025.02.11 21:41:36.568858 [ 255 ] {9816adae-c95e-4cbf-bdbc-81faa2a44263} <Debug> TCPHandler: Processed in 0.002473601 sec. | ||
| 16135 | 2025.02.11 21:41:36.569130 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16136 | 2025.02.11 21:41:36.569344 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16137 | 2025.02.11 21:41:36.569424 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16138 | 2025.02.11 21:41:36.570560 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16139 | 2025.02.11 21:41:36.570600 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16140 | 2025.02.11 21:41:36.571076 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16141 | 2025.02.11 21:41:36.571352 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16142 | 2025.02.11 21:41:36.571548 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002264 sec., 272526.50176678447 rows/sec., 21.30 MiB/sec. | ||
| 16143 | 2025.02.11 21:41:36.571604 [ 257 ] {197b4ba5-0706-4463-96a6-fbfc0b37dc98} <Debug> TCPHandler: Processed in 0.002618775 sec. | ||
| 16144 | 2025.02.11 21:41:36.571787 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16145 | 2025.02.11 21:41:36.571929 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16146 | 2025.02.11 21:41:36.571989 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16147 | 2025.02.11 21:41:36.572637 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16148 | 2025.02.11 21:41:36.572678 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16149 | 2025.02.11 21:41:36.573074 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 16150 | 2025.02.11 21:41:36.573330 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16151 | 2025.02.11 21:41:36.573554 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001657 sec., 63971.03198551599 rows/sec., 3.76 MiB/sec. | ||
| 16152 | 2025.02.11 21:41:36.573611 [ 255 ] {1648a4b3-f999-4dfc-99ce-2efbd5b7fcd8} <Debug> TCPHandler: Processed in 0.001899096 sec. | ||
| 16153 | 2025.02.11 21:41:36.573777 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16154 | 2025.02.11 21:41:36.573896 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16155 | 2025.02.11 21:41:36.573945 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16156 | 2025.02.11 21:41:36.574666 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16157 | 2025.02.11 21:41:36.574711 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16158 | 2025.02.11 21:41:36.575135 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 16159 | 2025.02.11 21:41:36.575386 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16160 | 2025.02.11 21:41:36.575564 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001692 sec., 66784.86997635935 rows/sec., 4.32 MiB/sec. | ||
| 16161 | 2025.02.11 21:41:36.575614 [ 257 ] {f60da29a-1cd1-4af0-9ed1-816be0bec3db} <Debug> TCPHandler: Processed in 0.001895307 sec. | ||
| 16162 | 2025.02.11 21:41:36.575763 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16163 | 2025.02.11 21:41:36.575881 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16164 | 2025.02.11 21:41:36.575931 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16165 | 2025.02.11 21:41:36.576566 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16166 | 2025.02.11 21:41:36.576608 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16167 | 2025.02.11 21:41:36.577078 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16168 | 2025.02.11 21:41:36.577459 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16169 | 2025.02.11 21:41:36.577740 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001881 sec., 59542.796384901645 rows/sec., 3.39 MiB/sec. | ||
| 16170 | 2025.02.11 21:41:36.577815 [ 255 ] {f835b4b1-1cb8-401d-b72d-fc7c813ff130} <Debug> TCPHandler: Processed in 0.002106342 sec. | ||
| 16171 | 2025.02.11 21:41:36.577978 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16172 | 2025.02.11 21:41:36.578095 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16173 | 2025.02.11 21:41:36.578143 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16174 | 2025.02.11 21:41:36.578854 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16175 | 2025.02.11 21:41:36.578891 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16176 | 2025.02.11 21:41:36.579276 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16177 | 2025.02.11 21:41:36.579524 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16178 | 2025.02.11 21:41:36.579702 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00163 sec., 234355.8282208589 rows/sec., 16.53 MiB/sec. | ||
| 16179 | 2025.02.11 21:41:36.579752 [ 257 ] {abfcb246-ff47-40ac-814f-1865edc7fa46} <Debug> TCPHandler: Processed in 0.001829035 sec. | ||
| 16180 | 2025.02.11 21:41:36.579903 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16181 | 2025.02.11 21:41:36.580025 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16182 | 2025.02.11 21:41:36.580078 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16183 | 2025.02.11 21:41:36.580587 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16184 | 2025.02.11 21:41:36.580627 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16185 | 2025.02.11 21:41:36.581008 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16186 | 2025.02.11 21:41:36.581256 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16187 | 2025.02.11 21:41:36.581505 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 16188 | 2025.02.11 21:41:36.581590 [ 255 ] {7a826fb4-c34f-41f5-b22e-f66f81058b48} <Debug> TCPHandler: Processed in 0.001748563 sec. | ||
| 16189 | 2025.02.11 21:41:36.581829 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16190 | 2025.02.11 21:41:36.581974 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16191 | 2025.02.11 21:41:36.582028 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16192 | 2025.02.11 21:41:36.582609 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16193 | 2025.02.11 21:41:36.582646 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16194 | 2025.02.11 21:41:36.583044 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16195 | 2025.02.11 21:41:36.583285 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16196 | 2025.02.11 21:41:36.583466 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001516 sec., 156332.45382585752 rows/sec., 10.48 MiB/sec. | ||
| 16197 | 2025.02.11 21:41:36.583514 [ 257 ] {edc7b46d-c3cc-4fd7-b369-942326cf8254} <Debug> TCPHandler: Processed in 0.001825435 sec. | ||
| 16198 | 2025.02.11 21:41:36.583657 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16199 | 2025.02.11 21:41:36.583776 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16200 | 2025.02.11 21:41:36.583829 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16201 | 2025.02.11 21:41:36.584311 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16202 | 2025.02.11 21:41:36.584352 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16203 | 2025.02.11 21:41:36.584723 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16204 | 2025.02.11 21:41:36.584975 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16205 | 2025.02.11 21:41:36.585137 [ 101 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 16206 | 2025.02.11 21:41:36.585197 [ 101 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16207 | 2025.02.11 21:41:36.585221 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 16208 | 2025.02.11 21:41:36.585234 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16209 | 2025.02.11 21:41:36.585344 [ 255 ] {dbe6ee40-cafc-4b6a-a7d3-ce0d4943f1dd} <Debug> TCPHandler: Processed in 0.001737383 sec. | ||
| 16210 | 2025.02.11 21:41:36.585578 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2025.02.11 21:41:36.585597 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 16212 | 2025.02.11 21:41:36.585788 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16213 | 2025.02.11 21:41:36.585923 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16214 | 2025.02.11 21:41:36.585930 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16215 | 2025.02.11 21:41:36.586035 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part | ||
| 16216 | 2025.02.11 21:41:36.586363 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 16217 | 2025.02.11 21:41:36.586709 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 16218 | 2025.02.11 21:41:36.586998 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 16219 | 2025.02.11 21:41:36.587318 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 16220 | 2025.02.11 21:41:36.587495 [ 190 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 16221 | 2025.02.11 21:41:36.588397 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16222 | 2025.02.11 21:41:36.588471 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16223 | 2025.02.11 21:41:36.589526 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16224 | 2025.02.11 21:41:36.590067 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16225 | 2025.02.11 21:41:36.590659 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004934 sec., 16619.375760032428 rows/sec., 1.06 MiB/sec. | ||
| 16226 | 2025.02.11 21:41:36.590702 [ 192 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.005316822 sec., 10344.525357440969 rows/sec., 696.31 KiB/sec. | ||
| 16227 | 2025.02.11 21:41:36.590760 [ 257 ] {3c5acdfb-598c-449a-a86e-0effcbc61e22} <Debug> TCPHandler: Processed in 0.005318121 sec. | ||
| 16228 | 2025.02.11 21:41:36.590952 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 16229 | 2025.02.11 21:41:36.591280 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16230 | 2025.02.11 21:41:36.591365 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_55_11} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 16231 | 2025.02.11 21:41:36.591448 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16232 | 2025.02.11 21:41:37.026817 [ 224 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16233 | 2025.02.11 21:41:37.026872 [ 224 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16234 | 2025.02.11 21:41:37.029036 [ 224 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16235 | 2025.02.11 21:41:37.175756 [ 221 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16236 | 2025.02.11 21:41:37.175835 [ 221 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16237 | 2025.02.11 21:41:37.178000 [ 221 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16238 | 2025.02.11 21:41:37.190599 [ 222 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16239 | 2025.02.11 21:41:37.190657 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16240 | 2025.02.11 21:41:37.192869 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16241 | 2025.02.11 21:41:37.602590 [ 226 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16242 | 2025.02.11 21:41:37.602631 [ 226 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16243 | 2025.02.11 21:41:37.604568 [ 226 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16244 | 2025.02.11 21:41:39.936289 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16245 | 2025.02.11 21:41:39.936354 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16246 | 2025.02.11 21:41:40.157035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 16247 | 2025.02.11 21:41:40.157810 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16248 | 2025.02.11 21:41:40.157869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16249 | 2025.02.11 21:41:40.158449 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16250 | 2025.02.11 21:41:40.158712 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16251 | 2025.02.11 21:41:40.158982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16252 | 2025.02.11 21:41:40.430264 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2218 | ||
| 16253 | 2025.02.11 21:41:40.434174 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16254 | 2025.02.11 21:41:40.434235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16255 | 2025.02.11 21:41:40.435837 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16256 | 2025.02.11 21:41:40.436152 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16257 | 2025.02.11 21:41:40.437242 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2218 | ||
| 16258 | 2025.02.11 21:41:41.562870 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16259 | 2025.02.11 21:41:41.563175 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16260 | 2025.02.11 21:41:41.563278 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16261 | 2025.02.11 21:41:41.564136 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2025.02.11 21:41:41.564185 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16263 | 2025.02.11 21:41:41.564645 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16264 | 2025.02.11 21:41:41.564923 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16265 | 2025.02.11 21:41:41.565153 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Debug> executeQuery: Read 166 rows, 14.86 KiB in 0.002064 sec., 80426.3565891473 rows/sec., 7.03 MiB/sec. | ||
| 16266 | 2025.02.11 21:41:41.565221 [ 255 ] {00e46eaf-faab-491f-ac66-55cbc9880f8a} <Debug> TCPHandler: Processed in 0.002531963 sec. | ||
| 16267 | 2025.02.11 21:41:41.565537 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16268 | 2025.02.11 21:41:41.565851 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16269 | 2025.02.11 21:41:41.565974 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16270 | 2025.02.11 21:41:41.566880 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16271 | 2025.02.11 21:41:41.566935 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16272 | 2025.02.11 21:41:41.567394 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 16273 | 2025.02.11 21:41:41.567652 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16274 | 2025.02.11 21:41:41.567909 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.002145 sec., 25641.025641025637 rows/sec., 1.88 MiB/sec. | ||
| 16275 | 2025.02.11 21:41:41.568026 [ 257 ] {30d0dd03-64e6-461b-8d7f-2f5998a0298c} <Debug> TCPHandler: Processed in 0.002685197 sec. | ||
| 16276 | 2025.02.11 21:41:41.568210 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16277 | 2025.02.11 21:41:41.568370 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16278 | 2025.02.11 21:41:41.568431 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16279 | 2025.02.11 21:41:41.569177 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16280 | 2025.02.11 21:41:41.569223 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16281 | 2025.02.11 21:41:41.569620 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16282 | 2025.02.11 21:41:41.569874 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16283 | 2025.02.11 21:41:41.570091 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Debug> executeQuery: Read 125 rows, 9.97 KiB in 0.001758 sec., 71103.52673492605 rows/sec., 5.54 MiB/sec. | ||
| 16284 | 2025.02.11 21:41:41.570145 [ 255 ] {9f2a706a-a022-45ea-8439-9c4d668eb0a1} <Debug> TCPHandler: Processed in 0.00202813 sec. | ||
| 16285 | 2025.02.11 21:41:41.570366 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16286 | 2025.02.11 21:41:41.570599 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16287 | 2025.02.11 21:41:41.570701 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16288 | 2025.02.11 21:41:41.571521 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16289 | 2025.02.11 21:41:41.571561 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16290 | 2025.02.11 21:41:41.571981 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16291 | 2025.02.11 21:41:41.572231 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16292 | 2025.02.11 21:41:41.572447 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001911 sec., 83725.7980115123 rows/sec., 5.83 MiB/sec. | ||
| 16293 | 2025.02.11 21:41:41.572500 [ 257 ] {7df46fce-287c-479b-8f8e-8a079dfb378f} <Debug> TCPHandler: Processed in 0.002248456 sec. | ||
| 16294 | 2025.02.11 21:41:41.572658 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16295 | 2025.02.11 21:41:41.572801 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16296 | 2025.02.11 21:41:41.572897 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16297 | 2025.02.11 21:41:41.574158 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16298 | 2025.02.11 21:41:41.574198 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16299 | 2025.02.11 21:41:41.574939 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16300 | 2025.02.11 21:41:41.575220 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16301 | 2025.02.11 21:41:41.575485 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002718 sec., 20235.467255334806 rows/sec., 36.26 MiB/sec. | ||
| 16302 | 2025.02.11 21:41:41.575499 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16303 | 2025.02.11 21:41:41.575599 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16304 | 2025.02.11 21:41:41.575712 [ 255 ] {5c72a519-789f-43eb-9819-b8b744d6f2e2} <Debug> TCPHandler: Processed in 0.003121947 sec. | ||
| 16305 | 2025.02.11 21:41:41.575921 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16306 | 2025.02.11 21:41:41.576114 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16307 | 2025.02.11 21:41:41.576209 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16308 | 2025.02.11 21:41:41.577537 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16309 | 2025.02.11 21:41:41.577579 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16310 | 2025.02.11 21:41:41.578354 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 16311 | 2025.02.11 21:41:41.578776 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16312 | 2025.02.11 21:41:41.579652 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.003543 sec., 1693.480101608806 rows/sec., 111.63 KiB/sec. | ||
| 16313 | 2025.02.11 21:41:41.580102 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16314 | 2025.02.11 21:41:41.580143 [ 257 ] {fea3183a-76ce-4f7b-9761-6c818d1b59a7} <Debug> TCPHandler: Processed in 0.004315926 sec. | ||
| 16315 | 2025.02.11 21:41:41.580452 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16316 | 2025.02.11 21:41:41.580889 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16317 | 2025.02.11 21:41:41.581051 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16318 | 2025.02.11 21:41:41.582167 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16319 | 2025.02.11 21:41:41.582209 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16320 | 2025.02.11 21:41:41.582596 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16321 | 2025.02.11 21:41:41.582848 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16322 | 2025.02.11 21:41:41.583059 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002333 sec., 25717.95970852979 rows/sec., 1.73 MiB/sec. | ||
| 16323 | 2025.02.11 21:41:41.583112 [ 255 ] {5c73281c-45dd-4f37-b098-a98f4c5cfd6e} <Debug> TCPHandler: Processed in 0.00280942 sec. | ||
| 16324 | 2025.02.11 21:41:43.164677 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 16325 | 2025.02.11 21:41:43.188754 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16326 | 2025.02.11 21:41:43.188822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16327 | 2025.02.11 21:41:43.196347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16328 | 2025.02.11 21:41:43.197208 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16329 | 2025.02.11 21:41:43.200972 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 16330 | 2025.02.11 21:41:46.566087 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16331 | 2025.02.11 21:41:46.566455 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16332 | 2025.02.11 21:41:46.566551 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16333 | 2025.02.11 21:41:46.567397 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16334 | 2025.02.11 21:41:46.567444 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16335 | 2025.02.11 21:41:46.567905 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16336 | 2025.02.11 21:41:46.568163 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16337 | 2025.02.11 21:41:46.568359 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002 sec., 106000 rows/sec., 6.74 MiB/sec. | ||
| 16338 | 2025.02.11 21:41:46.568425 [ 255 ] {7ea86d09-5b45-4ea4-bc57-2898c4519232} <Debug> TCPHandler: Processed in 0.002623495 sec. | ||
| 16339 | 2025.02.11 21:41:46.568695 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16340 | 2025.02.11 21:41:46.568927 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16341 | 2025.02.11 21:41:46.569013 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16342 | 2025.02.11 21:41:46.570100 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16343 | 2025.02.11 21:41:46.570152 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16344 | 2025.02.11 21:41:46.570648 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16345 | 2025.02.11 21:41:46.570923 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16346 | 2025.02.11 21:41:46.571164 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.0023 sec., 268260.8695652174 rows/sec., 20.97 MiB/sec. | ||
| 16347 | 2025.02.11 21:41:46.571223 [ 257 ] {e460bd73-c2b1-4585-988b-ec827057da07} <Debug> TCPHandler: Processed in 0.002682827 sec. | ||
| 16348 | 2025.02.11 21:41:46.571377 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16349 | 2025.02.11 21:41:46.571504 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16350 | 2025.02.11 21:41:46.571560 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16351 | 2025.02.11 21:41:46.572192 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16352 | 2025.02.11 21:41:46.572230 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16353 | 2025.02.11 21:41:46.572608 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 16354 | 2025.02.11 21:41:46.572849 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16355 | 2025.02.11 21:41:46.572988 [ 83 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 16356 | 2025.02.11 21:41:46.573024 [ 83 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16357 | 2025.02.11 21:41:46.573037 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001562 sec., 67861.7157490397 rows/sec., 3.99 MiB/sec. | ||
| 16358 | 2025.02.11 21:41:46.573049 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16359 | 2025.02.11 21:41:46.573141 [ 255 ] {8d422d72-3f30-4154-8758-013e88c5b484} <Debug> TCPHandler: Processed in 0.001820935 sec. | ||
| 16360 | 2025.02.11 21:41:46.573482 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16361 | 2025.02.11 21:41:46.573863 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 16362 | 2025.02.11 21:41:46.574229 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16363 | 2025.02.11 21:41:46.574510 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16364 | 2025.02.11 21:41:46.574922 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16365 | 2025.02.11 21:41:46.575429 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 166 rows starting from the beginning of the part | ||
| 16366 | 2025.02.11 21:41:46.576401 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 106 rows starting from the beginning of the part | ||
| 16367 | 2025.02.11 21:41:46.576724 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 53 rows starting from the beginning of the part | ||
| 16368 | 2025.02.11 21:41:46.577062 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 106 rows starting from the beginning of the part | ||
| 16369 | 2025.02.11 21:41:46.577435 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 55 rows starting from the beginning of the part | ||
| 16370 | 2025.02.11 21:41:46.577733 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 106 rows starting from the beginning of the part | ||
| 16371 | 2025.02.11 21:41:46.578388 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16372 | 2025.02.11 21:41:46.578437 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16373 | 2025.02.11 21:41:46.579530 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16374 | 2025.02.11 21:41:46.580512 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16375 | 2025.02.11 21:41:46.581397 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00742 sec., 15229.110512129379 rows/sec., 1009.47 KiB/sec. | ||
| 16376 | 2025.02.11 21:41:46.581555 [ 257 ] {05c6fd2d-9dad-4db3-9dfa-7333639adc6c} <Debug> TCPHandler: Processed in 0.008287465 sec. | ||
| 16377 | 2025.02.11 21:41:46.581645 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 5 columns (5 merged, 0 gathered) in 0.0084874 sec., 69750.4536135919 rows/sec., 4.64 MiB/sec. | ||
| 16378 | 2025.02.11 21:41:46.581738 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16379 | 2025.02.11 21:41:46.581919 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16380 | 2025.02.11 21:41:46.581918 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 16381 | 2025.02.11 21:41:46.582028 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16382 | 2025.02.11 21:41:46.582672 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16383 | 2025.02.11 21:41:46.582823 [ 186 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_121_24} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 16384 | 2025.02.11 21:41:46.583007 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 16385 | 2025.02.11 21:41:46.583204 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16386 | 2025.02.11 21:41:46.583248 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16387 | 2025.02.11 21:41:46.583618 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16388 | 2025.02.11 21:41:46.583878 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2025.02.11 21:41:46.584092 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002226 sec., 50314.46540880503 rows/sec., 2.87 MiB/sec. | ||
| 16390 | 2025.02.11 21:41:46.584146 [ 255 ] {16db08f3-4d8e-4e72-87d3-30e095ae7bf6} <Debug> TCPHandler: Processed in 0.002497502 sec. | ||
| 16391 | 2025.02.11 21:41:46.584287 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16392 | 2025.02.11 21:41:46.584411 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16393 | 2025.02.11 21:41:46.584469 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16394 | 2025.02.11 21:41:46.585319 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16395 | 2025.02.11 21:41:46.585368 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16396 | 2025.02.11 21:41:46.585767 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16397 | 2025.02.11 21:41:46.586019 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16398 | 2025.02.11 21:41:46.586230 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00185 sec., 206486.48648648648 rows/sec., 14.56 MiB/sec. | ||
| 16399 | 2025.02.11 21:41:46.586282 [ 257 ] {a2114460-fa77-4fe2-aa13-d2926906ab8a} <Debug> TCPHandler: Processed in 0.002050621 sec. | ||
| 16400 | 2025.02.11 21:41:46.586442 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16401 | 2025.02.11 21:41:46.586661 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16402 | 2025.02.11 21:41:46.586758 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16403 | 2025.02.11 21:41:46.587539 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2025.02.11 21:41:46.587577 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16405 | 2025.02.11 21:41:46.587948 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16406 | 2025.02.11 21:41:46.588188 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2025.02.11 21:41:46.588422 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001815 sec., 3305.785123966942 rows/sec., 172.71 KiB/sec. | ||
| 16408 | 2025.02.11 21:41:46.588479 [ 255 ] {0d7b1ab2-5ced-4336-9a1d-eeada17eaa16} <Debug> TCPHandler: Processed in 0.002117722 sec. | ||
| 16409 | 2025.02.11 21:41:46.588709 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2025.02.11 21:41:46.588851 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16411 | 2025.02.11 21:41:46.588916 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16412 | 2025.02.11 21:41:46.589566 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2025.02.11 21:41:46.589606 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16414 | 2025.02.11 21:41:46.590011 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16415 | 2025.02.11 21:41:46.590268 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2025.02.11 21:41:46.590487 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001666 sec., 142256.90276110446 rows/sec., 9.54 MiB/sec. | ||
| 16417 | 2025.02.11 21:41:46.590538 [ 257 ] {b8f043bb-ee9a-4295-95b4-ee2a29e675a7} <Debug> TCPHandler: Processed in 0.001970599 sec. | ||
| 16418 | 2025.02.11 21:41:46.590691 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16419 | 2025.02.11 21:41:46.590837 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16420 | 2025.02.11 21:41:46.590899 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16421 | 2025.02.11 21:41:46.591448 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16422 | 2025.02.11 21:41:46.591490 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16423 | 2025.02.11 21:41:46.591871 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16424 | 2025.02.11 21:41:46.592111 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16425 | 2025.02.11 21:41:46.592319 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 16426 | 2025.02.11 21:41:46.592372 [ 255 ] {cb77ef78-1bd0-4181-93b8-ea5994f39f88} <Debug> TCPHandler: Processed in 0.001750013 sec. | ||
| 16427 | 2025.02.11 21:41:46.592516 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16428 | 2025.02.11 21:41:46.592655 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16429 | 2025.02.11 21:41:46.592717 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16430 | 2025.02.11 21:41:46.593291 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16431 | 2025.02.11 21:41:46.593339 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16432 | 2025.02.11 21:41:46.593727 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16433 | 2025.02.11 21:41:46.593976 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16434 | 2025.02.11 21:41:46.594187 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec. | ||
| 16435 | 2025.02.11 21:41:46.594238 [ 257 ] {51e8d91a-6d16-415f-97b9-5b71a1e96f6a} <Debug> TCPHandler: Processed in 0.001786894 sec. | ||
| 16436 | 2025.02.11 21:41:47.659130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
| 16437 | 2025.02.11 21:41:47.659823 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16438 | 2025.02.11 21:41:47.659869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16439 | 2025.02.11 21:41:47.660414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16440 | 2025.02.11 21:41:47.660664 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16441 | 2025.02.11 21:41:47.660950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
| 16442 | 2025.02.11 21:41:50.437479 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2252 | ||
| 16443 | 2025.02.11 21:41:50.440688 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16444 | 2025.02.11 21:41:50.440735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16445 | 2025.02.11 21:41:50.442260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16446 | 2025.02.11 21:41:50.442568 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16447 | 2025.02.11 21:41:50.442793 [ 80 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16448 | 2025.02.11 21:41:50.442922 [ 80 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16449 | 2025.02.11 21:41:50.442990 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16450 | 2025.02.11 21:41:50.443532 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 16451 | 2025.02.11 21:41:50.445877 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2252 | ||
| 16452 | 2025.02.11 21:41:50.447721 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16453 | 2025.02.11 21:41:50.447915 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2100 rows starting from the beginning of the part | ||
| 16454 | 2025.02.11 21:41:50.448672 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part | ||
| 16455 | 2025.02.11 21:41:50.449291 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
| 16456 | 2025.02.11 21:41:50.449887 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 16457 | 2025.02.11 21:41:50.450584 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 38 rows starting from the beginning of the part | ||
| 16458 | 2025.02.11 21:41:50.451253 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part | ||
| 16459 | 2025.02.11 21:41:50.461378 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 72 columns (72 merged, 0 gathered) in 0.018257041 sec., 123349.67095708444 rows/sec., 92.90 MiB/sec. | ||
| 16460 | 2025.02.11 21:41:50.463407 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16461 | 2025.02.11 21:41:50.464182 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2025.02.11 21:41:50.464261 [ 199 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_66_13} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16463 | 2025.02.11 21:41:50.464588 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16464 | 2025.02.11 21:41:50.701080 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 16465 | 2025.02.11 21:41:50.725172 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16466 | 2025.02.11 21:41:50.725234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16467 | 2025.02.11 21:41:50.732910 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16468 | 2025.02.11 21:41:50.733729 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16469 | 2025.02.11 21:41:50.738071 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 16470 | 2025.02.11 21:41:51.559876 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16471 | 2025.02.11 21:41:51.560149 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 16472 | 2025.02.11 21:41:51.560643 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16473 | 2025.02.11 21:41:51.560698 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 16474 | 2025.02.11 21:41:51.561086 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16475 | 2025.02.11 21:41:51.561165 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16476 | 2025.02.11 21:41:51.561344 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 16477 | 2025.02.11 21:41:51.561522 [ 290 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 16478 | 2025.02.11 21:41:51.561528 [ 294 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 16479 | 2025.02.11 21:41:51.561685 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 16480 | 2025.02.11 21:41:51.561713 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16481 | 2025.02.11 21:41:51.561769 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 16482 | 2025.02.11 21:41:51.561796 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0 | ||
| 16483 | 2025.02.11 21:41:51.563075 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00306 sec., 13398.692810457518 rows/sec., 511.26 KiB/sec. | ||
| 16484 | 2025.02.11 21:41:51.563203 [ 255 ] {28466096-8cce-4cc7-8a2e-8338309d1b2f} <Debug> TCPHandler: Processed in 0.003459665 sec. | ||
| 16485 | 2025.02.11 21:41:51.568423 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16486 | 2025.02.11 21:41:51.568669 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 16487 | 2025.02.11 21:41:51.568755 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16488 | 2025.02.11 21:41:51.569684 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16489 | 2025.02.11 21:41:51.569737 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16490 | 2025.02.11 21:41:51.570458 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 16491 | 2025.02.11 21:41:51.570721 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Trace> oximeter.timeseries_schema (5e351aff-9b1f-4dc4-bf14-61d1abd1e55d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16492 | 2025.02.11 21:41:51.571038 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002406 sec., 415.6275976724854 rows/sec., 115.68 KiB/sec. | ||
| 16493 | 2025.02.11 21:41:51.571164 [ 257 ] {1fdb1bf8-2ddc-4648-b251-aa31ee8e4512} <Debug> TCPHandler: Processed in 0.002916212 sec. | ||
| 16494 | 2025.02.11 21:41:51.571309 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16495 | 2025.02.11 21:41:51.571440 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16496 | 2025.02.11 21:41:51.571494 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16497 | 2025.02.11 21:41:51.572113 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2025.02.11 21:41:51.572163 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16499 | 2025.02.11 21:41:51.572564 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 16500 | 2025.02.11 21:41:51.572808 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2025.02.11 21:41:51.573032 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001629 sec., 1841.6206261510129 rows/sec., 136.68 KiB/sec. | ||
| 16502 | 2025.02.11 21:41:51.573086 [ 255 ] {04725472-201c-4fff-a425-9047ee329cb6} <Debug> TCPHandler: Processed in 0.001835526 sec. | ||
| 16503 | 2025.02.11 21:41:51.573231 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16504 | 2025.02.11 21:41:51.573356 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16505 | 2025.02.11 21:41:51.573411 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16506 | 2025.02.11 21:41:51.574130 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16507 | 2025.02.11 21:41:51.574172 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16508 | 2025.02.11 21:41:51.574578 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16509 | 2025.02.11 21:41:51.574832 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16510 | 2025.02.11 21:41:51.575060 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Debug> executeQuery: Read 176 rows, 15.64 KiB in 0.001734 sec., 101499.42329873126 rows/sec., 8.81 MiB/sec. | ||
| 16511 | 2025.02.11 21:41:51.575112 [ 257 ] {5f387784-5727-4821-a83e-50aab18957d5} <Debug> TCPHandler: Processed in 0.001938388 sec. | ||
| 16512 | 2025.02.11 21:41:51.575264 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16513 | 2025.02.11 21:41:51.575405 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16514 | 2025.02.11 21:41:51.575466 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16515 | 2025.02.11 21:41:51.576110 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16516 | 2025.02.11 21:41:51.576151 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16517 | 2025.02.11 21:41:51.576512 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16518 | 2025.02.11 21:41:51.576742 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16519 | 2025.02.11 21:41:51.576952 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Debug> executeQuery: Read 60 rows, 4.47 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.77 MiB/sec. | ||
| 16520 | 2025.02.11 21:41:51.577005 [ 255 ] {2d1a25d6-c965-4110-bf3b-99d3bedc1b12} <Debug> TCPHandler: Processed in 0.001808774 sec. | ||
| 16521 | 2025.02.11 21:41:51.577193 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16522 | 2025.02.11 21:41:51.577397 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16523 | 2025.02.11 21:41:51.577482 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16524 | 2025.02.11 21:41:51.578179 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16525 | 2025.02.11 21:41:51.578220 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16526 | 2025.02.11 21:41:51.578598 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16527 | 2025.02.11 21:41:51.578843 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16528 | 2025.02.11 21:41:51.579058 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Debug> executeQuery: Read 142 rows, 11.15 KiB in 0.001712 sec., 82943.92523364486 rows/sec., 6.36 MiB/sec. | ||
| 16529 | 2025.02.11 21:41:51.579110 [ 257 ] {30042d26-478b-46bf-bbcc-25c3224a923e} <Debug> TCPHandler: Processed in 0.00201817 sec. | ||
| 16530 | 2025.02.11 21:41:51.579267 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16531 | 2025.02.11 21:41:51.579408 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16532 | 2025.02.11 21:41:51.579472 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16533 | 2025.02.11 21:41:51.580063 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16534 | 2025.02.11 21:41:51.580102 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16535 | 2025.02.11 21:41:51.580489 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16536 | 2025.02.11 21:41:51.580733 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16537 | 2025.02.11 21:41:51.580914 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 5 parts from all_1_125_26 to all_129_129_0 | ||
| 16538 | 2025.02.11 21:41:51.580973 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001592 sec., 102386.93467336682 rows/sec., 7.11 MiB/sec. | ||
| 16539 | 2025.02.11 21:41:51.580988 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16540 | 2025.02.11 21:41:51.581055 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16541 | 2025.02.11 21:41:51.581102 [ 255 ] {412a4fdf-8466-480e-bfd6-5fdcb39a35e3} <Debug> TCPHandler: Processed in 0.001903347 sec. | ||
| 16542 | 2025.02.11 21:41:51.581424 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_125_26 to all_129_129_0 into Compact with storage Full | ||
| 16543 | 2025.02.11 21:41:51.581452 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16544 | 2025.02.11 21:41:51.581886 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16545 | 2025.02.11 21:41:51.581950 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16546 | 2025.02.11 21:41:51.582137 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_125_26, total 42294 rows starting from the beginning of the part | ||
| 16547 | 2025.02.11 21:41:51.582253 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16548 | 2025.02.11 21:41:51.582636 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1007 rows starting from the beginning of the part | ||
| 16549 | 2025.02.11 21:41:51.583229 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 16550 | 2025.02.11 21:41:51.583792 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 16551 | 2025.02.11 21:41:51.584414 [ 195 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 16552 | 2025.02.11 21:41:51.587291 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16553 | 2025.02.11 21:41:51.587336 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16554 | 2025.02.11 21:41:51.588073 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16555 | 2025.02.11 21:41:51.588695 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16556 | 2025.02.11 21:41:51.589292 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.007539 sec., 7560.684440907283 rows/sec., 13.55 MiB/sec. | ||
| 16557 | 2025.02.11 21:41:51.589447 [ 257 ] {5d47ac38-5333-42f6-8d46-fd8f08c6f160} <Debug> TCPHandler: Processed in 0.008225164 sec. | ||
| 16558 | 2025.02.11 21:41:51.589606 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16559 | 2025.02.11 21:41:51.589749 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16560 | 2025.02.11 21:41:51.589805 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16561 | 2025.02.11 21:41:51.590318 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16562 | 2025.02.11 21:41:51.590357 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16563 | 2025.02.11 21:41:51.590774 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16564 | 2025.02.11 21:41:51.591010 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16565 | 2025.02.11 21:41:51.591280 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. | ||
| 16566 | 2025.02.11 21:41:51.591337 [ 255 ] {d64452d0-4dd2-4951-a946-269b24e69b19} <Debug> TCPHandler: Processed in 0.001805544 sec. | ||
| 16567 | 2025.02.11 21:41:51.595932 [ 189 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43935 rows, containing 5 columns (5 merged, 0 gathered) in 0.014778075 sec., 2972985.3177765035 rows/sec., 201.02 MiB/sec. | ||
| 16568 | 2025.02.11 21:41:51.596244 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Trace> MergedBlockOutputStream: filled checksums all_1_129_27 (state Temporary) | ||
| 16569 | 2025.02.11 21:41:51.596534 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_129_27 to all_1_129_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16570 | 2025.02.11 21:41:51.596609 [ 191 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 5 parts: [all_1_125_26, all_129_129_0] -> all_1_129_27 | ||
| 16571 | 2025.02.11 21:41:51.596692 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 16572 | 2025.02.11 21:41:54.936400 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16573 | 2025.02.11 21:41:54.936469 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16574 | 2025.02.11 21:41:55.161091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
| 16575 | 2025.02.11 21:41:55.161784 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16576 | 2025.02.11 21:41:55.161835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16577 | 2025.02.11 21:41:55.162375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16578 | 2025.02.11 21:41:55.162633 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16579 | 2025.02.11 21:41:55.162918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 16580 | 2025.02.11 21:41:55.816035 [ 219 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16581 | 2025.02.11 21:41:55.816085 [ 219 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16582 | 2025.02.11 21:41:55.817949 [ 219 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16583 | 2025.02.11 21:41:56.205844 [ 219 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16584 | 2025.02.11 21:41:56.205879 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16585 | 2025.02.11 21:41:56.208109 [ 219 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16586 | 2025.02.11 21:41:56.567126 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16587 | 2025.02.11 21:41:56.567294 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16588 | 2025.02.11 21:41:56.567370 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16589 | 2025.02.11 21:41:56.568211 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16590 | 2025.02.11 21:41:56.568255 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16591 | 2025.02.11 21:41:56.568690 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16592 | 2025.02.11 21:41:56.568997 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2025.02.11 21:41:56.569337 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002081 sec., 101874.09899086978 rows/sec., 6.48 MiB/sec. | ||
| 16594 | 2025.02.11 21:41:56.569561 [ 255 ] {df1476df-0d74-4ea4-9a7e-8e313c7bd860} <Debug> TCPHandler: Processed in 0.002544113 sec. | ||
| 16595 | 2025.02.11 21:41:56.569975 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16596 | 2025.02.11 21:41:56.570186 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16597 | 2025.02.11 21:41:56.570267 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16598 | 2025.02.11 21:41:56.571352 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16599 | 2025.02.11 21:41:56.571403 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16600 | 2025.02.11 21:41:56.571937 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16601 | 2025.02.11 21:41:56.572233 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16602 | 2025.02.11 21:41:56.572401 [ 69 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16603 | 2025.02.11 21:41:56.572441 [ 69 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16604 | 2025.02.11 21:41:56.572452 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.00233 sec., 264806.8669527897 rows/sec., 20.70 MiB/sec. | ||
| 16605 | 2025.02.11 21:41:56.572465 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16606 | 2025.02.11 21:41:56.572617 [ 257 ] {7fa7d756-5476-45c9-8803-94f106b4caea} <Debug> TCPHandler: Processed in 0.002898541 sec. | ||
| 16607 | 2025.02.11 21:41:56.572773 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16608 | 2025.02.11 21:41:56.572855 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16609 | 2025.02.11 21:41:56.573130 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16610 | 2025.02.11 21:41:56.573129 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16611 | 2025.02.11 21:41:56.573227 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1870 rows starting from the beginning of the part | ||
| 16612 | 2025.02.11 21:41:56.573239 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16613 | 2025.02.11 21:41:56.573778 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 617 rows starting from the beginning of the part | ||
| 16614 | 2025.02.11 21:41:56.574331 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 166 rows starting from the beginning of the part | ||
| 16615 | 2025.02.11 21:41:56.574739 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 617 rows starting from the beginning of the part | ||
| 16616 | 2025.02.11 21:41:56.575085 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 176 rows starting from the beginning of the part | ||
| 16617 | 2025.02.11 21:41:56.575465 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 617 rows starting from the beginning of the part | ||
| 16618 | 2025.02.11 21:41:56.576340 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16619 | 2025.02.11 21:41:56.576386 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16620 | 2025.02.11 21:41:56.576927 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16621 | 2025.02.11 21:41:56.577257 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16622 | 2025.02.11 21:41:56.577516 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.004483 sec., 23644.880660272138 rows/sec., 1.39 MiB/sec. | ||
| 16623 | 2025.02.11 21:41:56.577580 [ 255 ] {98c0c68c-acac-4f21-8412-8b0aea17649b} <Debug> TCPHandler: Processed in 0.00483997 sec. | ||
| 16624 | 2025.02.11 21:41:56.577736 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16625 | 2025.02.11 21:41:56.578008 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16626 | 2025.02.11 21:41:56.578147 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16627 | 2025.02.11 21:41:56.578188 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4063 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615769 sec., 723498.4202519726 rows/sec., 61.04 MiB/sec. | ||
| 16628 | 2025.02.11 21:41:56.578535 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16629 | 2025.02.11 21:41:56.579135 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16630 | 2025.02.11 21:41:56.579355 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_131_26} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16631 | 2025.02.11 21:41:56.579553 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 16632 | 2025.02.11 21:41:56.579622 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16633 | 2025.02.11 21:41:56.579666 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16634 | 2025.02.11 21:41:56.580050 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16635 | 2025.02.11 21:41:56.580291 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16636 | 2025.02.11 21:41:56.580473 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002587 sec., 43679.93815229996 rows/sec., 2.83 MiB/sec. | ||
| 16637 | 2025.02.11 21:41:56.580532 [ 257 ] {ac83270a-aae5-43d0-965b-778d21ebc1c3} <Debug> TCPHandler: Processed in 0.002861181 sec. | ||
| 16638 | 2025.02.11 21:41:56.580679 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16639 | 2025.02.11 21:41:56.580813 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16640 | 2025.02.11 21:41:56.580875 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16641 | 2025.02.11 21:41:56.581637 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16642 | 2025.02.11 21:41:56.581685 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16643 | 2025.02.11 21:41:56.582070 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16644 | 2025.02.11 21:41:56.582313 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16645 | 2025.02.11 21:41:56.582565 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001784 sec., 62780.26905829596 rows/sec., 3.58 MiB/sec. | ||
| 16646 | 2025.02.11 21:41:56.582663 [ 255 ] {93291720-2c4f-4ac8-9e65-3d4dd20fc195} <Debug> TCPHandler: Processed in 0.002041641 sec. | ||
| 16647 | 2025.02.11 21:41:56.582890 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16648 | 2025.02.11 21:41:56.583078 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16649 | 2025.02.11 21:41:56.583141 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16650 | 2025.02.11 21:41:56.583959 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16651 | 2025.02.11 21:41:56.583997 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16652 | 2025.02.11 21:41:56.584393 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16653 | 2025.02.11 21:41:56.584639 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16654 | 2025.02.11 21:41:56.584771 [ 69 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16655 | 2025.02.11 21:41:56.584816 [ 69 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16656 | 2025.02.11 21:41:56.584826 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001777 sec., 214969.04895891953 rows/sec., 15.16 MiB/sec. | ||
| 16657 | 2025.02.11 21:41:56.584845 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16658 | 2025.02.11 21:41:56.584908 [ 257 ] {7fd3839a-8552-4712-a00a-ee8d012e73cf} <Debug> TCPHandler: Processed in 0.002159423 sec. | ||
| 16659 | 2025.02.11 21:41:56.585028 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16660 | 2025.02.11 21:41:56.585097 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16661 | 2025.02.11 21:41:56.585190 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16662 | 2025.02.11 21:41:56.585273 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 930 rows starting from the beginning of the part | ||
| 16663 | 2025.02.11 21:41:56.585342 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16664 | 2025.02.11 21:41:56.585512 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 382 rows starting from the beginning of the part | ||
| 16665 | 2025.02.11 21:41:56.585538 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16666 | 2025.02.11 21:41:56.586121 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 125 rows starting from the beginning of the part | ||
| 16667 | 2025.02.11 21:41:56.586519 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 382 rows starting from the beginning of the part | ||
| 16668 | 2025.02.11 21:41:56.586786 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 142 rows starting from the beginning of the part | ||
| 16669 | 2025.02.11 21:41:56.587135 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 382 rows starting from the beginning of the part | ||
| 16670 | 2025.02.11 21:41:56.587841 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16671 | 2025.02.11 21:41:56.587917 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16672 | 2025.02.11 21:41:56.588886 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16673 | 2025.02.11 21:41:56.589475 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16674 | 2025.02.11 21:41:56.589818 [ 70 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 16675 | 2025.02.11 21:41:56.589834 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004553 sec., 1317.812431363936 rows/sec., 68.85 KiB/sec. | ||
| 16676 | 2025.02.11 21:41:56.589979 [ 70 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16677 | 2025.02.11 21:41:56.590142 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16678 | 2025.02.11 21:41:56.590163 [ 255 ] {cde329d4-7eeb-407f-ab51-19a2de86f666} <Debug> TCPHandler: Processed in 0.005168798 sec. | ||
| 16679 | 2025.02.11 21:41:56.590463 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16680 | 2025.02.11 21:41:56.590992 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 16681 | 2025.02.11 21:41:56.591026 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16682 | 2025.02.11 21:41:56.591241 [ 189 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2343 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279256 sec., 373133.37758486037 rows/sec., 28.35 MiB/sec. | ||
| 16683 | 2025.02.11 21:41:56.591528 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16684 | 2025.02.11 21:41:56.591611 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16685 | 2025.02.11 21:41:56.591738 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
| 16686 | 2025.02.11 21:41:56.591830 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16687 | 2025.02.11 21:41:56.592380 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 16688 | 2025.02.11 21:41:56.593004 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16689 | 2025.02.11 21:41:56.593618 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16690 | 2025.02.11 21:41:56.593685 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16691 | 2025.02.11 21:41:56.594257 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16692 | 2025.02.11 21:41:56.594292 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_131_26} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16693 | 2025.02.11 21:41:56.594757 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 16694 | 2025.02.11 21:41:56.594808 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16695 | 2025.02.11 21:41:56.595911 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16696 | 2025.02.11 21:41:56.595973 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16697 | 2025.02.11 21:41:56.597026 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16698 | 2025.02.11 21:41:56.597568 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.007138797 sec., 47066.75368412914 rows/sec., 2.40 MiB/sec. | ||
| 16699 | 2025.02.11 21:41:56.597584 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16700 | 2025.02.11 21:41:56.597777 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 16701 | 2025.02.11 21:41:56.598152 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.007379 sec., 32118.173194199757 rows/sec., 2.15 MiB/sec. | ||
| 16702 | 2025.02.11 21:41:56.598666 [ 257 ] {0e4c434a-63ed-4b2a-a431-9a845d39cb81} <Debug> TCPHandler: Processed in 0.008357497 sec. | ||
| 16703 | 2025.02.11 21:41:56.598752 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16704 | 2025.02.11 21:41:56.598949 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16705 | 2025.02.11 21:41:56.599111 [ 188 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_56_11} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 16706 | 2025.02.11 21:41:56.599376 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16707 | 2025.02.11 21:41:56.599390 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16708 | 2025.02.11 21:41:56.599568 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16709 | 2025.02.11 21:41:56.600409 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16710 | 2025.02.11 21:41:56.600449 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16711 | 2025.02.11 21:41:56.600813 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16712 | 2025.02.11 21:41:56.601053 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16713 | 2025.02.11 21:41:56.601261 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002053 sec., 487.09206039941546 rows/sec., 32.82 KiB/sec. | ||
| 16714 | 2025.02.11 21:41:56.601314 [ 255 ] {6e5f09f8-c3ba-4a6b-85c2-7b81c06d8009} <Debug> TCPHandler: Processed in 0.002507232 sec. | ||
| 16715 | 2025.02.11 21:41:56.601451 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16716 | 2025.02.11 21:41:56.601570 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16717 | 2025.02.11 21:41:56.601621 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16718 | 2025.02.11 21:41:56.602111 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16719 | 2025.02.11 21:41:56.602150 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16720 | 2025.02.11 21:41:56.602518 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16721 | 2025.02.11 21:41:56.602746 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16722 | 2025.02.11 21:41:56.602910 [ 70 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16723 | 2025.02.11 21:41:56.602972 [ 70 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16724 | 2025.02.11 21:41:56.602976 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 3.64 MiB/sec. | ||
| 16725 | 2025.02.11 21:41:56.603013 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16726 | 2025.02.11 21:41:56.603118 [ 257 ] {8aa8aa1e-7f2f-45c7-99e0-438016d8b709} <Debug> TCPHandler: Processed in 0.001730912 sec. | ||
| 16727 | 2025.02.11 21:41:56.603285 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16728 | 2025.02.11 21:41:56.603516 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16729 | 2025.02.11 21:41:56.603569 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 8696 rows starting from the beginning of the part | ||
| 16730 | 2025.02.11 21:41:56.603883 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part | ||
| 16731 | 2025.02.11 21:41:56.604158 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 16732 | 2025.02.11 21:41:56.604350 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 16733 | 2025.02.11 21:41:56.604541 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 16734 | 2025.02.11 21:41:56.604730 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 16735 | 2025.02.11 21:41:56.607611 [ 200 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9062 rows, containing 4 columns (4 merged, 0 gathered) in 0.004464 sec., 2030017.9211469535 rows/sec., 132.86 MiB/sec. | ||
| 16736 | 2025.02.11 21:41:56.607817 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16737 | 2025.02.11 21:41:56.608181 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2025.02.11 21:41:56.608277 [ 194 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_131_26} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16739 | 2025.02.11 21:41:56.608371 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 16740 | 2025.02.11 21:41:56.693277 [ 220 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16741 | 2025.02.11 21:41:56.693325 [ 220 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16742 | 2025.02.11 21:41:56.695478 [ 220 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16743 | 2025.02.11 21:41:57.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.77 MiB, peak 283.41 MiB, free memory in arenas 0.00 B, will set to 264.96 MiB (RSS), difference: 3.19 MiB | ||
| 16744 | 2025.02.11 21:41:58.238147 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 16745 | 2025.02.11 21:41:58.261151 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16746 | 2025.02.11 21:41:58.261207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16747 | 2025.02.11 21:41:58.268772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16748 | 2025.02.11 21:41:58.269569 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16749 | 2025.02.11 21:41:58.272761 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 16750 | 2025.02.11 21:42:00.446227 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2290 | ||
| 16751 | 2025.02.11 21:42:00.449757 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16752 | 2025.02.11 21:42:00.449804 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16753 | 2025.02.11 21:42:00.451350 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 16754 | 2025.02.11 21:42:00.451672 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16755 | 2025.02.11 21:42:00.453131 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2290 | ||
| 16756 | 2025.02.11 21:42:01.157112 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16757 | 2025.02.11 21:42:01.157306 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16758 | 2025.02.11 21:42:01.157383 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16759 | 2025.02.11 21:42:01.158151 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16760 | 2025.02.11 21:42:01.158204 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16761 | 2025.02.11 21:42:01.158655 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 16762 | 2025.02.11 21:42:01.158910 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16763 | 2025.02.11 21:42:01.159153 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001902 sec., 8937.960042060988 rows/sec., 717.28 KiB/sec. | ||
| 16764 | 2025.02.11 21:42:01.159222 [ 255 ] {285309cd-2350-4e76-befc-b0eee214ed2d} <Debug> TCPHandler: Processed in 0.002253726 sec. | ||
| 16765 | 2025.02.11 21:42:01.159531 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16766 | 2025.02.11 21:42:01.159843 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16767 | 2025.02.11 21:42:01.159968 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16768 | 2025.02.11 21:42:01.161317 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16769 | 2025.02.11 21:42:01.161378 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16770 | 2025.02.11 21:42:01.161916 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16771 | 2025.02.11 21:42:01.162186 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16772 | 2025.02.11 21:42:01.162434 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Debug> executeQuery: Read 1327 rows, 113.09 KiB in 0.002678 sec., 495519.0440627334 rows/sec., 41.24 MiB/sec. | ||
| 16773 | 2025.02.11 21:42:01.162506 [ 257 ] {e20c4925-ccbe-482d-b60a-6feef6167159} <Debug> TCPHandler: Processed in 0.003172128 sec. | ||
| 16774 | 2025.02.11 21:42:01.162660 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16775 | 2025.02.11 21:42:01.162793 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16776 | 2025.02.11 21:42:01.162851 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16777 | 2025.02.11 21:42:01.163555 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16778 | 2025.02.11 21:42:01.163594 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16779 | 2025.02.11 21:42:01.163997 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16780 | 2025.02.11 21:42:01.164242 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16781 | 2025.02.11 21:42:01.164492 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Debug> executeQuery: Read 76 rows, 5.60 KiB in 0.001724 sec., 44083.52668213457 rows/sec., 3.17 MiB/sec. | ||
| 16782 | 2025.02.11 21:42:01.164587 [ 255 ] {e84bdce3-78e0-4a3d-9b1c-e7e3df779254} <Debug> TCPHandler: Processed in 0.00198651 sec. | ||
| 16783 | 2025.02.11 21:42:01.164802 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16784 | 2025.02.11 21:42:01.165018 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16785 | 2025.02.11 21:42:01.165073 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16786 | 2025.02.11 21:42:01.165762 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16787 | 2025.02.11 21:42:01.165802 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16788 | 2025.02.11 21:42:01.166187 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16789 | 2025.02.11 21:42:01.166429 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16790 | 2025.02.11 21:42:01.166652 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00168 sec., 135714.2857142857 rows/sec., 9.19 MiB/sec. | ||
| 16791 | 2025.02.11 21:42:01.166680 [ 221 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16792 | 2025.02.11 21:42:01.166716 [ 257 ] {82464282-85e2-41ac-a732-4678af93c80f} <Debug> TCPHandler: Processed in 0.00202937 sec. | ||
| 16793 | 2025.02.11 21:42:01.166717 [ 221 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16794 | 2025.02.11 21:42:01.166889 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16795 | 2025.02.11 21:42:01.167069 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16796 | 2025.02.11 21:42:01.167141 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16797 | 2025.02.11 21:42:01.168701 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16798 | 2025.02.11 21:42:01.168761 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16799 | 2025.02.11 21:42:01.169503 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16800 | 2025.02.11 21:42:01.169901 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16801 | 2025.02.11 21:42:01.170227 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Debug> executeQuery: Read 623 rows, 47.47 KiB in 0.003211 sec., 194020.55434444099 rows/sec., 14.44 MiB/sec. | ||
| 16802 | 2025.02.11 21:42:01.170228 [ 221 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16803 | 2025.02.11 21:42:01.170455 [ 255 ] {675e396b-75cf-41b6-9133-3e9453a6cf1a} <Debug> TCPHandler: Processed in 0.003641521 sec. | ||
| 16804 | 2025.02.11 21:42:01.170671 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16805 | 2025.02.11 21:42:01.170834 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16806 | 2025.02.11 21:42:01.170912 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16807 | 2025.02.11 21:42:01.171756 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16808 | 2025.02.11 21:42:01.171796 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16809 | 2025.02.11 21:42:01.172265 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16810 | 2025.02.11 21:42:01.172508 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16811 | 2025.02.11 21:42:01.172746 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Debug> executeQuery: Read 1016 rows, 69.92 KiB in 0.00196 sec., 518367.3469387755 rows/sec., 34.84 MiB/sec. | ||
| 16812 | 2025.02.11 21:42:01.172822 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16813 | 2025.02.11 21:42:01.172838 [ 257 ] {17e330f6-16bb-473f-b2b3-916c7bab706a} <Debug> TCPHandler: Processed in 0.002261666 sec. | ||
| 16814 | 2025.02.11 21:42:01.172891 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16815 | 2025.02.11 21:42:01.173075 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16816 | 2025.02.11 21:42:01.173236 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16817 | 2025.02.11 21:42:01.173382 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16818 | 2025.02.11 21:42:01.176301 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16819 | 2025.02.11 21:42:01.176350 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16820 | 2025.02.11 21:42:01.177262 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16821 | 2025.02.11 21:42:01.178374 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16822 | 2025.02.11 21:42:01.178663 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16823 | 2025.02.11 21:42:01.178814 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16824 | 2025.02.11 21:42:01.178864 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16825 | 2025.02.11 21:42:01.178892 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16826 | 2025.02.11 21:42:01.178893 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.005693 sec., 10363.60442648867 rows/sec., 18.57 MiB/sec. | ||
| 16827 | 2025.02.11 21:42:01.179618 [ 255 ] {fbd48fe9-7ce5-45b9-9b21-2cb840f69dda} <Debug> TCPHandler: Processed in 0.006622454 sec. | ||
| 16828 | 2025.02.11 21:42:01.180023 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16829 | 2025.02.11 21:42:01.180041 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 16830 | 2025.02.11 21:42:01.180425 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16831 | 2025.02.11 21:42:01.180541 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16832 | 2025.02.11 21:42:01.180816 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16833 | 2025.02.11 21:42:01.180952 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2332 rows starting from the beginning of the part | ||
| 16834 | 2025.02.11 21:42:01.181564 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
| 16835 | 2025.02.11 21:42:01.182235 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16836 | 2025.02.11 21:42:01.182253 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 51 rows starting from the beginning of the part | ||
| 16837 | 2025.02.11 21:42:01.182280 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16838 | 2025.02.11 21:42:01.182909 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 55 rows starting from the beginning of the part | ||
| 16839 | 2025.02.11 21:42:01.183543 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 16840 | 2025.02.11 21:42:01.183607 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 57 rows starting from the beginning of the part | ||
| 16841 | 2025.02.11 21:42:01.184258 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16842 | 2025.02.11 21:42:01.184273 [ 197 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 59 rows starting from the beginning of the part | ||
| 16843 | 2025.02.11 21:42:01.185048 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.004717 sec., 1907.992368030528 rows/sec., 134.78 KiB/sec. | ||
| 16844 | 2025.02.11 21:42:01.185180 [ 257 ] {58130388-6155-4027-8082-e45171dc6f5a} <Debug> TCPHandler: Processed in 0.005414804 sec. | ||
| 16845 | 2025.02.11 21:42:01.185425 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16846 | 2025.02.11 21:42:01.185669 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16847 | 2025.02.11 21:42:01.185803 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16848 | 2025.02.11 21:42:01.186858 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16849 | 2025.02.11 21:42:01.186897 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16850 | 2025.02.11 21:42:01.187344 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16851 | 2025.02.11 21:42:01.187618 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16852 | 2025.02.11 21:42:01.187840 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002259 sec., 26560.424966799466 rows/sec., 1.79 MiB/sec. | ||
| 16853 | 2025.02.11 21:42:01.187925 [ 218 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16854 | 2025.02.11 21:42:01.187940 [ 255 ] {b6fee335-444b-4d1a-b275-95e382713518} <Debug> TCPHandler: Processed in 0.002651566 sec. | ||
| 16855 | 2025.02.11 21:42:01.188008 [ 218 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16856 | 2025.02.11 21:42:01.191800 [ 218 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16857 | 2025.02.11 21:42:01.196523 [ 194 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2594 rows, containing 19 columns (19 merged, 0 gathered) in 0.017468022 sec., 148499.92746746025 rows/sec., 266.11 MiB/sec. | ||
| 16858 | 2025.02.11 21:42:01.198981 [ 194 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16859 | 2025.02.11 21:42:01.199438 [ 194 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16860 | 2025.02.11 21:42:01.199523 [ 194 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16861 | 2025.02.11 21:42:01.199703 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.72 MiB. | ||
| 16862 | 2025.02.11 21:42:01.801717 [ 220 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16863 | 2025.02.11 21:42:01.801766 [ 220 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16864 | 2025.02.11 21:42:01.803922 [ 220 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16865 | 2025.02.11 21:42:02.310378 [ 223 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16866 | 2025.02.11 21:42:02.310453 [ 223 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16867 | 2025.02.11 21:42:02.312596 [ 223 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16868 | 2025.02.11 21:42:02.663077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
| 16869 | 2025.02.11 21:42:02.663719 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16870 | 2025.02.11 21:42:02.663767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16871 | 2025.02.11 21:42:02.664302 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16872 | 2025.02.11 21:42:02.664565 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16873 | 2025.02.11 21:42:02.664772 [ 58 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16874 | 2025.02.11 21:42:02.664810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
| 16875 | 2025.02.11 21:42:02.664853 [ 58 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16876 | 2025.02.11 21:42:02.664883 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16877 | 2025.02.11 21:42:02.665020 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 16878 | 2025.02.11 21:42:02.665240 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16879 | 2025.02.11 21:42:02.665297 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 16880 | 2025.02.11 21:42:02.665376 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 16881 | 2025.02.11 21:42:02.665593 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 16882 | 2025.02.11 21:42:02.665897 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 16883 | 2025.02.11 21:42:02.666094 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 16884 | 2025.02.11 21:42:02.666209 [ 190 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 16885 | 2025.02.11 21:42:02.669670 [ 199 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.004717746 sec., 8831124.015578626 rows/sec., 126.33 MiB/sec. | ||
| 16886 | 2025.02.11 21:42:02.669929 [ 192 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16887 | 2025.02.11 21:42:02.670257 [ 192 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16888 | 2025.02.11 21:42:02.670339 [ 192 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_91_18} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16889 | 2025.02.11 21:42:02.670450 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16890 | 2025.02.11 21:42:05.772856 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 16891 | 2025.02.11 21:42:05.797908 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16892 | 2025.02.11 21:42:05.797963 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16893 | 2025.02.11 21:42:05.805643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16894 | 2025.02.11 21:42:05.806450 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16895 | 2025.02.11 21:42:05.806944 [ 51 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16896 | 2025.02.11 21:42:05.807086 [ 51 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16897 | 2025.02.11 21:42:05.807161 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16898 | 2025.02.11 21:42:05.807509 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 16899 | 2025.02.11 21:42:05.815299 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 16900 | 2025.02.11 21:42:05.816737 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16901 | 2025.02.11 21:42:05.817650 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 16902 | 2025.02.11 21:42:05.822396 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 16903 | 2025.02.11 21:42:05.827288 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 16904 | 2025.02.11 21:42:05.832748 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 16905 | 2025.02.11 21:42:05.838421 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 16906 | 2025.02.11 21:42:05.844204 [ 186 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 16907 | 2025.02.11 21:42:05.908272 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.100963525 sec., 6794.5329761416315 rows/sec., 35.13 MiB/sec. | ||
| 16908 | 2025.02.11 21:42:05.912267 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16909 | 2025.02.11 21:42:05.915583 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16910 | 2025.02.11 21:42:05.915713 [ 199 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_91_18} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16911 | 2025.02.11 21:42:05.918494 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 16912 | 2025.02.11 21:42:06.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.49 MiB, peak 283.89 MiB, free memory in arenas 0.00 B, will set to 265.40 MiB (RSS), difference: -1.09 MiB | ||
| 16913 | 2025.02.11 21:42:06.566584 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16914 | 2025.02.11 21:42:06.566791 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16915 | 2025.02.11 21:42:06.566873 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16916 | 2025.02.11 21:42:06.567731 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16917 | 2025.02.11 21:42:06.567774 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16918 | 2025.02.11 21:42:06.568217 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16919 | 2025.02.11 21:42:06.568473 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16920 | 2025.02.11 21:42:06.568675 [ 54 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16921 | 2025.02.11 21:42:06.568740 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002004 sec., 105788.42315369261 rows/sec., 6.73 MiB/sec. | ||
| 16922 | 2025.02.11 21:42:06.568756 [ 54 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2025.02.11 21:42:06.568832 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16924 | 2025.02.11 21:42:06.568891 [ 255 ] {5c070e7e-253f-49c9-af71-e5e1c827f5b7} <Debug> TCPHandler: Processed in 0.002442901 sec. | ||
| 16925 | 2025.02.11 21:42:06.569025 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16926 | 2025.02.11 21:42:06.569140 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16927 | 2025.02.11 21:42:06.569173 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 212 rows starting from the beginning of the part | ||
| 16928 | 2025.02.11 21:42:06.569288 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16929 | 2025.02.11 21:42:06.569388 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part | ||
| 16930 | 2025.02.11 21:42:06.569843 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part | ||
| 16931 | 2025.02.11 21:42:06.570145 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16932 | 2025.02.11 21:42:06.570184 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part | ||
| 16933 | 2025.02.11 21:42:06.570348 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16934 | 2025.02.11 21:42:06.570559 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part | ||
| 16935 | 2025.02.11 21:42:06.573001 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16936 | 2025.02.11 21:42:06.573064 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16937 | 2025.02.11 21:42:06.573519 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004566893 sec., 232105.28470888195 rows/sec., 15.65 MiB/sec. | ||
| 16938 | 2025.02.11 21:42:06.573720 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16939 | 2025.02.11 21:42:06.573784 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16940 | 2025.02.11 21:42:06.574097 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16941 | 2025.02.11 21:42:06.574129 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16942 | 2025.02.11 21:42:06.574271 [ 201 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_57_14} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16943 | 2025.02.11 21:42:06.574400 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.004564 sec., 135188.43120070113 rows/sec., 10.57 MiB/sec. | ||
| 16944 | 2025.02.11 21:42:06.574411 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 16945 | 2025.02.11 21:42:06.574475 [ 257 ] {74f96c8f-90a0-44d0-a464-9da86839f299} <Debug> TCPHandler: Processed in 0.005436694 sec. | ||
| 16946 | 2025.02.11 21:42:06.574643 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16947 | 2025.02.11 21:42:06.574798 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16948 | 2025.02.11 21:42:06.574864 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16949 | 2025.02.11 21:42:06.575547 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16950 | 2025.02.11 21:42:06.575588 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16951 | 2025.02.11 21:42:06.575980 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16952 | 2025.02.11 21:42:06.576222 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16953 | 2025.02.11 21:42:06.576437 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001676 sec., 63245.82338902148 rows/sec., 3.72 MiB/sec. | ||
| 16954 | 2025.02.11 21:42:06.576492 [ 255 ] {ddb037dd-c4bf-4141-8952-2333c7a81bc4} <Debug> TCPHandler: Processed in 0.001920618 sec. | ||
| 16955 | 2025.02.11 21:42:06.576696 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16956 | 2025.02.11 21:42:06.576918 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16957 | 2025.02.11 21:42:06.577008 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16958 | 2025.02.11 21:42:06.577713 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16959 | 2025.02.11 21:42:06.577752 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16960 | 2025.02.11 21:42:06.578116 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16961 | 2025.02.11 21:42:06.578357 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16962 | 2025.02.11 21:42:06.578545 [ 54 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 16963 | 2025.02.11 21:42:06.578610 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00174 sec., 64942.528735632186 rows/sec., 4.20 MiB/sec. | ||
| 16964 | 2025.02.11 21:42:06.578636 [ 54 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16965 | 2025.02.11 21:42:06.578732 [ 257 ] {e1158125-f3f8-4079-8393-fdb167759106} <Debug> TCPHandler: Processed in 0.002143243 sec. | ||
| 16966 | 2025.02.11 21:42:06.578732 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16967 | 2025.02.11 21:42:06.578979 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16968 | 2025.02.11 21:42:06.579213 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 16969 | 2025.02.11 21:42:06.579274 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16970 | 2025.02.11 21:42:06.579467 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16971 | 2025.02.11 21:42:06.579785 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16972 | 2025.02.11 21:42:06.579931 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 342 rows starting from the beginning of the part | ||
| 16973 | 2025.02.11 21:42:06.580273 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 113 rows starting from the beginning of the part | ||
| 16974 | 2025.02.11 21:42:06.580743 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 113 rows starting from the beginning of the part | ||
| 16975 | 2025.02.11 21:42:06.581127 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 113 rows starting from the beginning of the part | ||
| 16976 | 2025.02.11 21:42:06.581551 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 228 rows starting from the beginning of the part | ||
| 16977 | 2025.02.11 21:42:06.581973 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 113 rows starting from the beginning of the part | ||
| 16978 | 2025.02.11 21:42:06.583577 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16979 | 2025.02.11 21:42:06.583665 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16980 | 2025.02.11 21:42:06.584691 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16981 | 2025.02.11 21:42:06.585129 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16982 | 2025.02.11 21:42:06.585654 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.006752207 sec., 151357.91897375186 rows/sec., 10.58 MiB/sec. | ||
| 16983 | 2025.02.11 21:42:06.585672 [ 54 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16984 | 2025.02.11 21:42:06.585748 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00651 sec., 17204.301075268817 rows/sec., 1003.56 KiB/sec. | ||
| 16985 | 2025.02.11 21:42:06.585784 [ 54 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16986 | 2025.02.11 21:42:06.585929 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 16987 | 2025.02.11 21:42:06.586033 [ 255 ] {54789887-abe9-4ea8-b90e-b060de69652f} <Debug> TCPHandler: Processed in 0.007198858 sec. | ||
| 16988 | 2025.02.11 21:42:06.586183 [ 198 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 16989 | 2025.02.11 21:42:06.586381 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16990 | 2025.02.11 21:42:06.586487 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16991 | 2025.02.11 21:42:06.586700 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16992 | 2025.02.11 21:42:06.586814 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 112 rows starting from the beginning of the part | ||
| 16993 | 2025.02.11 21:42:06.586938 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16994 | 2025.02.11 21:42:06.587193 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16995 | 2025.02.11 21:42:06.587246 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16996 | 2025.02.11 21:42:06.587270 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 112 rows starting from the beginning of the part | ||
| 16997 | 2025.02.11 21:42:06.587885 [ 188 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_80_16} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 16998 | 2025.02.11 21:42:06.587925 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
| 16999 | 2025.02.11 21:42:06.588318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 17000 | 2025.02.11 21:42:06.588467 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part | ||
| 17001 | 2025.02.11 21:42:06.588839 [ 196 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
| 17002 | 2025.02.11 21:42:06.590625 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17003 | 2025.02.11 21:42:06.590713 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17004 | 2025.02.11 21:42:06.591695 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17005 | 2025.02.11 21:42:06.591732 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005609428 sec., 99831.92582202678 rows/sec., 6.07 MiB/sec. | ||
| 17006 | 2025.02.11 21:42:06.591893 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 17007 | 2025.02.11 21:42:06.591996 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17008 | 2025.02.11 21:42:06.592288 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005539 sec., 68965.51724137932 rows/sec., 4.86 MiB/sec. | ||
| 17009 | 2025.02.11 21:42:06.592307 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17010 | 2025.02.11 21:42:06.592375 [ 257 ] {e7f991ef-6bfa-4fb8-b4f3-4a0b89606d4c} <Debug> TCPHandler: Processed in 0.006182652 sec. | ||
| 17011 | 2025.02.11 21:42:06.592435 [ 189 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_57_14} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 17012 | 2025.02.11 21:42:06.592550 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17013 | 2025.02.11 21:42:06.592563 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17014 | 2025.02.11 21:42:06.592712 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17015 | 2025.02.11 21:42:06.592773 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17016 | 2025.02.11 21:42:06.593323 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17017 | 2025.02.11 21:42:06.593363 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17018 | 2025.02.11 21:42:06.593741 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 17019 | 2025.02.11 21:42:06.593979 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17020 | 2025.02.11 21:42:06.594187 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 17021 | 2025.02.11 21:42:06.594241 [ 255 ] {ae7b4d8c-7db3-4b38-adae-3066912b5597} <Debug> TCPHandler: Processed in 0.001770614 sec. | ||
| 17022 | 2025.02.11 21:42:06.594446 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17023 | 2025.02.11 21:42:06.594670 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17024 | 2025.02.11 21:42:06.594768 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17025 | 2025.02.11 21:42:06.595539 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17026 | 2025.02.11 21:42:06.595577 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17027 | 2025.02.11 21:42:06.595978 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17028 | 2025.02.11 21:42:06.596210 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17029 | 2025.02.11 21:42:06.596432 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001819 sec., 130291.3688840022 rows/sec., 8.73 MiB/sec. | ||
| 17030 | 2025.02.11 21:42:06.596483 [ 257 ] {783af697-06ad-48ec-9fd8-d9ea95a099f9} <Debug> TCPHandler: Processed in 0.002149193 sec. | ||
| 17031 | 2025.02.11 21:42:06.596634 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17032 | 2025.02.11 21:42:06.596773 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17033 | 2025.02.11 21:42:06.596834 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17034 | 2025.02.11 21:42:06.597351 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17035 | 2025.02.11 21:42:06.597390 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17036 | 2025.02.11 21:42:06.597745 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17037 | 2025.02.11 21:42:06.597992 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17038 | 2025.02.11 21:42:06.598213 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec. | ||
| 17039 | 2025.02.11 21:42:06.598221 [ 219 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17040 | 2025.02.11 21:42:06.598272 [ 219 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17041 | 2025.02.11 21:42:06.598280 [ 255 ] {5f76d630-3058-461f-9d09-653da00dba56} <Debug> TCPHandler: Processed in 0.001711522 sec. | ||
| 17042 | 2025.02.11 21:42:06.598453 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17043 | 2025.02.11 21:42:06.598573 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17044 | 2025.02.11 21:42:06.598651 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17045 | 2025.02.11 21:42:06.599650 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17046 | 2025.02.11 21:42:06.599715 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17047 | 2025.02.11 21:42:06.600372 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17048 | 2025.02.11 21:42:06.600760 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17049 | 2025.02.11 21:42:06.601321 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002757 sec., 29742.47370330069 rows/sec., 1.89 MiB/sec. | ||
| 17050 | 2025.02.11 21:42:06.601382 [ 257 ] {c66d6b80-41f6-4ca5-b420-7765bf42c55c} <Debug> TCPHandler: Processed in 0.003006145 sec. | ||
| 17051 | 2025.02.11 21:42:06.602474 [ 219 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17052 | 2025.02.11 21:42:09.936727 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17053 | 2025.02.11 21:42:09.936801 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17054 | 2025.02.11 21:42:10.164970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
| 17055 | 2025.02.11 21:42:10.165661 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17056 | 2025.02.11 21:42:10.165713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17057 | 2025.02.11 21:42:10.166280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17058 | 2025.02.11 21:42:10.166546 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17059 | 2025.02.11 21:42:10.166825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17060 | 2025.02.11 21:42:10.453468 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2328 | ||
| 17061 | 2025.02.11 21:42:10.457392 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17062 | 2025.02.11 21:42:10.457460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17063 | 2025.02.11 21:42:10.459073 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17064 | 2025.02.11 21:42:10.459400 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17065 | 2025.02.11 21:42:10.460996 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2328 | ||
| 17066 | 2025.02.11 21:42:11.563000 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17067 | 2025.02.11 21:42:11.563189 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17068 | 2025.02.11 21:42:11.563265 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17069 | 2025.02.11 21:42:11.564468 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17070 | 2025.02.11 21:42:11.564513 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17071 | 2025.02.11 21:42:11.564942 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 17072 | 2025.02.11 21:42:11.565194 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17073 | 2025.02.11 21:42:11.565398 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.002263 sec., 1325.6738842244808 rows/sec., 98.39 KiB/sec. | ||
| 17074 | 2025.02.11 21:42:11.565465 [ 255 ] {55190612-e27f-45b4-a443-2f890047db47} <Debug> TCPHandler: Processed in 0.002595374 sec. | ||
| 17075 | 2025.02.11 21:42:11.565777 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17076 | 2025.02.11 21:42:11.566090 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17077 | 2025.02.11 21:42:11.566210 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17078 | 2025.02.11 21:42:11.567166 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17079 | 2025.02.11 21:42:11.567218 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17080 | 2025.02.11 21:42:11.567678 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17081 | 2025.02.11 21:42:11.567936 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17082 | 2025.02.11 21:42:11.568184 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Debug> executeQuery: Read 180 rows, 16.02 KiB in 0.002182 sec., 82493.12557286893 rows/sec., 7.17 MiB/sec. | ||
| 17083 | 2025.02.11 21:42:11.568253 [ 257 ] {f7d396e8-8e4a-411a-b953-47595643b577} <Debug> TCPHandler: Processed in 0.002670366 sec. | ||
| 17084 | 2025.02.11 21:42:11.568418 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17085 | 2025.02.11 21:42:11.568564 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17086 | 2025.02.11 21:42:11.568627 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17087 | 2025.02.11 21:42:11.569363 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17088 | 2025.02.11 21:42:11.569402 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17089 | 2025.02.11 21:42:11.569775 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 17090 | 2025.02.11 21:42:11.570019 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17091 | 2025.02.11 21:42:11.570156 [ 43 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 17092 | 2025.02.11 21:42:11.570193 [ 43 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17093 | 2025.02.11 21:42:11.570205 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Debug> executeQuery: Read 62 rows, 4.62 KiB in 0.001674 sec., 37037.03703703704 rows/sec., 2.70 MiB/sec. | ||
| 17094 | 2025.02.11 21:42:11.570216 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17095 | 2025.02.11 21:42:11.570337 [ 255 ] {97b6182a-ce9f-46f4-8f12-66d030708fcb} <Debug> TCPHandler: Processed in 0.001984809 sec. | ||
| 17096 | 2025.02.11 21:42:11.570679 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 17097 | 2025.02.11 21:42:11.570691 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17098 | 2025.02.11 21:42:11.571462 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17099 | 2025.02.11 21:42:11.571526 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17100 | 2025.02.11 21:42:11.571650 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 181 rows starting from the beginning of the part | ||
| 17101 | 2025.02.11 21:42:11.571699 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17102 | 2025.02.11 21:42:11.572197 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 17103 | 2025.02.11 21:42:11.572864 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 106 rows starting from the beginning of the part | ||
| 17104 | 2025.02.11 21:42:11.573368 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 76 rows starting from the beginning of the part | ||
| 17105 | 2025.02.11 21:42:11.573801 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 106 rows starting from the beginning of the part | ||
| 17106 | 2025.02.11 21:42:11.574214 [ 198 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 62 rows starting from the beginning of the part | ||
| 17107 | 2025.02.11 21:42:11.575433 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17108 | 2025.02.11 21:42:11.575515 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17109 | 2025.02.11 21:42:11.576623 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17110 | 2025.02.11 21:42:11.577038 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.006699806 sec., 88211.50940788435 rows/sec., 6.08 MiB/sec. | ||
| 17111 | 2025.02.11 21:42:11.577103 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17112 | 2025.02.11 21:42:11.577365 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 17113 | 2025.02.11 21:42:11.577538 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Debug> executeQuery: Read 144 rows, 11.31 KiB in 0.006321 sec., 22781.205505457998 rows/sec., 1.75 MiB/sec. | ||
| 17114 | 2025.02.11 21:42:11.577668 [ 257 ] {b2ad4a35-660f-4379-9c0a-50a92f6163c9} <Debug> TCPHandler: Processed in 0.007215269 sec. | ||
| 17115 | 2025.02.11 21:42:11.577874 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17116 | 2025.02.11 21:42:11.577979 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17117 | 2025.02.11 21:42:11.578163 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17118 | 2025.02.11 21:42:11.578175 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_126_25} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 17119 | 2025.02.11 21:42:11.578255 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17120 | 2025.02.11 21:42:11.578358 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17121 | 2025.02.11 21:42:11.578941 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17122 | 2025.02.11 21:42:11.578983 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17123 | 2025.02.11 21:42:11.579380 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17124 | 2025.02.11 21:42:11.579653 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17125 | 2025.02.11 21:42:11.579794 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 5 parts from all_1_129_27 to all_133_133_0 | ||
| 17126 | 2025.02.11 21:42:11.579825 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17127 | 2025.02.11 21:42:11.579845 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001747 sec., 93302.8048082427 rows/sec., 6.48 MiB/sec. | ||
| 17128 | 2025.02.11 21:42:11.579849 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17129 | 2025.02.11 21:42:11.579966 [ 255 ] {23ed123b-68e9-4f54-9290-ff474dd6f9a2} <Debug> TCPHandler: Processed in 0.002194264 sec. | ||
| 17130 | 2025.02.11 21:42:11.580147 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_27 to all_133_133_0 into Compact with storage Full | ||
| 17131 | 2025.02.11 21:42:11.580297 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17132 | 2025.02.11 21:42:11.580595 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17133 | 2025.02.11 21:42:11.580700 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_129_27, total 43935 rows starting from the beginning of the part | ||
| 17134 | 2025.02.11 21:42:11.581202 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 163 rows starting from the beginning of the part | ||
| 17135 | 2025.02.11 21:42:11.581622 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 17136 | 2025.02.11 21:42:11.582040 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 1016 rows starting from the beginning of the part | ||
| 17137 | 2025.02.11 21:42:11.582488 [ 187 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part | ||
| 17138 | 2025.02.11 21:42:11.582417 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17139 | 2025.02.11 21:42:11.582972 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17140 | 2025.02.11 21:42:11.586563 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17141 | 2025.02.11 21:42:11.586610 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17142 | 2025.02.11 21:42:11.587473 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17143 | 2025.02.11 21:42:11.587739 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17144 | 2025.02.11 21:42:11.587989 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.00672 sec., 8779.761904761905 rows/sec., 15.73 MiB/sec. | ||
| 17145 | 2025.02.11 21:42:11.588090 [ 257 ] {a4b4c634-0d9b-4a41-b3e9-4026f2af1dec} <Debug> TCPHandler: Processed in 0.007997028 sec. | ||
| 17146 | 2025.02.11 21:42:11.588253 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17147 | 2025.02.11 21:42:11.588395 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17148 | 2025.02.11 21:42:11.588446 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17149 | 2025.02.11 21:42:11.588950 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17150 | 2025.02.11 21:42:11.588986 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17151 | 2025.02.11 21:42:11.589355 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17152 | 2025.02.11 21:42:11.589599 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17153 | 2025.02.11 21:42:11.589790 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
| 17154 | 2025.02.11 21:42:11.589871 [ 255 ] {f78ccfbc-3b15-4891-9482-ee285ae8a7be} <Debug> TCPHandler: Processed in 0.001679421 sec. | ||
| 17155 | 2025.02.11 21:42:11.598411 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45588 rows, containing 5 columns (5 merged, 0 gathered) in 0.018480067 sec., 2466874.173129351 rows/sec., 166.78 MiB/sec. | ||
| 17156 | 2025.02.11 21:42:11.598850 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Trace> MergedBlockOutputStream: filled checksums all_1_133_28 (state Temporary) | ||
| 17157 | 2025.02.11 21:42:11.599166 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_133_28 to all_1_133_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17158 | 2025.02.11 21:42:11.599252 [ 193 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 5 parts: [all_1_129_27, all_133_133_0] -> all_1_133_28 | ||
| 17159 | 2025.02.11 21:42:11.599347 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17160 | 2025.02.11 21:42:12.923530 [ 39 ] {} <Debug> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 17161 | 2025.02.11 21:42:12.923601 [ 39 ] {} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17162 | 2025.02.11 21:42:12.923628 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17163 | 2025.02.11 21:42:12.923966 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::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 | ||
| 17164 | 2025.02.11 21:42:12.924192 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17165 | 2025.02.11 21:42:12.924252 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::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 | ||
| 17166 | 2025.02.11 21:42:12.924377 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 17167 | 2025.02.11 21:42:12.924711 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 17168 | 2025.02.11 21:42:12.924877 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 17169 | 2025.02.11 21:42:12.925038 [ 197 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 17170 | 2025.02.11 21:42:12.926472 [ 190 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002745078 sec., 18578.707053132915 rows/sec., 1.32 MiB/sec. | ||
| 17171 | 2025.02.11 21:42:12.926713 [ 192 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 17172 | 2025.02.11 21:42:12.927143 [ 192 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17173 | 2025.02.11 21:42:12.927246 [ 192 ] {c96dfd55-9a24-42f9-980c-5e134c972439::all_1_5_1} <Trace> oximeter.measurements_i64 (c96dfd55-9a24-42f9-980c-5e134c972439) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 17174 | 2025.02.11 21:42:12.927359 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17175 | 2025.02.11 21:42:13.315395 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17176 | 2025.02.11 21:42:13.339669 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17177 | 2025.02.11 21:42:13.339741 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17178 | 2025.02.11 21:42:13.347491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17179 | 2025.02.11 21:42:13.348424 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17180 | 2025.02.11 21:42:13.353051 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17181 | 2025.02.11 21:42:16.410250 [ 223 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17182 | 2025.02.11 21:42:16.410347 [ 223 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17183 | 2025.02.11 21:42:16.412702 [ 223 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17184 | 2025.02.11 21:42:16.566779 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17185 | 2025.02.11 21:42:16.566972 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17186 | 2025.02.11 21:42:16.567052 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17187 | 2025.02.11 21:42:16.567921 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17188 | 2025.02.11 21:42:16.567964 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17189 | 2025.02.11 21:42:16.568392 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17190 | 2025.02.11 21:42:16.568638 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17191 | 2025.02.11 21:42:16.568829 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001916 sec., 110647.18162839249 rows/sec., 7.04 MiB/sec. | ||
| 17192 | 2025.02.11 21:42:16.568884 [ 255 ] {f9eab410-eb2d-49d9-808d-12aef0865a99} <Debug> TCPHandler: Processed in 0.002237956 sec. | ||
| 17193 | 2025.02.11 21:42:16.569130 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17194 | 2025.02.11 21:42:16.569328 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17195 | 2025.02.11 21:42:16.569409 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17196 | 2025.02.11 21:42:16.570190 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17197 | 2025.02.11 21:42:16.570243 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17198 | 2025.02.11 21:42:16.570677 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 17199 | 2025.02.11 21:42:16.570933 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17200 | 2025.02.11 21:42:16.571112 [ 36 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Selected 6 parts from all_1_29_7 to all_34_34_0 | ||
| 17201 | 2025.02.11 21:42:16.571172 [ 36 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17202 | 2025.02.11 21:42:16.571206 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001924 sec., 1039.5010395010395 rows/sec., 84.76 KiB/sec. | ||
| 17203 | 2025.02.11 21:42:16.571213 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17204 | 2025.02.11 21:42:16.571383 [ 257 ] {c4175240-d961-4d10-beae-973c4a09de77} <Debug> TCPHandler: Processed in 0.002398399 sec. | ||
| 17205 | 2025.02.11 21:42:16.571448 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_7 to all_34_34_0 into Compact with storage Full | ||
| 17206 | 2025.02.11 21:42:16.571579 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17207 | 2025.02.11 21:42:16.571629 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17208 | 2025.02.11 21:42:16.571683 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part | ||
| 17209 | 2025.02.11 21:42:16.571849 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17210 | 2025.02.11 21:42:16.571960 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 17211 | 2025.02.11 21:42:16.572023 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17212 | 2025.02.11 21:42:16.572464 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
| 17213 | 2025.02.11 21:42:16.572850 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part | ||
| 17214 | 2025.02.11 21:42:16.573235 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part | ||
| 17215 | 2025.02.11 21:42:16.573658 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
| 17216 | 2025.02.11 21:42:16.575118 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17217 | 2025.02.11 21:42:16.575194 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17218 | 2025.02.11 21:42:16.576239 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 5 columns (5 merged, 0 gathered) in 0.00488638 sec., 9618.572440129503 rows/sec., 808.41 KiB/sec. | ||
| 17219 | 2025.02.11 21:42:16.576351 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17220 | 2025.02.11 21:42:16.576394 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 17221 | 2025.02.11 21:42:16.576857 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17222 | 2025.02.11 21:42:16.576942 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17223 | 2025.02.11 21:42:16.577144 [ 197 ] {fe9d92b3-90be-4b9c-a188-ee54b006c6f7::all_1_34_8} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7) (MergerMutator): Merged 6 parts: [all_1_29_7, all_34_34_0] -> all_1_34_8 | ||
| 17224 | 2025.02.11 21:42:16.577277 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Debug> executeQuery: Read 618 rows, 49.46 KiB in 0.005513 sec., 112098.67585706513 rows/sec., 8.76 MiB/sec. | ||
| 17225 | 2025.02.11 21:42:16.577291 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17226 | 2025.02.11 21:42:16.577403 [ 255 ] {191980e4-b6f0-4491-bd7c-c81adc91d89e} <Debug> TCPHandler: Processed in 0.005922916 sec. | ||
| 17227 | 2025.02.11 21:42:16.577562 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17228 | 2025.02.11 21:42:16.577709 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17229 | 2025.02.11 21:42:16.577771 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17230 | 2025.02.11 21:42:16.578524 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17231 | 2025.02.11 21:42:16.578571 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17232 | 2025.02.11 21:42:16.578939 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 17233 | 2025.02.11 21:42:16.579187 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17234 | 2025.02.11 21:42:16.579401 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Debug> executeQuery: Read 108 rows, 6.53 KiB in 0.001728 sec., 62500 rows/sec., 3.69 MiB/sec. | ||
| 17235 | 2025.02.11 21:42:16.579456 [ 257 ] {4604514e-5f00-46fb-adb7-d3a7a3c7eaef} <Debug> TCPHandler: Processed in 0.001963708 sec. | ||
| 17236 | 2025.02.11 21:42:16.579595 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17237 | 2025.02.11 21:42:16.579715 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17238 | 2025.02.11 21:42:16.579762 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17239 | 2025.02.11 21:42:16.580370 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17240 | 2025.02.11 21:42:16.580407 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17241 | 2025.02.11 21:42:16.580769 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17242 | 2025.02.11 21:42:16.580998 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17243 | 2025.02.11 21:42:16.581167 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec. | ||
| 17244 | 2025.02.11 21:42:16.581218 [ 255 ] {ae44e5b8-3995-4d03-a91a-84a0ccc52652} <Debug> TCPHandler: Processed in 0.001678461 sec. | ||
| 17245 | 2025.02.11 21:42:16.581358 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17246 | 2025.02.11 21:42:16.581477 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17247 | 2025.02.11 21:42:16.581526 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17248 | 2025.02.11 21:42:16.582598 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17249 | 2025.02.11 21:42:16.582639 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17250 | 2025.02.11 21:42:16.583003 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17251 | 2025.02.11 21:42:16.583237 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17252 | 2025.02.11 21:42:16.583474 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002012 sec., 55666.00397614315 rows/sec., 3.17 MiB/sec. | ||
| 17253 | 2025.02.11 21:42:16.583554 [ 257 ] {58dddace-f547-46a7-8a11-d6a865fc9f3b} <Debug> TCPHandler: Processed in 0.002247565 sec. | ||
| 17254 | 2025.02.11 21:42:16.583847 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17255 | 2025.02.11 21:42:16.584055 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17256 | 2025.02.11 21:42:16.584136 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17257 | 2025.02.11 21:42:16.585018 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17258 | 2025.02.11 21:42:16.585057 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17259 | 2025.02.11 21:42:16.585429 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17260 | 2025.02.11 21:42:16.585665 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17261 | 2025.02.11 21:42:16.585843 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001837 sec., 209036.4725095264 rows/sec., 14.75 MiB/sec. | ||
| 17262 | 2025.02.11 21:42:16.585894 [ 255 ] {2402c9bb-1072-4b71-805b-b2092f27f38a} <Debug> TCPHandler: Processed in 0.002225065 sec. | ||
| 17263 | 2025.02.11 21:42:16.586100 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17264 | 2025.02.11 21:42:16.586322 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17265 | 2025.02.11 21:42:16.586417 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17266 | 2025.02.11 21:42:16.586999 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17267 | 2025.02.11 21:42:16.587037 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17268 | 2025.02.11 21:42:16.587391 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17269 | 2025.02.11 21:42:16.587626 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17270 | 2025.02.11 21:42:16.587834 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 17271 | 2025.02.11 21:42:16.587882 [ 257 ] {d23e8416-69ab-4a79-a942-915a294d1208} <Debug> TCPHandler: Processed in 0.001893777 sec. | ||
| 17272 | 2025.02.11 21:42:16.588027 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17273 | 2025.02.11 21:42:16.588167 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17274 | 2025.02.11 21:42:16.588230 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17275 | 2025.02.11 21:42:16.588850 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17276 | 2025.02.11 21:42:16.588887 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17277 | 2025.02.11 21:42:16.589285 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17278 | 2025.02.11 21:42:16.589517 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17279 | 2025.02.11 21:42:16.589693 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001559 sec., 152661.96279666453 rows/sec., 10.23 MiB/sec. | ||
| 17280 | 2025.02.11 21:42:16.589743 [ 255 ] {d9b9be99-863c-4dba-af39-f75157bd27b1} <Debug> TCPHandler: Processed in 0.001783594 sec. | ||
| 17281 | 2025.02.11 21:42:16.589935 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17282 | 2025.02.11 21:42:16.590155 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17283 | 2025.02.11 21:42:16.590250 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17284 | 2025.02.11 21:42:16.590880 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17285 | 2025.02.11 21:42:16.590921 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17286 | 2025.02.11 21:42:16.591275 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17287 | 2025.02.11 21:42:16.591524 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17288 | 2025.02.11 21:42:16.591772 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001661 sec., 602.0469596628537 rows/sec., 40.57 KiB/sec. | ||
| 17289 | 2025.02.11 21:42:16.591827 [ 257 ] {4ee81cf9-a587-4703-be0d-6425c5028ec3} <Debug> TCPHandler: Processed in 0.00199964 sec. | ||
| 17290 | 2025.02.11 21:42:16.592049 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17291 | 2025.02.11 21:42:16.592196 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17292 | 2025.02.11 21:42:16.592253 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17293 | 2025.02.11 21:42:16.592770 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17294 | 2025.02.11 21:42:16.592807 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17295 | 2025.02.11 21:42:16.593170 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17296 | 2025.02.11 21:42:16.593416 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17297 | 2025.02.11 21:42:16.593588 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 17298 | 2025.02.11 21:42:16.593636 [ 255 ] {0763dd2b-d020-4e30-a5e6-c6e9f9ac1307} <Debug> TCPHandler: Processed in 0.001711303 sec. | ||
| 17299 | 2025.02.11 21:42:17.666973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
| 17300 | 2025.02.11 21:42:17.667620 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17301 | 2025.02.11 21:42:17.667663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17302 | 2025.02.11 21:42:17.668196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17303 | 2025.02.11 21:42:17.668459 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17304 | 2025.02.11 21:42:17.668654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
| 17305 | 2025.02.11 21:42:20.461304 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2364 | ||
| 17306 | 2025.02.11 21:42:20.464673 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17307 | 2025.02.11 21:42:20.464719 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17308 | 2025.02.11 21:42:20.466244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17309 | 2025.02.11 21:42:20.466556 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17310 | 2025.02.11 21:42:20.466861 [ 223 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17311 | 2025.02.11 21:42:20.466902 [ 223 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17312 | 2025.02.11 21:42:20.467359 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2364 | ||
| 17313 | 2025.02.11 21:42:20.469132 [ 223 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17314 | 2025.02.11 21:42:20.853152 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 17315 | 2025.02.11 21:42:20.877697 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17316 | 2025.02.11 21:42:20.877763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17317 | 2025.02.11 21:42:20.885560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17318 | 2025.02.11 21:42:20.886413 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17319 | 2025.02.11 21:42:20.891374 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 17320 | 2025.02.11 21:42:21.563976 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17321 | 2025.02.11 21:42:21.564188 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17322 | 2025.02.11 21:42:21.564270 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17323 | 2025.02.11 21:42:21.565150 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17324 | 2025.02.11 21:42:21.565200 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17325 | 2025.02.11 21:42:21.565653 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17326 | 2025.02.11 21:42:21.565913 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17327 | 2025.02.11 21:42:21.566143 [ 25 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17328 | 2025.02.11 21:42:21.566163 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Debug> executeQuery: Read 174 rows, 15.62 KiB in 0.002025 sec., 85925.92592592593 rows/sec., 7.53 MiB/sec. | ||
| 17329 | 2025.02.11 21:42:21.566255 [ 25 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17330 | 2025.02.11 21:42:21.566320 [ 255 ] {5b2679fd-4ee6-4583-9941-205aa32cdd45} <Debug> TCPHandler: Processed in 0.002477611 sec. | ||
| 17331 | 2025.02.11 21:42:21.566343 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17332 | 2025.02.11 21:42:21.566589 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17333 | 2025.02.11 21:42:21.566688 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17334 | 2025.02.11 21:42:21.566834 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17335 | 2025.02.11 21:42:21.566915 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1888 rows starting from the beginning of the part | ||
| 17336 | 2025.02.11 21:42:21.567030 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17337 | 2025.02.11 21:42:21.567136 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 1327 rows starting from the beginning of the part | ||
| 17338 | 2025.02.11 21:42:21.567392 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17339 | 2025.02.11 21:42:21.567421 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 617 rows starting from the beginning of the part | ||
| 17340 | 2025.02.11 21:42:21.567771 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 180 rows starting from the beginning of the part | ||
| 17341 | 2025.02.11 21:42:21.568069 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 618 rows starting from the beginning of the part | ||
| 17342 | 2025.02.11 21:42:21.568305 [ 190 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 174 rows starting from the beginning of the part | ||
| 17343 | 2025.02.11 21:42:21.570139 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17344 | 2025.02.11 21:42:21.570212 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17345 | 2025.02.11 21:42:21.571144 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 17346 | 2025.02.11 21:42:21.571435 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17347 | 2025.02.11 21:42:21.571711 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Debug> executeQuery: Read 59 rows, 4.44 KiB in 0.00476 sec., 12394.957983193277 rows/sec., 932.04 KiB/sec. | ||
| 17348 | 2025.02.11 21:42:21.571776 [ 224 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17349 | 2025.02.11 21:42:21.571884 [ 224 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17350 | 2025.02.11 21:42:21.572215 [ 257 ] {e25a6a4a-a72a-4054-8220-4f81bf442a3c} <Debug> TCPHandler: Processed in 0.005732382 sec. | ||
| 17351 | 2025.02.11 21:42:21.572518 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4804 rows, containing 5 columns (5 merged, 0 gathered) in 0.006025658 sec., 797257.3285772277 rows/sec., 68.13 MiB/sec. | ||
| 17352 | 2025.02.11 21:42:21.572551 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17353 | 2025.02.11 21:42:21.572685 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17354 | 2025.02.11 21:42:21.572765 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17355 | 2025.02.11 21:42:21.573037 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17356 | 2025.02.11 21:42:21.574436 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17357 | 2025.02.11 21:42:21.574713 [ 201 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_136_27} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17358 | 2025.02.11 21:42:21.575074 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 17359 | 2025.02.11 21:42:21.575444 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17360 | 2025.02.11 21:42:21.575490 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17361 | 2025.02.11 21:42:21.576162 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17362 | 2025.02.11 21:42:21.576565 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17363 | 2025.02.11 21:42:21.576797 [ 25 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17364 | 2025.02.11 21:42:21.576889 [ 25 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17365 | 2025.02.11 21:42:21.576918 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Debug> executeQuery: Read 123 rows, 9.84 KiB in 0.004236 sec., 29036.82719546742 rows/sec., 2.27 MiB/sec. | ||
| 17366 | 2025.02.11 21:42:21.576952 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17367 | 2025.02.11 21:42:21.577180 [ 255 ] {b22630f0-ad13-4815-8174-a8579c6e09b7} <Debug> TCPHandler: Processed in 0.004766008 sec. | ||
| 17368 | 2025.02.11 21:42:21.577426 [ 224 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17369 | 2025.02.11 21:42:21.577630 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17370 | 2025.02.11 21:42:21.578072 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17371 | 2025.02.11 21:42:21.578386 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17372 | 2025.02.11 21:42:21.578594 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 957 rows starting from the beginning of the part | ||
| 17373 | 2025.02.11 21:42:21.579235 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 623 rows starting from the beginning of the part | ||
| 17374 | 2025.02.11 21:42:21.579892 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 382 rows starting from the beginning of the part | ||
| 17375 | 2025.02.11 21:42:21.580375 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 144 rows starting from the beginning of the part | ||
| 17376 | 2025.02.11 21:42:21.580919 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 384 rows starting from the beginning of the part | ||
| 17377 | 2025.02.11 21:42:21.581516 [ 191 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 123 rows starting from the beginning of the part | ||
| 17378 | 2025.02.11 21:42:21.581771 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17379 | 2025.02.11 21:42:21.582115 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17380 | 2025.02.11 21:42:21.583871 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17381 | 2025.02.11 21:42:21.583940 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17382 | 2025.02.11 21:42:21.584782 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17383 | 2025.02.11 21:42:21.585318 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17384 | 2025.02.11 21:42:21.585369 [ 201 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2613 rows, containing 5 columns (5 merged, 0 gathered) in 0.008234293 sec., 317331.43331188237 rows/sec., 24.36 MiB/sec. | ||
| 17385 | 2025.02.11 21:42:21.585640 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004096 sec., 39062.5 rows/sec., 2.72 MiB/sec. | ||
| 17386 | 2025.02.11 21:42:21.585716 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17387 | 2025.02.11 21:42:21.585744 [ 257 ] {eb496125-0d0f-4ba2-8e2a-1d5089a104e1} <Debug> TCPHandler: Processed in 0.008403808 sec. | ||
| 17388 | 2025.02.11 21:42:21.585935 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17389 | 2025.02.11 21:42:21.586111 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17390 | 2025.02.11 21:42:21.586270 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17391 | 2025.02.11 21:42:21.586318 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17392 | 2025.02.11 21:42:21.586590 [ 196 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_136_27} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17393 | 2025.02.11 21:42:21.586815 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 17394 | 2025.02.11 21:42:21.587935 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17395 | 2025.02.11 21:42:21.587979 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17396 | 2025.02.11 21:42:21.588720 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17397 | 2025.02.11 21:42:21.588983 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17398 | 2025.02.11 21:42:21.589238 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.003178 sec., 18565.13530522341 rows/sec., 33.27 MiB/sec. | ||
| 17399 | 2025.02.11 21:42:21.589331 [ 255 ] {df73dadf-f7db-4cf5-95f1-e900270802bf} <Debug> TCPHandler: Processed in 0.003484426 sec. | ||
| 17400 | 2025.02.11 21:42:21.589544 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17401 | 2025.02.11 21:42:21.589772 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17402 | 2025.02.11 21:42:21.589839 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17403 | 2025.02.11 21:42:21.590346 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17404 | 2025.02.11 21:42:21.590385 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17405 | 2025.02.11 21:42:21.590758 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17406 | 2025.02.11 21:42:21.591011 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17407 | 2025.02.11 21:42:21.591209 [ 25 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17408 | 2025.02.11 21:42:21.591274 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 17409 | 2025.02.11 21:42:21.591300 [ 25 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17410 | 2025.02.11 21:42:21.591391 [ 257 ] {f84df1fa-6445-4f93-b3bb-41e7641e581a} <Debug> TCPHandler: Processed in 0.001956348 sec. | ||
| 17411 | 2025.02.11 21:42:21.591397 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17412 | 2025.02.11 21:42:21.591619 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17413 | 2025.02.11 21:42:21.591834 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17414 | 2025.02.11 21:42:21.591942 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 9062 rows starting from the beginning of the part | ||
| 17415 | 2025.02.11 21:42:21.592478 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 17416 | 2025.02.11 21:42:21.592941 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 17417 | 2025.02.11 21:42:21.593238 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 17418 | 2025.02.11 21:42:21.593472 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part | ||
| 17419 | 2025.02.11 21:42:21.593629 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 17420 | 2025.02.11 21:42:21.596314 [ 195 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004778978 sec., 1968203.2434549816 rows/sec., 128.82 MiB/sec. | ||
| 17421 | 2025.02.11 21:42:21.596482 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17422 | 2025.02.11 21:42:21.596769 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17423 | 2025.02.11 21:42:21.596841 [ 199 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_136_27} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17424 | 2025.02.11 21:42:21.596913 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
| 17425 | 2025.02.11 21:42:24.937062 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17426 | 2025.02.11 21:42:24.937166 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17427 | 2025.02.11 21:42:25.168788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
| 17428 | 2025.02.11 21:42:25.169808 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17429 | 2025.02.11 21:42:25.169878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17430 | 2025.02.11 21:42:25.170600 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17431 | 2025.02.11 21:42:25.170865 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17432 | 2025.02.11 21:42:25.171135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 17433 | 2025.02.11 21:42:26.523484 [ 222 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17434 | 2025.02.11 21:42:26.523545 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17435 | 2025.02.11 21:42:26.525549 [ 222 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17436 | 2025.02.11 21:42:26.567306 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17437 | 2025.02.11 21:42:26.567511 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17438 | 2025.02.11 21:42:26.567592 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17439 | 2025.02.11 21:42:26.568462 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17440 | 2025.02.11 21:42:26.568505 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17441 | 2025.02.11 21:42:26.568983 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17442 | 2025.02.11 21:42:26.569239 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17443 | 2025.02.11 21:42:26.569473 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002019 sec., 105002.47647350174 rows/sec., 6.68 MiB/sec. | ||
| 17444 | 2025.02.11 21:42:26.569512 [ 223 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17445 | 2025.02.11 21:42:26.569561 [ 255 ] {0f63e4a3-a21e-4242-9493-ef42a0a6ddf1} <Debug> TCPHandler: Processed in 0.002389219 sec. | ||
| 17446 | 2025.02.11 21:42:26.569561 [ 223 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17447 | 2025.02.11 21:42:26.569925 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17448 | 2025.02.11 21:42:26.570346 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17449 | 2025.02.11 21:42:26.570510 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17450 | 2025.02.11 21:42:26.572573 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17451 | 2025.02.11 21:42:26.572645 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17452 | 2025.02.11 21:42:26.572710 [ 223 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17453 | 2025.02.11 21:42:26.573620 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17454 | 2025.02.11 21:42:26.573887 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17455 | 2025.02.11 21:42:26.574144 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.003913 sec., 157679.52977255304 rows/sec., 12.33 MiB/sec. | ||
| 17456 | 2025.02.11 21:42:26.574203 [ 218 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17457 | 2025.02.11 21:42:26.574228 [ 257 ] {c22a8b65-dd79-4cce-b03b-88c4adad3536} <Debug> TCPHandler: Processed in 0.004549893 sec. | ||
| 17458 | 2025.02.11 21:42:26.574252 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17459 | 2025.02.11 21:42:26.574472 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17460 | 2025.02.11 21:42:26.574663 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17461 | 2025.02.11 21:42:26.574766 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17462 | 2025.02.11 21:42:26.576079 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17463 | 2025.02.11 21:42:26.576156 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17464 | 2025.02.11 21:42:26.576904 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 17465 | 2025.02.11 21:42:26.577382 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17466 | 2025.02.11 21:42:26.577781 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003154 sec., 33608.11667723526 rows/sec., 1.98 MiB/sec. | ||
| 17467 | 2025.02.11 21:42:26.577858 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17468 | 2025.02.11 21:42:26.578155 [ 255 ] {848dcbe3-da40-4aa8-ae53-685fe0e02329} <Debug> TCPHandler: Processed in 0.003790103 sec. | ||
| 17469 | 2025.02.11 21:42:26.578612 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17470 | 2025.02.11 21:42:26.579149 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17471 | 2025.02.11 21:42:26.579380 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17472 | 2025.02.11 21:42:26.580482 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17473 | 2025.02.11 21:42:26.580524 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17474 | 2025.02.11 21:42:26.580899 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17475 | 2025.02.11 21:42:26.581144 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17476 | 2025.02.11 21:42:26.581356 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002419 sec., 46713.51798263745 rows/sec., 3.02 MiB/sec. | ||
| 17477 | 2025.02.11 21:42:26.581408 [ 257 ] {1a0ead09-56d1-4f38-837b-2b42749ca9ca} <Debug> TCPHandler: Processed in 0.003124517 sec. | ||
| 17478 | 2025.02.11 21:42:26.581559 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17479 | 2025.02.11 21:42:26.581701 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17480 | 2025.02.11 21:42:26.581758 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17481 | 2025.02.11 21:42:26.582413 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17482 | 2025.02.11 21:42:26.582453 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17483 | 2025.02.11 21:42:26.582833 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17484 | 2025.02.11 21:42:26.583084 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17485 | 2025.02.11 21:42:26.583307 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001635 sec., 68501.52905198777 rows/sec., 3.90 MiB/sec. | ||
| 17486 | 2025.02.11 21:42:26.583346 [ 221 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17487 | 2025.02.11 21:42:26.583388 [ 255 ] {3175281c-39b5-4feb-bdad-0504d3eb6819} <Debug> TCPHandler: Processed in 0.001897837 sec. | ||
| 17488 | 2025.02.11 21:42:26.583423 [ 221 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17489 | 2025.02.11 21:42:26.583641 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17490 | 2025.02.11 21:42:26.583880 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17491 | 2025.02.11 21:42:26.583990 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17492 | 2025.02.11 21:42:26.584939 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17493 | 2025.02.11 21:42:26.584985 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17494 | 2025.02.11 21:42:26.585476 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17495 | 2025.02.11 21:42:26.585747 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17496 | 2025.02.11 21:42:26.585752 [ 221 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17497 | 2025.02.11 21:42:26.586094 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002264 sec., 168727.9151943463 rows/sec., 11.90 MiB/sec. | ||
| 17498 | 2025.02.11 21:42:26.586135 [ 226 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17499 | 2025.02.11 21:42:26.586243 [ 226 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17500 | 2025.02.11 21:42:26.586377 [ 257 ] {5289d215-b1d0-46ff-bab1-0bdff320674b} <Debug> TCPHandler: Processed in 0.002867691 sec. | ||
| 17501 | 2025.02.11 21:42:26.586631 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17502 | 2025.02.11 21:42:26.586798 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17503 | 2025.02.11 21:42:26.586851 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17504 | 2025.02.11 21:42:26.587987 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17505 | 2025.02.11 21:42:26.588066 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17506 | 2025.02.11 21:42:26.588848 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17507 | 2025.02.11 21:42:26.589351 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17508 | 2025.02.11 21:42:26.589651 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002872 sec., 2089.136490250696 rows/sec., 109.15 KiB/sec. | ||
| 17509 | 2025.02.11 21:42:26.589770 [ 255 ] {a07999ec-9791-419a-9f49-6b826d238ea1} <Debug> TCPHandler: Processed in 0.003286261 sec. | ||
| 17510 | 2025.02.11 21:42:26.590010 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17511 | 2025.02.11 21:42:26.590179 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17512 | 2025.02.11 21:42:26.590273 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17513 | 2025.02.11 21:42:26.590456 [ 226 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17514 | 2025.02.11 21:42:26.591494 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17515 | 2025.02.11 21:42:26.591539 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17516 | 2025.02.11 21:42:26.591951 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17517 | 2025.02.11 21:42:26.592195 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17518 | 2025.02.11 21:42:26.592420 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002302 sec., 102953.95308427456 rows/sec., 6.90 MiB/sec. | ||
| 17519 | 2025.02.11 21:42:26.592474 [ 257 ] {afc22476-4d12-4d24-96c8-ac802d02c5bf} <Debug> TCPHandler: Processed in 0.002603065 sec. | ||
| 17520 | 2025.02.11 21:42:26.592630 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17521 | 2025.02.11 21:42:26.592768 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17522 | 2025.02.11 21:42:26.592828 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17523 | 2025.02.11 21:42:26.593327 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17524 | 2025.02.11 21:42:26.593365 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17525 | 2025.02.11 21:42:26.593731 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17526 | 2025.02.11 21:42:26.593973 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17527 | 2025.02.11 21:42:26.594150 [ 152 ] {} <Debug> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 17528 | 2025.02.11 21:42:26.594209 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 17529 | 2025.02.11 21:42:26.594234 [ 152 ] {} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17530 | 2025.02.11 21:42:26.594294 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17531 | 2025.02.11 21:42:26.594317 [ 255 ] {65e8c682-69ab-4607-8a0c-17a3a146cbdb} <Debug> TCPHandler: Processed in 0.001750193 sec. | ||
| 17532 | 2025.02.11 21:42:26.594580 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17533 | 2025.02.11 21:42:26.594827 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 17534 | 2025.02.11 21:42:26.595016 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17535 | 2025.02.11 21:42:26.595245 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17536 | 2025.02.11 21:42:26.595390 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17537 | 2025.02.11 21:42:26.595523 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part | ||
| 17538 | 2025.02.11 21:42:26.595914 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17539 | 2025.02.11 21:42:26.596216 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17540 | 2025.02.11 21:42:26.596583 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17541 | 2025.02.11 21:42:26.596847 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17542 | 2025.02.11 21:42:26.597137 [ 201 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 17543 | 2025.02.11 21:42:26.597658 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17544 | 2025.02.11 21:42:26.597703 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17545 | 2025.02.11 21:42:26.598317 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17546 | 2025.02.11 21:42:26.598703 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17547 | 2025.02.11 21:42:26.598756 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.004345078 sec., 13808.727944584656 rows/sec., 929.57 KiB/sec. | ||
| 17548 | 2025.02.11 21:42:26.599030 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004158 sec., 19721.01972101972 rows/sec., 1.25 MiB/sec. | ||
| 17549 | 2025.02.11 21:42:26.599040 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 17550 | 2025.02.11 21:42:26.599182 [ 257 ] {2e7f46f5-fb7e-483c-b36e-c60d8e0b8c0f} <Debug> TCPHandler: Processed in 0.004768898 sec. | ||
| 17551 | 2025.02.11 21:42:26.599482 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17552 | 2025.02.11 21:42:26.599576 [ 186 ] {6b387480-46b7-494e-b2aa-008c30ea6a97::all_1_60_12} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 17553 | 2025.02.11 21:42:26.599675 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17554 | 2025.02.11 21:42:27.829558 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17555 | 2025.02.11 21:42:27.829604 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17556 | 2025.02.11 21:42:27.831538 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17557 | 2025.02.11 21:42:28.391462 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 17558 | 2025.02.11 21:42:28.414649 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17559 | 2025.02.11 21:42:28.414707 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17560 | 2025.02.11 21:42:28.422353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17561 | 2025.02.11 21:42:28.423175 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17562 | 2025.02.11 21:42:28.426692 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 17563 | 2025.02.11 21:42:30.467603 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2396 | ||
| 17564 | 2025.02.11 21:42:30.470766 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17565 | 2025.02.11 21:42:30.470807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17566 | 2025.02.11 21:42:30.472346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 17567 | 2025.02.11 21:42:30.472655 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17568 | 2025.02.11 21:42:30.473674 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2396 | ||
| 17569 | 2025.02.11 21:42:31.156197 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17570 | 2025.02.11 21:42:31.156491 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17571 | 2025.02.11 21:42:31.156603 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17572 | 2025.02.11 21:42:31.157555 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17573 | 2025.02.11 21:42:31.157599 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17574 | 2025.02.11 21:42:31.158009 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 17575 | 2025.02.11 21:42:31.158259 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17576 | 2025.02.11 21:42:31.158502 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002094 sec., 955.1098376313277 rows/sec., 77.88 KiB/sec. | ||
| 17577 | 2025.02.11 21:42:31.158603 [ 255 ] {fde306ce-daf1-4b79-906e-2dfc9d56321b} <Debug> TCPHandler: Processed in 0.002572864 sec. | ||
| 17578 | 2025.02.11 21:42:31.158935 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17579 | 2025.02.11 21:42:31.159218 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17580 | 2025.02.11 21:42:31.159294 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17581 | 2025.02.11 21:42:31.160543 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17582 | 2025.02.11 21:42:31.160595 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17583 | 2025.02.11 21:42:31.161117 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17584 | 2025.02.11 21:42:31.161370 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17585 | 2025.02.11 21:42:31.161611 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Debug> executeQuery: Read 1315 rows, 112.25 KiB in 0.002438 sec., 539376.5381460213 rows/sec., 44.96 MiB/sec. | ||
| 17586 | 2025.02.11 21:42:31.161716 [ 257 ] {204ce042-e674-4808-98d4-e012410a65da} <Debug> TCPHandler: Processed in 0.002975084 sec. | ||
| 17587 | 2025.02.11 21:42:31.161904 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17588 | 2025.02.11 21:42:31.162259 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17589 | 2025.02.11 21:42:31.162390 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17590 | 2025.02.11 21:42:31.163094 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17591 | 2025.02.11 21:42:31.163135 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17592 | 2025.02.11 21:42:31.163513 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 17593 | 2025.02.11 21:42:31.163767 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17594 | 2025.02.11 21:42:31.163989 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Debug> executeQuery: Read 61 rows, 4.58 KiB in 0.001851 sec., 32955.159373311726 rows/sec., 2.41 MiB/sec. | ||
| 17595 | 2025.02.11 21:42:31.164043 [ 255 ] {12cc8724-9c68-43d3-ae60-feceac4e5549} <Debug> TCPHandler: Processed in 0.002237405 sec. | ||
| 17596 | 2025.02.11 21:42:31.164198 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17597 | 2025.02.11 21:42:31.164337 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17598 | 2025.02.11 21:42:31.164396 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17599 | 2025.02.11 21:42:31.165160 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17600 | 2025.02.11 21:42:31.165199 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17601 | 2025.02.11 21:42:31.165569 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17602 | 2025.02.11 21:42:31.165817 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17603 | 2025.02.11 21:42:31.166019 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001713 sec., 133099.82486865149 rows/sec., 9.01 MiB/sec. | ||
| 17604 | 2025.02.11 21:42:31.166071 [ 257 ] {0527a7be-135e-4e70-af9f-1850ceb2c0a1} <Debug> TCPHandler: Processed in 0.001942619 sec. | ||
| 17605 | 2025.02.11 21:42:31.166219 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17606 | 2025.02.11 21:42:31.166359 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17607 | 2025.02.11 21:42:31.166417 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17608 | 2025.02.11 21:42:31.167337 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17609 | 2025.02.11 21:42:31.167377 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17610 | 2025.02.11 21:42:31.167770 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17611 | 2025.02.11 21:42:31.168013 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17612 | 2025.02.11 21:42:31.168231 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Debug> executeQuery: Read 581 rows, 44.29 KiB in 0.001904 sec., 305147.0588235294 rows/sec., 22.72 MiB/sec. | ||
| 17613 | 2025.02.11 21:42:31.168301 [ 255 ] {1260f546-44ae-4c65-af2a-1786a29b8de9} <Debug> TCPHandler: Processed in 0.002148464 sec. | ||
| 17614 | 2025.02.11 21:42:31.168561 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17615 | 2025.02.11 21:42:31.168790 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17616 | 2025.02.11 21:42:31.168887 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17617 | 2025.02.11 21:42:31.169773 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17618 | 2025.02.11 21:42:31.169811 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17619 | 2025.02.11 21:42:31.170261 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17620 | 2025.02.11 21:42:31.170501 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17621 | 2025.02.11 21:42:31.170703 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001962 sec., 513251.7838939857 rows/sec., 34.50 MiB/sec. | ||
| 17622 | 2025.02.11 21:42:31.170716 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Selected 6 parts from all_1_133_28 to all_138_138_0 | ||
| 17623 | 2025.02.11 21:42:31.170780 [ 257 ] {1a88bd93-a518-4a33-8f3d-4955843243e6} <Debug> TCPHandler: Processed in 0.002393749 sec. | ||
| 17624 | 2025.02.11 21:42:31.170816 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17625 | 2025.02.11 21:42:31.170877 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17626 | 2025.02.11 21:42:31.170967 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17627 | 2025.02.11 21:42:31.171053 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_28 to all_138_138_0 into Compact with storage Full | ||
| 17628 | 2025.02.11 21:42:31.171196 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17629 | 2025.02.11 21:42:31.171398 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17630 | 2025.02.11 21:42:31.171432 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17631 | 2025.02.11 21:42:31.171473 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_133_28, total 45588 rows starting from the beginning of the part | ||
| 17632 | 2025.02.11 21:42:31.171889 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 163 rows starting from the beginning of the part | ||
| 17633 | 2025.02.11 21:42:31.172233 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 238 rows starting from the beginning of the part | ||
| 17634 | 2025.02.11 21:42:31.172623 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 17635 | 2025.02.11 21:42:31.173163 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part | ||
| 17636 | 2025.02.11 21:42:31.173529 [ 200 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 1007 rows starting from the beginning of the part | ||
| 17637 | 2025.02.11 21:42:31.176468 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17638 | 2025.02.11 21:42:31.176545 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17639 | 2025.02.11 21:42:31.178139 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17640 | 2025.02.11 21:42:31.178485 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17641 | 2025.02.11 21:42:31.178769 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.007642 sec., 7720.492017796388 rows/sec., 13.83 MiB/sec. | ||
| 17642 | 2025.02.11 21:42:31.178934 [ 255 ] {d8eeb461-c709-4c5a-99a9-4c39ba8db49a} <Debug> TCPHandler: Processed in 0.008056919 sec. | ||
| 17643 | 2025.02.11 21:42:31.179191 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17644 | 2025.02.11 21:42:31.179420 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17645 | 2025.02.11 21:42:31.179537 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17646 | 2025.02.11 21:42:31.180518 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17647 | 2025.02.11 21:42:31.180564 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17648 | 2025.02.11 21:42:31.181110 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17649 | 2025.02.11 21:42:31.181406 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17650 | 2025.02.11 21:42:31.181717 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002352 sec., 25510.204081632655 rows/sec., 1.72 MiB/sec. | ||
| 17651 | 2025.02.11 21:42:31.181771 [ 257 ] {023f0a69-d68e-43fd-a929-b8eeae7a029f} <Debug> TCPHandler: Processed in 0.002737268 sec. | ||
| 17652 | 2025.02.11 21:42:31.186986 [ 188 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47393 rows, containing 5 columns (5 merged, 0 gathered) in 0.016033526 sec., 2955868.8463161504 rows/sec., 199.83 MiB/sec. | ||
| 17653 | 2025.02.11 21:42:31.187634 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Trace> MergedBlockOutputStream: filled checksums all_1_138_29 (state Temporary) | ||
| 17654 | 2025.02.11 21:42:31.187983 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_merge_all_1_138_29 to all_1_138_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17655 | 2025.02.11 21:42:31.188075 [ 186 ] {f33db25a-7948-4a32-b870-ac2d597db389::all_1_138_29} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389) (MergerMutator): Merged 6 parts: [all_1_133_28, all_138_138_0] -> all_1_138_29 | ||
| 17656 | 2025.02.11 21:42:31.188180 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17657 | 2025.02.11 21:42:32.339801 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17658 | 2025.02.11 21:42:32.339856 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17659 | 2025.02.11 21:42:32.341802 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17660 | 2025.02.11 21:42:32.533914 [ 221 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17661 | 2025.02.11 21:42:32.534001 [ 221 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17662 | 2025.02.11 21:42:32.536149 [ 221 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17663 | 2025.02.11 21:42:32.671287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493 | ||
| 17664 | 2025.02.11 21:42:32.672289 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17665 | 2025.02.11 21:42:32.672376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17666 | 2025.02.11 21:42:32.673012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17667 | 2025.02.11 21:42:32.673276 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17668 | 2025.02.11 21:42:32.673548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493 | ||
| 17669 | 2025.02.11 21:42:33.550569 [ 226 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17670 | 2025.02.11 21:42:33.550648 [ 226 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17671 | 2025.02.11 21:42:33.552711 [ 226 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17672 | 2025.02.11 21:42:34.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.45 MiB, peak 283.89 MiB, free memory in arenas 0.00 B, will set to 265.45 MiB (RSS), difference: 4.00 MiB | ||
| 17673 | 2025.02.11 21:42:35.926775 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 17674 | 2025.02.11 21:42:35.949866 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17675 | 2025.02.11 21:42:35.949926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17676 | 2025.02.11 21:42:35.957554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17677 | 2025.02.11 21:42:35.958423 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17678 | 2025.02.11 21:42:35.963064 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 17679 | 2025.02.11 21:42:36.459621 [ 224 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17680 | 2025.02.11 21:42:36.459711 [ 224 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17681 | 2025.02.11 21:42:36.461808 [ 224 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17682 | 2025.02.11 21:42:36.567353 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17683 | 2025.02.11 21:42:36.567544 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17684 | 2025.02.11 21:42:36.567620 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17685 | 2025.02.11 21:42:36.568479 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17686 | 2025.02.11 21:42:36.568532 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17687 | 2025.02.11 21:42:36.569002 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17688 | 2025.02.11 21:42:36.569287 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17689 | 2025.02.11 21:42:36.569543 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002053 sec., 103263.51680467608 rows/sec., 6.57 MiB/sec. | ||
| 17690 | 2025.02.11 21:42:36.569612 [ 255 ] {f1c757bd-0796-48fc-a612-3a3248eea450} <Debug> TCPHandler: Processed in 0.002390639 sec. | ||
| 17691 | 2025.02.11 21:42:36.569917 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17692 | 2025.02.11 21:42:36.570216 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17693 | 2025.02.11 21:42:36.570329 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17694 | 2025.02.11 21:42:36.571347 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17695 | 2025.02.11 21:42:36.571389 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17696 | 2025.02.11 21:42:36.571872 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17697 | 2025.02.11 21:42:36.572140 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17698 | 2025.02.11 21:42:36.572332 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002203 sec., 280072.628234226 rows/sec., 21.89 MiB/sec. | ||
| 17699 | 2025.02.11 21:42:36.572388 [ 257 ] {58ee9dca-581d-48da-b586-a35d25122354} <Debug> TCPHandler: Processed in 0.002662356 sec. | ||
| 17700 | 2025.02.11 21:42:36.572545 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17701 | 2025.02.11 21:42:36.572692 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17702 | 2025.02.11 21:42:36.572752 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17703 | 2025.02.11 21:42:36.573470 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17704 | 2025.02.11 21:42:36.573512 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17705 | 2025.02.11 21:42:36.573904 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17706 | 2025.02.11 21:42:36.574147 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17707 | 2025.02.11 21:42:36.574312 [ 61 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17708 | 2025.02.11 21:42:36.574371 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001714 sec., 61843.640606767796 rows/sec., 3.64 MiB/sec. | ||
| 17709 | 2025.02.11 21:42:36.574397 [ 61 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17710 | 2025.02.11 21:42:36.574496 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17711 | 2025.02.11 21:42:36.574514 [ 255 ] {6f24ee87-74d1-4e41-a08a-4125dbfa596d} <Debug> TCPHandler: Processed in 0.00203541 sec. | ||
| 17712 | 2025.02.11 21:42:36.574790 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17713 | 2025.02.11 21:42:36.574800 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17714 | 2025.02.11 21:42:36.575055 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17715 | 2025.02.11 21:42:36.575105 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17716 | 2025.02.11 21:42:36.575129 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 188 rows starting from the beginning of the part | ||
| 17717 | 2025.02.11 21:42:36.575212 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17718 | 2025.02.11 21:42:36.575419 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 108 rows starting from the beginning of the part | ||
| 17719 | 2025.02.11 21:42:36.575674 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 59 rows starting from the beginning of the part | ||
| 17720 | 2025.02.11 21:42:36.576112 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 106 rows starting from the beginning of the part | ||
| 17721 | 2025.02.11 21:42:36.576326 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 61 rows starting from the beginning of the part | ||
| 17722 | 2025.02.11 21:42:36.576571 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 106 rows starting from the beginning of the part | ||
| 17723 | 2025.02.11 21:42:36.577435 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17724 | 2025.02.11 21:42:36.577485 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17725 | 2025.02.11 21:42:36.578063 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17726 | 2025.02.11 21:42:36.578258 [ 193 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.003587519 sec., 175051.337707201 rows/sec., 11.75 MiB/sec. | ||
| 17727 | 2025.02.11 21:42:36.578434 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17728 | 2025.02.11 21:42:36.578551 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17729 | 2025.02.11 21:42:36.578834 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003806 sec., 29689.963215974778 rows/sec., 1.92 MiB/sec. | ||
| 17730 | 2025.02.11 21:42:36.578959 [ 257 ] {15ff20a5-41cc-4c3b-a4d2-a8fcf70e97f6} <Debug> TCPHandler: Processed in 0.004337117 sec. | ||
| 17731 | 2025.02.11 21:42:36.579186 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17732 | 2025.02.11 21:42:36.579285 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17733 | 2025.02.11 21:42:36.579458 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17734 | 2025.02.11 21:42:36.579466 [ 188 ] {4004fcfa-7005-4a9b-ac93-f99611d7a876::all_1_131_26} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17735 | 2025.02.11 21:42:36.579535 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17736 | 2025.02.11 21:42:36.579644 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17737 | 2025.02.11 21:42:36.580365 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17738 | 2025.02.11 21:42:36.580409 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17739 | 2025.02.11 21:42:36.580794 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17740 | 2025.02.11 21:42:36.581041 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17741 | 2025.02.11 21:42:36.581270 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001868 sec., 59957.17344753747 rows/sec., 3.42 MiB/sec. | ||
| 17742 | 2025.02.11 21:42:36.581382 [ 255 ] {a1d94552-33a5-40ac-9e70-0bc4959f60c4} <Debug> TCPHandler: Processed in 0.002327128 sec. | ||
| 17743 | 2025.02.11 21:42:36.581663 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17744 | 2025.02.11 21:42:36.581916 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17745 | 2025.02.11 21:42:36.582009 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17746 | 2025.02.11 21:42:36.582898 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17747 | 2025.02.11 21:42:36.582938 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17748 | 2025.02.11 21:42:36.583326 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17749 | 2025.02.11 21:42:36.583562 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17750 | 2025.02.11 21:42:36.583767 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001906 sec., 200419.72717733475 rows/sec., 14.13 MiB/sec. | ||
| 17751 | 2025.02.11 21:42:36.583820 [ 257 ] {b614925c-ad6c-47eb-b2bf-b27f4bc0af9a} <Debug> TCPHandler: Processed in 0.002345308 sec. | ||
| 17752 | 2025.02.11 21:42:36.583965 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17753 | 2025.02.11 21:42:36.584104 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17754 | 2025.02.11 21:42:36.584164 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17755 | 2025.02.11 21:42:36.584680 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17756 | 2025.02.11 21:42:36.584720 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17757 | 2025.02.11 21:42:36.585094 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17758 | 2025.02.11 21:42:36.585351 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17759 | 2025.02.11 21:42:36.585557 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 17760 | 2025.02.11 21:42:36.585606 [ 255 ] {45cd7dff-d42e-461b-8036-4a877f42726a} <Debug> TCPHandler: Processed in 0.001708472 sec. | ||
| 17761 | 2025.02.11 21:42:36.585807 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17762 | 2025.02.11 21:42:36.586036 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17763 | 2025.02.11 21:42:36.586136 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17764 | 2025.02.11 21:42:36.586822 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17765 | 2025.02.11 21:42:36.586861 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17766 | 2025.02.11 21:42:36.587258 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17767 | 2025.02.11 21:42:36.587503 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17768 | 2025.02.11 21:42:36.587704 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec. | ||
| 17769 | 2025.02.11 21:42:36.587756 [ 257 ] {28e43133-c996-43c2-9dbe-e8ca38a75947} <Debug> TCPHandler: Processed in 0.002058591 sec. | ||
| 17770 | 2025.02.11 21:42:36.587903 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17771 | 2025.02.11 21:42:36.588041 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17772 | 2025.02.11 21:42:36.588103 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17773 | 2025.02.11 21:42:36.588613 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17774 | 2025.02.11 21:42:36.588652 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17775 | 2025.02.11 21:42:36.589025 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17776 | 2025.02.11 21:42:36.589260 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17777 | 2025.02.11 21:42:36.589459 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 17778 | 2025.02.11 21:42:36.589507 [ 255 ] {37af1178-c497-4b10-997a-3d61018199e2} <Debug> TCPHandler: Processed in 0.001671231 sec. | ||
| 17779 | 2025.02.11 21:42:36.589715 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17780 | 2025.02.11 21:42:36.589936 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17781 | 2025.02.11 21:42:36.590030 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17782 | 2025.02.11 21:42:36.590679 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17783 | 2025.02.11 21:42:36.590720 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17784 | 2025.02.11 21:42:36.591093 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17785 | 2025.02.11 21:42:36.591336 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17786 | 2025.02.11 21:42:36.591554 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001673 sec., 49013.74775851763 rows/sec., 3.11 MiB/sec. | ||
| 17787 | 2025.02.11 21:42:36.591604 [ 257 ] {b7a3d13c-ca8d-44dd-a13b-82fd0ac21601} <Debug> TCPHandler: Processed in 0.00200188 sec. | ||
| 17788 | 2025.02.11 21:42:39.937216 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17789 | 2025.02.11 21:42:39.937274 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17790 | 2025.02.11 21:42:40.173704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981 | ||
| 17791 | 2025.02.11 21:42:40.174822 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2025.02.11 21:42:40.174880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17793 | 2025.02.11 21:42:40.175439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17794 | 2025.02.11 21:42:40.175766 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17795 | 2025.02.11 21:42:40.176132 [ 34 ] {} <Debug> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17796 | 2025.02.11 21:42:40.176150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 17797 | 2025.02.11 21:42:40.176305 [ 34 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17798 | 2025.02.11 21:42:40.176420 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17799 | 2025.02.11 21:42:40.176707 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 17800 | 2025.02.11 21:42:40.176863 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17801 | 2025.02.11 21:42:40.176910 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part | ||
| 17802 | 2025.02.11 21:42:40.176997 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
| 17803 | 2025.02.11 21:42:40.177229 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
| 17804 | 2025.02.11 21:42:40.177404 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
| 17805 | 2025.02.11 21:42:40.177539 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
| 17806 | 2025.02.11 21:42:40.177731 [ 187 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
| 17807 | 2025.02.11 21:42:40.180955 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004327597 sec., 10162914.892491145 rows/sec., 145.38 MiB/sec. | ||
| 17808 | 2025.02.11 21:42:40.181541 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17809 | 2025.02.11 21:42:40.181895 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17810 | 2025.02.11 21:42:40.181990 [ 198 ] {31ef629e-5d2d-435a-b34a-9cc79d63ad33::all_1_96_19} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17811 | 2025.02.11 21:42:40.182117 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17812 | 2025.02.11 21:42:40.473951 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2432 | ||
| 17813 | 2025.02.11 21:42:40.477532 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17814 | 2025.02.11 21:42:40.477581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17815 | 2025.02.11 21:42:40.479107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 17816 | 2025.02.11 21:42:40.479426 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17817 | 2025.02.11 21:42:40.479721 [ 34 ] {} <Debug> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 17818 | 2025.02.11 21:42:40.479905 [ 34 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17819 | 2025.02.11 21:42:40.480050 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17820 | 2025.02.11 21:42:40.480803 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::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 | ||
| 17821 | 2025.02.11 21:42:40.482225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2432 | ||
| 17822 | 2025.02.11 21:42:40.482678 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17823 | 2025.02.11 21:42:40.482876 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2252 rows starting from the beginning of the part | ||
| 17824 | 2025.02.11 21:42:40.483573 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 38 rows starting from the beginning of the part | ||
| 17825 | 2025.02.11 21:42:40.484213 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part | ||
| 17826 | 2025.02.11 21:42:40.484871 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
| 17827 | 2025.02.11 21:42:40.485487 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
| 17828 | 2025.02.11 21:42:40.486115 [ 194 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 17829 | 2025.02.11 21:42:40.496192 [ 187 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 72 columns (72 merged, 0 gathered) in 0.015911953 sec., 152841.07488251128 rows/sec., 114.76 MiB/sec. | ||
| 17830 | 2025.02.11 21:42:40.498703 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 17831 | 2025.02.11 21:42:40.499601 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17832 | 2025.02.11 21:42:40.499703 [ 192 ] {432f6b40-2a49-4f45-ab1b-4ccd6ce497a6::all_1_71_14} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 17833 | 2025.02.11 21:42:40.500083 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 17834 | 2025.02.11 21:42:41.004767 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004365928 sec. | ||
| 17835 | 2025.02.11 21:42:41.564502 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17836 | 2025.02.11 21:42:41.564710 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17837 | 2025.02.11 21:42:41.564793 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17838 | 2025.02.11 21:42:41.565705 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17839 | 2025.02.11 21:42:41.565760 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17840 | 2025.02.11 21:42:41.566225 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17841 | 2025.02.11 21:42:41.566492 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17842 | 2025.02.11 21:42:41.566744 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Debug> executeQuery: Read 174 rows, 15.62 KiB in 0.002096 sec., 83015.26717557252 rows/sec., 7.28 MiB/sec. | ||
| 17843 | 2025.02.11 21:42:41.566813 [ 255 ] {6ffacb63-ab45-41a2-8505-f0b40ea7fd60} <Debug> TCPHandler: Processed in 0.00243726 sec. | ||
| 17844 | 2025.02.11 21:42:41.567103 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17845 | 2025.02.11 21:42:41.567405 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17846 | 2025.02.11 21:42:41.567518 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17847 | 2025.02.11 21:42:41.568305 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17848 | 2025.02.11 21:42:41.568345 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17849 | 2025.02.11 21:42:41.568782 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17850 | 2025.02.11 21:42:41.569037 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17851 | 2025.02.11 21:42:41.569232 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Debug> executeQuery: Read 59 rows, 4.44 KiB in 0.001917 sec., 30777.256129368805 rows/sec., 2.26 MiB/sec. | ||
| 17852 | 2025.02.11 21:42:41.569288 [ 257 ] {3e7d045b-01e6-447b-a42a-c3838ae52b0a} <Debug> TCPHandler: Processed in 0.002374418 sec. | ||
| 17853 | 2025.02.11 21:42:41.569447 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17854 | 2025.02.11 21:42:41.569629 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17855 | 2025.02.11 21:42:41.569725 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17856 | 2025.02.11 21:42:41.570731 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17857 | 2025.02.11 21:42:41.570773 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17858 | 2025.02.11 21:42:41.571163 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17859 | 2025.02.11 21:42:41.571410 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17860 | 2025.02.11 21:42:41.571633 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Debug> executeQuery: Read 123 rows, 9.84 KiB in 0.002066 sec., 59535.3339787028 rows/sec., 4.65 MiB/sec. | ||
| 17861 | 2025.02.11 21:42:41.571687 [ 255 ] {878d22a3-1ec6-4055-bb10-80eb961d0f75} <Debug> TCPHandler: Processed in 0.002311138 sec. | ||
| 17862 | 2025.02.11 21:42:41.571836 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17863 | 2025.02.11 21:42:41.571976 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17864 | 2025.02.11 21:42:41.572041 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17865 | 2025.02.11 21:42:41.572697 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17866 | 2025.02.11 21:42:41.572734 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17867 | 2025.02.11 21:42:41.573140 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17868 | 2025.02.11 21:42:41.573390 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17869 | 2025.02.11 21:42:41.573574 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 17870 | 2025.02.11 21:42:41.573636 [ 257 ] {ff34a318-8451-4709-8d4d-444f93190a60} <Debug> TCPHandler: Processed in 0.001867386 sec. | ||
| 17871 | 2025.02.11 21:42:41.573841 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17872 | 2025.02.11 21:42:41.574129 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17873 | 2025.02.11 21:42:41.574226 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17874 | 2025.02.11 21:42:41.575548 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17875 | 2025.02.11 21:42:41.575590 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17876 | 2025.02.11 21:42:41.576333 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 17877 | 2025.02.11 21:42:41.576601 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17878 | 2025.02.11 21:42:41.576883 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.002829 sec., 20855.425945563806 rows/sec., 37.37 MiB/sec. | ||
| 17879 | 2025.02.11 21:42:41.576997 [ 255 ] {a9b6ddb2-559a-4e5b-94df-e088ac330c88} <Debug> TCPHandler: Processed in 0.003283281 sec. | ||
| 17880 | 2025.02.11 21:42:41.577193 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17881 | 2025.02.11 21:42:41.577414 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17882 | 2025.02.11 21:42:41.577511 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17883 | 2025.02.11 21:42:41.578045 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17884 | 2025.02.11 21:42:41.578082 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17885 | 2025.02.11 21:42:41.578471 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17886 | 2025.02.11 21:42:41.578715 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17887 | 2025.02.11 21:42:41.578898 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 17888 | 2025.02.11 21:42:41.578947 [ 257 ] {2133a551-5226-471f-bd05-1a6dab3f16c6} <Debug> TCPHandler: Processed in 0.001864266 sec. | ||
| 17889 | 2025.02.11 21:42:43.463155 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 17890 | 2025.02.11 21:42:43.486683 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17891 | 2025.02.11 21:42:43.486750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17892 | 2025.02.11 21:42:43.494362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17893 | 2025.02.11 21:42:43.495181 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17894 | 2025.02.11 21:42:43.495616 [ 172 ] {} <Debug> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17895 | 2025.02.11 21:42:43.495761 [ 172 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17896 | 2025.02.11 21:42:43.495844 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17897 | 2025.02.11 21:42:43.496277 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 17898 | 2025.02.11 21:42:43.510486 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 17899 | 2025.02.11 21:42:43.512420 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17900 | 2025.02.11 21:42:43.514146 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 17901 | 2025.02.11 21:42:43.520155 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 17902 | 2025.02.11 21:42:43.526146 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 17903 | 2025.02.11 21:42:43.532544 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 17904 | 2025.02.11 21:42:43.539178 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 17905 | 2025.02.11 21:42:43.545654 [ 192 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 17906 | 2025.02.11 21:42:43.613190 [ 189 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.117218456 sec., 6176.501761804472 rows/sec., 31.94 MiB/sec. | ||
| 17907 | 2025.02.11 21:42:43.615726 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17908 | 2025.02.11 21:42:43.618196 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17909 | 2025.02.11 21:42:43.618305 [ 196 ] {f2945508-427c-4f48-ad67-b3f52ac5b8e5::all_1_96_19} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17910 | 2025.02.11 21:42:43.619847 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 17911 | 2025.02.11 21:42:44.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.49 MiB, peak 283.94 MiB, free memory in arenas 0.00 B, will set to 265.45 MiB (RSS), difference: -1.05 MiB | ||
| 17912 | 2025.02.11 21:42:44.317211 [ 226 ] {} <Trace> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17913 | 2025.02.11 21:42:44.317300 [ 226 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17914 | 2025.02.11 21:42:44.319188 [ 226 ] {} <Debug> oximeter.fields_ipaddr (fe9d92b3-90be-4b9c-a188-ee54b006c6f7): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17915 | 2025.02.11 21:42:46.567286 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17916 | 2025.02.11 21:42:46.567495 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17917 | 2025.02.11 21:42:46.567578 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17918 | 2025.02.11 21:42:46.568421 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17919 | 2025.02.11 21:42:46.568475 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17920 | 2025.02.11 21:42:46.568925 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17921 | 2025.02.11 21:42:46.569187 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17922 | 2025.02.11 21:42:46.569389 [ 84 ] {} <Debug> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17923 | 2025.02.11 21:42:46.569451 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002016 sec., 105158.73015873016 rows/sec., 6.69 MiB/sec. | ||
| 17924 | 2025.02.11 21:42:46.569477 [ 84 ] {} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17925 | 2025.02.11 21:42:46.569543 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17926 | 2025.02.11 21:42:46.569597 [ 255 ] {7d16da5b-b9fc-4615-9ba3-43c83f796672} <Debug> TCPHandler: Processed in 0.002452191 sec. | ||
| 17927 | 2025.02.11 21:42:46.569942 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17928 | 2025.02.11 21:42:46.570176 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17929 | 2025.02.11 21:42:46.570378 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17930 | 2025.02.11 21:42:46.570442 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 212 rows starting from the beginning of the part | ||
| 17931 | 2025.02.11 21:42:46.570705 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part | ||
| 17932 | 2025.02.11 21:42:46.570744 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17933 | 2025.02.11 21:42:46.570966 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part | ||
| 17934 | 2025.02.11 21:42:46.571027 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17935 | 2025.02.11 21:42:46.571355 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part | ||
| 17936 | 2025.02.11 21:42:46.571728 [ 187 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part | ||
| 17937 | 2025.02.11 21:42:46.573994 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17938 | 2025.02.11 21:42:46.574061 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17939 | 2025.02.11 21:42:46.574479 [ 189 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004825019 sec., 219688.25407734147 rows/sec., 14.81 MiB/sec. | ||
| 17940 | 2025.02.11 21:42:46.574691 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17941 | 2025.02.11 21:42:46.575091 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17942 | 2025.02.11 21:42:46.575337 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17943 | 2025.02.11 21:42:46.575512 [ 195 ] {1e1b6083-249c-429f-be76-dec8c2b1ccfe::all_1_61_15} <Trace> oximeter.fields_i16 (1e1b6083-249c-429f-be76-dec8c2b1ccfe) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17944 | 2025.02.11 21:42:46.575571 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17945 | 2025.02.11 21:42:46.575682 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 17946 | 2025.02.11 21:42:46.575866 [ 84 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17947 | 2025.02.11 21:42:46.575927 [ 84 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17948 | 2025.02.11 21:42:46.575962 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005442 sec., 113377.43476662991 rows/sec., 8.86 MiB/sec. | ||
| 17949 | 2025.02.11 21:42:46.575971 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17950 | 2025.02.11 21:42:46.576187 [ 257 ] {004a5d3e-12e1-4669-98cb-b421517f5620} <Debug> TCPHandler: Processed in 0.00644319 sec. | ||
| 17951 | 2025.02.11 21:42:46.576240 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17952 | 2025.02.11 21:42:46.576390 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17953 | 2025.02.11 21:42:46.576391 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17954 | 2025.02.11 21:42:46.576444 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1892 rows starting from the beginning of the part | ||
| 17955 | 2025.02.11 21:42:46.576606 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 617 rows starting from the beginning of the part | ||
| 17956 | 2025.02.11 21:42:46.576631 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17957 | 2025.02.11 21:42:46.576739 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 1315 rows starting from the beginning of the part | ||
| 17958 | 2025.02.11 21:42:46.576747 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17959 | 2025.02.11 21:42:46.577000 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 617 rows starting from the beginning of the part | ||
| 17960 | 2025.02.11 21:42:46.577400 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 174 rows starting from the beginning of the part | ||
| 17961 | 2025.02.11 21:42:46.577623 [ 187 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 617 rows starting from the beginning of the part | ||
| 17962 | 2025.02.11 21:42:46.578742 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17963 | 2025.02.11 21:42:46.578792 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17964 | 2025.02.11 21:42:46.579319 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17965 | 2025.02.11 21:42:46.579597 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17966 | 2025.02.11 21:42:46.579948 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003399 sec., 31185.64283612827 rows/sec., 1.83 MiB/sec. | ||
| 17967 | 2025.02.11 21:42:46.580035 [ 218 ] {} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17968 | 2025.02.11 21:42:46.580179 [ 255 ] {853c75b1-d263-4556-a01b-54c68215dba4} <Debug> TCPHandler: Processed in 0.003863905 sec. | ||
| 17969 | 2025.02.11 21:42:46.580232 [ 218 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17970 | 2025.02.11 21:42:46.580903 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17971 | 2025.02.11 21:42:46.581987 [ 189 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005865825 sec., 891946.1456828323 rows/sec., 75.73 MiB/sec. | ||
| 17972 | 2025.02.11 21:42:46.582273 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17973 | 2025.02.11 21:42:46.582411 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17974 | 2025.02.11 21:42:46.582432 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17975 | 2025.02.11 21:42:46.583320 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17976 | 2025.02.11 21:42:46.583671 [ 191 ] {e45940ad-b06f-47b3-b544-07165279b753::all_1_141_28} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17977 | 2025.02.11 21:42:46.583933 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
| 17978 | 2025.02.11 21:42:46.584838 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17979 | 2025.02.11 21:42:46.584891 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17980 | 2025.02.11 21:42:46.585619 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17981 | 2025.02.11 21:42:46.585832 [ 218 ] {} <Debug> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17982 | 2025.02.11 21:42:46.586141 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17983 | 2025.02.11 21:42:46.586462 [ 84 ] {} <Debug> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 17984 | 2025.02.11 21:42:46.586575 [ 84 ] {} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17985 | 2025.02.11 21:42:46.586663 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 17986 | 2025.02.11 21:42:46.586986 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004739 sec., 23844.692973201098 rows/sec., 1.54 MiB/sec. | ||
| 17987 | 2025.02.11 21:42:46.587256 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 17988 | 2025.02.11 21:42:46.587377 [ 257 ] {2b292b69-f0a8-4349-b31b-cf870ae17c4f} <Debug> TCPHandler: Processed in 0.007011643 sec. | ||
| 17989 | 2025.02.11 21:42:46.587716 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17990 | 2025.02.11 21:42:46.587866 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17991 | 2025.02.11 21:42:46.587987 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 342 rows starting from the beginning of the part | ||
| 17992 | 2025.02.11 21:42:46.588027 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17993 | 2025.02.11 21:42:46.588201 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17994 | 2025.02.11 21:42:46.588259 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 113 rows starting from the beginning of the part | ||
| 17995 | 2025.02.11 21:42:46.588729 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 113 rows starting from the beginning of the part | ||
| 17996 | 2025.02.11 21:42:46.589097 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 228 rows starting from the beginning of the part | ||
| 17997 | 2025.02.11 21:42:46.589500 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 113 rows starting from the beginning of the part | ||
| 17998 | 2025.02.11 21:42:46.589843 [ 189 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 113 rows starting from the beginning of the part | ||
| 17999 | 2025.02.11 21:42:46.590910 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18000 | 2025.02.11 21:42:46.590974 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18001 | 2025.02.11 21:42:46.592080 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18002 | 2025.02.11 21:42:46.592600 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18003 | 2025.02.11 21:42:46.592829 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.006008549 sec., 170090.9820324341 rows/sec., 11.89 MiB/sec. | ||
| 18004 | 2025.02.11 21:42:46.592913 [ 75 ] {} <Debug> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 18005 | 2025.02.11 21:42:46.592961 [ 75 ] {} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18006 | 2025.02.11 21:42:46.592997 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18007 | 2025.02.11 21:42:46.593028 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005099 sec., 21965.091194351833 rows/sec., 1.25 MiB/sec. | ||
| 18008 | 2025.02.11 21:42:46.593095 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 18009 | 2025.02.11 21:42:46.593200 [ 255 ] {dc0bcf9c-c6ce-4033-bc62-df6ae10f05ba} <Debug> TCPHandler: Processed in 0.005684981 sec. | ||
| 18010 | 2025.02.11 21:42:46.593245 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 18011 | 2025.02.11 21:42:46.593417 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18012 | 2025.02.11 21:42:46.593516 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18013 | 2025.02.11 21:42:46.593646 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 112 rows starting from the beginning of the part | ||
| 18014 | 2025.02.11 21:42:46.593754 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18015 | 2025.02.11 21:42:46.593968 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18016 | 2025.02.11 21:42:46.593997 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18017 | 2025.02.11 21:42:46.594113 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part | ||
| 18018 | 2025.02.11 21:42:46.594324 [ 191 ] {d8215aa9-ef23-4416-a8a7-f9bc714a507e::all_1_85_17} <Trace> oximeter.fields_u32 (d8215aa9-ef23-4416-a8a7-f9bc714a507e) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 18019 | 2025.02.11 21:42:46.594785 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
| 18020 | 2025.02.11 21:42:46.594839 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 18021 | 2025.02.11 21:42:46.595168 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part | ||
| 18022 | 2025.02.11 21:42:46.595581 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part | ||
| 18023 | 2025.02.11 21:42:46.597440 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18024 | 2025.02.11 21:42:46.597522 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18025 | 2025.02.11 21:42:46.598286 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211129 sec., 107462.3176666707 rows/sec., 6.53 MiB/sec. | ||
| 18026 | 2025.02.11 21:42:46.598455 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18027 | 2025.02.11 21:42:46.598462 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 18028 | 2025.02.11 21:42:46.598945 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18029 | 2025.02.11 21:42:46.598993 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18030 | 2025.02.11 21:42:46.599205 [ 199 ] {3c592b71-8419-47b8-8b9e-8fac2d0db414::all_1_61_15} <Trace> oximeter.fields_u8 (3c592b71-8419-47b8-8b9e-8fac2d0db414) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 18031 | 2025.02.11 21:42:46.599236 [ 75 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18032 | 2025.02.11 21:42:46.599344 [ 75 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18033 | 2025.02.11 21:42:46.599462 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18034 | 2025.02.11 21:42:46.599466 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18035 | 2025.02.11 21:42:46.599533 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005865 sec., 65132.139812446716 rows/sec., 4.59 MiB/sec. | ||
| 18036 | 2025.02.11 21:42:46.599837 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18037 | 2025.02.11 21:42:46.599863 [ 257 ] {47757328-a057-4b94-a5e0-5a65786ee7bc} <Debug> TCPHandler: Processed in 0.006558382 sec. | ||
| 18038 | 2025.02.11 21:42:46.600285 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18039 | 2025.02.11 21:42:46.600755 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18040 | 2025.02.11 21:42:46.600961 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 959 rows starting from the beginning of the part | ||
| 18041 | 2025.02.11 21:42:46.601008 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18042 | 2025.02.11 21:42:46.601348 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18043 | 2025.02.11 21:42:46.601635 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 382 rows starting from the beginning of the part | ||
| 18044 | 2025.02.11 21:42:46.602480 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 581 rows starting from the beginning of the part | ||
| 18045 | 2025.02.11 21:42:46.603237 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 382 rows starting from the beginning of the part | ||
| 18046 | 2025.02.11 21:42:46.603931 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 123 rows starting from the beginning of the part | ||
| 18047 | 2025.02.11 21:42:46.604517 [ 199 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 382 rows starting from the beginning of the part | ||
| 18048 | 2025.02.11 21:42:46.606412 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18049 | 2025.02.11 21:42:46.606454 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18050 | 2025.02.11 21:42:46.606987 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18051 | 2025.02.11 21:42:46.607286 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18052 | 2025.02.11 21:42:46.607439 [ 75 ] {} <Debug> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 18053 | 2025.02.11 21:42:46.607478 [ 75 ] {} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18054 | 2025.02.11 21:42:46.607499 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006722 sec., 892.5914906277894 rows/sec., 46.63 KiB/sec. | ||
| 18055 | 2025.02.11 21:42:46.607502 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18056 | 2025.02.11 21:42:46.607789 [ 255 ] {81b4a513-e1eb-4145-b403-084732246290} <Debug> TCPHandler: Processed in 0.007771862 sec. | ||
| 18057 | 2025.02.11 21:42:46.608288 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::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 | ||
| 18058 | 2025.02.11 21:42:46.609248 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18059 | 2025.02.11 21:42:46.609345 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2809 rows, containing 5 columns (5 merged, 0 gathered) in 0.009765372 sec., 287649.0521815247 rows/sec., 21.93 MiB/sec. | ||
| 18060 | 2025.02.11 21:42:46.609410 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part | ||
| 18061 | 2025.02.11 21:42:46.608818 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18062 | 2025.02.11 21:42:46.609802 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 18063 | 2025.02.11 21:42:46.609826 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18064 | 2025.02.11 21:42:46.610158 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 18065 | 2025.02.11 21:42:46.610348 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18066 | 2025.02.11 21:42:46.610619 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 18067 | 2025.02.11 21:42:46.610796 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18068 | 2025.02.11 21:42:46.611174 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 18069 | 2025.02.11 21:42:46.611250 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18070 | 2025.02.11 21:42:46.611683 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18071 | 2025.02.11 21:42:46.611700 [ 188 ] {89685d78-0015-4e68-b006-887ccf922378::all_1_141_28} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18072 | 2025.02.11 21:42:46.612112 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 18073 | 2025.02.11 21:42:46.613674 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18074 | 2025.02.11 21:42:46.613741 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18075 | 2025.02.11 21:42:46.614870 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.007197649 sec., 50849.93725034383 rows/sec., 2.59 MiB/sec. | ||
| 18076 | 2025.02.11 21:42:46.614873 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18077 | 2025.02.11 21:42:46.615056 [ 186 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 18078 | 2025.02.11 21:42:46.615332 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18079 | 2025.02.11 21:42:46.615698 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18080 | 2025.02.11 21:42:46.615817 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005742 sec., 41274.81713688611 rows/sec., 2.77 MiB/sec. | ||
| 18081 | 2025.02.11 21:42:46.615919 [ 198 ] {ed5114e1-3f85-47db-b2af-8a688452285a::all_1_61_12} <Trace> oximeter.measurements_bool (ed5114e1-3f85-47db-b2af-8a688452285a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 18082 | 2025.02.11 21:42:46.615984 [ 257 ] {4a6a4e62-4307-4870-a3da-d23461d5a141} <Debug> TCPHandler: Processed in 0.008023388 sec. | ||
| 18083 | 2025.02.11 21:42:46.616145 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 18084 | 2025.02.11 21:42:46.616292 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18085 | 2025.02.11 21:42:46.616513 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18086 | 2025.02.11 21:42:46.616609 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18087 | 2025.02.11 21:42:46.617154 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18088 | 2025.02.11 21:42:46.617193 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18089 | 2025.02.11 21:42:46.617560 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18090 | 2025.02.11 21:42:46.617805 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Trace> oximeter.measurements_f64 (6b387480-46b7-494e-b2aa-008c30ea6a97): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18091 | 2025.02.11 21:42:46.618019 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 18092 | 2025.02.11 21:42:46.618074 [ 255 ] {9dace10f-2d3b-4dc8-b3c9-4f26c2d70d7a} <Debug> TCPHandler: Processed in 0.001951739 sec. | ||
| 18093 | 2025.02.11 21:42:46.618323 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18094 | 2025.02.11 21:42:46.618482 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18095 | 2025.02.11 21:42:46.618541 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18096 | 2025.02.11 21:42:46.619057 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18097 | 2025.02.11 21:42:46.619096 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18098 | 2025.02.11 21:42:46.619465 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18099 | 2025.02.11 21:42:46.619697 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18100 | 2025.02.11 21:42:46.619867 [ 75 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18101 | 2025.02.11 21:42:46.619918 [ 75 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18102 | 2025.02.11 21:42:46.619942 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
| 18103 | 2025.02.11 21:42:46.619955 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18104 | 2025.02.11 21:42:46.620087 [ 257 ] {ef7faeec-b2f2-4d79-a2df-895d444e9d9c} <Debug> TCPHandler: Processed in 0.001909778 sec. | ||
| 18105 | 2025.02.11 21:42:46.620142 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18106 | 2025.02.11 21:42:46.620240 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18107 | 2025.02.11 21:42:46.620267 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 9406 rows starting from the beginning of the part | ||
| 18108 | 2025.02.11 21:42:46.620346 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 82 rows starting from the beginning of the part | ||
| 18109 | 2025.02.11 21:42:46.620466 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 18110 | 2025.02.11 21:42:46.620663 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 18111 | 2025.02.11 21:42:46.620741 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 18112 | 2025.02.11 21:42:46.620811 [ 197 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 82 rows starting from the beginning of the part | ||
| 18113 | 2025.02.11 21:42:46.623593 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9772 rows, containing 4 columns (4 merged, 0 gathered) in 0.003516907 sec., 2778577.8810756155 rows/sec., 181.79 MiB/sec. | ||
| 18114 | 2025.02.11 21:42:46.623867 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18115 | 2025.02.11 21:42:46.624159 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18116 | 2025.02.11 21:42:46.624238 [ 198 ] {88c8296c-4810-4ac8-b6e6-928b98b461e8::all_1_141_28} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18117 | 2025.02.11 21:42:46.624325 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 18118 | 2025.02.11 21:42:47.676382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408 | ||
| 18119 | 2025.02.11 21:42:47.677970 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18120 | 2025.02.11 21:42:47.678025 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18121 | 2025.02.11 21:42:47.678568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18122 | 2025.02.11 21:42:47.678839 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18123 | 2025.02.11 21:42:47.679139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408 | ||
| 18124 | 2025.02.11 21:42:50.482466 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2464 | ||
| 18125 | 2025.02.11 21:42:50.485613 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18126 | 2025.02.11 21:42:50.485660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18127 | 2025.02.11 21:42:50.487194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18128 | 2025.02.11 21:42:50.487519 [ 243 ] {} <Trace> system.query_log (432f6b40-2a49-4f45-ab1b-4ccd6ce497a6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18129 | 2025.02.11 21:42:50.489919 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2464 | ||
| 18130 | 2025.02.11 21:42:51.010578 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 18131 | 2025.02.11 21:42:51.035462 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18132 | 2025.02.11 21:42:51.035531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18133 | 2025.02.11 21:42:51.043465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18134 | 2025.02.11 21:42:51.044750 [ 242 ] {} <Trace> system.metric_log (f2945508-427c-4f48-ad67-b3f52ac5b8e5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18135 | 2025.02.11 21:42:51.050036 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 18136 | 2025.02.11 21:42:51.191913 [ 218 ] {} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18137 | 2025.02.11 21:42:51.191969 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18138 | 2025.02.11 21:42:51.194485 [ 218 ] {} <Debug> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18139 | 2025.02.11 21:42:51.564230 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18140 | 2025.02.11 21:42:51.564444 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18141 | 2025.02.11 21:42:51.564528 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18142 | 2025.02.11 21:42:51.565422 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18143 | 2025.02.11 21:42:51.565475 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18144 | 2025.02.11 21:42:51.566052 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18145 | 2025.02.11 21:42:51.566556 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Trace> oximeter.fields_string (e45940ad-b06f-47b3-b544-07165279b753): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18146 | 2025.02.11 21:42:51.566795 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Debug> executeQuery: Read 174 rows, 15.62 KiB in 0.002413 sec., 72109.40737670948 rows/sec., 6.32 MiB/sec. | ||
| 18147 | 2025.02.11 21:42:51.566864 [ 255 ] {29979a49-a575-428c-af3f-931c20e71402} <Debug> TCPHandler: Processed in 0.002773299 sec. | ||
| 18148 | 2025.02.11 21:42:51.567109 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18149 | 2025.02.11 21:42:51.567311 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18150 | 2025.02.11 21:42:51.567384 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18151 | 2025.02.11 21:42:51.568160 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18152 | 2025.02.11 21:42:51.568201 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18153 | 2025.02.11 21:42:51.568827 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 18154 | 2025.02.11 21:42:51.569328 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Trace> oximeter.fields_u16 (4004fcfa-7005-4a9b-ac93-f99611d7a876): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18155 | 2025.02.11 21:42:51.569538 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Debug> executeQuery: Read 59 rows, 4.44 KiB in 0.002276 sec., 25922.67135325132 rows/sec., 1.90 MiB/sec. | ||
| 18156 | 2025.02.11 21:42:51.569645 [ 257 ] {bb77a7ee-841e-4a7e-94ff-d1728fbe49c1} <Debug> TCPHandler: Processed in 0.002676426 sec. | ||
| 18157 | 2025.02.11 21:42:51.569848 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18158 | 2025.02.11 21:42:51.570042 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18159 | 2025.02.11 21:42:51.570096 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18160 | 2025.02.11 21:42:51.570759 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18161 | 2025.02.11 21:42:51.570801 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18162 | 2025.02.11 21:42:51.571300 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18163 | 2025.02.11 21:42:51.571748 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18164 | 2025.02.11 21:42:51.571970 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Debug> executeQuery: Read 123 rows, 9.84 KiB in 0.001957 sec., 62851.3030148186 rows/sec., 4.91 MiB/sec. | ||
| 18165 | 2025.02.11 21:42:51.572028 [ 255 ] {2b2bdddb-b2ec-4961-b82f-d6b229d86ba6} <Debug> TCPHandler: Processed in 0.002292646 sec. | ||
| 18166 | 2025.02.11 21:42:51.572183 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18167 | 2025.02.11 21:42:51.572325 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18168 | 2025.02.11 21:42:51.572389 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18169 | 2025.02.11 21:42:51.573048 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18170 | 2025.02.11 21:42:51.573085 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18171 | 2025.02.11 21:42:51.573599 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18172 | 2025.02.11 21:42:51.574051 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18173 | 2025.02.11 21:42:51.574235 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001943 sec., 82346.88625836336 rows/sec., 5.74 MiB/sec. | ||
| 18174 | 2025.02.11 21:42:51.574286 [ 257 ] {98b4d694-3f45-44dc-bbd2-2f0bcb80992d} <Debug> TCPHandler: Processed in 0.002171854 sec. | ||
| 18175 | 2025.02.11 21:42:51.574436 [ 255 ] {} <Trace> TCP-Session: 58828b17-746a-4e45-94e1-933d2ac53160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18176 | 2025.02.11 21:42:51.574578 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18177 | 2025.02.11 21:42:51.574676 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18178 | 2025.02.11 21:42:51.575997 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18179 | 2025.02.11 21:42:51.576040 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18180 | 2025.02.11 21:42:51.576874 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18181 | 2025.02.11 21:42:51.577327 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18182 | 2025.02.11 21:42:51.577519 [ 157 ] {} <Debug> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18183 | 2025.02.11 21:42:51.577582 [ 157 ] {} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18184 | 2025.02.11 21:42:51.577618 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18185 | 2025.02.11 21:42:51.577625 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Debug> executeQuery: Read 59 rows, 108.26 KiB in 0.003073 sec., 19199.479336153596 rows/sec., 34.40 MiB/sec. | ||
| 18186 | 2025.02.11 21:42:51.578043 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::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 | ||
| 18187 | 2025.02.11 21:42:51.578053 [ 255 ] {b64d151a-aeac-4f01-ba58-192c26a739b0} <Debug> TCPHandler: Processed in 0.003680131 sec. | ||
| 18188 | 2025.02.11 21:42:51.578351 [ 257 ] {} <Trace> TCP-Session: 76e1e493-15eb-4b9a-827a-e01d56319f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18189 | 2025.02.11 21:42:51.578634 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18190 | 2025.02.11 21:42:51.578773 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18191 | 2025.02.11 21:42:51.578867 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18192 | 2025.02.11 21:42:51.579186 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2594 rows starting from the beginning of the part | ||
| 18193 | 2025.02.11 21:42:51.580037 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 59 rows starting from the beginning of the part | ||
| 18194 | 2025.02.11 21:42:51.580745 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 59 rows starting from the beginning of the part | ||
| 18195 | 2025.02.11 21:42:51.580885 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18196 | 2025.02.11 21:42:51.581079 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 18197 | 2025.02.11 21:42:51.581361 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 59 rows starting from the beginning of the part | ||
| 18198 | 2025.02.11 21:42:51.581975 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 59 rows starting from the beginning of the part | ||
| 18199 | 2025.02.11 21:42:51.582586 [ 196 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 59 rows starting from the beginning of the part | ||
| 18200 | 2025.02.11 21:42:51.582736 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18201 | 2025.02.11 21:42:51.583646 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18202 | 2025.02.11 21:42:51.584153 [ 218 ] {} <Trace> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18203 | 2025.02.11 21:42:51.584252 [ 218 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18204 | 2025.02.11 21:42:51.584294 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005714 sec., 10500.525026251313 rows/sec., 724.65 KiB/sec. | ||
| 18205 | 2025.02.11 21:42:51.584571 [ 257 ] {b91c0274-d8a1-4a45-b15f-59bf1b5b62d1} <Debug> TCPHandler: Processed in 0.006362607 sec. | ||
| 18206 | 2025.02.11 21:42:51.588057 [ 218 ] {} <Debug> oximeter.measurements_u64 (88c8296c-4810-4ac8-b6e6-928b98b461e8): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18207 | 2025.02.11 21:42:51.594964 [ 198 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2889 rows, containing 19 columns (19 merged, 0 gathered) in 0.017224306 sec., 167728.09307962828 rows/sec., 300.56 MiB/sec. | ||
| 18208 | 2025.02.11 21:42:51.597424 [ 192 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18209 | 2025.02.11 21:42:51.598170 [ 192 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18210 | 2025.02.11 21:42:51.598261 [ 192 ] {00ef036b-a1dc-4554-8fba-b080234bb62c::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (00ef036b-a1dc-4554-8fba-b080234bb62c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18211 | 2025.02.11 21:42:51.598397 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. | ||
| 18212 | 2025.02.11 21:42:51.976299 [ 222 ] {} <Trace> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18213 | 2025.02.11 21:42:51.976346 [ 222 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18214 | 2025.02.11 21:42:51.978406 [ 222 ] {} <Debug> oximeter.fields_uuid (89685d78-0015-4e68-b006-887ccf922378): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18215 | 2025.02.11 21:42:53.210476 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18216 | 2025.02.11 21:42:53.210533 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18217 | 2025.02.11 21:42:53.212469 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f33db25a-7948-4a32-b870-ac2d597db389): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18218 | 2025.02.11 21:42:54.937318 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18219 | 2025.02.11 21:42:54.937412 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18220 | 2025.02.11 21:42:55.179316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896 | ||
| 18221 | 2025.02.11 21:42:55.180396 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18222 | 2025.02.11 21:42:55.180454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18223 | 2025.02.11 21:42:55.180991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18224 | 2025.02.11 21:42:55.181244 [ 244 ] {} <Trace> system.asynchronous_metric_log (31ef629e-5d2d-435a-b34a-9cc79d63ad33): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18225 | 2025.02.11 21:42:55.181506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||