| 1 | [ Nov 22 20:31:49 Enabled. ] | ||
| 2 | [ Nov 22 20:31:49 Rereading configuration. ] | ||
| 3 | [ Nov 22 20:31:50 Rereading configuration. ] | ||
| 4 | [ Nov 22 20:31:53 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 | [ Nov 22 20:31:54 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 | 2024.11.22 20:31:54.891140 [ 1 ] {} <Information> Application: Will watch for the process with pid 27187 | ||
| 29 | 2024.11.22 20:31:54.891532 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.22 20:31:55.409817 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27187 | ||
| 31 | 2024.11.22 20:31:55.410611 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.22 20:31:55.411357 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.22 20:31:55.513385 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.22 20:31:55.546035 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.22 20:31:55.546117 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.22 20:31:55.546130 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.22 20:31:55.546199 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.22 20:31:55.546908 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.22 20:31:55.548690 [ 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 | 2024.11.22 20:31:55.549555 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.22 20:31:55.550490 [ 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 | 2024.11.22 20:31:55.550552 [ 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 | 2024.11.22 20:31:55.550597 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.22 20:31:55.550789 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.22 20:31:55.551803 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.22 20:31:55.557670 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.22 20:31:55.558488 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.22 20:31:55.559912 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.22 20:31:55.560025 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.22 20:31:55.561753 [ 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 | 2024.11.22 20:31:55.562312 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.22 20:31:55.568263 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.22 20:31:55.568912 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.22 20:31:55.570664 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.22 20:31:55.571166 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.22 20:31:55.571598 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.22 20:31:55.571969 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.22 20:31:55.573553 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.22 20:31:55.573585 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.22 20:31:55.573652 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.22 20:31:55.573769 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.22 20:31:55.584174 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.22 20:31:55.584201 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154344 sec | ||
| 68 | 2024.11.22 20:31:55.584295 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.22 20:31:55.584341 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.22 20:31:55.585684 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.22 20:31:55.586816 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.22 20:31:55.601737 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.22 20:31:55.601787 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.22 20:31:55.601876 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.22 20:31:55.601890 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.22 20:31:55.601921 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.22 20:31:55.602002 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.11.22 20:31:55.606779 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.22 20:31:55.606831 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.22 20:31:55.606890 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.11.22 20:31:55.607111 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.22 20:31:55.607133 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.22 20:31:55.607171 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.22 20:31:55.607266 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.22 20:31:55.607281 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.22 20:31:55.607317 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.22 20:31:55.607443 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.22 20:31:55.638882 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.22 20:31:55.640364 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.22 20:31:55.640462 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117803 sec | ||
| 91 | 2024.11.22 20:31:55.640478 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.22 20:31:55.640490 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.22 20:31:55.640517 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.22 20:31:55.640746 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.22 20:31:55.640853 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.22 20:31:55.640875 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.22 20:31:55.640887 [ 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 | 2024.11.22 20:31:55.640900 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.22 20:31:55.652554 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.22 20:31:55.652754 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.11.22 20:31:55.653657 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.191e-05 sec. | ||
| 102 | 2024.11.22 20:31:55.654746 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.22 20:31:55.654805 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.22 20:31:55.654854 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.22 20:31:55.800916 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41394 | ||
| 106 | 2024.11.22 20:31:55.801272 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.22 20:31:55.801336 [ 3 ] {} <Debug> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41394 | ||
| 108 | 2024.11.22 20:31:55.801371 [ 3 ] {} <Debug> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.22 20:31:55.801450 [ 3 ] {} <Debug> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.22 20:31:55.801546 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.22 20:31:55.801576 [ 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 | 2024.11.22 20:31:55.801671 [ 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 | 2024.11.22 20:31:55.802154 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52831 | ||
| 114 | 2024.11.22 20:31:55.802223 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60972 | ||
| 115 | 2024.11.22 20:31:55.802310 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.11.22 20:31:55.802366 [ 4 ] {} <Debug> TCP-Session: bb96d24a-e343-455a-9bc6-be674d8b6f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52831 | ||
| 117 | 2024.11.22 20:31:55.802378 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2024.11.22 20:31:55.802483 [ 4 ] {} <Debug> TCP-Session: bb96d24a-e343-455a-9bc6-be674d8b6f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.11.22 20:31:55.802499 [ 5 ] {} <Debug> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60972 | ||
| 120 | 2024.11.22 20:31:55.802521 [ 4 ] {} <Debug> TCP-Session: bb96d24a-e343-455a-9bc6-be674d8b6f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.11.22 20:31:55.802628 [ 5 ] {} <Debug> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.11.22 20:31:55.802665 [ 5 ] {} <Debug> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.11.22 20:31:55.803093 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45544 | ||
| 124 | 2024.11.22 20:31:55.803889 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.11.22 20:31:55.803899 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41392 | ||
| 126 | 2024.11.22 20:31:55.803953 [ 253 ] {} <Debug> TCP-Session: e4ee0904-2577-4054-a0b1-c52490033732 Authenticating user 'default' from [fd00:1122:3344:101::d]:45544 | ||
| 127 | 2024.11.22 20:31:55.804777 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2024.11.22 20:31:55.804802 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41024 | ||
| 129 | 2024.11.22 20:31:55.804809 [ 253 ] {} <Debug> TCP-Session: e4ee0904-2577-4054-a0b1-c52490033732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.22 20:31:55.804845 [ 254 ] {} <Debug> TCP-Session: 0b891be4-27b8-4f55-832a-1e67cc2c2af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41392 | ||
| 131 | 2024.11.22 20:31:55.805488 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56893 | ||
| 132 | 2024.11.22 20:31:55.805508 [ 253 ] {} <Debug> TCP-Session: e4ee0904-2577-4054-a0b1-c52490033732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.11.22 20:31:55.805501 [ 254 ] {} <Debug> TCP-Session: 0b891be4-27b8-4f55-832a-1e67cc2c2af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.22 20:31:55.805531 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 135 | 2024.11.22 20:31:55.805725 [ 254 ] {} <Debug> TCP-Session: 0b891be4-27b8-4f55-832a-1e67cc2c2af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.22 20:31:55.805788 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.11.22 20:31:55.805610 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2024.11.22 20:31:55.805766 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49564 | ||
| 139 | 2024.11.22 20:31:55.805919 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35770 | ||
| 140 | 2024.11.22 20:31:55.805966 [ 256 ] {} <Debug> TCP-Session: 68f734a3-d9d7-41fd-af6c-9bb218daef49 Authenticating user 'default' from [fd00:1122:3344:101::d]:56893 | ||
| 141 | 2024.11.22 20:31:55.805943 [ 255 ] {} <Debug> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:41024 | ||
| 142 | 2024.11.22 20:31:55.806142 [ 256 ] {} <Debug> TCP-Session: 68f734a3-d9d7-41fd-af6c-9bb218daef49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.11.22 20:31:55.806194 [ 255 ] {} <Debug> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.11.22 20:31:55.806203 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2024.11.22 20:31:55.806340 [ 256 ] {} <Debug> TCP-Session: 68f734a3-d9d7-41fd-af6c-9bb218daef49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.22 20:31:55.806352 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 147 | 2024.11.22 20:31:55.806416 [ 257 ] {} <Debug> TCP-Session: d6e3b7e9-a9df-441a-a7b3-4cb5fcd0fe17 Authenticating user 'default' from [fd00:1122:3344:101::d]:49564 | ||
| 148 | 2024.11.22 20:31:55.806432 [ 255 ] {} <Debug> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.22 20:31:55.807029 [ 258 ] {} <Debug> TCP-Session: dd275426-d98f-46eb-b435-1a36bf0543dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35770 | ||
| 150 | 2024.11.22 20:31:55.807030 [ 257 ] {} <Debug> TCP-Session: d6e3b7e9-a9df-441a-a7b3-4cb5fcd0fe17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.11.22 20:31:55.807129 [ 258 ] {} <Debug> TCP-Session: dd275426-d98f-46eb-b435-1a36bf0543dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.22 20:31:55.807138 [ 257 ] {} <Debug> TCP-Session: d6e3b7e9-a9df-441a-a7b3-4cb5fcd0fe17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.22 20:31:55.807154 [ 258 ] {} <Debug> TCP-Session: dd275426-d98f-46eb-b435-1a36bf0543dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.11.22 20:31:55.810041 [ 3 ] {b1bccde3-7040-4b88-9deb-d76a1700e1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.22 20:31:55.861293 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34561 | ||
| 156 | 2024.11.22 20:31:55.861759 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 157 | 2024.11.22 20:31:55.861792 [ 259 ] {} <Debug> TCP-Session: d63d6ba0-0c88-473d-8546-9062916b44d0 Authenticating user 'default' from [fd00:1122:3344:101::a]:34561 | ||
| 158 | 2024.11.22 20:31:55.861815 [ 259 ] {} <Debug> TCP-Session: d63d6ba0-0c88-473d-8546-9062916b44d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 159 | 2024.11.22 20:31:55.861893 [ 259 ] {} <Debug> TCP-Session: d63d6ba0-0c88-473d-8546-9062916b44d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 160 | 2024.11.22 20:31:55.861957 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 161 | 2024.11.22 20:31:55.861982 [ 259 ] {} <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 | ||
| 162 | 2024.11.22 20:31:55.862057 [ 259 ] {} <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 | ||
| 163 | 2024.11.22 20:31:55.863020 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58838 | ||
| 164 | 2024.11.22 20:31:55.863127 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43247 | ||
| 165 | 2024.11.22 20:31:55.863178 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2024.11.22 20:31:55.863225 [ 260 ] {} <Debug> TCP-Session: e7cbd0fc-dfc7-41a2-b839-e2c35705fa51 Authenticating user 'default' from [fd00:1122:3344:101::a]:58838 | ||
| 167 | 2024.11.22 20:31:55.863360 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57075 | ||
| 168 | 2024.11.22 20:31:55.863375 [ 260 ] {} <Debug> TCP-Session: e7cbd0fc-dfc7-41a2-b839-e2c35705fa51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.11.22 20:31:55.863369 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 170 | 2024.11.22 20:31:55.863464 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57770 | ||
| 171 | 2024.11.22 20:31:55.863474 [ 260 ] {} <Debug> TCP-Session: e7cbd0fc-dfc7-41a2-b839-e2c35705fa51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2024.11.22 20:31:55.863633 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2024.11.22 20:31:55.863661 [ 261 ] {} <Debug> TCP-Session: 3934b973-7e17-434c-978b-349160d19df0 Authenticating user 'default' from [fd00:1122:3344:101::a]:43247 | ||
| 174 | 2024.11.22 20:31:55.863758 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61429 | ||
| 175 | 2024.11.22 20:31:55.863799 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58919 | ||
| 176 | 2024.11.22 20:31:55.863794 [ 261 ] {} <Debug> TCP-Session: 3934b973-7e17-434c-978b-349160d19df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.11.22 20:31:55.863858 [ 262 ] {} <Debug> TCP-Session: 77aeac41-362e-4069-856f-37d37771955b Authenticating user 'default' from [fd00:1122:3344:101::a]:57075 | ||
| 178 | 2024.11.22 20:31:55.864194 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2024.11.22 20:31:55.864198 [ 261 ] {} <Debug> TCP-Session: 3934b973-7e17-434c-978b-349160d19df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.11.22 20:31:55.864235 [ 262 ] {} <Debug> TCP-Session: 77aeac41-362e-4069-856f-37d37771955b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.11.22 20:31:55.864215 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.11.22 20:31:55.864317 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 183 | 2024.11.22 20:31:55.864933 [ 265 ] {} <Debug> TCP-Session: 0099433c-38bb-45e5-8580-3f8d77643ab1 Authenticating user 'default' from [fd00:1122:3344:101::a]:58919 | ||
| 184 | 2024.11.22 20:31:55.865022 [ 263 ] {} <Debug> TCP-Session: cb0e6061-0a2c-45c7-937e-dedd007a839f Authenticating user 'default' from [fd00:1122:3344:101::a]:57770 | ||
| 185 | 2024.11.22 20:31:55.865045 [ 262 ] {} <Debug> TCP-Session: 77aeac41-362e-4069-856f-37d37771955b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.11.22 20:31:55.864998 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37066 | ||
| 187 | 2024.11.22 20:31:55.865111 [ 263 ] {} <Debug> TCP-Session: cb0e6061-0a2c-45c7-937e-dedd007a839f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.11.22 20:31:55.865078 [ 264 ] {} <Debug> TCP-Session: 2385daab-0442-429d-a35b-9c3b07659f4f Authenticating user 'default' from [fd00:1122:3344:101::a]:61429 | ||
| 189 | 2024.11.22 20:31:55.865771 [ 265 ] {} <Debug> TCP-Session: 0099433c-38bb-45e5-8580-3f8d77643ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.11.22 20:31:55.866437 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 191 | 2024.11.22 20:31:55.866445 [ 263 ] {} <Debug> TCP-Session: cb0e6061-0a2c-45c7-937e-dedd007a839f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.11.22 20:31:55.866467 [ 264 ] {} <Debug> TCP-Session: 2385daab-0442-429d-a35b-9c3b07659f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.11.22 20:31:55.866505 [ 265 ] {} <Debug> TCP-Session: 0099433c-38bb-45e5-8580-3f8d77643ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.11.22 20:31:55.867601 [ 266 ] {} <Debug> TCP-Session: 194cc2fb-5979-4f3b-b5d8-fa4e7f6c6d37 Authenticating user 'default' from [fd00:1122:3344:101::a]:37066 | ||
| 195 | 2024.11.22 20:31:55.867661 [ 264 ] {} <Debug> TCP-Session: 2385daab-0442-429d-a35b-9c3b07659f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.11.22 20:31:55.867683 [ 266 ] {} <Debug> TCP-Session: 194cc2fb-5979-4f3b-b5d8-fa4e7f6c6d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.11.22 20:31:55.868233 [ 266 ] {} <Debug> TCP-Session: 194cc2fb-5979-4f3b-b5d8-fa4e7f6c6d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2024.11.22 20:31:55.878095 [ 3 ] {b1bccde3-7040-4b88-9deb-d76a1700e1d7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41394) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2024.11.22 20:31:55.879631 [ 3 ] {b1bccde3-7040-4b88-9deb-d76a1700e1d7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2024.11.22 20:31:55.879855 [ 3 ] {b1bccde3-7040-4b88-9deb-d76a1700e1d7} <Debug> TCPHandler: Processed in 0.076890758 sec. | ||
| 247 | 2024.11.22 20:31:55.880308 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2024.11.22 20:31:55.880533 [ 5 ] {3b8d1730-a9fc-41ee-b98b-e6331c986a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2024.11.22 20:31:55.881112 [ 5 ] {3b8d1730-a9fc-41ee-b98b-e6331c986a6c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60972) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 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 | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 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 | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2024.11.22 20:31:55.881438 [ 5 ] {3b8d1730-a9fc-41ee-b98b-e6331c986a6c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 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 | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2024.11.22 20:31:55.881716 [ 5 ] {3b8d1730-a9fc-41ee-b98b-e6331c986a6c} <Debug> TCPHandler: Processed in 0.001617359 sec. | ||
| 298 | 2024.11.22 20:31:55.883040 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2024.11.22 20:31:55.884534 [ 3 ] {f24e9b44-2f21-4bc2-8275-f0bc27083830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2024.11.22 20:31:55.885246 [ 3 ] {f24e9b44-2f21-4bc2-8275-f0bc27083830} <Debug> TCPHandler: Processed in 0.002322707 sec. | ||
| 301 | 2024.11.22 20:31:55.885458 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.11.22 20:31:55.885663 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2024.11.22 20:31:55.885774 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2024.11.22 20:31:55.887076 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2024.11.22 20:31:55.887168 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000125263 sec | ||
| 306 | 2024.11.22 20:31:55.887183 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Trace> ReferentialDeps: No tables | ||
| 307 | 2024.11.22 20:31:55.887195 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Trace> LoadingDeps: No tables | ||
| 308 | 2024.11.22 20:31:55.887250 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2024.11.22 20:31:55.887337 [ 5 ] {3d89cf8e-f03f-4118-8f56-e2816b627085} <Debug> TCPHandler: Processed in 0.001938007 sec. | ||
| 310 | 2024.11.22 20:31:55.887528 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.11.22 20:31:55.887739 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) /* The version table contains metadata about the `oximeter` database */ | ||
| 312 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 313 | 2024.11.22 20:31:55.887884 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2024.11.22 20:31:55.896836 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2024.11.22 20:31:55.898593 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Debug> oximeter.version (5c87cd69-e7cb-454e-b4db-ae01b974b342): Loading data parts | ||
| 316 | 2024.11.22 20:31:55.899157 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Debug> oximeter.version (5c87cd69-e7cb-454e-b4db-ae01b974b342): There are no data parts | ||
| 317 | 2024.11.22 20:31:55.901935 [ 3 ] {cd96d020-44f0-4d55-8f16-9a0ad4adb131} <Debug> TCPHandler: Processed in 0.014472603 sec. | ||
| 318 | 2024.11.22 20:31:55.902256 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2024.11.22 20:31:55.902550 [ 5 ] {f2bcd32a-65e7-4df5-96e6-51a9b6f4588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) /* The measurement tables contain all individual samples from each timeseries. | ||
| 320 | * | ||
| 321 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 322 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 323 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 324 | * by all samples from the same timeseries. | ||
| 325 | * | ||
| 326 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 327 | * and then uses that to index quickly into the measurements tables. | ||
| 328 | */ | ||
| 329 | 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) | ||
| 330 | 2024.11.22 20:31:55.902716 [ 5 ] {f2bcd32a-65e7-4df5-96e6-51a9b6f4588b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2024.11.22 20:31:55.911143 [ 5 ] {f2bcd32a-65e7-4df5-96e6-51a9b6f4588b} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Loading data parts | ||
| 332 | 2024.11.22 20:31:55.911430 [ 5 ] {f2bcd32a-65e7-4df5-96e6-51a9b6f4588b} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): There are no data parts | ||
| 333 | 2024.11.22 20:31:55.912847 [ 5 ] {f2bcd32a-65e7-4df5-96e6-51a9b6f4588b} <Debug> TCPHandler: Processed in 0.010686081 sec. | ||
| 334 | 2024.11.22 20:31:55.913057 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.11.22 20:31:55.913319 [ 3 ] {7ed4ee64-8030-43ef-9513-4def4394db1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 336 | 2024.11.22 20:31:55.913406 [ 3 ] {7ed4ee64-8030-43ef-9513-4def4394db1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2024.11.22 20:31:55.915403 [ 3 ] {7ed4ee64-8030-43ef-9513-4def4394db1e} <Debug> oximeter.measurements_i8 (a1baa858-5066-405a-985f-469700f06373): Loading data parts | ||
| 338 | 2024.11.22 20:31:55.915574 [ 3 ] {7ed4ee64-8030-43ef-9513-4def4394db1e} <Debug> oximeter.measurements_i8 (a1baa858-5066-405a-985f-469700f06373): There are no data parts | ||
| 339 | 2024.11.22 20:31:55.916920 [ 3 ] {7ed4ee64-8030-43ef-9513-4def4394db1e} <Debug> TCPHandler: Processed in 0.003932476 sec. | ||
| 340 | 2024.11.22 20:31:55.917189 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2024.11.22 20:31:55.917456 [ 5 ] {6e0489d0-730b-4494-9bd7-5ce7d776a5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 342 | 2024.11.22 20:31:55.917605 [ 5 ] {6e0489d0-730b-4494-9bd7-5ce7d776a5e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2024.11.22 20:31:55.919562 [ 5 ] {6e0489d0-730b-4494-9bd7-5ce7d776a5e7} <Debug> oximeter.measurements_u8 (dcf93650-ebb9-4fc8-873a-88a975a21d56): Loading data parts | ||
| 344 | 2024.11.22 20:31:55.919737 [ 5 ] {6e0489d0-730b-4494-9bd7-5ce7d776a5e7} <Debug> oximeter.measurements_u8 (dcf93650-ebb9-4fc8-873a-88a975a21d56): There are no data parts | ||
| 345 | 2024.11.22 20:31:55.921018 [ 5 ] {6e0489d0-730b-4494-9bd7-5ce7d776a5e7} <Debug> TCPHandler: Processed in 0.003901615 sec. | ||
| 346 | 2024.11.22 20:31:55.921219 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2024.11.22 20:31:55.921430 [ 3 ] {94568dc5-b141-4cfb-aac1-d2cac28a834b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 348 | 2024.11.22 20:31:55.921533 [ 3 ] {94568dc5-b141-4cfb-aac1-d2cac28a834b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2024.11.22 20:31:55.923427 [ 3 ] {94568dc5-b141-4cfb-aac1-d2cac28a834b} <Debug> oximeter.measurements_i16 (96bbd19f-a7c6-4983-8eca-7ccb0d1561c6): Loading data parts | ||
| 350 | 2024.11.22 20:31:55.923668 [ 3 ] {94568dc5-b141-4cfb-aac1-d2cac28a834b} <Debug> oximeter.measurements_i16 (96bbd19f-a7c6-4983-8eca-7ccb0d1561c6): There are no data parts | ||
| 351 | 2024.11.22 20:31:55.924915 [ 3 ] {94568dc5-b141-4cfb-aac1-d2cac28a834b} <Debug> TCPHandler: Processed in 0.003761152 sec. | ||
| 352 | 2024.11.22 20:31:55.925103 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.11.22 20:31:55.925394 [ 5 ] {5dc67220-07f1-4395-af68-14ad18867d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 354 | 2024.11.22 20:31:55.925521 [ 5 ] {5dc67220-07f1-4395-af68-14ad18867d0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2024.11.22 20:31:55.927373 [ 5 ] {5dc67220-07f1-4395-af68-14ad18867d0e} <Debug> oximeter.measurements_u16 (c349fb73-60bb-4a87-9229-be5df34af54e): Loading data parts | ||
| 356 | 2024.11.22 20:31:55.927590 [ 5 ] {5dc67220-07f1-4395-af68-14ad18867d0e} <Debug> oximeter.measurements_u16 (c349fb73-60bb-4a87-9229-be5df34af54e): There are no data parts | ||
| 357 | 2024.11.22 20:31:55.928926 [ 5 ] {5dc67220-07f1-4395-af68-14ad18867d0e} <Debug> TCPHandler: Processed in 0.003879545 sec. | ||
| 358 | 2024.11.22 20:31:55.929119 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.11.22 20:31:55.929368 [ 3 ] {12c2d2ef-208b-448d-b937-a3104498718c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 360 | 2024.11.22 20:31:55.929501 [ 3 ] {12c2d2ef-208b-448d-b937-a3104498718c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2024.11.22 20:31:55.931395 [ 3 ] {12c2d2ef-208b-448d-b937-a3104498718c} <Debug> oximeter.measurements_i32 (08e4435c-fae4-4bce-932a-018378b3433d): Loading data parts | ||
| 362 | 2024.11.22 20:31:55.931597 [ 3 ] {12c2d2ef-208b-448d-b937-a3104498718c} <Debug> oximeter.measurements_i32 (08e4435c-fae4-4bce-932a-018378b3433d): There are no data parts | ||
| 363 | 2024.11.22 20:31:55.932879 [ 3 ] {12c2d2ef-208b-448d-b937-a3104498718c} <Debug> TCPHandler: Processed in 0.003825324 sec. | ||
| 364 | 2024.11.22 20:31:55.933065 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2024.11.22 20:31:55.933352 [ 5 ] {370825f6-cb78-48fc-acaa-8c0bc4f4deba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 366 | 2024.11.22 20:31:55.933469 [ 5 ] {370825f6-cb78-48fc-acaa-8c0bc4f4deba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2024.11.22 20:31:55.935554 [ 5 ] {370825f6-cb78-48fc-acaa-8c0bc4f4deba} <Debug> oximeter.measurements_u32 (e1c20c44-d21e-486d-96f7-c59510d6e00e): Loading data parts | ||
| 368 | 2024.11.22 20:31:55.935764 [ 5 ] {370825f6-cb78-48fc-acaa-8c0bc4f4deba} <Debug> oximeter.measurements_u32 (e1c20c44-d21e-486d-96f7-c59510d6e00e): There are no data parts | ||
| 369 | 2024.11.22 20:31:55.937270 [ 5 ] {370825f6-cb78-48fc-acaa-8c0bc4f4deba} <Debug> TCPHandler: Processed in 0.004260024 sec. | ||
| 370 | 2024.11.22 20:31:55.937459 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2024.11.22 20:31:55.937662 [ 3 ] {3ff5ae89-9615-4290-b09a-abe38f632c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 372 | 2024.11.22 20:31:55.937795 [ 3 ] {3ff5ae89-9615-4290-b09a-abe38f632c13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2024.11.22 20:31:55.940580 [ 3 ] {3ff5ae89-9615-4290-b09a-abe38f632c13} <Debug> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Loading data parts | ||
| 374 | 2024.11.22 20:31:55.940893 [ 3 ] {3ff5ae89-9615-4290-b09a-abe38f632c13} <Debug> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): There are no data parts | ||
| 375 | 2024.11.22 20:31:55.942212 [ 3 ] {3ff5ae89-9615-4290-b09a-abe38f632c13} <Debug> TCPHandler: Processed in 0.004809847 sec. | ||
| 376 | 2024.11.22 20:31:55.942412 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2024.11.22 20:31:55.942731 [ 5 ] {0b95d27c-b05e-4627-af16-4da93e916c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 378 | 2024.11.22 20:31:55.942851 [ 5 ] {0b95d27c-b05e-4627-af16-4da93e916c7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2024.11.22 20:31:55.945034 [ 5 ] {0b95d27c-b05e-4627-af16-4da93e916c7c} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Loading data parts | ||
| 380 | 2024.11.22 20:31:55.945204 [ 5 ] {0b95d27c-b05e-4627-af16-4da93e916c7c} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): There are no data parts | ||
| 381 | 2024.11.22 20:31:55.946836 [ 5 ] {0b95d27c-b05e-4627-af16-4da93e916c7c} <Debug> TCPHandler: Processed in 0.004482249 sec. | ||
| 382 | 2024.11.22 20:31:55.947035 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2024.11.22 20:31:55.947248 [ 3 ] {435ddc3d-de0a-4b75-8631-d1122d808d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 384 | 2024.11.22 20:31:55.947412 [ 3 ] {435ddc3d-de0a-4b75-8631-d1122d808d23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2024.11.22 20:31:55.949529 [ 3 ] {435ddc3d-de0a-4b75-8631-d1122d808d23} <Debug> oximeter.measurements_f32 (48987682-5efd-4b25-8ea7-ab1d706e1d29): Loading data parts | ||
| 386 | 2024.11.22 20:31:55.949788 [ 3 ] {435ddc3d-de0a-4b75-8631-d1122d808d23} <Debug> oximeter.measurements_f32 (48987682-5efd-4b25-8ea7-ab1d706e1d29): There are no data parts | ||
| 387 | 2024.11.22 20:31:55.951156 [ 3 ] {435ddc3d-de0a-4b75-8631-d1122d808d23} <Debug> TCPHandler: Processed in 0.004179282 sec. | ||
| 388 | 2024.11.22 20:31:55.951395 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.11.22 20:31:55.952020 [ 5 ] {7ab9e309-d2e1-4c06-8582-0613a740cb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 390 | 2024.11.22 20:31:55.952203 [ 5 ] {7ab9e309-d2e1-4c06-8582-0613a740cb95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2024.11.22 20:31:55.964390 [ 5 ] {7ab9e309-d2e1-4c06-8582-0613a740cb95} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Loading data parts | ||
| 392 | 2024.11.22 20:31:55.964603 [ 5 ] {7ab9e309-d2e1-4c06-8582-0613a740cb95} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): There are no data parts | ||
| 393 | 2024.11.22 20:31:55.969507 [ 5 ] {7ab9e309-d2e1-4c06-8582-0613a740cb95} <Debug> TCPHandler: Processed in 0.018183124 sec. | ||
| 394 | 2024.11.22 20:31:55.969796 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.11.22 20:31:55.970049 [ 3 ] {a778b83e-d774-4bb8-b2a7-86c70d1c3f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 396 | 2024.11.22 20:31:55.970152 [ 3 ] {a778b83e-d774-4bb8-b2a7-86c70d1c3f4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2024.11.22 20:31:55.976807 [ 3 ] {a778b83e-d774-4bb8-b2a7-86c70d1c3f4c} <Debug> oximeter.measurements_string (55d4f701-c417-4def-9247-440b44234d5e): Loading data parts | ||
| 398 | 2024.11.22 20:31:55.977027 [ 3 ] {a778b83e-d774-4bb8-b2a7-86c70d1c3f4c} <Debug> oximeter.measurements_string (55d4f701-c417-4def-9247-440b44234d5e): There are no data parts | ||
| 399 | 2024.11.22 20:31:55.981607 [ 3 ] {a778b83e-d774-4bb8-b2a7-86c70d1c3f4c} <Debug> TCPHandler: Processed in 0.01190615 sec. | ||
| 400 | 2024.11.22 20:31:55.981854 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2024.11.22 20:31:55.982115 [ 5 ] {746d18af-4c69-4166-be14-d06d4a8fe6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 402 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 403 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 404 | * a string isn't palatable for a few reasons. | ||
| 405 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 406 | * details. | ||
| 407 | */ | ||
| 408 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2024.11.22 20:31:55.982196 [ 5 ] {746d18af-4c69-4166-be14-d06d4a8fe6d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2024.11.22 20:31:55.987653 [ 5 ] {746d18af-4c69-4166-be14-d06d4a8fe6d3} <Debug> oximeter.measurements_bytes (b4b0870b-8521-4b5b-9121-6db79346e5da): Loading data parts | ||
| 411 | 2024.11.22 20:31:55.987875 [ 5 ] {746d18af-4c69-4166-be14-d06d4a8fe6d3} <Debug> oximeter.measurements_bytes (b4b0870b-8521-4b5b-9121-6db79346e5da): There are no data parts | ||
| 412 | 2024.11.22 20:31:55.992294 [ 5 ] {746d18af-4c69-4166-be14-d06d4a8fe6d3} <Debug> TCPHandler: Processed in 0.010523897 sec. | ||
| 413 | 2024.11.22 20:31:55.992507 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.11.22 20:31:55.992779 [ 3 ] {04d458c5-ecf5-4814-8962-d766a444ffe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 415 | 2024.11.22 20:31:55.992858 [ 3 ] {04d458c5-ecf5-4814-8962-d766a444ffe6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2024.11.22 20:31:55.998270 [ 3 ] {04d458c5-ecf5-4814-8962-d766a444ffe6} <Debug> oximeter.measurements_cumulativei64 (9d54a0a2-6012-4ca6-9334-9de568daa188): Loading data parts | ||
| 417 | 2024.11.22 20:31:55.998491 [ 3 ] {04d458c5-ecf5-4814-8962-d766a444ffe6} <Debug> oximeter.measurements_cumulativei64 (9d54a0a2-6012-4ca6-9334-9de568daa188): There are no data parts | ||
| 418 | 2024.11.22 20:31:56.000144 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.37 MiB, peak 122.37 MiB, free memory in arenas 0.00 B, will set to 134.04 MiB (RSS), difference: 11.67 MiB | ||
| 419 | 2024.11.22 20:31:56.002353 [ 3 ] {04d458c5-ecf5-4814-8962-d766a444ffe6} <Debug> TCPHandler: Processed in 0.009915632 sec. | ||
| 420 | 2024.11.22 20:31:56.002569 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.11.22 20:31:56.002835 [ 5 ] {fd57bf9b-f274-494e-b5a4-f1a69daee2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 422 | 2024.11.22 20:31:56.002910 [ 5 ] {fd57bf9b-f274-494e-b5a4-f1a69daee2cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2024.11.22 20:31:56.010344 [ 5 ] {fd57bf9b-f274-494e-b5a4-f1a69daee2cb} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Loading data parts | ||
| 424 | 2024.11.22 20:31:56.010581 [ 5 ] {fd57bf9b-f274-494e-b5a4-f1a69daee2cb} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): There are no data parts | ||
| 425 | 2024.11.22 20:31:56.012271 [ 5 ] {fd57bf9b-f274-494e-b5a4-f1a69daee2cb} <Debug> TCPHandler: Processed in 0.009769799 sec. | ||
| 426 | 2024.11.22 20:31:56.012490 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2024.11.22 20:31:56.012725 [ 3 ] {84ba9b50-55cb-4587-9987-4ffefd9aa5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 428 | 2024.11.22 20:31:56.012813 [ 3 ] {84ba9b50-55cb-4587-9987-4ffefd9aa5b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2024.11.22 20:31:56.014788 [ 3 ] {84ba9b50-55cb-4587-9987-4ffefd9aa5b4} <Debug> oximeter.measurements_cumulativef32 (27040ed4-02e4-4128-8174-3a727723155c): Loading data parts | ||
| 430 | 2024.11.22 20:31:56.014987 [ 3 ] {84ba9b50-55cb-4587-9987-4ffefd9aa5b4} <Debug> oximeter.measurements_cumulativef32 (27040ed4-02e4-4128-8174-3a727723155c): There are no data parts | ||
| 431 | 2024.11.22 20:31:56.016680 [ 3 ] {84ba9b50-55cb-4587-9987-4ffefd9aa5b4} <Debug> TCPHandler: Processed in 0.004258384 sec. | ||
| 432 | 2024.11.22 20:31:56.016924 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.11.22 20:31:56.017179 [ 5 ] {c2571649-07c4-4e15-b2e6-800222920226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 434 | 2024.11.22 20:31:56.017266 [ 5 ] {c2571649-07c4-4e15-b2e6-800222920226} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2024.11.22 20:31:56.019355 [ 5 ] {c2571649-07c4-4e15-b2e6-800222920226} <Debug> oximeter.measurements_cumulativef64 (de2be745-5483-4629-aff6-14b9a131b25b): Loading data parts | ||
| 436 | 2024.11.22 20:31:56.019537 [ 5 ] {c2571649-07c4-4e15-b2e6-800222920226} <Debug> oximeter.measurements_cumulativef64 (de2be745-5483-4629-aff6-14b9a131b25b): There are no data parts | ||
| 437 | 2024.11.22 20:31:56.021750 [ 5 ] {c2571649-07c4-4e15-b2e6-800222920226} <Debug> TCPHandler: Processed in 0.004900439 sec. | ||
| 438 | 2024.11.22 20:31:56.021946 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.11.22 20:31:56.022364 [ 3 ] {92709b09-8522-43cd-98dd-0d7894aae5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | 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) | ||
| 450 | 2024.11.22 20:31:56.022458 [ 3 ] {92709b09-8522-43cd-98dd-0d7894aae5c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2024.11.22 20:31:56.024644 [ 3 ] {92709b09-8522-43cd-98dd-0d7894aae5c5} <Debug> oximeter.measurements_histogrami8 (f73329d9-eae8-4427-b397-c9dc92f10aa4): Loading data parts | ||
| 452 | 2024.11.22 20:31:56.024866 [ 3 ] {92709b09-8522-43cd-98dd-0d7894aae5c5} <Debug> oximeter.measurements_histogrami8 (f73329d9-eae8-4427-b397-c9dc92f10aa4): There are no data parts | ||
| 453 | 2024.11.22 20:31:56.026541 [ 3 ] {92709b09-8522-43cd-98dd-0d7894aae5c5} <Debug> TCPHandler: Processed in 0.004653584 sec. | ||
| 454 | 2024.11.22 20:31:56.026759 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.11.22 20:31:56.027063 [ 5 ] {15d7094f-b804-4c2b-b101-e3c380002fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 456 | 2024.11.22 20:31:56.027167 [ 5 ] {15d7094f-b804-4c2b-b101-e3c380002fea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2024.11.22 20:31:56.029250 [ 5 ] {15d7094f-b804-4c2b-b101-e3c380002fea} <Debug> oximeter.measurements_histogramu8 (519d169a-abb0-4cbe-b6b9-cce354ed8aa0): Loading data parts | ||
| 458 | 2024.11.22 20:31:56.029457 [ 5 ] {15d7094f-b804-4c2b-b101-e3c380002fea} <Debug> oximeter.measurements_histogramu8 (519d169a-abb0-4cbe-b6b9-cce354ed8aa0): There are no data parts | ||
| 459 | 2024.11.22 20:31:56.031169 [ 5 ] {15d7094f-b804-4c2b-b101-e3c380002fea} <Debug> TCPHandler: Processed in 0.004470659 sec. | ||
| 460 | 2024.11.22 20:31:56.031373 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2024.11.22 20:31:56.031690 [ 3 ] {57a99741-1ef2-4f53-b39e-ad2099847e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 462 | 2024.11.22 20:31:56.031785 [ 3 ] {57a99741-1ef2-4f53-b39e-ad2099847e80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2024.11.22 20:31:56.034303 [ 3 ] {57a99741-1ef2-4f53-b39e-ad2099847e80} <Debug> oximeter.measurements_histogrami16 (619af4b0-4fff-4cb2-aca3-913b34d5aba1): Loading data parts | ||
| 464 | 2024.11.22 20:31:56.034492 [ 3 ] {57a99741-1ef2-4f53-b39e-ad2099847e80} <Debug> oximeter.measurements_histogrami16 (619af4b0-4fff-4cb2-aca3-913b34d5aba1): There are no data parts | ||
| 465 | 2024.11.22 20:31:56.035752 [ 3 ] {57a99741-1ef2-4f53-b39e-ad2099847e80} <Debug> TCPHandler: Processed in 0.004438058 sec. | ||
| 466 | 2024.11.22 20:31:56.035981 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2024.11.22 20:31:56.036303 [ 5 ] {9961887b-dd97-4e36-ae2f-38d00ce36687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 468 | 2024.11.22 20:31:56.036394 [ 5 ] {9961887b-dd97-4e36-ae2f-38d00ce36687} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2024.11.22 20:31:56.038446 [ 5 ] {9961887b-dd97-4e36-ae2f-38d00ce36687} <Debug> oximeter.measurements_histogramu16 (bc918ef2-bbcc-4a47-bc7b-7d46d2f7d312): Loading data parts | ||
| 470 | 2024.11.22 20:31:56.038624 [ 5 ] {9961887b-dd97-4e36-ae2f-38d00ce36687} <Debug> oximeter.measurements_histogramu16 (bc918ef2-bbcc-4a47-bc7b-7d46d2f7d312): There are no data parts | ||
| 471 | 2024.11.22 20:31:56.040272 [ 5 ] {9961887b-dd97-4e36-ae2f-38d00ce36687} <Debug> TCPHandler: Processed in 0.004349757 sec. | ||
| 472 | 2024.11.22 20:31:56.040476 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2024.11.22 20:31:56.040770 [ 3 ] {f087e81d-9b8a-4ad4-9151-7f3f00e8fd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 474 | 2024.11.22 20:31:56.040858 [ 3 ] {f087e81d-9b8a-4ad4-9151-7f3f00e8fd5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2024.11.22 20:31:56.042924 [ 3 ] {f087e81d-9b8a-4ad4-9151-7f3f00e8fd5f} <Debug> oximeter.measurements_histogrami32 (3f405456-8f0b-490e-a1da-24538a4870c4): Loading data parts | ||
| 476 | 2024.11.22 20:31:56.043141 [ 3 ] {f087e81d-9b8a-4ad4-9151-7f3f00e8fd5f} <Debug> oximeter.measurements_histogrami32 (3f405456-8f0b-490e-a1da-24538a4870c4): There are no data parts | ||
| 477 | 2024.11.22 20:31:56.044490 [ 3 ] {f087e81d-9b8a-4ad4-9151-7f3f00e8fd5f} <Debug> TCPHandler: Processed in 0.00407339 sec. | ||
| 478 | 2024.11.22 20:31:56.044682 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2024.11.22 20:31:56.045013 [ 5 ] {dd2c264c-467c-4a0e-97ea-fa13b14f3e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 480 | 2024.11.22 20:31:56.045096 [ 5 ] {dd2c264c-467c-4a0e-97ea-fa13b14f3e56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2024.11.22 20:31:56.047118 [ 5 ] {dd2c264c-467c-4a0e-97ea-fa13b14f3e56} <Debug> oximeter.measurements_histogramu32 (d5bfa5c7-7442-4904-b2c1-30c701631fbd): Loading data parts | ||
| 482 | 2024.11.22 20:31:56.047285 [ 5 ] {dd2c264c-467c-4a0e-97ea-fa13b14f3e56} <Debug> oximeter.measurements_histogramu32 (d5bfa5c7-7442-4904-b2c1-30c701631fbd): There are no data parts | ||
| 483 | 2024.11.22 20:31:56.048794 [ 5 ] {dd2c264c-467c-4a0e-97ea-fa13b14f3e56} <Debug> TCPHandler: Processed in 0.004172642 sec. | ||
| 484 | 2024.11.22 20:31:56.049028 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2024.11.22 20:31:56.049328 [ 3 ] {0146118c-5325-4324-83d5-eaa259a1b4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 486 | 2024.11.22 20:31:56.049422 [ 3 ] {0146118c-5325-4324-83d5-eaa259a1b4a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2024.11.22 20:31:56.051512 [ 3 ] {0146118c-5325-4324-83d5-eaa259a1b4a1} <Debug> oximeter.measurements_histogrami64 (5cee4ad7-1134-4067-b3ea-34272e169cb1): Loading data parts | ||
| 488 | 2024.11.22 20:31:56.051716 [ 3 ] {0146118c-5325-4324-83d5-eaa259a1b4a1} <Debug> oximeter.measurements_histogrami64 (5cee4ad7-1134-4067-b3ea-34272e169cb1): There are no data parts | ||
| 489 | 2024.11.22 20:31:56.052955 [ 3 ] {0146118c-5325-4324-83d5-eaa259a1b4a1} <Debug> TCPHandler: Processed in 0.003997608 sec. | ||
| 490 | 2024.11.22 20:31:56.053147 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2024.11.22 20:31:56.053490 [ 5 ] {06df3c13-c4ae-4f19-a36d-a9f26bd3b124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 492 | 2024.11.22 20:31:56.053578 [ 5 ] {06df3c13-c4ae-4f19-a36d-a9f26bd3b124} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2024.11.22 20:31:56.056211 [ 5 ] {06df3c13-c4ae-4f19-a36d-a9f26bd3b124} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Loading data parts | ||
| 494 | 2024.11.22 20:31:56.057160 [ 5 ] {06df3c13-c4ae-4f19-a36d-a9f26bd3b124} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): There are no data parts | ||
| 495 | 2024.11.22 20:31:56.058967 [ 5 ] {06df3c13-c4ae-4f19-a36d-a9f26bd3b124} <Debug> TCPHandler: Processed in 0.005878713 sec. | ||
| 496 | 2024.11.22 20:31:56.059183 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.22 20:31:56.059599 [ 3 ] {d91df586-df96-4d30-8333-400519731e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 498 | 2024.11.22 20:31:56.059712 [ 3 ] {d91df586-df96-4d30-8333-400519731e31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2024.11.22 20:31:56.061892 [ 3 ] {d91df586-df96-4d30-8333-400519731e31} <Debug> oximeter.measurements_histogramf32 (58450954-e18e-43ab-88e1-0e397d0f67d2): Loading data parts | ||
| 500 | 2024.11.22 20:31:56.062086 [ 3 ] {d91df586-df96-4d30-8333-400519731e31} <Debug> oximeter.measurements_histogramf32 (58450954-e18e-43ab-88e1-0e397d0f67d2): There are no data parts | ||
| 501 | 2024.11.22 20:31:56.063566 [ 3 ] {d91df586-df96-4d30-8333-400519731e31} <Debug> TCPHandler: Processed in 0.004449619 sec. | ||
| 502 | 2024.11.22 20:31:56.063773 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.22 20:31:56.064124 [ 5 ] {38e2a5c1-78df-473a-afca-fd76a908ee61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 504 | 2024.11.22 20:31:56.064216 [ 5 ] {38e2a5c1-78df-473a-afca-fd76a908ee61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2024.11.22 20:31:56.066687 [ 5 ] {38e2a5c1-78df-473a-afca-fd76a908ee61} <Debug> oximeter.measurements_histogramf64 (032b0e3e-21b5-43d8-bbbd-127cac89fb8d): Loading data parts | ||
| 506 | 2024.11.22 20:31:56.066858 [ 5 ] {38e2a5c1-78df-473a-afca-fd76a908ee61} <Debug> oximeter.measurements_histogramf64 (032b0e3e-21b5-43d8-bbbd-127cac89fb8d): There are no data parts | ||
| 507 | 2024.11.22 20:31:56.068330 [ 5 ] {38e2a5c1-78df-473a-afca-fd76a908ee61} <Debug> TCPHandler: Processed in 0.004616383 sec. | ||
| 508 | 2024.11.22 20:31:56.068519 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.11.22 20:31:56.068740 [ 3 ] {f3b00100-ac18-4d13-abb9-a74f3b3b1875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2024.11.22 20:31:56.068948 [ 3 ] {f3b00100-ac18-4d13-abb9-a74f3b3b1875} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2024.11.22 20:31:56.071173 [ 3 ] {f3b00100-ac18-4d13-abb9-a74f3b3b1875} <Debug> oximeter.fields_bool (5c4d2a7d-f125-46e5-9184-d2b0bac69961): Loading data parts | ||
| 537 | 2024.11.22 20:31:56.071454 [ 3 ] {f3b00100-ac18-4d13-abb9-a74f3b3b1875} <Debug> oximeter.fields_bool (5c4d2a7d-f125-46e5-9184-d2b0bac69961): There are no data parts | ||
| 538 | 2024.11.22 20:31:56.072730 [ 3 ] {f3b00100-ac18-4d13-abb9-a74f3b3b1875} <Debug> TCPHandler: Processed in 0.004269464 sec. | ||
| 539 | 2024.11.22 20:31:56.072936 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.11.22 20:31:56.073245 [ 5 ] {a72a9645-aa11-4038-ad5d-048badbfb8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 541 | 2024.11.22 20:31:56.073296 [ 5 ] {a72a9645-aa11-4038-ad5d-048badbfb8fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2024.11.22 20:31:56.075327 [ 5 ] {a72a9645-aa11-4038-ad5d-048badbfb8fa} <Debug> oximeter.fields_i8 (e512b59b-63dd-477c-92b8-f2efe27a7857): Loading data parts | ||
| 543 | 2024.11.22 20:31:56.075494 [ 5 ] {a72a9645-aa11-4038-ad5d-048badbfb8fa} <Debug> oximeter.fields_i8 (e512b59b-63dd-477c-92b8-f2efe27a7857): There are no data parts | ||
| 544 | 2024.11.22 20:31:56.076908 [ 5 ] {a72a9645-aa11-4038-ad5d-048badbfb8fa} <Debug> TCPHandler: Processed in 0.004027998 sec. | ||
| 545 | 2024.11.22 20:31:56.077177 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.11.22 20:31:56.077389 [ 3 ] {554e076a-ca9a-4535-bdd8-9cadf5d11d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 547 | 2024.11.22 20:31:56.077543 [ 3 ] {554e076a-ca9a-4535-bdd8-9cadf5d11d02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2024.11.22 20:31:56.079641 [ 3 ] {554e076a-ca9a-4535-bdd8-9cadf5d11d02} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Loading data parts | ||
| 549 | 2024.11.22 20:31:56.079887 [ 3 ] {554e076a-ca9a-4535-bdd8-9cadf5d11d02} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): There are no data parts | ||
| 550 | 2024.11.22 20:31:56.081129 [ 3 ] {554e076a-ca9a-4535-bdd8-9cadf5d11d02} <Debug> TCPHandler: Processed in 0.004011029 sec. | ||
| 551 | 2024.11.22 20:31:56.081328 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.11.22 20:31:56.081707 [ 5 ] {6853d490-0dac-4445-a3b8-91c2b2d8894b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 553 | 2024.11.22 20:31:56.081828 [ 5 ] {6853d490-0dac-4445-a3b8-91c2b2d8894b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2024.11.22 20:31:56.084304 [ 5 ] {6853d490-0dac-4445-a3b8-91c2b2d8894b} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Loading data parts | ||
| 555 | 2024.11.22 20:31:56.084477 [ 5 ] {6853d490-0dac-4445-a3b8-91c2b2d8894b} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): There are no data parts | ||
| 556 | 2024.11.22 20:31:56.085767 [ 5 ] {6853d490-0dac-4445-a3b8-91c2b2d8894b} <Debug> TCPHandler: Processed in 0.0044959 sec. | ||
| 557 | 2024.11.22 20:31:56.086047 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.11.22 20:31:56.086256 [ 3 ] {a1f677c0-b240-4545-b63b-b5fcad2f702e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 559 | 2024.11.22 20:31:56.086391 [ 3 ] {a1f677c0-b240-4545-b63b-b5fcad2f702e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2024.11.22 20:31:56.088357 [ 3 ] {a1f677c0-b240-4545-b63b-b5fcad2f702e} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Loading data parts | ||
| 561 | 2024.11.22 20:31:56.088585 [ 3 ] {a1f677c0-b240-4545-b63b-b5fcad2f702e} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): There are no data parts | ||
| 562 | 2024.11.22 20:31:56.089708 [ 3 ] {a1f677c0-b240-4545-b63b-b5fcad2f702e} <Debug> TCPHandler: Processed in 0.003717041 sec. | ||
| 563 | 2024.11.22 20:31:56.089894 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2024.11.22 20:31:56.090230 [ 5 ] {00ce0744-f268-4f3d-a9c1-07aa0f583176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 565 | 2024.11.22 20:31:56.090281 [ 5 ] {00ce0744-f268-4f3d-a9c1-07aa0f583176} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2024.11.22 20:31:56.092513 [ 5 ] {00ce0744-f268-4f3d-a9c1-07aa0f583176} <Debug> oximeter.fields_i32 (fc9372eb-1266-4884-9610-3f0a0a265834): Loading data parts | ||
| 567 | 2024.11.22 20:31:56.092677 [ 5 ] {00ce0744-f268-4f3d-a9c1-07aa0f583176} <Debug> oximeter.fields_i32 (fc9372eb-1266-4884-9610-3f0a0a265834): There are no data parts | ||
| 568 | 2024.11.22 20:31:56.093837 [ 5 ] {00ce0744-f268-4f3d-a9c1-07aa0f583176} <Debug> TCPHandler: Processed in 0.004001878 sec. | ||
| 569 | 2024.11.22 20:31:56.094114 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.11.22 20:31:56.094320 [ 3 ] {1e507b12-9d07-494f-8e74-4274775bbce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 571 | 2024.11.22 20:31:56.094494 [ 3 ] {1e507b12-9d07-494f-8e74-4274775bbce8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2024.11.22 20:31:56.096544 [ 3 ] {1e507b12-9d07-494f-8e74-4274775bbce8} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Loading data parts | ||
| 573 | 2024.11.22 20:31:56.096801 [ 3 ] {1e507b12-9d07-494f-8e74-4274775bbce8} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): There are no data parts | ||
| 574 | 2024.11.22 20:31:56.097938 [ 3 ] {1e507b12-9d07-494f-8e74-4274775bbce8} <Debug> TCPHandler: Processed in 0.003879385 sec. | ||
| 575 | 2024.11.22 20:31:56.098130 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2024.11.22 20:31:56.098442 [ 5 ] {a94e099f-943a-4202-9c8e-2a0cf0a0f311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 577 | 2024.11.22 20:31:56.098492 [ 5 ] {a94e099f-943a-4202-9c8e-2a0cf0a0f311} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2024.11.22 20:31:56.100610 [ 5 ] {a94e099f-943a-4202-9c8e-2a0cf0a0f311} <Debug> oximeter.fields_i64 (fcc5891e-cffb-447e-abc5-18ec546d3ff1): Loading data parts | ||
| 579 | 2024.11.22 20:31:56.100802 [ 5 ] {a94e099f-943a-4202-9c8e-2a0cf0a0f311} <Debug> oximeter.fields_i64 (fcc5891e-cffb-447e-abc5-18ec546d3ff1): There are no data parts | ||
| 580 | 2024.11.22 20:31:56.101980 [ 5 ] {a94e099f-943a-4202-9c8e-2a0cf0a0f311} <Debug> TCPHandler: Processed in 0.003907596 sec. | ||
| 581 | 2024.11.22 20:31:56.102240 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.11.22 20:31:56.102447 [ 3 ] {d7131d98-ac7f-4b2b-a7a7-5f89c5020e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 583 | 2024.11.22 20:31:56.102581 [ 3 ] {d7131d98-ac7f-4b2b-a7a7-5f89c5020e90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2024.11.22 20:31:56.104502 [ 3 ] {d7131d98-ac7f-4b2b-a7a7-5f89c5020e90} <Debug> oximeter.fields_u64 (661a63eb-4a03-4dcf-98b6-8b856ceaf41e): Loading data parts | ||
| 585 | 2024.11.22 20:31:56.104743 [ 3 ] {d7131d98-ac7f-4b2b-a7a7-5f89c5020e90} <Debug> oximeter.fields_u64 (661a63eb-4a03-4dcf-98b6-8b856ceaf41e): There are no data parts | ||
| 586 | 2024.11.22 20:31:56.105891 [ 3 ] {d7131d98-ac7f-4b2b-a7a7-5f89c5020e90} <Debug> TCPHandler: Processed in 0.0037065 sec. | ||
| 587 | 2024.11.22 20:31:56.106075 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2024.11.22 20:31:56.106396 [ 5 ] {c6fb53dc-e92a-45ec-b884-8870cae6f49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 589 | 2024.11.22 20:31:56.106446 [ 5 ] {c6fb53dc-e92a-45ec-b884-8870cae6f49b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2024.11.22 20:31:56.108502 [ 5 ] {c6fb53dc-e92a-45ec-b884-8870cae6f49b} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Loading data parts | ||
| 591 | 2024.11.22 20:31:56.108664 [ 5 ] {c6fb53dc-e92a-45ec-b884-8870cae6f49b} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): There are no data parts | ||
| 592 | 2024.11.22 20:31:56.109857 [ 5 ] {c6fb53dc-e92a-45ec-b884-8870cae6f49b} <Debug> TCPHandler: Processed in 0.003838764 sec. | ||
| 593 | 2024.11.22 20:31:56.110189 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.11.22 20:31:56.110393 [ 3 ] {a8330c32-fd77-45d4-9ea5-ee0c22fa8a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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) | ||
| 595 | 2024.11.22 20:31:56.110527 [ 3 ] {a8330c32-fd77-45d4-9ea5-ee0c22fa8a4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2024.11.22 20:31:56.112516 [ 3 ] {a8330c32-fd77-45d4-9ea5-ee0c22fa8a4f} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Loading data parts | ||
| 597 | 2024.11.22 20:31:56.112837 [ 3 ] {a8330c32-fd77-45d4-9ea5-ee0c22fa8a4f} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): There are no data parts | ||
| 598 | 2024.11.22 20:31:56.114106 [ 3 ] {a8330c32-fd77-45d4-9ea5-ee0c22fa8a4f} <Debug> TCPHandler: Processed in 0.003971507 sec. | ||
| 599 | 2024.11.22 20:31:56.114315 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2024.11.22 20:31:56.114623 [ 5 ] {7075e71b-bac8-4dae-9905-77c529486d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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) | ||
| 601 | 2024.11.22 20:31:56.114717 [ 5 ] {7075e71b-bac8-4dae-9905-77c529486d05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2024.11.22 20:31:56.117121 [ 5 ] {7075e71b-bac8-4dae-9905-77c529486d05} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Loading data parts | ||
| 603 | 2024.11.22 20:31:56.117285 [ 5 ] {7075e71b-bac8-4dae-9905-77c529486d05} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): There are no data parts | ||
| 604 | 2024.11.22 20:31:56.118565 [ 5 ] {7075e71b-bac8-4dae-9905-77c529486d05} <Debug> TCPHandler: Processed in 0.004303196 sec. | ||
| 605 | 2024.11.22 20:31:56.118567 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44521 | ||
| 606 | 2024.11.22 20:31:56.118888 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.11.22 20:31:56.119120 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 608 | 2024.11.22 20:31:56.119228 [ 3 ] {d8559b84-a600-449b-8ab5-3a5e49cfb935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) /* The timeseries schema table stores the extracted schema for the samples | ||
| 609 | * oximeter collects. | ||
| 610 | */ | ||
| 611 | 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) | ||
| 612 | 2024.11.22 20:31:56.119259 [ 269 ] {} <Debug> TCP-Session: de183e36-02a1-41cb-8a85-ffd24e622fb4 Authenticating user 'default' from [fd00:1122:3344:101::b]:44521 | ||
| 613 | 2024.11.22 20:31:56.119410 [ 269 ] {} <Debug> TCP-Session: de183e36-02a1-41cb-8a85-ffd24e622fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2024.11.22 20:31:56.119429 [ 269 ] {} <Debug> TCP-Session: de183e36-02a1-41cb-8a85-ffd24e622fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2024.11.22 20:31:56.119436 [ 3 ] {d8559b84-a600-449b-8ab5-3a5e49cfb935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 616 | 2024.11.22 20:31:56.119589 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 617 | 2024.11.22 20:31:56.119646 [ 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 | ||
| 618 | 2024.11.22 20:31:56.119760 [ 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 | ||
| 619 | 2024.11.22 20:31:56.120849 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43880 | ||
| 620 | 2024.11.22 20:31:56.121062 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55745 | ||
| 621 | 2024.11.22 20:31:56.121096 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48295 | ||
| 622 | 2024.11.22 20:31:56.121066 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2024.11.22 20:31:56.121250 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33161 | ||
| 624 | 2024.11.22 20:31:56.121270 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2024.11.22 20:31:56.121295 [ 270 ] {} <Debug> TCP-Session: 7b740ab1-e21b-4ff2-b468-47c77bc4b24f Authenticating user 'default' from [fd00:1122:3344:101::b]:43880 | ||
| 626 | 2024.11.22 20:31:56.121578 [ 270 ] {} <Debug> TCP-Session: 7b740ab1-e21b-4ff2-b468-47c77bc4b24f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2024.11.22 20:31:56.121594 [ 271 ] {} <Debug> TCP-Session: 69e02610-a226-4ac3-8c7a-35b4d3528514 Authenticating user 'default' from [fd00:1122:3344:101::b]:55745 | ||
| 628 | 2024.11.22 20:31:56.121599 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35145 | ||
| 629 | 2024.11.22 20:31:56.121667 [ 271 ] {} <Debug> TCP-Session: 69e02610-a226-4ac3-8c7a-35b4d3528514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.11.22 20:31:56.121655 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56219 | ||
| 631 | 2024.11.22 20:31:56.121746 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50276 | ||
| 632 | 2024.11.22 20:31:56.121622 [ 270 ] {} <Debug> TCP-Session: 7b740ab1-e21b-4ff2-b468-47c77bc4b24f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 633 | 2024.11.22 20:31:56.122072 [ 271 ] {} <Debug> TCP-Session: 69e02610-a226-4ac3-8c7a-35b4d3528514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 634 | 2024.11.22 20:31:56.121882 [ 3 ] {d8559b84-a600-449b-8ab5-3a5e49cfb935} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Loading data parts | ||
| 635 | 2024.11.22 20:31:56.122228 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2024.11.22 20:31:56.122365 [ 276 ] {} <Debug> TCP-Session: a4149f95-0f0d-4708-ada1-c3c19e8e4349 Authenticating user 'default' from [fd00:1122:3344:101::b]:50276 | ||
| 637 | 2024.11.22 20:31:56.122402 [ 276 ] {} <Debug> TCP-Session: a4149f95-0f0d-4708-ada1-c3c19e8e4349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2024.11.22 20:31:56.122426 [ 276 ] {} <Debug> TCP-Session: a4149f95-0f0d-4708-ada1-c3c19e8e4349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.11.22 20:31:56.122434 [ 3 ] {d8559b84-a600-449b-8ab5-3a5e49cfb935} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): There are no data parts | ||
| 640 | 2024.11.22 20:31:56.122967 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2024.11.22 20:31:56.123003 [ 272 ] {} <Debug> TCP-Session: 22eff6b2-c756-43dd-9231-0e2ed83cf955 Authenticating user 'default' from [fd00:1122:3344:101::b]:48295 | ||
| 642 | 2024.11.22 20:31:56.123105 [ 272 ] {} <Debug> TCP-Session: 22eff6b2-c756-43dd-9231-0e2ed83cf955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2024.11.22 20:31:56.123120 [ 272 ] {} <Debug> TCP-Session: 22eff6b2-c756-43dd-9231-0e2ed83cf955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2024.11.22 20:31:56.124002 [ 3 ] {d8559b84-a600-449b-8ab5-3a5e49cfb935} <Debug> TCPHandler: Processed in 0.005168766 sec. | ||
| 645 | 2024.11.22 20:31:56.124293 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 646 | 2024.11.22 20:31:56.124581 [ 5 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 647 | 2024.11.22 20:31:56.126112 [ 5 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 648 | 2024.11.22 20:31:56.134199 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2024.11.22 20:31:56.134244 [ 275 ] {} <Debug> TCP-Session: 6d07a06c-d7ec-46de-8448-bde4b753b05a Authenticating user 'default' from [fd00:1122:3344:101::b]:56219 | ||
| 650 | 2024.11.22 20:31:56.134270 [ 275 ] {} <Debug> TCP-Session: 6d07a06c-d7ec-46de-8448-bde4b753b05a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2024.11.22 20:31:56.134471 [ 275 ] {} <Debug> TCP-Session: 6d07a06c-d7ec-46de-8448-bde4b753b05a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2024.11.22 20:31:56.135255 [ 268 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Trace> oximeter.version (5c87cd69-e7cb-454e-b4db-ae01b974b342): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 653 | 2024.11.22 20:31:56.135299 [ 268 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 654 | 2024.11.22 20:31:56.136756 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2024.11.22 20:31:56.137353 [ 273 ] {} <Debug> TCP-Session: baff45ec-87a2-47e8-b8cc-7420652d3140 Authenticating user 'default' from [fd00:1122:3344:101::b]:33161 | ||
| 656 | 2024.11.22 20:31:56.137379 [ 273 ] {} <Debug> TCP-Session: baff45ec-87a2-47e8-b8cc-7420652d3140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.22 20:31:56.137461 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2024.11.22 20:31:56.137531 [ 273 ] {} <Debug> TCP-Session: baff45ec-87a2-47e8-b8cc-7420652d3140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.22 20:31:56.137573 [ 274 ] {} <Debug> TCP-Session: 438f673d-65ee-48f1-bd16-e8a03b878f06 Authenticating user 'default' from [fd00:1122:3344:101::b]:35145 | ||
| 660 | 2024.11.22 20:31:56.137616 [ 274 ] {} <Debug> TCP-Session: 438f673d-65ee-48f1-bd16-e8a03b878f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.11.22 20:31:56.137759 [ 274 ] {} <Debug> TCP-Session: 438f673d-65ee-48f1-bd16-e8a03b878f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.11.22 20:31:56.141294 [ 268 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.11.22 20:31:56.142009 [ 268 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Trace> oximeter.version (5c87cd69-e7cb-454e-b4db-ae01b974b342): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2024.11.22 20:31:56.142485 [ 5 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017986 sec., 55.59879906594018 rows/sec., 889.58 B/sec. | ||
| 665 | 2024.11.22 20:31:56.142842 [ 5 ] {9730b845-8848-4b8c-8590-a49210074f4e} <Debug> TCPHandler: Processed in 0.018616314 sec. | ||
| 666 | 2024.11.22 20:31:57.001156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.26 MiB, peak 136.26 MiB, free memory in arenas 0.00 B, will set to 140.38 MiB (RSS), difference: 4.11 MiB | ||
| 667 | 2024.11.22 20:31:58.101937 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48590 | ||
| 668 | 2024.11.22 20:31:58.102463 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.22 20:31:58.102495 [ 277 ] {} <Debug> TCP-Session: 853cb073-956d-4afa-ad4b-614ea325b652 Authenticating user 'default' from [fd00:1122:3344:101::c]:48590 | ||
| 670 | 2024.11.22 20:31:58.102618 [ 277 ] {} <Debug> TCP-Session: 853cb073-956d-4afa-ad4b-614ea325b652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.22 20:31:58.102635 [ 277 ] {} <Debug> TCP-Session: 853cb073-956d-4afa-ad4b-614ea325b652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.22 20:31:58.102687 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.22 20:31:58.102807 [ 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 | ||
| 674 | 2024.11.22 20:31:58.102831 [ 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 | ||
| 675 | 2024.11.22 20:31:58.103827 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61599 | ||
| 676 | 2024.11.22 20:31:58.104000 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2024.11.22 20:31:58.104044 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40580 | ||
| 678 | 2024.11.22 20:31:58.104095 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53471 | ||
| 679 | 2024.11.22 20:31:58.104039 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65357 | ||
| 680 | 2024.11.22 20:31:58.104184 [ 278 ] {} <Debug> TCP-Session: e5d54a45-3c29-4831-ac8b-0373068a9bbd Authenticating user 'default' from [fd00:1122:3344:101::c]:61599 | ||
| 681 | 2024.11.22 20:31:58.104408 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57343 | ||
| 682 | 2024.11.22 20:31:58.104448 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62457 | ||
| 683 | 2024.11.22 20:31:58.104519 [ 278 ] {} <Debug> TCP-Session: e5d54a45-3c29-4831-ac8b-0373068a9bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.22 20:31:58.104575 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2024.11.22 20:31:58.104702 [ 278 ] {} <Debug> TCP-Session: e5d54a45-3c29-4831-ac8b-0373068a9bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.11.22 20:31:58.104780 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2024.11.22 20:31:58.104613 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2024.11.22 20:31:58.104864 [ 282 ] {} <Debug> TCP-Session: dd969a41-0917-4df0-a9c3-d87887817f97 Authenticating user 'default' from [fd00:1122:3344:101::c]:62457 | ||
| 689 | 2024.11.22 20:31:58.104845 [ 279 ] {} <Debug> TCP-Session: f93c0fac-5a19-4a47-aa80-4f01bd2b2c74 Authenticating user 'default' from [fd00:1122:3344:101::c]:40580 | ||
| 690 | 2024.11.22 20:31:58.104813 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65119 | ||
| 691 | 2024.11.22 20:31:58.104980 [ 280 ] {} <Debug> TCP-Session: 62688e6c-9a81-4e2b-a83d-99876021fa83 Authenticating user 'default' from [fd00:1122:3344:101::c]:65357 | ||
| 692 | 2024.11.22 20:31:58.105000 [ 279 ] {} <Debug> TCP-Session: f93c0fac-5a19-4a47-aa80-4f01bd2b2c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.11.22 20:31:58.105027 [ 282 ] {} <Debug> TCP-Session: dd969a41-0917-4df0-a9c3-d87887817f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.11.22 20:31:58.105201 [ 282 ] {} <Debug> TCP-Session: dd969a41-0917-4df0-a9c3-d87887817f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.11.22 20:31:58.105217 [ 279 ] {} <Debug> TCP-Session: f93c0fac-5a19-4a47-aa80-4f01bd2b2c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.11.22 20:31:58.105227 [ 280 ] {} <Debug> TCP-Session: 62688e6c-9a81-4e2b-a83d-99876021fa83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.11.22 20:31:58.105389 [ 280 ] {} <Debug> TCP-Session: 62688e6c-9a81-4e2b-a83d-99876021fa83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.11.22 20:31:58.106233 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.11.22 20:31:58.106276 [ 283 ] {} <Debug> TCP-Session: 3b593f83-ba80-4535-b8c1-c4acee5b9737 Authenticating user 'default' from [fd00:1122:3344:101::c]:57343 | ||
| 700 | 2024.11.22 20:31:58.106295 [ 283 ] {} <Debug> TCP-Session: 3b593f83-ba80-4535-b8c1-c4acee5b9737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.22 20:31:58.106415 [ 283 ] {} <Debug> TCP-Session: 3b593f83-ba80-4535-b8c1-c4acee5b9737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.22 20:31:58.111756 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.11.22 20:31:58.111791 [ 284 ] {} <Debug> TCP-Session: 8bff3997-7ef7-47d2-aaeb-a935c9a52d8f Authenticating user 'default' from [fd00:1122:3344:101::c]:65119 | ||
| 704 | 2024.11.22 20:31:58.111912 [ 284 ] {} <Debug> TCP-Session: 8bff3997-7ef7-47d2-aaeb-a935c9a52d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.22 20:31:58.111927 [ 284 ] {} <Debug> TCP-Session: 8bff3997-7ef7-47d2-aaeb-a935c9a52d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.22 20:31:58.114292 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.11.22 20:31:58.114441 [ 281 ] {} <Debug> TCP-Session: cee30339-2e1c-4bb6-b09e-2ea1f7ed9366 Authenticating user 'default' from [fd00:1122:3344:101::c]:53471 | ||
| 708 | 2024.11.22 20:31:58.114461 [ 281 ] {} <Debug> TCP-Session: cee30339-2e1c-4bb6-b09e-2ea1f7ed9366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.22 20:31:58.114475 [ 281 ] {} <Debug> TCP-Session: cee30339-2e1c-4bb6-b09e-2ea1f7ed9366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.22 20:31:58.380114 [ 259 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 711 | 2024.11.22 20:31:58.380159 [ 260 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 712 | 2024.11.22 20:31:58.380178 [ 261 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 713 | 2024.11.22 20:31:58.380211 [ 264 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 714 | 2024.11.22 20:31:58.380227 [ 265 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 715 | 2024.11.22 20:31:58.380313 [ 260 ] {} <Debug> TCP-Session: e7cbd0fc-dfc7-41a2-b839-e2c35705fa51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 716 | 2024.11.22 20:31:58.380334 [ 259 ] {} <Debug> TCP-Session: d63d6ba0-0c88-473d-8546-9062916b44d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.11.22 20:31:58.380374 [ 261 ] {} <Debug> TCP-Session: 3934b973-7e17-434c-978b-349160d19df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.11.22 20:31:58.380355 [ 264 ] {} <Debug> TCP-Session: 2385daab-0442-429d-a35b-9c3b07659f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 719 | 2024.11.22 20:31:58.380441 [ 265 ] {} <Debug> TCP-Session: 0099433c-38bb-45e5-8580-3f8d77643ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 720 | 2024.11.22 20:31:58.380227 [ 266 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 721 | 2024.11.22 20:31:58.380186 [ 262 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 722 | 2024.11.22 20:31:58.380187 [ 263 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 723 | 2024.11.22 20:31:58.380643 [ 266 ] {} <Debug> TCP-Session: 194cc2fb-5979-4f3b-b5d8-fa4e7f6c6d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 724 | 2024.11.22 20:31:58.380633 [ 262 ] {} <Debug> TCP-Session: 77aeac41-362e-4069-856f-37d37771955b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.11.22 20:31:58.380708 [ 263 ] {} <Debug> TCP-Session: cb0e6061-0a2c-45c7-937e-dedd007a839f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.11.22 20:31:58.652066 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36609 | ||
| 727 | 2024.11.22 20:31:58.652356 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 728 | 2024.11.22 20:31:58.652388 [ 259 ] {} <Debug> TCP-Session: c7df18ab-85db-41cd-a592-6affd710ed9d Authenticating user 'default' from [fd00:1122:3344:101::a]:36609 | ||
| 729 | 2024.11.22 20:31:58.652413 [ 259 ] {} <Debug> TCP-Session: c7df18ab-85db-41cd-a592-6affd710ed9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.11.22 20:31:58.652537 [ 259 ] {} <Debug> TCP-Session: c7df18ab-85db-41cd-a592-6affd710ed9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.11.22 20:31:58.652861 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46974 | ||
| 732 | 2024.11.22 20:31:58.652924 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61528 | ||
| 733 | 2024.11.22 20:31:58.652982 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51076 | ||
| 734 | 2024.11.22 20:31:58.653125 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 735 | 2024.11.22 20:31:58.653088 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 736 | 2024.11.22 20:31:58.653067 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53973 | ||
| 737 | 2024.11.22 20:31:58.653029 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59653 | ||
| 738 | 2024.11.22 20:31:58.653414 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2024.11.22 20:31:58.653411 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2024.11.22 20:31:58.653385 [ 261 ] {} <Debug> TCP-Session: b51f24a4-0861-4767-8bef-cf81402eff72 Authenticating user 'default' from [fd00:1122:3344:101::a]:61528 | ||
| 741 | 2024.11.22 20:31:58.653350 [ 260 ] {} <Debug> TCP-Session: 8db43dbc-9395-43b1-a78c-5842a65e4099 Authenticating user 'default' from [fd00:1122:3344:101::a]:46974 | ||
| 742 | 2024.11.22 20:31:58.653620 [ 261 ] {} <Debug> TCP-Session: b51f24a4-0861-4767-8bef-cf81402eff72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.11.22 20:31:58.653004 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36573 | ||
| 744 | 2024.11.22 20:31:58.653106 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39466 | ||
| 745 | 2024.11.22 20:31:58.653786 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2024.11.22 20:31:58.653749 [ 261 ] {} <Debug> TCP-Session: b51f24a4-0861-4767-8bef-cf81402eff72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2024.11.22 20:31:58.653738 [ 260 ] {} <Debug> TCP-Session: 8db43dbc-9395-43b1-a78c-5842a65e4099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2024.11.22 20:31:58.653708 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2024.11.22 20:31:58.653698 [ 265 ] {} <Debug> TCP-Session: d8f53c5f-88fc-4d10-ad50-08e0306f092c Authenticating user 'default' from [fd00:1122:3344:101::a]:53973 | ||
| 750 | 2024.11.22 20:31:58.653913 [ 260 ] {} <Debug> TCP-Session: 8db43dbc-9395-43b1-a78c-5842a65e4099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.11.22 20:31:58.653687 [ 262 ] {} <Debug> TCP-Session: b8c78fb3-17a7-4b42-b17a-aa16d889f557 Authenticating user 'default' from [fd00:1122:3344:101::a]:51076 | ||
| 752 | 2024.11.22 20:31:58.653975 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 753 | 2024.11.22 20:31:58.654076 [ 263 ] {} <Debug> TCP-Session: a41839c3-9bb3-4828-9211-c7dba253225e Authenticating user 'default' from [fd00:1122:3344:101::a]:36573 | ||
| 754 | 2024.11.22 20:31:58.654094 [ 266 ] {} <Debug> TCP-Session: c9ea6fca-a571-4e91-bb60-b7c41b32e888 Authenticating user 'default' from [fd00:1122:3344:101::a]:39466 | ||
| 755 | 2024.11.22 20:31:58.654114 [ 262 ] {} <Debug> TCP-Session: b8c78fb3-17a7-4b42-b17a-aa16d889f557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 756 | 2024.11.22 20:31:58.654196 [ 263 ] {} <Debug> TCP-Session: a41839c3-9bb3-4828-9211-c7dba253225e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2024.11.22 20:31:58.654224 [ 265 ] {} <Debug> TCP-Session: d8f53c5f-88fc-4d10-ad50-08e0306f092c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.11.22 20:31:58.654243 [ 266 ] {} <Debug> TCP-Session: c9ea6fca-a571-4e91-bb60-b7c41b32e888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 759 | 2024.11.22 20:31:58.654282 [ 262 ] {} <Debug> TCP-Session: b8c78fb3-17a7-4b42-b17a-aa16d889f557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 760 | 2024.11.22 20:31:58.654290 [ 266 ] {} <Debug> TCP-Session: c9ea6fca-a571-4e91-bb60-b7c41b32e888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.11.22 20:31:58.654318 [ 265 ] {} <Debug> TCP-Session: d8f53c5f-88fc-4d10-ad50-08e0306f092c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.11.22 20:31:58.654588 [ 264 ] {} <Debug> TCP-Session: 226b29c6-e0de-460d-bc00-e29a060a9ff6 Authenticating user 'default' from [fd00:1122:3344:101::a]:59653 | ||
| 763 | 2024.11.22 20:31:58.654600 [ 263 ] {} <Debug> TCP-Session: a41839c3-9bb3-4828-9211-c7dba253225e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.11.22 20:31:58.654629 [ 264 ] {} <Debug> TCP-Session: 226b29c6-e0de-460d-bc00-e29a060a9ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.11.22 20:31:58.654718 [ 264 ] {} <Debug> TCP-Session: 226b29c6-e0de-460d-bc00-e29a060a9ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.11.22 20:32:03.108566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 767 | 2024.11.22 20:32:03.108591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 768 | 2024.11.22 20:32:03.108677 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 769 | 2024.11.22 20:32:03.108712 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 770 | 2024.11.22 20:32:03.115202 [ 244 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Loading data parts | ||
| 771 | 2024.11.22 20:32:03.115583 [ 244 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): There are no data parts | ||
| 772 | 2024.11.22 20:32:03.123015 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 773 | 2024.11.22 20:32:03.123069 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 774 | 2024.11.22 20:32:03.126526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 775 | 2024.11.22 20:32:03.127564 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 776 | 2024.11.22 20:32:03.128515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 777 | 2024.11.22 20:32:03.134679 [ 243 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Loading data parts | ||
| 778 | 2024.11.22 20:32:03.134861 [ 243 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): There are no data parts | ||
| 779 | 2024.11.22 20:32:03.158341 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 780 | 2024.11.22 20:32:03.158401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 781 | 2024.11.22 20:32:03.166363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 782 | 2024.11.22 20:32:03.167627 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 783 | 2024.11.22 20:32:03.170241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 784 | 2024.11.22 20:32:04.001159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 156.59 MiB, free memory in arenas 0.00 B, will set to 150.61 MiB (RSS), difference: 4.81 MiB | ||
| 785 | 2024.11.22 20:32:05.608468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 786 | 2024.11.22 20:32:05.608561 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 787 | 2024.11.22 20:32:05.613526 [ 242 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Loading data parts | ||
| 788 | 2024.11.22 20:32:05.613759 [ 242 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): There are no data parts | ||
| 789 | 2024.11.22 20:32:05.619541 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 790 | 2024.11.22 20:32:05.619584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 791 | 2024.11.22 20:32:05.621394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 792 | 2024.11.22 20:32:05.622112 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 793 | 2024.11.22 20:32:05.622634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 794 | 2024.11.22 20:32:06.001160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.80 MiB, peak 156.59 MiB, free memory in arenas 0.00 B, will set to 151.10 MiB (RSS), difference: -3.70 MiB | ||
| 795 | 2024.11.22 20:32:10.573825 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 796 | 2024.11.22 20:32:10.573887 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 797 | 2024.11.22 20:32:10.629511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 798 | 2024.11.22 20:32:10.632694 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 799 | 2024.11.22 20:32:10.632766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 800 | 2024.11.22 20:32:10.633573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 801 | 2024.11.22 20:32:10.634314 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 802 | 2024.11.22 20:32:10.634608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 803 | 2024.11.22 20:32:10.671295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 804 | 2024.11.22 20:32:10.694188 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 805 | 2024.11.22 20:32:10.694268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 806 | 2024.11.22 20:32:10.701274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 807 | 2024.11.22 20:32:10.702681 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 808 | 2024.11.22 20:32:10.706729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 809 | 2024.11.22 20:32:11.001157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.77 MiB, peak 156.59 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 2.23 MiB | ||
| 810 | 2024.11.22 20:32:16.000964 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.02 MiB, peak 156.59 MiB, free memory in arenas 0.00 B, will set to 154.04 MiB (RSS), difference: 4.02 MiB | ||
| 811 | 2024.11.22 20:32:16.153732 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2024.11.22 20:32:16.153905 [ 3 ] {99046d72-9860-4128-a7ef-d00f7f5b0ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 813 | 2024.11.22 20:32:16.162208 [ 3 ] {99046d72-9860-4128-a7ef-d00f7f5b0ddb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2024.11.22 20:32:16.171818 [ 3 ] {99046d72-9860-4128-a7ef-d00f7f5b0ddb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2024.11.22 20:32:16.180429 [ 3 ] {99046d72-9860-4128-a7ef-d00f7f5b0ddb} <Debug> TCPHandler: Processed in 0.026829095 sec. | ||
| 816 | 2024.11.22 20:32:16.202319 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2024.11.22 20:32:16.202688 [ 5 ] {47ec1bc6-8816-468e-9ea5-c2badd5c282e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 818 | 2024.11.22 20:32:16.216755 [ 5 ] {47ec1bc6-8816-468e-9ea5-c2badd5c282e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2024.11.22 20:32:16.216836 [ 5 ] {47ec1bc6-8816-468e-9ea5-c2badd5c282e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2024.11.22 20:32:16.217491 [ 5 ] {47ec1bc6-8816-468e-9ea5-c2badd5c282e} <Debug> TCPHandler: Processed in 0.015367925 sec. | ||
| 821 | 2024.11.22 20:32:16.217769 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2024.11.22 20:32:16.217940 [ 3 ] {f1944ea8-3081-47e8-bc8f-d463543331c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 823 | 2024.11.22 20:32:16.220392 [ 3 ] {f1944ea8-3081-47e8-bc8f-d463543331c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2024.11.22 20:32:16.220508 [ 3 ] {f1944ea8-3081-47e8-bc8f-d463543331c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2024.11.22 20:32:16.221245 [ 3 ] {f1944ea8-3081-47e8-bc8f-d463543331c0} <Debug> TCPHandler: Processed in 0.003534516 sec. | ||
| 826 | 2024.11.22 20:32:16.223412 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2024.11.22 20:32:16.223600 [ 5 ] {b2b22c32-fd4a-4d7f-9a71-fac910251aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 828 | 2024.11.22 20:32:16.224013 [ 5 ] {b2b22c32-fd4a-4d7f-9a71-fac910251aaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2024.11.22 20:32:16.224070 [ 5 ] {b2b22c32-fd4a-4d7f-9a71-fac910251aaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2024.11.22 20:32:16.224579 [ 5 ] {b2b22c32-fd4a-4d7f-9a71-fac910251aaf} <Debug> TCPHandler: Processed in 0.00123785 sec. | ||
| 831 | 2024.11.22 20:32:16.225509 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2024.11.22 20:32:16.225687 [ 3 ] {36a2e5b1-626f-4b1f-a003-9fd11f84fcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 833 | 2024.11.22 20:32:16.226076 [ 3 ] {36a2e5b1-626f-4b1f-a003-9fd11f84fcdc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2024.11.22 20:32:16.226133 [ 3 ] {36a2e5b1-626f-4b1f-a003-9fd11f84fcdc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2024.11.22 20:32:16.226631 [ 3 ] {36a2e5b1-626f-4b1f-a003-9fd11f84fcdc} <Debug> TCPHandler: Processed in 0.001185109 sec. | ||
| 836 | 2024.11.22 20:32:16.226920 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.11.22 20:32:16.227153 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 838 | 2024.11.22 20:32:16.227251 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.11.22 20:32:16.230250 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 840 | 2024.11.22 20:32:16.230333 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 841 | 2024.11.22 20:32:16.232832 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 842 | 2024.11.22 20:32:16.233061 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 843 | 2024.11.22 20:32:16.233305 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.00622 sec., 803.8585209003215 rows/sec., 84.62 KiB/sec. | ||
| 844 | 2024.11.22 20:32:16.233500 [ 5 ] {0fe8c0ae-9111-4419-b365-149b60a2a15a} <Debug> TCPHandler: Processed in 0.006658392 sec. | ||
| 845 | 2024.11.22 20:32:16.233743 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2024.11.22 20:32:16.233971 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 847 | 2024.11.22 20:32:16.234031 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 848 | 2024.11.22 20:32:16.243783 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 849 | 2024.11.22 20:32:16.243822 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 850 | 2024.11.22 20:32:16.246803 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 851 | 2024.11.22 20:32:16.247115 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 852 | 2024.11.22 20:32:16.247367 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Debug> executeQuery: Read 45 rows, 4.22 KiB in 0.013446 sec., 3346.720214190094 rows/sec., 313.61 KiB/sec. | ||
| 853 | 2024.11.22 20:32:16.247527 [ 3 ] {db6999a7-ce65-49e3-8137-58c3fb25aeb4} <Debug> TCPHandler: Processed in 0.0138927 sec. | ||
| 854 | 2024.11.22 20:32:16.247748 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.11.22 20:32:16.247952 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 856 | 2024.11.22 20:32:16.248002 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 857 | 2024.11.22 20:32:16.248655 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2024.11.22 20:32:16.248693 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 859 | 2024.11.22 20:32:16.249060 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2024.11.22 20:32:16.249312 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2024.11.22 20:32:16.249579 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001644 sec., 13381.995133819952 rows/sec., 1006.26 KiB/sec. | ||
| 862 | 2024.11.22 20:32:16.249649 [ 5 ] {08907c0b-3574-47d8-a36d-40d42bde3925} <Debug> TCPHandler: Processed in 0.002011938 sec. | ||
| 863 | 2024.11.22 20:32:16.249792 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.11.22 20:32:16.249920 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 865 | 2024.11.22 20:32:16.249977 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 866 | 2024.11.22 20:32:16.250632 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2024.11.22 20:32:16.250678 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 868 | 2024.11.22 20:32:16.251060 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2024.11.22 20:32:16.251302 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2024.11.22 20:32:16.251505 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.00162 sec., 617.283950617284 rows/sec., 40.99 KiB/sec. | ||
| 871 | 2024.11.22 20:32:16.251559 [ 3 ] {b0624c47-6ebe-4827-845d-a30a69313b7d} <Debug> TCPHandler: Processed in 0.001822234 sec. | ||
| 872 | 2024.11.22 20:32:16.251699 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.11.22 20:32:16.251814 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 874 | 2024.11.22 20:32:16.251865 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 875 | 2024.11.22 20:32:16.252921 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2024.11.22 20:32:16.252964 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 877 | 2024.11.22 20:32:16.253328 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2024.11.22 20:32:16.253561 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2024.11.22 20:32:16.253768 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Debug> executeQuery: Read 35 rows, 2.82 KiB in 0.001979 sec., 17685.699848408287 rows/sec., 1.39 MiB/sec. | ||
| 880 | 2024.11.22 20:32:16.253823 [ 5 ] {e8703745-78e1-403c-bc2a-663da0d998e9} <Debug> TCPHandler: Processed in 0.002181573 sec. | ||
| 881 | 2024.11.22 20:32:16.254002 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.11.22 20:32:16.254138 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 883 | 2024.11.22 20:32:16.254198 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 884 | 2024.11.22 20:32:16.254769 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2024.11.22 20:32:16.254816 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 886 | 2024.11.22 20:32:16.257593 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2024.11.22 20:32:16.258015 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2024.11.22 20:32:16.258295 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004166 sec., 240.03840614498318 rows/sec., 15.24 KiB/sec. | ||
| 889 | 2024.11.22 20:32:16.258373 [ 3 ] {0572e212-7a43-4766-8a21-a5a23d1bc1be} <Debug> TCPHandler: Processed in 0.004437809 sec. | ||
| 890 | 2024.11.22 20:32:16.258519 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.11.22 20:32:16.258633 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 892 | 2024.11.22 20:32:16.258712 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <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 | ||
| 893 | 2024.11.22 20:32:16.259917 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2024.11.22 20:32:16.259957 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 895 | 2024.11.22 20:32:16.262821 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2024.11.22 20:32:16.263299 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2024.11.22 20:32:16.263842 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005225 sec., 4210.526315789474 rows/sec., 7.55 MiB/sec. | ||
| 898 | 2024.11.22 20:32:16.263982 [ 5 ] {eb566e5b-78e6-4e8a-a517-ceef37ca4172} <Debug> TCPHandler: Processed in 0.005518495 sec. | ||
| 899 | 2024.11.22 20:32:16.264126 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.11.22 20:32:16.264263 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 901 | 2024.11.22 20:32:16.264322 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 902 | 2024.11.22 20:32:16.266800 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2024.11.22 20:32:16.266840 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 904 | 2024.11.22 20:32:16.267240 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 905 | 2024.11.22 20:32:16.267482 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2024.11.22 20:32:16.267771 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.003523 sec., 5109.28186204939 rows/sec., 376.99 KiB/sec. | ||
| 907 | 2024.11.22 20:32:16.267842 [ 3 ] {9e268b90-7921-4506-8433-f2ff760a111f} <Debug> TCPHandler: Processed in 0.003780482 sec. | ||
| 908 | 2024.11.22 20:32:18.134719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 909 | 2024.11.22 20:32:18.135385 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2024.11.22 20:32:18.135431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 911 | 2024.11.22 20:32:18.136034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 912 | 2024.11.22 20:32:18.136291 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2024.11.22 20:32:18.136578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 914 | 2024.11.22 20:32:18.206785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 915 | 2024.11.22 20:32:18.225855 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2024.11.22 20:32:18.225915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 917 | 2024.11.22 20:32:18.232305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 918 | 2024.11.22 20:32:18.233061 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 919 | 2024.11.22 20:32:18.235654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 920 | 2024.11.22 20:32:25.573921 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 921 | 2024.11.22 20:32:25.573992 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 922 | 2024.11.22 20:32:25.623434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 116 | ||
| 923 | 2024.11.22 20:32:25.627113 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2024.11.22 20:32:25.627155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 925 | 2024.11.22 20:32:25.628611 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 926 | 2024.11.22 20:32:25.628915 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2024.11.22 20:32:25.629715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 116 | ||
| 928 | 2024.11.22 20:32:25.636685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 929 | 2024.11.22 20:32:25.637315 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2024.11.22 20:32:25.637360 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 931 | 2024.11.22 20:32:25.637907 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 932 | 2024.11.22 20:32:25.638168 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2024.11.22 20:32:25.638398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 934 | 2024.11.22 20:32:25.735706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 935 | 2024.11.22 20:32:25.754787 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 936 | 2024.11.22 20:32:25.754840 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 937 | 2024.11.22 20:32:25.761263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 938 | 2024.11.22 20:32:25.762023 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 939 | 2024.11.22 20:32:25.764532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 940 | 2024.11.22 20:32:26.150704 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 941 | 2024.11.22 20:32:26.150905 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 942 | 2024.11.22 20:32:26.150979 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 943 | 2024.11.22 20:32:26.151813 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2024.11.22 20:32:26.151855 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 945 | 2024.11.22 20:32:26.152283 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 946 | 2024.11.22 20:32:26.152536 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2024.11.22 20:32:26.152752 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.001898 sec., 23182.297154899894 rows/sec., 2.12 MiB/sec. | ||
| 948 | 2024.11.22 20:32:26.152820 [ 3 ] {01b006fc-1c30-471c-bdae-83d3e60e5895} <Debug> TCPHandler: Processed in 0.002241505 sec. | ||
| 949 | 2024.11.22 20:32:26.153087 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 950 | 2024.11.22 20:32:26.153296 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 951 | 2024.11.22 20:32:26.153377 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 952 | 2024.11.22 20:32:26.154143 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 953 | 2024.11.22 20:32:26.154193 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 954 | 2024.11.22 20:32:26.154627 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 955 | 2024.11.22 20:32:26.154899 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 956 | 2024.11.22 20:32:26.155145 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001906 sec., 11542.497376705142 rows/sec., 867.94 KiB/sec. | ||
| 957 | 2024.11.22 20:32:26.155210 [ 5 ] {687df6b6-6629-43ef-8dee-0ba84a993acd} <Debug> TCPHandler: Processed in 0.002259915 sec. | ||
| 958 | 2024.11.22 20:32:26.155446 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 959 | 2024.11.22 20:32:26.155674 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 960 | 2024.11.22 20:32:26.155735 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 961 | 2024.11.22 20:32:26.156439 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 962 | 2024.11.22 20:32:26.156485 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 963 | 2024.11.22 20:32:26.156872 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 964 | 2024.11.22 20:32:26.157112 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 965 | 2024.11.22 20:32:26.157288 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.00167 sec., 13173.652694610779 rows/sec., 1.03 MiB/sec. | ||
| 966 | 2024.11.22 20:32:26.157342 [ 3 ] {1fe5ed2c-3bc0-4af3-bc90-cbfdd4c736f9} <Debug> TCPHandler: Processed in 0.002019159 sec. | ||
| 967 | 2024.11.22 20:32:26.157496 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2024.11.22 20:32:26.157625 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 969 | 2024.11.22 20:32:26.157708 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <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 | ||
| 970 | 2024.11.22 20:32:26.158880 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2024.11.22 20:32:26.158922 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 972 | 2024.11.22 20:32:26.159606 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 973 | 2024.11.22 20:32:26.159872 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2024.11.22 20:32:26.160181 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002564 sec., 8580.343213728549 rows/sec., 15.38 MiB/sec. | ||
| 975 | 2024.11.22 20:32:26.160332 [ 5 ] {d617512f-73be-400f-a48e-d6de4a269c88} <Debug> TCPHandler: Processed in 0.002895461 sec. | ||
| 976 | 2024.11.22 20:32:26.664797 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2024.11.22 20:32:26.665045 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 978 | 2024.11.22 20:32:26.667367 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 979 | 2024.11.22 20:32:26.671124 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 980 | 2024.11.22 20:32:26.671566 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 981 | 2024.11.22 20:32:26.673680 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 982 | 2024.11.22 20:32:26.676069 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 983 | 2024.11.22 20:32:26.681422 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 984 | 2024.11.22 20:32:26.683969 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 985 | 2024.11.22 20:32:26.683998 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 986 | 2024.11.22 20:32:26.684186 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <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', 'http_service:request_latency_histogram'))" | ||
| 987 | 2024.11.22 20:32:26.684218 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 988 | 2024.11.22 20:32:26.702832 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.037885 sec., 131.97835554968984 rows/sec., 5.90 KiB/sec. | ||
| 989 | 2024.11.22 20:32:26.702978 [ 3 ] {5ae5ed18-bf99-49a9-914e-b19eecd85f63} <Debug> TCPHandler: Processed in 0.038309905 sec. | ||
| 990 | 2024.11.22 20:32:26.703420 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2024.11.22 20:32:26.703661 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 992 | 2024.11.22 20:32:26.704063 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 993 | 2024.11.22 20:32:26.704106 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 994 | 2024.11.22 20:32:26.704400 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 995 | 2024.11.22 20:32:26.704494 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 996 | 2024.11.22 20:32:26.704690 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 997 | 2024.11.22 20:32:26.704729 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 998 | 2024.11.22 20:32:26.704755 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 999 | 2024.11.22 20:32:26.704773 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1000 | 2024.11.22 20:32:26.704821 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 1001 | 2024.11.22 20:32:26.704844 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1002 | 2024.11.22 20:32:26.705486 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001922 sec., 2601.456815816857 rows/sec., 116.35 KiB/sec. | ||
| 1003 | 2024.11.22 20:32:26.705613 [ 5 ] {a6bc2207-0484-4e82-8893-8d2a3eb776fc} <Debug> TCPHandler: Processed in 0.002313986 sec. | ||
| 1004 | 2024.11.22 20:32:26.705858 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2024.11.22 20:32:26.706016 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1006 | 2024.11.22 20:32:26.706304 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1007 | 2024.11.22 20:32:26.706338 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1008 | 2024.11.22 20:32:26.706557 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1009 | 2024.11.22 20:32:26.706622 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1010 | 2024.11.22 20:32:26.706773 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1011 | 2024.11.22 20:32:26.706806 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1012 | 2024.11.22 20:32:26.706831 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1013 | 2024.11.22 20:32:26.706850 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1014 | 2024.11.22 20:32:26.706895 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <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', 'http_service:request_latency_histogram'))" | ||
| 1015 | 2024.11.22 20:32:26.706917 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1016 | 2024.11.22 20:32:26.707475 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001521 sec., 3287.310979618672 rows/sec., 147.03 KiB/sec. | ||
| 1017 | 2024.11.22 20:32:26.707594 [ 3 ] {bc9946c3-221b-4068-a5d2-d96b8d06f508} <Debug> TCPHandler: Processed in 0.001794734 sec. | ||
| 1018 | 2024.11.22 20:32:26.707902 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1019 | 2024.11.22 20:32:26.708091 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1020 | 2024.11.22 20:32:26.708429 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1021 | 2024.11.22 20:32:26.708472 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1022 | 2024.11.22 20:32:26.708722 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1023 | 2024.11.22 20:32:26.708789 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1024 | 2024.11.22 20:32:26.708939 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1025 | 2024.11.22 20:32:26.708974 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1026 | 2024.11.22 20:32:26.708998 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1027 | 2024.11.22 20:32:26.709015 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1028 | 2024.11.22 20:32:26.709057 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1029 | 2024.11.22 20:32:26.709080 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1030 | 2024.11.22 20:32:26.709633 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001621 sec., 3084.5157310302284 rows/sec., 137.96 KiB/sec. | ||
| 1031 | 2024.11.22 20:32:26.709749 [ 5 ] {dfb4d481-6fc8-469b-a7fe-c632fbeb5de4} <Debug> TCPHandler: Processed in 0.001917397 sec. | ||
| 1032 | 2024.11.22 20:32:26.710005 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2024.11.22 20:32:26.710193 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1034 | 2024.11.22 20:32:26.710538 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1035 | 2024.11.22 20:32:26.710581 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1036 | 2024.11.22 20:32:26.710813 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1037 | 2024.11.22 20:32:26.710878 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1038 | 2024.11.22 20:32:26.711026 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1039 | 2024.11.22 20:32:26.711057 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1040 | 2024.11.22 20:32:26.711079 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1041 | 2024.11.22 20:32:26.711095 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1042 | 2024.11.22 20:32:26.711139 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1043 | 2024.11.22 20:32:26.711162 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1044 | 2024.11.22 20:32:26.711773 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001661 sec., 3010.2347983142686 rows/sec., 134.64 KiB/sec. | ||
| 1045 | 2024.11.22 20:32:26.711888 [ 3 ] {49a01bb7-cfd2-40a8-9b94-c2c28cf32773} <Debug> TCPHandler: Processed in 0.001948788 sec. | ||
| 1046 | 2024.11.22 20:32:26.712121 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1047 | 2024.11.22 20:32:26.712309 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1048 | 2024.11.22 20:32:26.712641 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1049 | 2024.11.22 20:32:26.712677 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1050 | 2024.11.22 20:32:26.712903 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1051 | 2024.11.22 20:32:26.712968 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1052 | 2024.11.22 20:32:26.713115 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1053 | 2024.11.22 20:32:26.713149 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1054 | 2024.11.22 20:32:26.713172 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1055 | 2024.11.22 20:32:26.713189 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1056 | 2024.11.22 20:32:26.713232 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1057 | 2024.11.22 20:32:26.713255 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1058 | 2024.11.22 20:32:26.713802 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001576 sec., 3172.58883248731 rows/sec., 141.90 KiB/sec. | ||
| 1059 | 2024.11.22 20:32:26.713916 [ 5 ] {4e2813a0-b325-4272-b8be-7e11cbb1e34a} <Debug> TCPHandler: Processed in 0.001862725 sec. | ||
| 1060 | 2024.11.22 20:32:26.714221 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1061 | 2024.11.22 20:32:26.714410 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1062 | 2024.11.22 20:32:26.714719 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1063 | 2024.11.22 20:32:26.714754 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1064 | 2024.11.22 20:32:26.714983 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1065 | 2024.11.22 20:32:26.715048 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1066 | 2024.11.22 20:32:26.715193 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1067 | 2024.11.22 20:32:26.715225 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1068 | 2024.11.22 20:32:26.715248 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1069 | 2024.11.22 20:32:26.715265 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1070 | 2024.11.22 20:32:26.715307 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1071 | 2024.11.22 20:32:26.715329 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1072 | 2024.11.22 20:32:26.715944 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001615 sec., 3095.9752321981427 rows/sec., 138.47 KiB/sec. | ||
| 1073 | 2024.11.22 20:32:26.716062 [ 3 ] {5ade55a6-d147-4537-ab3a-f4177f5eaa19} <Debug> TCPHandler: Processed in 0.001906547 sec. | ||
| 1074 | 2024.11.22 20:32:26.716380 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1075 | 2024.11.22 20:32:26.716686 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1076 | 2024.11.22 20:32:26.716972 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1077 | 2024.11.22 20:32:26.717009 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1078 | 2024.11.22 20:32:26.717240 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1079 | 2024.11.22 20:32:26.717307 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1080 | 2024.11.22 20:32:26.717455 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1081 | 2024.11.22 20:32:26.717488 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1082 | 2024.11.22 20:32:26.717512 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1083 | 2024.11.22 20:32:26.717528 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1084 | 2024.11.22 20:32:26.717570 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1085 | 2024.11.22 20:32:26.717592 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1086 | 2024.11.22 20:32:26.718160 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001612 sec., 3101.736972704715 rows/sec., 138.73 KiB/sec. | ||
| 1087 | 2024.11.22 20:32:26.718274 [ 5 ] {3f469719-10f0-4a6a-8f3b-7ca629b4c9ea} <Debug> TCPHandler: Processed in 0.002003789 sec. | ||
| 1088 | 2024.11.22 20:32:26.718565 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1089 | 2024.11.22 20:32:26.718847 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1090 | 2024.11.22 20:32:26.719341 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1091 | 2024.11.22 20:32:26.719408 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1092 | 2024.11.22 20:32:26.719756 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1093 | 2024.11.22 20:32:26.719820 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1094 | 2024.11.22 20:32:26.719965 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1095 | 2024.11.22 20:32:26.719998 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1096 | 2024.11.22 20:32:26.720020 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1097 | 2024.11.22 20:32:26.720036 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1098 | 2024.11.22 20:32:26.720080 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1099 | 2024.11.22 20:32:26.720102 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1100 | 2024.11.22 20:32:26.720658 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001941 sec., 2575.991756826378 rows/sec., 115.22 KiB/sec. | ||
| 1101 | 2024.11.22 20:32:26.720781 [ 3 ] {7f0bea91-ee34-4a36-8504-0fb32f8fe751} <Debug> TCPHandler: Processed in 0.002316927 sec. | ||
| 1102 | 2024.11.22 20:32:26.721111 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1103 | 2024.11.22 20:32:26.721415 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1104 | 2024.11.22 20:32:26.721818 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1105 | 2024.11.22 20:32:26.721855 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1106 | 2024.11.22 20:32:26.722094 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1107 | 2024.11.22 20:32:26.722158 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1108 | 2024.11.22 20:32:26.722307 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1109 | 2024.11.22 20:32:26.722339 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1110 | 2024.11.22 20:32:26.722361 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1111 | 2024.11.22 20:32:26.722377 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1112 | 2024.11.22 20:32:26.722420 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1113 | 2024.11.22 20:32:26.722441 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1114 | 2024.11.22 20:32:26.722999 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001722 sec., 2903.6004645760745 rows/sec., 129.87 KiB/sec. | ||
| 1115 | 2024.11.22 20:32:26.723111 [ 5 ] {1b7917d6-061e-4a94-9068-0fdd86db3102} <Debug> TCPHandler: Processed in 0.002105912 sec. | ||
| 1116 | 2024.11.22 20:32:26.723372 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2024.11.22 20:32:26.723566 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1118 | 2024.11.22 20:32:26.723914 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1119 | 2024.11.22 20:32:26.723959 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1120 | 2024.11.22 20:32:26.724258 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1121 | 2024.11.22 20:32:26.724336 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1122 | 2024.11.22 20:32:26.724512 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1123 | 2024.11.22 20:32:26.724549 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1124 | 2024.11.22 20:32:26.724576 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1125 | 2024.11.22 20:32:26.724596 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1126 | 2024.11.22 20:32:26.724641 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1127 | 2024.11.22 20:32:26.724663 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1128 | 2024.11.22 20:32:26.725194 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001714 sec., 2917.1528588098017 rows/sec., 130.47 KiB/sec. | ||
| 1129 | 2024.11.22 20:32:26.725310 [ 3 ] {53bdccc8-0bd4-484b-b186-7538b2be1f2d} <Debug> TCPHandler: Processed in 0.002002258 sec. | ||
| 1130 | 2024.11.22 20:32:26.725557 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2024.11.22 20:32:26.725740 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1132 | 2024.11.22 20:32:26.726089 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1133 | 2024.11.22 20:32:26.726136 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1134 | 2024.11.22 20:32:26.726443 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1135 | 2024.11.22 20:32:26.726521 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1136 | 2024.11.22 20:32:26.726684 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1137 | 2024.11.22 20:32:26.726716 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1138 | 2024.11.22 20:32:26.726739 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1139 | 2024.11.22 20:32:26.726755 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1140 | 2024.11.22 20:32:26.726797 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1141 | 2024.11.22 20:32:26.726819 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1142 | 2024.11.22 20:32:26.727343 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001689 sec., 2960.331557134399 rows/sec., 132.41 KiB/sec. | ||
| 1143 | 2024.11.22 20:32:26.727455 [ 5 ] {dc3c7bd2-86dd-4fe7-a3c4-60c638311724} <Debug> TCPHandler: Processed in 0.001952558 sec. | ||
| 1144 | 2024.11.22 20:32:26.727692 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1145 | 2024.11.22 20:32:26.727889 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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) | ||
| 1146 | 2024.11.22 20:32:26.728239 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1147 | 2024.11.22 20:32:26.728289 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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 | ||
| 1148 | 2024.11.22 20:32:26.728595 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1149 | 2024.11.22 20:32:26.728664 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1150 | 2024.11.22 20:32:26.728809 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1151 | 2024.11.22 20:32:26.728842 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1152 | 2024.11.22 20:32:26.728864 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1153 | 2024.11.22 20:32:26.728880 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1154 | 2024.11.22 20:32:26.728922 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1155 | 2024.11.22 20:32:26.728945 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1156 | 2024.11.22 20:32:26.729644 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001844 sec., 2711.4967462039044 rows/sec., 121.28 KiB/sec. | ||
| 1157 | 2024.11.22 20:32:26.729760 [ 3 ] {db24f820-a171-4549-af72-e541fecb87ed} <Debug> TCPHandler: Processed in 0.002134382 sec. | ||
| 1158 | 2024.11.22 20:32:26.730003 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.11.22 20:32:26.730170 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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) | ||
| 1160 | 2024.11.22 20:32:26.730470 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1161 | 2024.11.22 20:32:26.730509 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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 | ||
| 1162 | 2024.11.22 20:32:26.730765 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1163 | 2024.11.22 20:32:26.730830 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1164 | 2024.11.22 20:32:26.730972 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1165 | 2024.11.22 20:32:26.731004 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1166 | 2024.11.22 20:32:26.731026 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1167 | 2024.11.22 20:32:26.731042 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1168 | 2024.11.22 20:32:26.731085 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1169 | 2024.11.22 20:32:26.731106 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1170 | 2024.11.22 20:32:26.731634 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001537 sec., 3253.0904359141186 rows/sec., 145.50 KiB/sec. | ||
| 1171 | 2024.11.22 20:32:26.731747 [ 5 ] {22a00279-1248-4ca8-b52a-273aa3ca46f0} <Debug> TCPHandler: Processed in 0.001797084 sec. | ||
| 1172 | 2024.11.22 20:32:26.732515 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2024.11.22 20:32:26.732806 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1174 | 2024.11.22 20:32:26.733316 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1175 | 2024.11.22 20:32:26.733389 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1176 | 2024.11.22 20:32:26.733766 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1177 | 2024.11.22 20:32:26.733830 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1178 | 2024.11.22 20:32:26.733973 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1179 | 2024.11.22 20:32:26.734005 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1180 | 2024.11.22 20:32:26.734028 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1181 | 2024.11.22 20:32:26.734044 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1182 | 2024.11.22 20:32:26.734087 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1183 | 2024.11.22 20:32:26.734109 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1184 | 2024.11.22 20:32:26.734676 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002008 sec., 2490.0398406374507 rows/sec., 111.37 KiB/sec. | ||
| 1185 | 2024.11.22 20:32:26.734792 [ 3 ] {386439cb-dad2-4e35-bc51-3bad836c8ca8} <Debug> TCPHandler: Processed in 0.002375598 sec. | ||
| 1186 | 2024.11.22 20:32:26.735149 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1187 | 2024.11.22 20:32:26.735464 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1188 | 2024.11.22 20:32:26.735852 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1189 | 2024.11.22 20:32:26.735891 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1190 | 2024.11.22 20:32:26.736152 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1191 | 2024.11.22 20:32:26.736215 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1192 | 2024.11.22 20:32:26.736359 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1193 | 2024.11.22 20:32:26.736391 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1194 | 2024.11.22 20:32:26.736412 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1195 | 2024.11.22 20:32:26.736428 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1196 | 2024.11.22 20:32:26.736470 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1197 | 2024.11.22 20:32:26.736491 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1198 | 2024.11.22 20:32:26.737068 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001754 sec., 2850.6271379703535 rows/sec., 127.50 KiB/sec. | ||
| 1199 | 2024.11.22 20:32:26.737179 [ 5 ] {e6cdd517-593d-4567-bbbd-96f4889141b5} <Debug> TCPHandler: Processed in 0.002139732 sec. | ||
| 1200 | 2024.11.22 20:32:26.737828 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.11.22 20:32:26.738031 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1202 | 2024.11.22 20:32:26.738390 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1203 | 2024.11.22 20:32:26.738439 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1204 | 2024.11.22 20:32:26.738734 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1205 | 2024.11.22 20:32:26.738799 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1206 | 2024.11.22 20:32:26.738941 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1207 | 2024.11.22 20:32:26.738975 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1208 | 2024.11.22 20:32:26.738997 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1209 | 2024.11.22 20:32:26.739013 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1210 | 2024.11.22 20:32:26.739055 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1211 | 2024.11.22 20:32:26.739077 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1212 | 2024.11.22 20:32:26.739640 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001704 sec., 2934.2723004694835 rows/sec., 131.24 KiB/sec. | ||
| 1213 | 2024.11.22 20:32:26.739754 [ 3 ] {b2f37b31-2edd-4536-9eb7-0ffdc2016800} <Debug> TCPHandler: Processed in 0.001993859 sec. | ||
| 1214 | 2024.11.22 20:32:26.740067 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1215 | 2024.11.22 20:32:26.740384 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1216 | 2024.11.22 20:32:26.740811 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1217 | 2024.11.22 20:32:26.740853 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1218 | 2024.11.22 20:32:26.741122 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1219 | 2024.11.22 20:32:26.741186 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1220 | 2024.11.22 20:32:26.741331 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1221 | 2024.11.22 20:32:26.741363 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1222 | 2024.11.22 20:32:26.741386 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1223 | 2024.11.22 20:32:26.741401 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1224 | 2024.11.22 20:32:26.741444 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1225 | 2024.11.22 20:32:26.741465 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1226 | 2024.11.22 20:32:26.742176 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001945 sec., 2570.694087403599 rows/sec., 114.98 KiB/sec. | ||
| 1227 | 2024.11.22 20:32:26.742295 [ 5 ] {9107266b-b670-41c8-a697-4d5ae7bf72c2} <Debug> TCPHandler: Processed in 0.002338237 sec. | ||
| 1228 | 2024.11.22 20:32:26.742690 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.11.22 20:32:26.742892 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1230 | 2024.11.22 20:32:26.743201 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1231 | 2024.11.22 20:32:26.743242 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1232 | 2024.11.22 20:32:26.743514 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1233 | 2024.11.22 20:32:26.743579 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1234 | 2024.11.22 20:32:26.743722 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1235 | 2024.11.22 20:32:26.743754 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1236 | 2024.11.22 20:32:26.743776 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1237 | 2024.11.22 20:32:26.743792 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1238 | 2024.11.22 20:32:26.743834 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1239 | 2024.11.22 20:32:26.743857 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1240 | 2024.11.22 20:32:26.744419 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001606 sec., 3113.3250311332504 rows/sec., 139.25 KiB/sec. | ||
| 1241 | 2024.11.22 20:32:26.744530 [ 3 ] {692ef1e9-0e98-4773-8c0a-0ac8a2bcd45f} <Debug> TCPHandler: Processed in 0.001955988 sec. | ||
| 1242 | 2024.11.22 20:32:26.744837 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2024.11.22 20:32:26.745159 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1244 | 2024.11.22 20:32:26.745697 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2024.11.22 20:32:26.745741 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1246 | 2024.11.22 20:32:26.746019 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.11.22 20:32:26.746085 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2024.11.22 20:32:26.746232 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1249 | 2024.11.22 20:32:26.746265 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2024.11.22 20:32:26.746287 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1251 | 2024.11.22 20:32:26.746303 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2024.11.22 20:32:26.746345 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1253 | 2024.11.22 20:32:26.746370 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1254 | 2024.11.22 20:32:26.746970 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001967 sec., 2541.942043721403 rows/sec., 113.69 KiB/sec. | ||
| 1255 | 2024.11.22 20:32:26.747082 [ 5 ] {1b0f1630-3dee-498f-8d30-9364b2aa843e} <Debug> TCPHandler: Processed in 0.002357078 sec. | ||
| 1256 | 2024.11.22 20:32:26.747389 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2024.11.22 20:32:26.747676 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1258 | 2024.11.22 20:32:26.747986 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1259 | 2024.11.22 20:32:26.748028 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1260 | 2024.11.22 20:32:26.748346 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1261 | 2024.11.22 20:32:26.748411 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1262 | 2024.11.22 20:32:26.748558 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1263 | 2024.11.22 20:32:26.748589 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1264 | 2024.11.22 20:32:26.748612 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1265 | 2024.11.22 20:32:26.748628 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1266 | 2024.11.22 20:32:26.748671 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1267 | 2024.11.22 20:32:26.748719 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1268 | 2024.11.22 20:32:26.749280 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001738 sec., 2876.8699654775605 rows/sec., 128.67 KiB/sec. | ||
| 1269 | 2024.11.22 20:32:26.749393 [ 3 ] {d113da0c-996f-4e9c-a6ac-bbcbcdf3b55e} <Debug> TCPHandler: Processed in 0.002101032 sec. | ||
| 1270 | 2024.11.22 20:32:26.749654 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2024.11.22 20:32:26.749984 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1272 | 2024.11.22 20:32:26.750565 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1273 | 2024.11.22 20:32:26.750650 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1274 | 2024.11.22 20:32:26.750942 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1275 | 2024.11.22 20:32:26.751007 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1276 | 2024.11.22 20:32:26.751195 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1277 | 2024.11.22 20:32:26.751228 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1278 | 2024.11.22 20:32:26.751250 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1279 | 2024.11.22 20:32:26.751268 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1280 | 2024.11.22 20:32:26.751309 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1281 | 2024.11.22 20:32:26.751331 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1282 | 2024.11.22 20:32:26.751888 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002064 sec., 2422.480620155039 rows/sec., 108.35 KiB/sec. | ||
| 1283 | 2024.11.22 20:32:26.752002 [ 5 ] {bed6c6ef-4714-495c-a12a-c5fbe1243793} <Debug> TCPHandler: Processed in 0.002427779 sec. | ||
| 1284 | 2024.11.22 20:32:26.752272 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2024.11.22 20:32:26.752449 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1286 | 2024.11.22 20:32:26.752767 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1287 | 2024.11.22 20:32:26.752809 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1288 | 2024.11.22 20:32:26.753090 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1289 | 2024.11.22 20:32:26.753154 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1290 | 2024.11.22 20:32:26.753300 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1291 | 2024.11.22 20:32:26.753332 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1292 | 2024.11.22 20:32:26.753354 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1293 | 2024.11.22 20:32:26.753370 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1294 | 2024.11.22 20:32:26.753412 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1295 | 2024.11.22 20:32:26.753434 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1296 | 2024.11.22 20:32:26.754026 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.00166 sec., 3012.0481927710844 rows/sec., 134.72 KiB/sec. | ||
| 1297 | 2024.11.22 20:32:26.754140 [ 3 ] {b556e2a3-fcdd-4473-b4a9-771f1ec21b1e} <Debug> TCPHandler: Processed in 0.001925576 sec. | ||
| 1298 | 2024.11.22 20:32:26.754551 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2024.11.22 20:32:26.754805 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1300 | 2024.11.22 20:32:26.755181 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1301 | 2024.11.22 20:32:26.755235 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1302 | 2024.11.22 20:32:26.755589 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1303 | 2024.11.22 20:32:26.755659 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1304 | 2024.11.22 20:32:26.755807 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1305 | 2024.11.22 20:32:26.755838 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1306 | 2024.11.22 20:32:26.755860 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1307 | 2024.11.22 20:32:26.755877 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1308 | 2024.11.22 20:32:26.755918 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1309 | 2024.11.22 20:32:26.755941 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1310 | 2024.11.22 20:32:26.756509 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001804 sec., 2771.6186252771618 rows/sec., 123.96 KiB/sec. | ||
| 1311 | 2024.11.22 20:32:26.756622 [ 5 ] {25d92032-d672-4b4c-a29f-3fdce4c61f41} <Debug> TCPHandler: Processed in 0.002176993 sec. | ||
| 1312 | 2024.11.22 20:32:26.756871 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1313 | 2024.11.22 20:32:26.757081 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1314 | 2024.11.22 20:32:26.757459 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1315 | 2024.11.22 20:32:26.757512 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1316 | 2024.11.22 20:32:26.757821 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1317 | 2024.11.22 20:32:26.757886 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1318 | 2024.11.22 20:32:26.758032 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1319 | 2024.11.22 20:32:26.758063 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1320 | 2024.11.22 20:32:26.758086 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1321 | 2024.11.22 20:32:26.758102 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1322 | 2024.11.22 20:32:26.758144 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1323 | 2024.11.22 20:32:26.758167 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1324 | 2024.11.22 20:32:26.758716 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001737 sec., 2878.526194588371 rows/sec., 128.75 KiB/sec. | ||
| 1325 | 2024.11.22 20:32:26.758830 [ 3 ] {e42a8e11-32af-42d6-871b-c7e43efa0c45} <Debug> TCPHandler: Processed in 0.002023329 sec. | ||
| 1326 | 2024.11.22 20:32:26.762903 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2024.11.22 20:32:26.763081 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1328 | 2024.11.22 20:32:26.763403 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1329 | 2024.11.22 20:32:26.763449 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1330 | 2024.11.22 20:32:26.763747 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1331 | 2024.11.22 20:32:26.763811 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1332 | 2024.11.22 20:32:26.763962 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1333 | 2024.11.22 20:32:26.763995 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1334 | 2024.11.22 20:32:26.764017 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1335 | 2024.11.22 20:32:26.764033 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1336 | 2024.11.22 20:32:26.764078 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1337 | 2024.11.22 20:32:26.764101 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1338 | 2024.11.22 20:32:26.764649 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001651 sec., 3028.4675953967294 rows/sec., 135.45 KiB/sec. | ||
| 1339 | 2024.11.22 20:32:26.764762 [ 5 ] {ce37ccad-5b99-4981-990a-d459f6e61dd6} <Debug> TCPHandler: Processed in 0.001913527 sec. | ||
| 1340 | 2024.11.22 20:32:26.766162 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2024.11.22 20:32:26.766436 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1342 | 2024.11.22 20:32:26.766829 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1343 | 2024.11.22 20:32:26.766876 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1344 | 2024.11.22 20:32:26.767176 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1345 | 2024.11.22 20:32:26.767240 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1346 | 2024.11.22 20:32:26.767387 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1347 | 2024.11.22 20:32:26.767419 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1348 | 2024.11.22 20:32:26.767441 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1349 | 2024.11.22 20:32:26.767458 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1350 | 2024.11.22 20:32:26.767500 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1351 | 2024.11.22 20:32:26.767522 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1352 | 2024.11.22 20:32:26.768095 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001838 sec., 2720.348204570185 rows/sec., 121.67 KiB/sec. | ||
| 1353 | 2024.11.22 20:32:26.768207 [ 3 ] {c17a927e-208f-4171-92cb-718ba5bb3a57} <Debug> TCPHandler: Processed in 0.002100131 sec. | ||
| 1354 | 2024.11.22 20:32:26.768554 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2024.11.22 20:32:26.768806 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1356 | 2024.11.22 20:32:26.769193 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2024.11.22 20:32:26.769252 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1358 | 2024.11.22 20:32:26.769628 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2024.11.22 20:32:26.769693 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2024.11.22 20:32:26.769840 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1361 | 2024.11.22 20:32:26.769873 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2024.11.22 20:32:26.769895 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1363 | 2024.11.22 20:32:26.769912 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1364 | 2024.11.22 20:32:26.769956 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1365 | 2024.11.22 20:32:26.769978 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1366 | 2024.11.22 20:32:26.770554 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001853 sec., 2698.327037236913 rows/sec., 120.69 KiB/sec. | ||
| 1367 | 2024.11.22 20:32:26.770668 [ 5 ] {c9118dd3-002b-4023-b895-7a8ddc0a7046} <Debug> TCPHandler: Processed in 0.002222504 sec. | ||
| 1368 | 2024.11.22 20:32:26.770926 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1369 | 2024.11.22 20:32:26.771141 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1370 | 2024.11.22 20:32:26.771531 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1371 | 2024.11.22 20:32:26.771587 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1372 | 2024.11.22 20:32:26.771899 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1373 | 2024.11.22 20:32:26.771964 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1374 | 2024.11.22 20:32:26.772109 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1375 | 2024.11.22 20:32:26.772141 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1376 | 2024.11.22 20:32:26.772163 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1377 | 2024.11.22 20:32:26.772179 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1378 | 2024.11.22 20:32:26.772223 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1379 | 2024.11.22 20:32:26.772246 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1380 | 2024.11.22 20:32:26.773206 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002172 sec., 2302.0257826887664 rows/sec., 102.96 KiB/sec. | ||
| 1381 | 2024.11.22 20:32:26.773322 [ 3 ] {36b7d30c-4405-4cc8-bac3-2d2480cc5cda} <Debug> TCPHandler: Processed in 0.00246512 sec. | ||
| 1382 | 2024.11.22 20:32:26.773593 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2024.11.22 20:32:26.773924 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1384 | 2024.11.22 20:32:26.774531 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1385 | 2024.11.22 20:32:26.774624 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1386 | 2024.11.22 20:32:26.774961 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1387 | 2024.11.22 20:32:26.775026 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1388 | 2024.11.22 20:32:26.775173 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1389 | 2024.11.22 20:32:26.775205 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1390 | 2024.11.22 20:32:26.775227 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1391 | 2024.11.22 20:32:26.775243 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1392 | 2024.11.22 20:32:26.775289 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1393 | 2024.11.22 20:32:26.775312 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1394 | 2024.11.22 20:32:26.775884 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002143 sec., 2333.177788147457 rows/sec., 104.36 KiB/sec. | ||
| 1395 | 2024.11.22 20:32:26.775998 [ 5 ] {ec0d3c31-d063-42e2-87a3-92937090d8d9} <Debug> TCPHandler: Processed in 0.0024616 sec. | ||
| 1396 | 2024.11.22 20:32:26.776245 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1397 | 2024.11.22 20:32:26.776434 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1398 | 2024.11.22 20:32:26.776770 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1399 | 2024.11.22 20:32:26.776819 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1400 | 2024.11.22 20:32:26.777132 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1401 | 2024.11.22 20:32:26.777196 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1402 | 2024.11.22 20:32:26.777343 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1403 | 2024.11.22 20:32:26.777375 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1404 | 2024.11.22 20:32:26.777397 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1405 | 2024.11.22 20:32:26.777413 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1406 | 2024.11.22 20:32:26.777457 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1407 | 2024.11.22 20:32:26.777479 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1408 | 2024.11.22 20:32:26.778164 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001822 sec., 2744.2371020856203 rows/sec., 122.74 KiB/sec. | ||
| 1409 | 2024.11.22 20:32:26.778287 [ 3 ] {4a43d5dc-421b-4f09-b06d-abab2526a4f0} <Debug> TCPHandler: Processed in 0.002097291 sec. | ||
| 1410 | 2024.11.22 20:32:26.778610 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.11.22 20:32:26.778959 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1412 | 2024.11.22 20:32:26.779574 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1413 | 2024.11.22 20:32:26.779662 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1414 | 2024.11.22 20:32:26.779975 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1415 | 2024.11.22 20:32:26.780040 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1416 | 2024.11.22 20:32:26.780185 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1417 | 2024.11.22 20:32:26.780217 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1418 | 2024.11.22 20:32:26.780240 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1419 | 2024.11.22 20:32:26.780257 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1420 | 2024.11.22 20:32:26.780302 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1421 | 2024.11.22 20:32:26.780325 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1422 | 2024.11.22 20:32:26.780904 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002126 sec., 2351.8344308560677 rows/sec., 105.19 KiB/sec. | ||
| 1423 | 2024.11.22 20:32:26.781018 [ 5 ] {6dbe3d00-7dc0-475a-bf95-88e432713a75} <Debug> TCPHandler: Processed in 0.002517462 sec. | ||
| 1424 | 2024.11.22 20:32:26.828933 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1425 | 2024.11.22 20:32:26.829305 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1426 | 2024.11.22 20:32:26.829830 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1427 | 2024.11.22 20:32:26.829879 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1428 | 2024.11.22 20:32:26.830201 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1429 | 2024.11.22 20:32:26.830267 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1430 | 2024.11.22 20:32:26.830412 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1431 | 2024.11.22 20:32:26.830445 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1432 | 2024.11.22 20:32:26.830468 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 1433 | 2024.11.22 20:32:26.830485 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1434 | 2024.11.22 20:32:26.830529 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1435 | 2024.11.22 20:32:26.830553 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1436 | 2024.11.22 20:32:26.831191 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.002081 sec., 2402.6910139356078 rows/sec., 107.46 KiB/sec. | ||
| 1437 | 2024.11.22 20:32:26.831307 [ 3 ] {7880cabf-a80f-405d-a0a7-0a7350630f15} <Debug> TCPHandler: Processed in 0.002485941 sec. | ||
| 1438 | 2024.11.22 20:32:26.831990 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1439 | 2024.11.22 20:32:26.832120 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1440 | 2024.11.22 20:32:26.832171 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1441 | 2024.11.22 20:32:26.832954 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1442 | 2024.11.22 20:32:26.832998 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1443 | 2024.11.22 20:32:26.833502 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1444 | 2024.11.22 20:32:26.833721 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2024.11.22 20:32:26.833963 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Debug> executeQuery: Read 33 rows, 5.92 KiB in 0.001872 sec., 17628.20512820513 rows/sec., 3.09 MiB/sec. | ||
| 1446 | 2024.11.22 20:32:26.834052 [ 5 ] {683ded27-bb7a-49e7-ba1c-a62b5d309a67} <Debug> TCPHandler: Processed in 0.002121702 sec. | ||
| 1447 | 2024.11.22 20:32:26.834233 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2024.11.22 20:32:26.834385 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1449 | 2024.11.22 20:32:26.834443 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1450 | 2024.11.22 20:32:26.835635 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2024.11.22 20:32:26.835675 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1452 | 2024.11.22 20:32:26.836087 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1453 | 2024.11.22 20:32:26.836336 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2024.11.22 20:32:26.836580 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002235 sec., 6263.982102908278 rows/sec., 450.92 KiB/sec. | ||
| 1455 | 2024.11.22 20:32:26.836637 [ 3 ] {4eb82b99-c648-4efa-89f6-3e43baa9fded} <Debug> TCPHandler: Processed in 0.00247346 sec. | ||
| 1456 | 2024.11.22 20:32:26.836847 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1457 | 2024.11.22 20:32:26.837071 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1458 | 2024.11.22 20:32:26.837159 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1459 | 2024.11.22 20:32:26.838663 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1460 | 2024.11.22 20:32:26.838705 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1461 | 2024.11.22 20:32:26.839189 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1462 | 2024.11.22 20:32:26.839432 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1463 | 2024.11.22 20:32:26.839655 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Debug> executeQuery: Read 1356 rows, 115.39 KiB in 0.00264 sec., 513636.36363636365 rows/sec., 42.68 MiB/sec. | ||
| 1464 | 2024.11.22 20:32:26.839711 [ 5 ] {66b7a082-90a2-4111-8d2a-6d200bc70604} <Debug> TCPHandler: Processed in 0.002976843 sec. | ||
| 1465 | 2024.11.22 20:32:26.839865 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2024.11.22 20:32:26.839982 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1467 | 2024.11.22 20:32:26.840029 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1468 | 2024.11.22 20:32:26.840608 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2024.11.22 20:32:26.840648 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1470 | 2024.11.22 20:32:26.841017 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1471 | 2024.11.22 20:32:26.841261 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2024.11.22 20:32:26.841475 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001517 sec., 9887.93671720501 rows/sec., 697.18 KiB/sec. | ||
| 1473 | 2024.11.22 20:32:26.841529 [ 3 ] {c6d2cec4-7474-477a-8b8d-a7caaa08a2b7} <Debug> TCPHandler: Processed in 0.001720412 sec. | ||
| 1474 | 2024.11.22 20:32:26.841687 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1475 | 2024.11.22 20:32:26.841824 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1476 | 2024.11.22 20:32:26.841880 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1477 | 2024.11.22 20:32:26.842649 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1478 | 2024.11.22 20:32:26.842690 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1479 | 2024.11.22 20:32:26.843060 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1480 | 2024.11.22 20:32:26.843297 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1481 | 2024.11.22 20:32:26.843570 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00177 sec., 136723.1638418079 rows/sec., 9.26 MiB/sec. | ||
| 1482 | 2024.11.22 20:32:26.843640 [ 5 ] {0592cdfa-b9ff-45b7-b52a-6814a2f533c9} <Debug> TCPHandler: Processed in 0.002020839 sec. | ||
| 1483 | 2024.11.22 20:32:26.843801 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.11.22 20:32:26.843939 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1485 | 2024.11.22 20:32:26.843994 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1486 | 2024.11.22 20:32:26.844649 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2024.11.22 20:32:26.844688 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1488 | 2024.11.22 20:32:26.845030 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1489 | 2024.11.22 20:32:26.845262 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2024.11.22 20:32:26.845544 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 1491 | 2024.11.22 20:32:26.845599 [ 3 ] {0ed0afd0-f69d-4230-8332-c1204bd939a6} <Debug> TCPHandler: Processed in 0.001864286 sec. | ||
| 1492 | 2024.11.22 20:32:26.845802 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2024.11.22 20:32:26.846022 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1494 | 2024.11.22 20:32:26.846109 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1495 | 2024.11.22 20:32:26.847233 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.11.22 20:32:26.847290 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1497 | 2024.11.22 20:32:26.847789 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1498 | 2024.11.22 20:32:26.848024 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2024.11.22 20:32:26.848207 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002241 sec., 373940.20526550646 rows/sec., 27.00 MiB/sec. | ||
| 1500 | 2024.11.22 20:32:26.848261 [ 5 ] {78da2c97-0992-4c77-85fa-b20b67702179} <Debug> TCPHandler: Processed in 0.002569303 sec. | ||
| 1501 | 2024.11.22 20:32:26.848418 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1502 | 2024.11.22 20:32:26.848554 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1503 | 2024.11.22 20:32:26.848612 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1504 | 2024.11.22 20:32:26.849156 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2024.11.22 20:32:26.849201 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1506 | 2024.11.22 20:32:26.849621 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1507 | 2024.11.22 20:32:26.849863 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2024.11.22 20:32:26.850128 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 1509 | 2024.11.22 20:32:26.850191 [ 3 ] {029d176a-00ba-42db-8d14-324cafbb035b} <Debug> TCPHandler: Processed in 0.001841075 sec. | ||
| 1510 | 2024.11.22 20:32:26.850331 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1511 | 2024.11.22 20:32:26.850448 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1512 | 2024.11.22 20:32:26.850498 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1513 | 2024.11.22 20:32:26.851425 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1514 | 2024.11.22 20:32:26.851461 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1515 | 2024.11.22 20:32:26.851907 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1516 | 2024.11.22 20:32:26.852141 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1517 | 2024.11.22 20:32:26.852316 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Debug> executeQuery: Read 1392 rows, 94.83 KiB in 0.001893 sec., 735340.7290015848 rows/sec., 48.92 MiB/sec. | ||
| 1518 | 2024.11.22 20:32:26.852368 [ 5 ] {bcf3f968-327a-4785-baa7-676b86a2e7f1} <Debug> TCPHandler: Processed in 0.002092281 sec. | ||
| 1519 | 2024.11.22 20:32:26.852518 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1520 | 2024.11.22 20:32:26.852636 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1521 | 2024.11.22 20:32:26.852686 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1522 | 2024.11.22 20:32:26.853139 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1523 | 2024.11.22 20:32:26.853178 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1524 | 2024.11.22 20:32:26.853528 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1525 | 2024.11.22 20:32:26.853757 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1526 | 2024.11.22 20:32:26.853959 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 1527 | 2024.11.22 20:32:26.854009 [ 3 ] {ce2c95bf-2736-47de-8d7b-2f059847a9a5} <Debug> TCPHandler: Processed in 0.001545268 sec. | ||
| 1528 | 2024.11.22 20:32:26.854148 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.11.22 20:32:26.854264 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1530 | 2024.11.22 20:32:26.854342 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <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 | ||
| 1531 | 2024.11.22 20:32:26.855419 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1532 | 2024.11.22 20:32:26.855456 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1533 | 2024.11.22 20:32:26.856062 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1534 | 2024.11.22 20:32:26.856315 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2024.11.22 20:32:26.856512 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002274 sec., 3518.0299032541775 rows/sec., 6.30 MiB/sec. | ||
| 1536 | 2024.11.22 20:32:26.856608 [ 5 ] {c7fca46b-56e4-45fd-876d-5ad39823468d} <Debug> TCPHandler: Processed in 0.002518202 sec. | ||
| 1537 | 2024.11.22 20:32:26.856846 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1538 | 2024.11.22 20:32:26.857069 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1539 | 2024.11.22 20:32:26.857160 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1540 | 2024.11.22 20:32:26.857853 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.11.22 20:32:26.857891 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 1542 | 2024.11.22 20:32:26.858252 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1543 | 2024.11.22 20:32:26.858478 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2024.11.22 20:32:26.858676 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001661 sec., 19265.50270921132 rows/sec., 1.11 MiB/sec. | ||
| 1545 | 2024.11.22 20:32:26.858726 [ 3 ] {591a1fc7-3445-44f3-9591-f6975f14056b} <Debug> TCPHandler: Processed in 0.001988378 sec. | ||
| 1546 | 2024.11.22 20:32:27.001133 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.09 MiB, peak 160.55 MiB, free memory in arenas 0.00 B, will set to 157.61 MiB (RSS), difference: -1.48 MiB | ||
| 1547 | 2024.11.22 20:32:31.154485 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1548 | 2024.11.22 20:32:31.154669 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1549 | 2024.11.22 20:32:31.154741 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1550 | 2024.11.22 20:32:31.155507 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2024.11.22 20:32:31.155550 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1552 | 2024.11.22 20:32:31.155985 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1553 | 2024.11.22 20:32:31.156243 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1554 | 2024.11.22 20:32:31.156434 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001817 sec., 28618.602091359382 rows/sec., 2.17 MiB/sec. | ||
| 1555 | 2024.11.22 20:32:31.156488 [ 3 ] {7c585f18-e4de-46fe-97f1-c99f5b510ce7} <Debug> TCPHandler: Processed in 0.002129482 sec. | ||
| 1556 | 2024.11.22 20:32:31.156755 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1557 | 2024.11.22 20:32:31.156939 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1558 | 2024.11.22 20:32:31.157010 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1559 | 2024.11.22 20:32:31.157781 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1560 | 2024.11.22 20:32:31.157830 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1561 | 2024.11.22 20:32:31.158251 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1562 | 2024.11.22 20:32:31.158498 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1563 | 2024.11.22 20:32:31.158785 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.33 MiB/sec. | ||
| 1564 | 2024.11.22 20:32:31.158917 [ 5 ] {d14bbfbb-eb5e-4071-957b-523dc1706a3c} <Debug> TCPHandler: Processed in 0.002292586 sec. | ||
| 1565 | 2024.11.22 20:32:31.159079 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1566 | 2024.11.22 20:32:31.159201 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1567 | 2024.11.22 20:32:31.159254 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1568 | 2024.11.22 20:32:31.159833 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1569 | 2024.11.22 20:32:31.159870 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1570 | 2024.11.22 20:32:31.160258 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1571 | 2024.11.22 20:32:31.160495 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1572 | 2024.11.22 20:32:31.160704 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001523 sec., 78791.85817465528 rows/sec., 5.46 MiB/sec. | ||
| 1573 | 2024.11.22 20:32:31.160833 [ 3 ] {bee23be9-2a92-4234-bd55-cf5dbb0a8541} <Debug> TCPHandler: Processed in 0.001810574 sec. | ||
| 1574 | 2024.11.22 20:32:31.161020 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1575 | 2024.11.22 20:32:31.161167 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1576 | 2024.11.22 20:32:31.161231 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1577 | 2024.11.22 20:32:31.161807 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1578 | 2024.11.22 20:32:31.161848 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1579 | 2024.11.22 20:32:31.162228 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1580 | 2024.11.22 20:32:31.162466 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2024.11.22 20:32:31.162675 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001545 sec., 25889.967637540452 rows/sec., 1.78 MiB/sec. | ||
| 1582 | 2024.11.22 20:32:31.162732 [ 5 ] {e57c4501-8a1e-4590-ae83-7739c80f2b43} <Debug> TCPHandler: Processed in 0.001782624 sec. | ||
| 1583 | 2024.11.22 20:32:33.139333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1584 | 2024.11.22 20:32:33.140017 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2024.11.22 20:32:33.140064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1586 | 2024.11.22 20:32:33.140633 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1587 | 2024.11.22 20:32:33.140887 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1588 | 2024.11.22 20:32:33.141135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1589 | 2024.11.22 20:32:33.265439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1590 | 2024.11.22 20:32:33.285498 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2024.11.22 20:32:33.285566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1592 | 2024.11.22 20:32:33.292952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1593 | 2024.11.22 20:32:33.293725 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1594 | 2024.11.22 20:32:33.296436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1595 | 2024.11.22 20:32:35.630712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 106 entries to flush up to offset 222 | ||
| 1596 | 2024.11.22 20:32:35.635200 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2024.11.22 20:32:35.635245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1598 | 2024.11.22 20:32:35.636854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1599 | 2024.11.22 20:32:35.637166 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2024.11.22 20:32:35.637861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 222 | ||
| 1601 | 2024.11.22 20:32:36.157115 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1602 | 2024.11.22 20:32:36.157308 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1603 | 2024.11.22 20:32:36.157383 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1604 | 2024.11.22 20:32:36.158175 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1605 | 2024.11.22 20:32:36.158219 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1606 | 2024.11.22 20:32:36.158635 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1607 | 2024.11.22 20:32:36.158902 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1608 | 2024.11.22 20:32:36.159139 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Debug> executeQuery: Read 96 rows, 8.16 KiB in 0.001884 sec., 50955.41401273885 rows/sec., 4.23 MiB/sec. | ||
| 1609 | 2024.11.22 20:32:36.159198 [ 3 ] {1c366942-9fc2-4f46-9f96-2c3fe8439edb} <Debug> TCPHandler: Processed in 0.002201753 sec. | ||
| 1610 | 2024.11.22 20:32:36.159519 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1611 | 2024.11.22 20:32:36.159813 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1612 | 2024.11.22 20:32:36.159886 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1613 | 2024.11.22 20:32:36.160629 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1614 | 2024.11.22 20:32:36.160678 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1615 | 2024.11.22 20:32:36.161096 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1616 | 2024.11.22 20:32:36.161352 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1617 | 2024.11.22 20:32:36.161587 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001857 sec., 11847.065158858375 rows/sec., 890.84 KiB/sec. | ||
| 1618 | 2024.11.22 20:32:36.161651 [ 5 ] {ca72b1b4-95bc-423c-a0c2-16ac3e2ccb32} <Debug> TCPHandler: Processed in 0.002316087 sec. | ||
| 1619 | 2024.11.22 20:32:36.161865 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2024.11.22 20:32:36.162103 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1621 | 2024.11.22 20:32:36.162199 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1622 | 2024.11.22 20:32:36.163098 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1623 | 2024.11.22 20:32:36.163139 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1624 | 2024.11.22 20:32:36.163508 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1625 | 2024.11.22 20:32:36.163755 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1626 | 2024.11.22 20:32:36.163984 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Debug> executeQuery: Read 78 rows, 6.23 KiB in 0.001953 sec., 39938.556067588324 rows/sec., 3.12 MiB/sec. | ||
| 1627 | 2024.11.22 20:32:36.164042 [ 3 ] {03e82d35-16dc-42da-b2cc-ee8586cf2eb9} <Debug> TCPHandler: Processed in 0.002288676 sec. | ||
| 1628 | 2024.11.22 20:32:36.164200 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1629 | 2024.11.22 20:32:36.164346 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1630 | 2024.11.22 20:32:36.164412 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1631 | 2024.11.22 20:32:36.165053 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1632 | 2024.11.22 20:32:36.165095 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1633 | 2024.11.22 20:32:36.165486 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1634 | 2024.11.22 20:32:36.165732 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1635 | 2024.11.22 20:32:36.165966 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001655 sec., 90634.44108761329 rows/sec., 6.28 MiB/sec. | ||
| 1636 | 2024.11.22 20:32:36.166021 [ 5 ] {22c36e80-7959-4afb-9d95-753dd5d7ca31} <Debug> TCPHandler: Processed in 0.001889316 sec. | ||
| 1637 | 2024.11.22 20:32:36.166179 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1638 | 2024.11.22 20:32:36.166301 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1639 | 2024.11.22 20:32:36.166384 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <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 | ||
| 1640 | 2024.11.22 20:32:36.167499 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1641 | 2024.11.22 20:32:36.167541 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1642 | 2024.11.22 20:32:36.168208 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1643 | 2024.11.22 20:32:36.168478 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2024.11.22 20:32:36.168730 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002454 sec., 8964.955175224124 rows/sec., 16.06 MiB/sec. | ||
| 1645 | 2024.11.22 20:32:36.168839 [ 3 ] {061a189f-ee53-4c89-8ee1-86587eb42990} <Debug> TCPHandler: Processed in 0.002720626 sec. | ||
| 1646 | 2024.11.22 20:32:36.168989 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2024.11.22 20:32:36.169111 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1648 | 2024.11.22 20:32:36.169160 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1649 | 2024.11.22 20:32:36.169651 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2024.11.22 20:32:36.169691 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1651 | 2024.11.22 20:32:36.170061 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1652 | 2024.11.22 20:32:36.170303 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2024.11.22 20:32:36.170485 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001404 sec., 35612.53561253561 rows/sec., 2.44 MiB/sec. | ||
| 1654 | 2024.11.22 20:32:36.170533 [ 5 ] {5fb7781c-5e5a-4053-8b06-eb4e0ea45ef4} <Debug> TCPHandler: Processed in 0.001598769 sec. | ||
| 1655 | 2024.11.22 20:32:40.574039 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1656 | 2024.11.22 20:32:40.574103 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1657 | 2024.11.22 20:32:40.642117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1658 | 2024.11.22 20:32:40.642736 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2024.11.22 20:32:40.642776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1660 | 2024.11.22 20:32:40.643384 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1661 | 2024.11.22 20:32:40.643634 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2024.11.22 20:32:40.643776 [ 84 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1663 | 2024.11.22 20:32:40.643819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1664 | 2024.11.22 20:32:40.643832 [ 84 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1665 | 2024.11.22 20:32:40.643862 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1666 | 2024.11.22 20:32:40.646134 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1667 | 2024.11.22 20:32:40.646352 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1668 | 2024.11.22 20:32:40.646468 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1669 | 2024.11.22 20:32:40.646612 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1670 | 2024.11.22 20:32:40.646909 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1671 | 2024.11.22 20:32:40.647069 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1672 | 2024.11.22 20:32:40.647189 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1673 | 2024.11.22 20:32:40.647390 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 1674 | 2024.11.22 20:32:40.671299 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.027329587 sec., 102672.60899332288 rows/sec., 1.47 MiB/sec. | ||
| 1675 | 2024.11.22 20:32:40.672054 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1676 | 2024.11.22 20:32:40.672426 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2024.11.22 20:32:40.672511 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_6_1} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1678 | 2024.11.22 20:32:40.672647 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1679 | 2024.11.22 20:32:40.797375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1680 | 2024.11.22 20:32:40.817344 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2024.11.22 20:32:40.817393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1682 | 2024.11.22 20:32:40.824482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1683 | 2024.11.22 20:32:40.825256 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2024.11.22 20:32:40.825534 [ 82 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1685 | 2024.11.22 20:32:40.825594 [ 82 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.11.22 20:32:40.825633 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1687 | 2024.11.22 20:32:40.826239 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1688 | 2024.11.22 20:32:40.840624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1689 | 2024.11.22 20:32:40.842405 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1690 | 2024.11.22 20:32:40.843883 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1691 | 2024.11.22 20:32:40.849146 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1692 | 2024.11.22 20:32:40.854343 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1693 | 2024.11.22 20:32:40.859149 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1694 | 2024.11.22 20:32:40.868712 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1695 | 2024.11.22 20:32:40.873145 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 1696 | 2024.11.22 20:32:40.932605 [ 189 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106830789 sec., 430.58747792268014 rows/sec., 2.23 MiB/sec. | ||
| 1697 | 2024.11.22 20:32:40.935523 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1698 | 2024.11.22 20:32:40.938407 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_6_1} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2024.11.22 20:32:40.938529 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_6_1} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1700 | 2024.11.22 20:32:40.940888 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1701 | 2024.11.22 20:32:41.000212 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.27 MiB, peak 169.81 MiB, free memory in arenas 0.00 B, will set to 164.22 MiB (RSS), difference: 3.95 MiB | ||
| 1702 | 2024.11.22 20:32:41.161014 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2024.11.22 20:32:41.161180 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1704 | 2024.11.22 20:32:41.161247 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1705 | 2024.11.22 20:32:41.161978 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2024.11.22 20:32:41.162027 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1707 | 2024.11.22 20:32:41.162441 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1708 | 2024.11.22 20:32:41.162703 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2024.11.22 20:32:41.162951 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec. | ||
| 1710 | 2024.11.22 20:32:41.163079 [ 3 ] {4e74e6fb-6a6d-435d-b311-a6c5ea69a7df} <Debug> TCPHandler: Processed in 0.002186574 sec. | ||
| 1711 | 2024.11.22 20:32:41.163348 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2024.11.22 20:32:41.163534 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2024.11.22 20:32:41.163612 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2024.11.22 20:32:41.164436 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2024.11.22 20:32:41.164480 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1716 | 2024.11.22 20:32:41.164905 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1717 | 2024.11.22 20:32:41.165168 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2024.11.22 20:32:41.165339 [ 82 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1719 | 2024.11.22 20:32:41.165412 [ 82 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1720 | 2024.11.22 20:32:41.165426 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Debug> executeQuery: Read 215 rows, 19.20 KiB in 0.001937 sec., 110996.3861641714 rows/sec., 9.68 MiB/sec. | ||
| 1721 | 2024.11.22 20:32:41.165492 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1722 | 2024.11.22 20:32:41.165556 [ 5 ] {83cfcc07-fa1c-48f1-9e06-461bd4ef5c1c} <Debug> TCPHandler: Processed in 0.002343877 sec. | ||
| 1723 | 2024.11.22 20:32:41.165762 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 1724 | 2024.11.22 20:32:41.165804 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2024.11.22 20:32:41.165890 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1726 | 2024.11.22 20:32:41.165937 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part | ||
| 1727 | 2024.11.22 20:32:41.165964 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1728 | 2024.11.22 20:32:41.166043 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1729 | 2024.11.22 20:32:41.166126 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 1730 | 2024.11.22 20:32:41.166586 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1356 rows starting from the beginning of the part | ||
| 1731 | 2024.11.22 20:32:41.166905 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1732 | 2024.11.22 20:32:41.167260 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part | ||
| 1733 | 2024.11.22 20:32:41.167536 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 215 rows starting from the beginning of the part | ||
| 1734 | 2024.11.22 20:32:41.168866 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2024.11.22 20:32:41.168916 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1736 | 2024.11.22 20:32:41.169636 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1737 | 2024.11.22 20:32:41.169933 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2024.11.22 20:32:41.170362 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004435 sec., 3382.187147688839 rows/sec., 238.47 KiB/sec. | ||
| 1739 | 2024.11.22 20:32:41.170403 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1808 rows, containing 5 columns (5 merged, 0 gathered) in 0.004767856 sec., 379206.08340520354 rows/sec., 33.22 MiB/sec. | ||
| 1740 | 2024.11.22 20:32:41.170490 [ 3 ] {65002af8-fc11-4e12-aa80-6c9dbe938c7a} <Debug> TCPHandler: Processed in 0.004763046 sec. | ||
| 1741 | 2024.11.22 20:32:41.170666 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1742 | 2024.11.22 20:32:41.170704 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1743 | 2024.11.22 20:32:41.170822 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1744 | 2024.11.22 20:32:41.170884 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1745 | 2024.11.22 20:32:41.171081 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.11.22 20:32:41.171223 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_6_1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1747 | 2024.11.22 20:32:41.171334 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 1748 | 2024.11.22 20:32:41.171662 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2024.11.22 20:32:41.171701 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1750 | 2024.11.22 20:32:41.172060 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1751 | 2024.11.22 20:32:41.172300 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1752 | 2024.11.22 20:32:41.172533 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001741 sec., 8041.3555427915 rows/sec., 563.16 KiB/sec. | ||
| 1753 | 2024.11.22 20:32:41.172597 [ 5 ] {2482a5d2-b3b1-4ed3-816e-24f9a5d2e7f1} <Debug> TCPHandler: Processed in 0.001997569 sec. | ||
| 1754 | 2024.11.22 20:32:41.172768 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1755 | 2024.11.22 20:32:41.172891 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1756 | 2024.11.22 20:32:41.172941 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1757 | 2024.11.22 20:32:41.173516 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2024.11.22 20:32:41.173555 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1759 | 2024.11.22 20:32:41.173909 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1760 | 2024.11.22 20:32:41.174152 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2024.11.22 20:32:41.174406 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 1762 | 2024.11.22 20:32:41.174514 [ 3 ] {f77a09b0-f836-472f-8484-92bd322a9cb1} <Debug> TCPHandler: Processed in 0.001802624 sec. | ||
| 1763 | 2024.11.22 20:32:41.174686 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1764 | 2024.11.22 20:32:41.174801 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1765 | 2024.11.22 20:32:41.174850 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1766 | 2024.11.22 20:32:41.175676 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2024.11.22 20:32:41.175722 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1768 | 2024.11.22 20:32:41.176130 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1769 | 2024.11.22 20:32:41.176380 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2024.11.22 20:32:41.176546 [ 82 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1771 | 2024.11.22 20:32:41.176616 [ 82 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2024.11.22 20:32:41.176631 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001845 sec., 207046.0704607046 rows/sec., 14.65 MiB/sec. | ||
| 1773 | 2024.11.22 20:32:41.176651 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1774 | 2024.11.22 20:32:41.176779 [ 5 ] {b46d472e-1907-4905-af4a-ac4cf69e1d81} <Debug> TCPHandler: Processed in 0.002151352 sec. | ||
| 1775 | 2024.11.22 20:32:41.176834 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 1776 | 2024.11.22 20:32:41.176974 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2024.11.22 20:32:41.176986 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1778 | 2024.11.22 20:32:41.177051 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part | ||
| 1779 | 2024.11.22 20:32:41.177172 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1780 | 2024.11.22 20:32:41.177293 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1781 | 2024.11.22 20:32:41.177360 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1782 | 2024.11.22 20:32:41.177863 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 838 rows starting from the beginning of the part | ||
| 1783 | 2024.11.22 20:32:41.178263 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1784 | 2024.11.22 20:32:41.178552 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part | ||
| 1785 | 2024.11.22 20:32:41.178861 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
| 1786 | 2024.11.22 20:32:41.180020 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2024.11.22 20:32:41.180085 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1788 | 2024.11.22 20:32:41.181018 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1789 | 2024.11.22 20:32:41.181463 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2024.11.22 20:32:41.182151 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005017 sec., 1195.933824995017 rows/sec., 62.48 KiB/sec. | ||
| 1791 | 2024.11.22 20:32:41.182320 [ 3 ] {3b342a4a-d262-464a-8c3a-3269e487a294} <Debug> TCPHandler: Processed in 0.005434773 sec. | ||
| 1792 | 2024.11.22 20:32:41.182342 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005570446 sec., 253301.08217546676 rows/sec., 19.36 MiB/sec. | ||
| 1793 | 2024.11.22 20:32:41.182498 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.11.22 20:32:41.182562 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1795 | 2024.11.22 20:32:41.182737 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1796 | 2024.11.22 20:32:41.182842 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1797 | 2024.11.22 20:32:41.183187 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1798 | 2024.11.22 20:32:41.183401 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_6_1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1799 | 2024.11.22 20:32:41.183500 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 1800 | 2024.11.22 20:32:41.183799 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2024.11.22 20:32:41.183842 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1802 | 2024.11.22 20:32:41.184241 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1803 | 2024.11.22 20:32:41.184491 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2024.11.22 20:32:41.184698 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002033 sec., 111657.6487948844 rows/sec., 7.45 MiB/sec. | ||
| 1805 | 2024.11.22 20:32:41.184756 [ 5 ] {4a5bcd1c-bb24-4308-aeb4-3cf2df96a678} <Debug> TCPHandler: Processed in 0.002334207 sec. | ||
| 1806 | 2024.11.22 20:32:41.184907 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2024.11.22 20:32:41.185045 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1808 | 2024.11.22 20:32:41.185105 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1809 | 2024.11.22 20:32:41.185650 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2024.11.22 20:32:41.185695 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1811 | 2024.11.22 20:32:41.186087 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1812 | 2024.11.22 20:32:41.186327 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2024.11.22 20:32:41.186521 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 1814 | 2024.11.22 20:32:41.186635 [ 3 ] {899553be-9316-4086-b91c-7a6e9fbadcfc} <Debug> TCPHandler: Processed in 0.001797284 sec. | ||
| 1815 | 2024.11.22 20:32:41.186779 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2024.11.22 20:32:41.186905 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1817 | 2024.11.22 20:32:41.186994 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <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 | ||
| 1818 | 2024.11.22 20:32:41.188190 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2024.11.22 20:32:41.188229 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1820 | 2024.11.22 20:32:41.188835 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1821 | 2024.11.22 20:32:41.189089 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2024.11.22 20:32:41.189361 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002483 sec., 3221.908981071285 rows/sec., 5.77 MiB/sec. | ||
| 1823 | 2024.11.22 20:32:41.189467 [ 5 ] {fb8a65db-c256-4bc7-95bb-a69f00760c61} <Debug> TCPHandler: Processed in 0.002741017 sec. | ||
| 1824 | 2024.11.22 20:32:41.189612 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2024.11.22 20:32:41.189749 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1826 | 2024.11.22 20:32:41.189806 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1827 | 2024.11.22 20:32:41.190289 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2024.11.22 20:32:41.190328 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1829 | 2024.11.22 20:32:41.190697 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1830 | 2024.11.22 20:32:41.190930 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2024.11.22 20:32:41.191104 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001386 sec., 51948.05194805194 rows/sec., 3.31 MiB/sec. | ||
| 1832 | 2024.11.22 20:32:41.191152 [ 3 ] {434b569c-fd10-4dc8-a973-e00e18cbb7a7} <Debug> TCPHandler: Processed in 0.001607059 sec. | ||
| 1833 | 2024.11.22 20:32:45.639409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 256 | ||
| 1834 | 2024.11.22 20:32:45.642352 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2024.11.22 20:32:45.642400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1836 | 2024.11.22 20:32:45.643897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1837 | 2024.11.22 20:32:45.644208 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2024.11.22 20:32:45.645051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256 | ||
| 1839 | 2024.11.22 20:32:46.157694 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1840 | 2024.11.22 20:32:46.157867 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1841 | 2024.11.22 20:32:46.157932 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1842 | 2024.11.22 20:32:46.158636 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2024.11.22 20:32:46.158679 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1844 | 2024.11.22 20:32:46.159101 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1845 | 2024.11.22 20:32:46.159359 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1846 | 2024.11.22 20:32:46.159599 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Debug> executeQuery: Read 96 rows, 8.16 KiB in 0.001779 sec., 53962.900505902195 rows/sec., 4.48 MiB/sec. | ||
| 1847 | 2024.11.22 20:32:46.159657 [ 3 ] {22315597-2fd9-416e-961f-9d65628e1323} <Debug> TCPHandler: Processed in 0.00207629 sec. | ||
| 1848 | 2024.11.22 20:32:46.159955 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1849 | 2024.11.22 20:32:46.160179 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1850 | 2024.11.22 20:32:46.160258 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1851 | 2024.11.22 20:32:46.161062 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2024.11.22 20:32:46.161104 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1853 | 2024.11.22 20:32:46.161521 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1854 | 2024.11.22 20:32:46.161772 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2024.11.22 20:32:46.161903 [ 73 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1856 | 2024.11.22 20:32:46.161951 [ 73 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2024.11.22 20:32:46.161973 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001849 sec., 11898.32341806382 rows/sec., 894.70 KiB/sec. | ||
| 1858 | 2024.11.22 20:32:46.161980 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1859 | 2024.11.22 20:32:46.162069 [ 5 ] {332688fd-b38c-48d6-87c5-68e103812a62} <Debug> TCPHandler: Processed in 0.002299876 sec. | ||
| 1860 | 2024.11.22 20:32:46.162387 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 1861 | 2024.11.22 20:32:46.162524 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1862 | 2024.11.22 20:32:46.162621 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1863 | 2024.11.22 20:32:46.162666 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1864 | 2024.11.22 20:32:46.162954 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1865 | 2024.11.22 20:32:46.163016 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1866 | 2024.11.22 20:32:46.163230 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1867 | 2024.11.22 20:32:46.163228 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1868 | 2024.11.22 20:32:46.163628 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1869 | 2024.11.22 20:32:46.164039 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1870 | 2024.11.22 20:32:46.164325 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1871 | 2024.11.22 20:32:46.166307 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2024.11.22 20:32:46.166377 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1873 | 2024.11.22 20:32:46.167248 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 5 columns (5 merged, 0 gathered) in 0.005174276 sec., 22805.122880959578 rows/sec., 1.74 MiB/sec. | ||
| 1874 | 2024.11.22 20:32:46.167340 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1875 | 2024.11.22 20:32:46.167478 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1876 | 2024.11.22 20:32:46.167794 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1877 | 2024.11.22 20:32:46.168151 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2024.11.22 20:32:46.168335 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Debug> executeQuery: Read 78 rows, 6.23 KiB in 0.005542 sec., 14074.341392998916 rows/sec., 1.10 MiB/sec. | ||
| 1879 | 2024.11.22 20:32:46.168438 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_6_1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1880 | 2024.11.22 20:32:46.168565 [ 3 ] {200e1d30-dbef-4c34-9c8f-30a2f5d0140e} <Debug> TCPHandler: Processed in 0.006371286 sec. | ||
| 1881 | 2024.11.22 20:32:46.168647 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1882 | 2024.11.22 20:32:46.168769 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1883 | 2024.11.22 20:32:46.168903 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1884 | 2024.11.22 20:32:46.168963 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1885 | 2024.11.22 20:32:46.169510 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2024.11.22 20:32:46.169547 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1887 | 2024.11.22 20:32:46.169936 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1888 | 2024.11.22 20:32:46.170187 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2024.11.22 20:32:46.170376 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001504 sec., 99734.0425531915 rows/sec., 6.91 MiB/sec. | ||
| 1890 | 2024.11.22 20:32:46.170430 [ 5 ] {ade1722a-9e58-40ea-8a29-9f4d79df4257} <Debug> TCPHandler: Processed in 0.001737553 sec. | ||
| 1891 | 2024.11.22 20:32:46.170565 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1892 | 2024.11.22 20:32:46.170682 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1893 | 2024.11.22 20:32:46.170764 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <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 | ||
| 1894 | 2024.11.22 20:32:46.171896 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1895 | 2024.11.22 20:32:46.171939 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1896 | 2024.11.22 20:32:46.172583 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1897 | 2024.11.22 20:32:46.172845 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1898 | 2024.11.22 20:32:46.173032 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1899 | 2024.11.22 20:32:46.173089 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.11.22 20:32:46.173122 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00245 sec., 8979.591836734695 rows/sec., 16.09 MiB/sec. | ||
| 1901 | 2024.11.22 20:32:46.173132 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1902 | 2024.11.22 20:32:46.173624 [ 3 ] {4ee0d03a-6d15-42a8-a5f6-dfeb10a23587} <Debug> TCPHandler: Processed in 0.003109496 sec. | ||
| 1903 | 2024.11.22 20:32:46.173794 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 1904 | 2024.11.22 20:32:46.173896 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2024.11.22 20:32:46.174160 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1906 | 2024.11.22 20:32:46.174301 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1907 | 2024.11.22 20:32:46.174746 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1908 | 2024.11.22 20:32:46.175018 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1909 | 2024.11.22 20:32:46.175776 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1910 | 2024.11.22 20:32:46.176538 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1911 | 2024.11.22 20:32:46.176591 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 1912 | 2024.11.22 20:32:46.176610 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1913 | 2024.11.22 20:32:46.177341 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1914 | 2024.11.22 20:32:46.178069 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1915 | 2024.11.22 20:32:46.178145 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1916 | 2024.11.22 20:32:46.178600 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1917 | 2024.11.22 20:32:46.179043 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1918 | 2024.11.22 20:32:46.179833 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005741 sec., 8709.28409684724 rows/sec., 611.52 KiB/sec. | ||
| 1919 | 2024.11.22 20:32:46.180014 [ 5 ] {369c784c-d455-419d-874b-97d8e2480180} <Debug> TCPHandler: Processed in 0.006239303 sec. | ||
| 1920 | 2024.11.22 20:32:46.182180 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 19 columns (19 merged, 0 gathered) in 0.008816855 sec., 11795.5892435568 rows/sec., 21.14 MiB/sec. | ||
| 1921 | 2024.11.22 20:32:46.182557 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1922 | 2024.11.22 20:32:46.183021 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1923 | 2024.11.22 20:32:46.183100 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1924 | 2024.11.22 20:32:46.183242 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 1925 | 2024.11.22 20:32:48.144826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1926 | 2024.11.22 20:32:48.145756 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2024.11.22 20:32:48.145797 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1928 | 2024.11.22 20:32:48.146354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1929 | 2024.11.22 20:32:48.146618 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2024.11.22 20:32:48.146843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1931 | 2024.11.22 20:32:48.341593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1932 | 2024.11.22 20:32:48.361088 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1933 | 2024.11.22 20:32:48.361157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1934 | 2024.11.22 20:32:48.367847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1935 | 2024.11.22 20:32:48.368601 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1936 | 2024.11.22 20:32:48.371527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1937 | 2024.11.22 20:32:51.161402 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2024.11.22 20:32:51.161596 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1939 | 2024.11.22 20:32:51.161673 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1940 | 2024.11.22 20:32:51.162433 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2024.11.22 20:32:51.162486 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1942 | 2024.11.22 20:32:51.162937 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1943 | 2024.11.22 20:32:51.163187 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2024.11.22 20:32:51.163413 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 1945 | 2024.11.22 20:32:51.163470 [ 3 ] {89d77ff3-6be0-492b-add9-7f0fa5ec0aea} <Debug> TCPHandler: Processed in 0.002209904 sec. | ||
| 1946 | 2024.11.22 20:32:51.163734 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2024.11.22 20:32:51.163913 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1948 | 2024.11.22 20:32:51.163985 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1949 | 2024.11.22 20:32:51.164821 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2024.11.22 20:32:51.164870 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1951 | 2024.11.22 20:32:51.165323 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1952 | 2024.11.22 20:32:51.165584 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2024.11.22 20:32:51.165835 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Debug> executeQuery: Read 215 rows, 19.20 KiB in 0.001966 sec., 109359.1047812818 rows/sec., 9.54 MiB/sec. | ||
| 1954 | 2024.11.22 20:32:51.166041 [ 5 ] {a5a2a1d1-c99e-40a2-9c5d-a89152ead49a} <Debug> TCPHandler: Processed in 0.002429709 sec. | ||
| 1955 | 2024.11.22 20:32:51.166225 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2024.11.22 20:32:51.166345 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1957 | 2024.11.22 20:32:51.166396 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1958 | 2024.11.22 20:32:51.167005 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2024.11.22 20:32:51.167048 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1960 | 2024.11.22 20:32:51.167404 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1961 | 2024.11.22 20:32:51.167643 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2024.11.22 20:32:51.167848 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001528 sec., 9816.75392670157 rows/sec., 692.16 KiB/sec. | ||
| 1963 | 2024.11.22 20:32:51.167901 [ 3 ] {b873a203-8001-4325-b93c-127790a2f058} <Debug> TCPHandler: Processed in 0.001737302 sec. | ||
| 1964 | 2024.11.22 20:32:51.168078 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1965 | 2024.11.22 20:32:51.168200 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1966 | 2024.11.22 20:32:51.168252 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1967 | 2024.11.22 20:32:51.168842 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2024.11.22 20:32:51.168884 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1969 | 2024.11.22 20:32:51.169251 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1970 | 2024.11.22 20:32:51.169500 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2024.11.22 20:32:51.169741 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
| 1972 | 2024.11.22 20:32:51.169896 [ 5 ] {78a96b3f-573e-4f5f-afca-5c1ec5cd4eac} <Debug> TCPHandler: Processed in 0.001873116 sec. | ||
| 1973 | 2024.11.22 20:32:51.170055 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2024.11.22 20:32:51.170192 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1975 | 2024.11.22 20:32:51.170249 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1976 | 2024.11.22 20:32:51.170942 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2024.11.22 20:32:51.170989 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1978 | 2024.11.22 20:32:51.171352 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1979 | 2024.11.22 20:32:51.171600 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2024.11.22 20:32:51.171807 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 1981 | 2024.11.22 20:32:51.171859 [ 3 ] {b51ee130-d99b-4cc4-97d4-22229df63a29} <Debug> TCPHandler: Processed in 0.001862726 sec. | ||
| 1982 | 2024.11.22 20:32:51.172010 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2024.11.22 20:32:51.172139 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1984 | 2024.11.22 20:32:51.172190 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1985 | 2024.11.22 20:32:51.172912 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2024.11.22 20:32:51.172953 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1987 | 2024.11.22 20:32:51.173363 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1988 | 2024.11.22 20:32:51.173606 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2024.11.22 20:32:51.173826 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001712 sec., 223130.84112149532 rows/sec., 15.79 MiB/sec. | ||
| 1990 | 2024.11.22 20:32:51.173886 [ 5 ] {7674084b-07e8-46af-ba4f-227bb44c817b} <Debug> TCPHandler: Processed in 0.001932078 sec. | ||
| 1991 | 2024.11.22 20:32:51.174038 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2024.11.22 20:32:51.174181 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1993 | 2024.11.22 20:32:51.174243 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1994 | 2024.11.22 20:32:51.174832 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2024.11.22 20:32:51.174882 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 1996 | 2024.11.22 20:32:51.175301 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1997 | 2024.11.22 20:32:51.175543 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.11.22 20:32:51.175843 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 186.93 KiB/sec. | ||
| 1999 | 2024.11.22 20:32:51.175934 [ 3 ] {252a08e2-df6d-40a6-8f98-c635c87a31d0} <Debug> TCPHandler: Processed in 0.001951368 sec. | ||
| 2000 | 2024.11.22 20:32:51.176081 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2024.11.22 20:32:51.176221 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2002 | 2024.11.22 20:32:51.176284 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2003 | 2024.11.22 20:32:51.176998 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2004 | 2024.11.22 20:32:51.177047 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2005 | 2024.11.22 20:32:51.177446 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2006 | 2024.11.22 20:32:51.177703 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2007 | 2024.11.22 20:32:51.177872 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2008 | 2024.11.22 20:32:51.177936 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001748 sec., 129862.70022883295 rows/sec., 8.66 MiB/sec. | ||
| 2009 | 2024.11.22 20:32:51.177956 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2024.11.22 20:32:51.178032 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2011 | 2024.11.22 20:32:51.178067 [ 5 ] {cc290122-8a57-4349-8bb7-1799b5727d71} <Debug> TCPHandler: Processed in 0.00204501 sec. | ||
| 2012 | 2024.11.22 20:32:51.178368 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2024.11.22 20:32:51.178503 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 2014 | 2024.11.22 20:32:51.178616 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2015 | 2024.11.22 20:32:51.178732 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2016 | 2024.11.22 20:32:51.178790 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2017 | 2024.11.22 20:32:51.178899 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1392 rows starting from the beginning of the part | ||
| 2018 | 2024.11.22 20:32:51.179178 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 120 rows starting from the beginning of the part | ||
| 2019 | 2024.11.22 20:32:51.179578 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 2020 | 2024.11.22 20:32:51.180042 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 227 rows starting from the beginning of the part | ||
| 2021 | 2024.11.22 20:32:51.180252 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 2022 | 2024.11.22 20:32:51.180629 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 227 rows starting from the beginning of the part | ||
| 2023 | 2024.11.22 20:32:51.181315 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2024.11.22 20:32:51.181375 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2025 | 2024.11.22 20:32:51.182339 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2026 | 2024.11.22 20:32:51.182900 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2027 | 2024.11.22 20:32:51.183374 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004807 sec., 208.0299563137092 rows/sec., 14.02 KiB/sec. | ||
| 2028 | 2024.11.22 20:32:51.183496 [ 3 ] {0e7ac8ef-56d4-471a-81e1-266790c6b465} <Debug> TCPHandler: Processed in 0.005296979 sec. | ||
| 2029 | 2024.11.22 20:32:51.183735 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2030 | 2024.11.22 20:32:51.183846 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005708839 sec., 396928.3421725503 rows/sec., 26.63 MiB/sec. | ||
| 2031 | 2024.11.22 20:32:51.183908 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2032 | 2024.11.22 20:32:51.183990 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <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 | ||
| 2033 | 2024.11.22 20:32:51.184332 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2034 | 2024.11.22 20:32:51.185148 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2024.11.22 20:32:51.185332 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2036 | 2024.11.22 20:32:51.185459 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2037 | 2024.11.22 20:32:51.185934 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2024.11.22 20:32:51.185979 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2039 | 2024.11.22 20:32:51.186589 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2040 | 2024.11.22 20:32:51.186845 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2024.11.22 20:32:51.187091 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003236 sec., 2472.187886279357 rows/sec., 4.43 MiB/sec. | ||
| 2042 | 2024.11.22 20:32:51.187190 [ 5 ] {86579cae-915b-44f9-a4f6-564e08dcb203} <Debug> TCPHandler: Processed in 0.003586467 sec. | ||
| 2043 | 2024.11.22 20:32:51.187338 [ 3 ] {} <Trace> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2024.11.22 20:32:51.187456 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41394) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2045 | 2024.11.22 20:32:51.187507 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2046 | 2024.11.22 20:32:51.188004 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2024.11.22 20:32:51.188045 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2048 | 2024.11.22 20:32:51.188424 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2049 | 2024.11.22 20:32:51.188670 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2024.11.22 20:32:51.188819 [ 46 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2051 | 2024.11.22 20:32:51.188886 [ 46 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.11.22 20:32:51.188921 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2053 | 2024.11.22 20:32:51.188929 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001488 sec., 48387.09677419355 rows/sec., 3.09 MiB/sec. | ||
| 2054 | 2024.11.22 20:32:51.189081 [ 3 ] {857016d3-f734-4c36-b310-e54d26ceebd1} <Debug> TCPHandler: Processed in 0.001796924 sec. | ||
| 2055 | 2024.11.22 20:32:51.189187 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2056 | 2024.11.22 20:32:51.189341 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2057 | 2024.11.22 20:32:51.189385 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 2058 | 2024.11.22 20:32:51.189494 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 2059 | 2024.11.22 20:32:51.189561 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2060 | 2024.11.22 20:32:51.189732 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2061 | 2024.11.22 20:32:51.190001 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 2062 | 2024.11.22 20:32:51.190167 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 2063 | 2024.11.22 20:32:51.191343 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.002304037 sec., 137150.57527287974 rows/sec., 8.96 MiB/sec. | ||
| 2064 | 2024.11.22 20:32:51.191530 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2065 | 2024.11.22 20:32:51.191836 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2024.11.22 20:32:51.191917 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_6_1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2067 | 2024.11.22 20:32:51.191994 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2068 | 2024.11.22 20:32:55.574146 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2069 | 2024.11.22 20:32:55.574213 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2070 | 2024.11.22 20:32:55.646097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 290 | ||
| 2071 | 2024.11.22 20:32:55.647936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 2072 | 2024.11.22 20:32:55.651550 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2024.11.22 20:32:55.651623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2074 | 2024.11.22 20:32:55.653335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2075 | 2024.11.22 20:32:55.653967 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2076 | 2024.11.22 20:32:55.654783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 2077 | 2024.11.22 20:32:55.654852 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2078 | 2024.11.22 20:32:55.654911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2079 | 2024.11.22 20:32:55.656460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2080 | 2024.11.22 20:32:55.656798 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2081 | 2024.11.22 20:32:55.657772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 290 | ||
| 2082 | 2024.11.22 20:32:55.801070 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2083 | 2024.11.22 20:32:55.801120 [ 3 ] {} <Debug> TCP-Session: 93ac73a9-b472-4ef7-9048-440fc83695a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2084 | 2024.11.22 20:32:55.872487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2085 | 2024.11.22 20:32:55.892928 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.11.22 20:32:55.892987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2087 | 2024.11.22 20:32:55.899710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2088 | 2024.11.22 20:32:55.900470 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.11.22 20:32:55.903707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2090 | 2024.11.22 20:32:56.001156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.34 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 165.98 MiB (RSS), difference: 1.64 MiB | ||
| 2091 | 2024.11.22 20:32:56.156781 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2024.11.22 20:32:56.157086 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2093 | 2024.11.22 20:32:56.157200 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2094 | 2024.11.22 20:32:56.158026 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2024.11.22 20:32:56.158068 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2096 | 2024.11.22 20:32:56.158527 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2097 | 2024.11.22 20:32:56.158785 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2024.11.22 20:32:56.159026 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Debug> executeQuery: Read 96 rows, 8.16 KiB in 0.002016 sec., 47619.04761904762 rows/sec., 3.95 MiB/sec. | ||
| 2099 | 2024.11.22 20:32:56.159149 [ 5 ] {6db8977b-7811-4a79-a542-7198614f26e3} <Debug> TCPHandler: Processed in 0.002553962 sec. | ||
| 2100 | 2024.11.22 20:32:56.159439 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2024.11.22 20:32:56.159648 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2102 | 2024.11.22 20:32:56.159754 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2103 | 2024.11.22 20:32:56.160540 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2024.11.22 20:32:56.160584 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2105 | 2024.11.22 20:32:56.160998 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2106 | 2024.11.22 20:32:56.161245 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.11.22 20:32:56.161551 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001938 sec., 11351.909184726523 rows/sec., 853.61 KiB/sec. | ||
| 2108 | 2024.11.22 20:32:56.161631 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2109 | 2024.11.22 20:32:56.161646 [ 255 ] {b1eead50-56bf-4e9c-8b05-b05ef3c95345} <Debug> TCPHandler: Processed in 0.002370587 sec. | ||
| 2110 | 2024.11.22 20:32:56.161808 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2024.11.22 20:32:56.161947 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2112 | 2024.11.22 20:32:56.162005 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2113 | 2024.11.22 20:32:56.162632 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2024.11.22 20:32:56.162671 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2115 | 2024.11.22 20:32:56.163037 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2116 | 2024.11.22 20:32:56.163278 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2024.11.22 20:32:56.163539 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Debug> executeQuery: Read 78 rows, 6.23 KiB in 0.001598 sec., 48811.01376720901 rows/sec., 3.81 MiB/sec. | ||
| 2118 | 2024.11.22 20:32:56.163636 [ 5 ] {6e9d326a-624d-4a9d-a959-e1d2fac603ce} <Debug> TCPHandler: Processed in 0.001892286 sec. | ||
| 2119 | 2024.11.22 20:32:56.163782 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2120 | 2024.11.22 20:32:56.163895 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2121 | 2024.11.22 20:32:56.163948 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2122 | 2024.11.22 20:32:56.164540 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2024.11.22 20:32:56.164578 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2124 | 2024.11.22 20:32:56.164972 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2125 | 2024.11.22 20:32:56.165213 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.11.22 20:32:56.165540 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.30 MiB/sec. | ||
| 2127 | 2024.11.22 20:32:56.165844 [ 255 ] {a569b5f8-392d-4a17-8dfc-15029fc35b86} <Debug> TCPHandler: Processed in 0.002118572 sec. | ||
| 2128 | 2024.11.22 20:32:56.166023 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2129 | 2024.11.22 20:32:56.166161 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2130 | 2024.11.22 20:32:56.166256 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <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 | ||
| 2131 | 2024.11.22 20:32:56.167522 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2024.11.22 20:32:56.167561 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2133 | 2024.11.22 20:32:56.168227 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2134 | 2024.11.22 20:32:56.168486 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2024.11.22 20:32:56.168779 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002626 sec., 8377.760853008378 rows/sec., 15.01 MiB/sec. | ||
| 2136 | 2024.11.22 20:32:56.169207 [ 5 ] {2eed0252-516d-4fc5-8b03-137403d1d947} <Debug> TCPHandler: Processed in 0.003252169 sec. | ||
| 2137 | 2024.11.22 20:32:56.169365 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2138 | 2024.11.22 20:32:56.169501 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2139 | 2024.11.22 20:32:56.169560 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2140 | 2024.11.22 20:32:56.170134 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2024.11.22 20:32:56.170176 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2142 | 2024.11.22 20:32:56.170540 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2143 | 2024.11.22 20:32:56.170776 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2024.11.22 20:32:56.171048 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001556 sec., 32133.676092544985 rows/sec., 2.20 MiB/sec. | ||
| 2145 | 2024.11.22 20:32:56.171160 [ 255 ] {89b974e7-c4e3-4e6d-817d-dec8bc944fea} <Debug> TCPHandler: Processed in 0.001862496 sec. | ||
| 2146 | 2024.11.22 20:32:57.001148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.44 MiB, peak 170.26 MiB, free memory in arenas 0.00 B, will set to 166.03 MiB (RSS), difference: -2.42 MiB | ||
| 2147 | 2024.11.22 20:32:59.397451 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2024.11.22 20:32:59.397762 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2149 | 2024.11.22 20:32:59.398279 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2150 | 2024.11.22 20:32:59.398336 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2151 | 2024.11.22 20:32:59.398725 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2152 | 2024.11.22 20:32:59.398818 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2153 | 2024.11.22 20:32:59.399009 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2154 | 2024.11.22 20:32:59.399259 [ 288 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2155 | 2024.11.22 20:32:59.399322 [ 287 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2156 | 2024.11.22 20:32:59.399453 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2157 | 2024.11.22 20:32:59.399486 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2158 | 2024.11.22 20:32:59.404024 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2159 | 2024.11.22 20:32:59.404065 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 38 rows with 2 streams | ||
| 2160 | 2024.11.22 20:32:59.404141 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2161 | 2024.11.22 20:32:59.404200 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2162 | 2024.11.22 20:32:59.405935 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.008325 sec., 4564.5645645645645 rows/sec., 172.56 KiB/sec. | ||
| 2163 | 2024.11.22 20:32:59.406096 [ 5 ] {1d7a89ae-68a7-4d9a-909e-126a6aeeeb3f} <Debug> TCPHandler: Processed in 0.008790214 sec. | ||
| 2164 | 2024.11.22 20:32:59.406586 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2165 | 2024.11.22 20:32:59.406887 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 2166 | 2024.11.22 20:32:59.407401 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2167 | 2024.11.22 20:32:59.407463 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 2168 | 2024.11.22 20:32:59.407880 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2169 | 2024.11.22 20:32:59.407999 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2170 | 2024.11.22 20:32:59.408206 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2171 | 2024.11.22 20:32:59.408338 [ 288 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2172 | 2024.11.22 20:32:59.408347 [ 289 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2173 | 2024.11.22 20:32:59.408504 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2174 | 2024.11.22 20:32:59.408536 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2175 | 2024.11.22 20:32:59.408636 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2176 | 2024.11.22 20:32:59.408659 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 38 rows with 2 streams | ||
| 2177 | 2024.11.22 20:32:59.408705 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2178 | 2024.11.22 20:32:59.408755 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2179 | 2024.11.22 20:32:59.410053 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003302 sec., 11508.176862507571 rows/sec., 435.05 KiB/sec. | ||
| 2180 | 2024.11.22 20:32:59.410258 [ 255 ] {add4024f-ccf3-4d37-8c6b-0aff85a423ee} <Debug> TCPHandler: Processed in 0.003817743 sec. | ||
| 2181 | 2024.11.22 20:32:59.410692 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2024.11.22 20:32:59.410982 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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_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) | ||
| 2183 | 2024.11.22 20:32:59.411542 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2184 | 2024.11.22 20:32:59.411618 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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_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 | ||
| 2185 | 2024.11.22 20:32:59.412164 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2186 | 2024.11.22 20:32:59.412262 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2187 | 2024.11.22 20:32:59.412499 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2188 | 2024.11.22 20:32:59.412605 [ 288 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2189 | 2024.11.22 20:32:59.412642 [ 289 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2190 | 2024.11.22 20:32:59.412789 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2191 | 2024.11.22 20:32:59.412833 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2192 | 2024.11.22 20:32:59.412961 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2193 | 2024.11.22 20:32:59.412999 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 38 rows with 2 streams | ||
| 2194 | 2024.11.22 20:32:59.413063 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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_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'))" | ||
| 2195 | 2024.11.22 20:32:59.413139 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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_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'))" | ||
| 2196 | 2024.11.22 20:32:59.414671 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003846 sec., 9880.395215808632 rows/sec., 373.51 KiB/sec. | ||
| 2197 | 2024.11.22 20:32:59.414819 [ 5 ] {5bd2aa12-39eb-4de8-8e98-47103d053511} <Debug> TCPHandler: Processed in 0.004243213 sec. | ||
| 2198 | 2024.11.22 20:32:59.415238 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2199 | 2024.11.22 20:32:59.415508 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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) | ||
| 2200 | 2024.11.22 20:32:59.415956 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2201 | 2024.11.22 20:32:59.416014 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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 | ||
| 2202 | 2024.11.22 20:32:59.416411 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2203 | 2024.11.22 20:32:59.416498 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2204 | 2024.11.22 20:32:59.416680 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2205 | 2024.11.22 20:32:59.416821 [ 287 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2206 | 2024.11.22 20:32:59.416824 [ 288 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2207 | 2024.11.22 20:32:59.416980 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 2208 | 2024.11.22 20:32:59.417015 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2209 | 2024.11.22 20:32:59.417116 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2210 | 2024.11.22 20:32:59.417140 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 38 rows with 2 streams | ||
| 2211 | 2024.11.22 20:32:59.417186 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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'))" | ||
| 2212 | 2024.11.22 20:32:59.417237 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_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'))" | ||
| 2213 | 2024.11.22 20:32:59.418461 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.00308 sec., 12337.662337662337 rows/sec., 466.40 KiB/sec. | ||
| 2214 | 2024.11.22 20:32:59.418645 [ 255 ] {2b2c2cb3-a85e-4f6e-bbd5-a52eabdb9480} <Debug> TCPHandler: Processed in 0.003531467 sec. | ||
| 2215 | 2024.11.22 20:32:59.480303 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2024.11.22 20:32:59.480505 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2217 | 2024.11.22 20:32:59.480589 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2218 | 2024.11.22 20:32:59.481642 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.11.22 20:32:59.481705 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2220 | 2024.11.22 20:32:59.482391 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2221 | 2024.11.22 20:32:59.482685 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.11.22 20:32:59.484236 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.003765 sec., 1062.4169986719787 rows/sec., 135.14 KiB/sec. | ||
| 2223 | 2024.11.22 20:32:59.484446 [ 5 ] {073637ec-39c2-4bfd-9c1a-613cd32845c2} <Debug> TCPHandler: Processed in 0.004282834 sec. | ||
| 2224 | 2024.11.22 20:32:59.484830 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.11.22 20:32:59.485053 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2226 | 2024.11.22 20:32:59.485147 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2227 | 2024.11.22 20:32:59.486163 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.11.22 20:32:59.486226 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2229 | 2024.11.22 20:32:59.486868 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2230 | 2024.11.22 20:32:59.487253 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.11.22 20:32:59.487534 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002553 sec., 5483.744614179396 rows/sec., 394.76 KiB/sec. | ||
| 2232 | 2024.11.22 20:32:59.487622 [ 255 ] {21a285ca-aa06-45e0-9785-7b2a0f172648} <Debug> TCPHandler: Processed in 0.002989013 sec. | ||
| 2233 | 2024.11.22 20:32:59.487835 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2234 | 2024.11.22 20:32:59.487980 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2235 | 2024.11.22 20:32:59.488040 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2236 | 2024.11.22 20:32:59.489516 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2024.11.22 20:32:59.489562 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2238 | 2024.11.22 20:32:59.490066 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2239 | 2024.11.22 20:32:59.490352 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2024.11.22 20:32:59.490623 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002667 sec., 509561.3048368954 rows/sec., 42.35 MiB/sec. | ||
| 2241 | 2024.11.22 20:32:59.490725 [ 5 ] {376a540e-e0a1-47f3-8b74-e1a481930bcc} <Debug> TCPHandler: Processed in 0.002960093 sec. | ||
| 2242 | 2024.11.22 20:32:59.490925 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2243 | 2024.11.22 20:32:59.491093 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2244 | 2024.11.22 20:32:59.491167 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2245 | 2024.11.22 20:32:59.492008 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2246 | 2024.11.22 20:32:59.492058 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2247 | 2024.11.22 20:32:59.492562 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2248 | 2024.11.22 20:32:59.492916 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2249 | 2024.11.22 20:32:59.493164 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002113 sec., 7098.911500236631 rows/sec., 500.53 KiB/sec. | ||
| 2250 | 2024.11.22 20:32:59.493251 [ 255 ] {fb90e7d6-1e55-495b-b58c-5d653b019d56} <Debug> TCPHandler: Processed in 0.002399369 sec. | ||
| 2251 | 2024.11.22 20:32:59.493440 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2024.11.22 20:32:59.493568 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2253 | 2024.11.22 20:32:59.493623 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2254 | 2024.11.22 20:32:59.494339 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2024.11.22 20:32:59.494382 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2256 | 2024.11.22 20:32:59.494784 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2257 | 2024.11.22 20:32:59.495039 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2024.11.22 20:32:59.495260 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001722 sec., 140534.262485482 rows/sec., 9.52 MiB/sec. | ||
| 2259 | 2024.11.22 20:32:59.495332 [ 5 ] {f9c21872-fe32-48e6-84e4-12f29eec7b7f} <Debug> TCPHandler: Processed in 0.001953928 sec. | ||
| 2260 | 2024.11.22 20:32:59.495495 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2261 | 2024.11.22 20:32:59.495630 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2262 | 2024.11.22 20:32:59.495686 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2263 | 2024.11.22 20:32:59.496315 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2024.11.22 20:32:59.496358 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2265 | 2024.11.22 20:32:59.496753 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2266 | 2024.11.22 20:32:59.497004 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2267 | 2024.11.22 20:32:59.497258 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec. | ||
| 2268 | 2024.11.22 20:32:59.497440 [ 255 ] {f44cc00b-9e0b-4ae8-a2bf-ea7ee35c22da} <Debug> TCPHandler: Processed in 0.001998989 sec. | ||
| 2269 | 2024.11.22 20:32:59.497608 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2270 | 2024.11.22 20:32:59.497740 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2271 | 2024.11.22 20:32:59.497796 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2272 | 2024.11.22 20:32:59.498752 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2024.11.22 20:32:59.498800 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2274 | 2024.11.22 20:32:59.499306 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2275 | 2024.11.22 20:32:59.499613 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2024.11.22 20:32:59.499889 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002176 sec., 388786.76470588235 rows/sec., 28.10 MiB/sec. | ||
| 2277 | 2024.11.22 20:32:59.499959 [ 5 ] {2a1e0eb6-4086-49b1-8c8e-f7fff416ec31} <Debug> TCPHandler: Processed in 0.002416849 sec. | ||
| 2278 | 2024.11.22 20:32:59.500137 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2279 | 2024.11.22 20:32:59.500303 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2280 | 2024.11.22 20:32:59.500373 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2281 | 2024.11.22 20:32:59.501012 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2024.11.22 20:32:59.501055 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2283 | 2024.11.22 20:32:59.501460 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2284 | 2024.11.22 20:32:59.501715 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2024.11.22 20:32:59.501945 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001679 sec., 3573.55568790947 rows/sec., 186.70 KiB/sec. | ||
| 2286 | 2024.11.22 20:32:59.502143 [ 255 ] {6aa1571d-916a-49b6-81ad-aba194c68bdd} <Debug> TCPHandler: Processed in 0.002068421 sec. | ||
| 2287 | 2024.11.22 20:32:59.502362 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2288 | 2024.11.22 20:32:59.502521 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2289 | 2024.11.22 20:32:59.502606 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2290 | 2024.11.22 20:32:59.503706 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2291 | 2024.11.22 20:32:59.503756 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2292 | 2024.11.22 20:32:59.504359 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2293 | 2024.11.22 20:32:59.504629 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2294 | 2024.11.22 20:32:59.504868 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.002391 sec., 386867.41948975326 rows/sec., 25.81 MiB/sec. | ||
| 2295 | 2024.11.22 20:32:59.504936 [ 5 ] {19b3521f-c638-4ed9-9f66-19173d394f2a} <Debug> TCPHandler: Processed in 0.002656255 sec. | ||
| 2296 | 2024.11.22 20:32:59.505103 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2297 | 2024.11.22 20:32:59.505230 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2298 | 2024.11.22 20:32:59.505286 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2299 | 2024.11.22 20:32:59.505867 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2024.11.22 20:32:59.505922 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2301 | 2024.11.22 20:32:59.506446 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2302 | 2024.11.22 20:32:59.506719 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2024.11.22 20:32:59.507008 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001802 sec., 554.9389567147614 rows/sec., 37.39 KiB/sec. | ||
| 2304 | 2024.11.22 20:32:59.507144 [ 255 ] {c4c813e0-adb6-4269-9cb0-d286d1865df8} <Debug> TCPHandler: Processed in 0.002100632 sec. | ||
| 2305 | 2024.11.22 20:32:59.507385 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2024.11.22 20:32:59.507601 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2307 | 2024.11.22 20:32:59.507724 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <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 | ||
| 2308 | 2024.11.22 20:32:59.509304 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2309 | 2024.11.22 20:32:59.509366 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2310 | 2024.11.22 20:32:59.510065 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2311 | 2024.11.22 20:32:59.510353 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2312 | 2024.11.22 20:32:59.510713 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003173 sec., 2521.2732429877087 rows/sec., 4.52 MiB/sec. | ||
| 2313 | 2024.11.22 20:32:59.510869 [ 5 ] {23cba250-cca4-40b0-bc9b-8cb766d6332d} <Debug> TCPHandler: Processed in 0.003563047 sec. | ||
| 2314 | 2024.11.22 20:32:59.511063 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2315 | 2024.11.22 20:32:59.511198 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2316 | 2024.11.22 20:32:59.511256 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2317 | 2024.11.22 20:32:59.512055 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2318 | 2024.11.22 20:32:59.512106 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2319 | 2024.11.22 20:32:59.512590 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2320 | 2024.11.22 20:32:59.512886 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2321 | 2024.11.22 20:32:59.513233 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002042 sec., 34280.117531831536 rows/sec., 2.15 MiB/sec. | ||
| 2322 | 2024.11.22 20:32:59.513331 [ 255 ] {73f53393-c8de-48b8-a964-7f9b1fa758e5} <Debug> TCPHandler: Processed in 0.002337777 sec. | ||
| 2323 | 2024.11.22 20:33:01.150111 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2024.11.22 20:33:01.150304 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2325 | 2024.11.22 20:33:01.150374 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2326 | 2024.11.22 20:33:01.151166 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2327 | 2024.11.22 20:33:01.151208 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2328 | 2024.11.22 20:33:01.151648 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2329 | 2024.11.22 20:33:01.151923 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2330 | 2024.11.22 20:33:01.152073 [ 41 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2331 | 2024.11.22 20:33:01.152117 [ 41 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2024.11.22 20:33:01.152129 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.28 MiB/sec. | ||
| 2333 | 2024.11.22 20:33:01.152142 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2334 | 2024.11.22 20:33:01.152226 [ 5 ] {8b1878f5-8001-4254-8d5d-3c75511edd81} <Debug> TCPHandler: Processed in 0.002240765 sec. | ||
| 2335 | 2024.11.22 20:33:01.152385 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 2336 | 2024.11.22 20:33:01.152498 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2024.11.22 20:33:01.152553 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2338 | 2024.11.22 20:33:01.152595 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1401 rows starting from the beginning of the part | ||
| 2339 | 2024.11.22 20:33:01.152699 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2340 | 2024.11.22 20:33:01.152724 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 96 rows starting from the beginning of the part | ||
| 2341 | 2024.11.22 20:33:01.152866 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2342 | 2024.11.22 20:33:01.153031 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 215 rows starting from the beginning of the part | ||
| 2343 | 2024.11.22 20:33:01.153440 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 96 rows starting from the beginning of the part | ||
| 2344 | 2024.11.22 20:33:01.153594 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1359 rows starting from the beginning of the part | ||
| 2345 | 2024.11.22 20:33:01.153961 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2346 | 2024.11.22 20:33:01.154994 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2024.11.22 20:33:01.155046 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2348 | 2024.11.22 20:33:01.155584 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2349 | 2024.11.22 20:33:01.155876 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2024.11.22 20:33:01.156184 [ 41 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2351 | 2024.11.22 20:33:01.156231 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.003984607 sec., 808862.7059080105 rows/sec., 70.52 MiB/sec. | ||
| 2352 | 2024.11.22 20:33:01.156267 [ 41 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2024.11.22 20:33:01.156329 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2354 | 2024.11.22 20:33:01.156374 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003729 sec., 17162.778224725127 rows/sec., 1.34 MiB/sec. | ||
| 2355 | 2024.11.22 20:33:01.156720 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2356 | 2024.11.22 20:33:01.156830 [ 255 ] {436942d4-604a-40a1-9920-b5fc46875970} <Debug> TCPHandler: Processed in 0.004457629 sec. | ||
| 2357 | 2024.11.22 20:33:01.156870 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 2358 | 2024.11.22 20:33:01.157136 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.11.22 20:33:01.157595 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2360 | 2024.11.22 20:33:01.157605 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2361 | 2024.11.22 20:33:01.157811 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2362 | 2024.11.22 20:33:01.157829 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 873 rows starting from the beginning of the part | ||
| 2363 | 2024.11.22 20:33:01.157939 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2024.11.22 20:33:01.158352 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_11_2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2365 | 2024.11.22 20:33:01.158454 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part | ||
| 2366 | 2024.11.22 20:33:01.158671 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2367 | 2024.11.22 20:33:01.158988 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 382 rows starting from the beginning of the part | ||
| 2368 | 2024.11.22 20:33:01.159449 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part | ||
| 2369 | 2024.11.22 20:33:01.159765 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 846 rows starting from the beginning of the part | ||
| 2370 | 2024.11.22 20:33:01.160058 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2371 | 2024.11.22 20:33:01.161014 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2024.11.22 20:33:01.161077 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2373 | 2024.11.22 20:33:01.162185 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2374 | 2024.11.22 20:33:01.162589 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2024.11.22 20:33:01.163195 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005784 sec., 5532.5034578146615 rows/sec., 394.58 KiB/sec. | ||
| 2376 | 2024.11.22 20:33:01.163221 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006782095 sec., 342224.6370774812 rows/sec., 26.17 MiB/sec. | ||
| 2377 | 2024.11.22 20:33:01.163340 [ 5 ] {2d0ece4e-9433-4b2b-a964-4deedf1d4c2f} <Debug> TCPHandler: Processed in 0.006374086 sec. | ||
| 2378 | 2024.11.22 20:33:01.163513 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2379 | 2024.11.22 20:33:01.163526 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2024.11.22 20:33:01.163679 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2381 | 2024.11.22 20:33:01.163747 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2382 | 2024.11.22 20:33:01.163876 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.11.22 20:33:01.164007 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_11_2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2384 | 2024.11.22 20:33:01.164102 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2385 | 2024.11.22 20:33:01.164369 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2024.11.22 20:33:01.164413 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 2387 | 2024.11.22 20:33:01.164925 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2388 | 2024.11.22 20:33:01.165182 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2024.11.22 20:33:01.165410 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001773 sec., 6768.18950930626 rows/sec., 467.08 KiB/sec. | ||
| 2390 | 2024.11.22 20:33:01.165470 [ 255 ] {a0c844c6-6552-4adb-a0a6-e6444cc51cd2} <Debug> TCPHandler: Processed in 0.002013029 sec. | ||
| 2391 | 2024.11.22 20:33:03.155807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2392 | 2024.11.22 20:33:03.156497 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2024.11.22 20:33:03.156547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2394 | 2024.11.22 20:33:03.157081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2395 | 2024.11.22 20:33:03.157339 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2024.11.22 20:33:03.157622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2397 | 2024.11.22 20:33:03.404676 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2398 | 2024.11.22 20:33:03.424935 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2399 | 2024.11.22 20:33:03.425003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2400 | 2024.11.22 20:33:03.432322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2401 | 2024.11.22 20:33:03.433131 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2402 | 2024.11.22 20:33:03.437165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2403 | 2024.11.22 20:33:05.658823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 342 | ||
| 2404 | 2024.11.22 20:33:05.662227 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2024.11.22 20:33:05.662276 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2406 | 2024.11.22 20:33:05.663815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2407 | 2024.11.22 20:33:05.664137 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.11.22 20:33:05.664366 [ 32 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2409 | 2024.11.22 20:33:05.664512 [ 32 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2024.11.22 20:33:05.664587 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2411 | 2024.11.22 20:33:05.665339 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 2412 | 2024.11.22 20:33:05.666220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 342 | ||
| 2413 | 2024.11.22 20:33:05.666695 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2414 | 2024.11.22 20:33:05.666886 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2415 | 2024.11.22 20:33:05.667517 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 2416 | 2024.11.22 20:33:05.668118 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 2417 | 2024.11.22 20:33:05.668716 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2418 | 2024.11.22 20:33:05.669335 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 2419 | 2024.11.22 20:33:05.669915 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
| 2420 | 2024.11.22 20:33:05.677896 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 72 columns (72 merged, 0 gathered) in 0.013145061 sec., 26017.376412327034 rows/sec., 26.51 MiB/sec. | ||
| 2421 | 2024.11.22 20:33:05.678999 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2422 | 2024.11.22 20:33:05.679887 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2024.11.22 20:33:05.679990 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_6_1} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2424 | 2024.11.22 20:33:05.680334 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2425 | 2024.11.22 20:33:06.157579 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2024.11.22 20:33:06.157780 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2427 | 2024.11.22 20:33:06.157859 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2428 | 2024.11.22 20:33:06.158777 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2024.11.22 20:33:06.158828 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2430 | 2024.11.22 20:33:06.159269 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2431 | 2024.11.22 20:33:06.159522 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2024.11.22 20:33:06.159783 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Debug> executeQuery: Read 100 rows, 8.50 KiB in 0.002055 sec., 48661.800486618005 rows/sec., 4.04 MiB/sec. | ||
| 2433 | 2024.11.22 20:33:06.159845 [ 5 ] {56aff532-2ef2-480d-9f27-ea2b9f086aee} <Debug> TCPHandler: Processed in 0.002402478 sec. | ||
| 2434 | 2024.11.22 20:33:06.160112 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.11.22 20:33:06.160329 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2436 | 2024.11.22 20:33:06.160409 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2437 | 2024.11.22 20:33:06.161172 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2024.11.22 20:33:06.161219 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2439 | 2024.11.22 20:33:06.161663 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2440 | 2024.11.22 20:33:06.161931 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2024.11.22 20:33:06.162137 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00187 sec., 11764.705882352942 rows/sec., 884.65 KiB/sec. | ||
| 2442 | 2024.11.22 20:33:06.162201 [ 255 ] {7ee5f39e-0bd4-4a86-8fd5-f1e994dc2149} <Debug> TCPHandler: Processed in 0.002229345 sec. | ||
| 2443 | 2024.11.22 20:33:06.162375 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2024.11.22 20:33:06.162495 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2445 | 2024.11.22 20:33:06.162543 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2446 | 2024.11.22 20:33:06.163161 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2024.11.22 20:33:06.163202 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2448 | 2024.11.22 20:33:06.163565 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2449 | 2024.11.22 20:33:06.163807 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2024.11.22 20:33:06.164017 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001543 sec., 55735.58003888529 rows/sec., 4.35 MiB/sec. | ||
| 2451 | 2024.11.22 20:33:06.164146 [ 5 ] {ca533b2d-0bd7-413b-b429-7c82c4f2b231} <Debug> TCPHandler: Processed in 0.001836925 sec. | ||
| 2452 | 2024.11.22 20:33:06.164302 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2024.11.22 20:33:06.164443 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2454 | 2024.11.22 20:33:06.164515 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2455 | 2024.11.22 20:33:06.165226 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2024.11.22 20:33:06.165274 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2457 | 2024.11.22 20:33:06.165715 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2458 | 2024.11.22 20:33:06.165962 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2024.11.22 20:33:06.166197 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec. | ||
| 2460 | 2024.11.22 20:33:06.166260 [ 255 ] {0cf8c3dc-26f2-4e7d-8b90-286f7182f4dd} <Debug> TCPHandler: Processed in 0.002018949 sec. | ||
| 2461 | 2024.11.22 20:33:06.166435 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2024.11.22 20:33:06.166660 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2463 | 2024.11.22 20:33:06.166802 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <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 | ||
| 2464 | 2024.11.22 20:33:06.168222 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2024.11.22 20:33:06.168262 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2466 | 2024.11.22 20:33:06.168907 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2467 | 2024.11.22 20:33:06.169193 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2024.11.22 20:33:06.169436 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002833 sec., 7765.619484645253 rows/sec., 13.92 MiB/sec. | ||
| 2469 | 2024.11.22 20:33:06.169530 [ 5 ] {fcb802dc-f453-4ba6-a283-b79905489ab4} <Debug> TCPHandler: Processed in 0.003176938 sec. | ||
| 2470 | 2024.11.22 20:33:06.169693 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2024.11.22 20:33:06.169843 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2472 | 2024.11.22 20:33:06.169908 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2473 | 2024.11.22 20:33:06.170496 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2024.11.22 20:33:06.170535 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2475 | 2024.11.22 20:33:06.170941 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2476 | 2024.11.22 20:33:06.171183 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2024.11.22 20:33:06.171411 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 2478 | 2024.11.22 20:33:06.171484 [ 255 ] {f733f82e-ead0-47f4-ad29-ce1e218a7eb4} <Debug> TCPHandler: Processed in 0.001858655 sec. | ||
| 2479 | 2024.11.22 20:33:10.574455 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2480 | 2024.11.22 20:33:10.574531 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2481 | 2024.11.22 20:33:10.658643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2482 | 2024.11.22 20:33:10.659273 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2024.11.22 20:33:10.659320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2484 | 2024.11.22 20:33:10.659839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2485 | 2024.11.22 20:33:10.660088 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2024.11.22 20:33:10.660324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2487 | 2024.11.22 20:33:10.809418 [ 25 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2488 | 2024.11.22 20:33:10.809513 [ 25 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2024.11.22 20:33:10.809552 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2490 | 2024.11.22 20:33:10.809776 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::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 | ||
| 2491 | 2024.11.22 20:33:10.809940 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2492 | 2024.11.22 20:33:10.809990 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2493 | 2024.11.22 20:33:10.810088 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2494 | 2024.11.22 20:33:10.810301 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2495 | 2024.11.22 20:33:10.810513 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2496 | 2024.11.22 20:33:10.810720 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2497 | 2024.11.22 20:33:10.811895 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254875 sec., 2217.4178169521592 rows/sec., 147.68 KiB/sec. | ||
| 2498 | 2024.11.22 20:33:10.812110 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2499 | 2024.11.22 20:33:10.812486 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2500 | 2024.11.22 20:33:10.812573 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_5_1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2501 | 2024.11.22 20:33:10.812673 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2502 | 2024.11.22 20:33:10.938124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2503 | 2024.11.22 20:33:10.958691 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2504 | 2024.11.22 20:33:10.958745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2505 | 2024.11.22 20:33:10.965579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2506 | 2024.11.22 20:33:10.966315 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2024.11.22 20:33:10.969362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2508 | 2024.11.22 20:33:11.160614 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2509 | 2024.11.22 20:33:11.160804 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2510 | 2024.11.22 20:33:11.160880 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2511 | 2024.11.22 20:33:11.161633 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2512 | 2024.11.22 20:33:11.161686 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2513 | 2024.11.22 20:33:11.162131 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2514 | 2024.11.22 20:33:11.162393 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2515 | 2024.11.22 20:33:11.162548 [ 25 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2516 | 2024.11.22 20:33:11.162590 [ 25 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2024.11.22 20:33:11.162612 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 2518 | 2024.11.22 20:33:11.162621 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2519 | 2024.11.22 20:33:11.162704 [ 5 ] {2341d392-283e-419f-a9a8-d8c2f939091c} <Debug> TCPHandler: Processed in 0.002219595 sec. | ||
| 2520 | 2024.11.22 20:33:11.162966 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 2521 | 2024.11.22 20:33:11.163062 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2024.11.22 20:33:11.163154 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2523 | 2024.11.22 20:33:11.163212 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2524 | 2024.11.22 20:33:11.163365 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2525 | 2024.11.22 20:33:11.163428 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2526 | 2024.11.22 20:33:11.163607 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2527 | 2024.11.22 20:33:11.163862 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2528 | 2024.11.22 20:33:11.164224 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 2529 | 2024.11.22 20:33:11.164554 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2530 | 2024.11.22 20:33:11.166562 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2024.11.22 20:33:11.166640 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2532 | 2024.11.22 20:33:11.167048 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004335396 sec., 16146.160581409404 rows/sec., 1.20 MiB/sec. | ||
| 2533 | 2024.11.22 20:33:11.167246 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2534 | 2024.11.22 20:33:11.167668 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2535 | 2024.11.22 20:33:11.167797 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2536 | 2024.11.22 20:33:11.167974 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_5_1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2537 | 2024.11.22 20:33:11.168087 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2024.11.22 20:33:11.168158 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2539 | 2024.11.22 20:33:11.168422 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005158 sec., 42458.317177200464 rows/sec., 3.70 MiB/sec. | ||
| 2540 | 2024.11.22 20:33:11.168504 [ 255 ] {61d3a7e8-f158-428d-ad2d-d929a4c09980} <Debug> TCPHandler: Processed in 0.005673138 sec. | ||
| 2541 | 2024.11.22 20:33:11.168679 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2024.11.22 20:33:11.168828 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2543 | 2024.11.22 20:33:11.168892 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2544 | 2024.11.22 20:33:11.169594 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.11.22 20:33:11.169633 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2546 | 2024.11.22 20:33:11.169999 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2547 | 2024.11.22 20:33:11.170247 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.11.22 20:33:11.170373 [ 25 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2549 | 2024.11.22 20:33:11.170410 [ 25 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2550 | 2024.11.22 20:33:11.170430 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2551 | 2024.11.22 20:33:11.170451 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001658 sec., 9047.044632086852 rows/sec., 637.89 KiB/sec. | ||
| 2552 | 2024.11.22 20:33:11.170573 [ 5 ] {9d78f814-2740-4647-ad8a-c62accf5c0b7} <Debug> TCPHandler: Processed in 0.001968878 sec. | ||
| 2553 | 2024.11.22 20:33:11.170590 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 2554 | 2024.11.22 20:33:11.170733 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2555 | 2024.11.22 20:33:11.170766 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
| 2556 | 2024.11.22 20:33:11.170794 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2024.11.22 20:33:11.170917 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 2558 | 2024.11.22 20:33:11.171237 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2559 | 2024.11.22 20:33:11.171279 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
| 2560 | 2024.11.22 20:33:11.171411 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2561 | 2024.11.22 20:33:11.171650 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part | ||
| 2562 | 2024.11.22 20:33:11.171924 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
| 2563 | 2024.11.22 20:33:11.172378 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part | ||
| 2564 | 2024.11.22 20:33:11.174182 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2024.11.22 20:33:11.174256 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2566 | 2024.11.22 20:33:11.175326 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2567 | 2024.11.22 20:33:11.175393 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 5 columns (5 merged, 0 gathered) in 0.00491484 sec., 25636.643308836094 rows/sec., 1.92 MiB/sec. | ||
| 2568 | 2024.11.22 20:33:11.175633 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2569 | 2024.11.22 20:33:11.175719 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2570 | 2024.11.22 20:33:11.175950 [ 25 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2571 | 2024.11.22 20:33:11.176066 [ 25 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2024.11.22 20:33:11.176146 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2573 | 2024.11.22 20:33:11.176314 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005236 sec., 2673.79679144385 rows/sec., 187.26 KiB/sec. | ||
| 2574 | 2024.11.22 20:33:11.176532 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2024.11.22 20:33:11.176622 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::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 | ||
| 2576 | 2024.11.22 20:33:11.176637 [ 255 ] {1e4d3ff3-54e6-4d53-b06c-b67f94e94601} <Debug> TCPHandler: Processed in 0.005932765 sec. | ||
| 2577 | 2024.11.22 20:33:11.176783 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_11_2} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2578 | 2024.11.22 20:33:11.176965 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2024.11.22 20:33:11.176981 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2580 | 2024.11.22 20:33:11.177010 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2581 | 2024.11.22 20:33:11.177052 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::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 | ||
| 2582 | 2024.11.22 20:33:11.177200 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2583 | 2024.11.22 20:33:11.177317 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 242 rows starting from the beginning of the part | ||
| 2584 | 2024.11.22 20:33:11.177377 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2585 | 2024.11.22 20:33:11.177613 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2586 | 2024.11.22 20:33:11.177951 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2587 | 2024.11.22 20:33:11.178269 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part | ||
| 2588 | 2024.11.22 20:33:11.178689 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2589 | 2024.11.22 20:33:11.180326 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2024.11.22 20:33:11.180414 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2591 | 2024.11.22 20:33:11.181490 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2592 | 2024.11.22 20:33:11.181662 [ 186 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005374102 sec., 98062.89497296477 rows/sec., 7.02 MiB/sec. | ||
| 2593 | 2024.11.22 20:33:11.181952 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2024.11.22 20:33:11.181956 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2595 | 2024.11.22 20:33:11.182170 [ 25 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2596 | 2024.11.22 20:33:11.182249 [ 25 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2024.11.22 20:33:11.182306 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2598 | 2024.11.22 20:33:11.182363 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005221 sec., 2489.9444550852327 rows/sec., 155.25 KiB/sec. | ||
| 2599 | 2024.11.22 20:33:11.182864 [ 5 ] {5fb8aef0-f5d8-4dc5-8f1f-c3dd181eb544} <Debug> TCPHandler: Processed in 0.006061458 sec. | ||
| 2600 | 2024.11.22 20:33:11.182869 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 2601 | 2024.11.22 20:33:11.183215 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2024.11.22 20:33:11.183258 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2024.11.22 20:33:11.183501 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2604 | 2024.11.22 20:33:11.183586 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_6_1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2605 | 2024.11.22 20:33:11.183606 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2606 | 2024.11.22 20:33:11.183659 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2607 | 2024.11.22 20:33:11.183928 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2608 | 2024.11.22 20:33:11.184058 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2609 | 2024.11.22 20:33:11.184040 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2610 | 2024.11.22 20:33:11.184464 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2611 | 2024.11.22 20:33:11.184750 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2612 | 2024.11.22 20:33:11.185153 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2613 | 2024.11.22 20:33:11.187076 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2024.11.22 20:33:11.187159 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2615 | 2024.11.22 20:33:11.187553 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005136605 sec., 12654.272617808845 rows/sec., 838.42 KiB/sec. | ||
| 2616 | 2024.11.22 20:33:11.187801 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2617 | 2024.11.22 20:33:11.187979 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2618 | 2024.11.22 20:33:11.188327 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2024.11.22 20:33:11.188427 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2024.11.22 20:33:11.188546 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_5_1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2621 | 2024.11.22 20:33:11.188768 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2622 | 2024.11.22 20:33:11.188869 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005311 sec., 73432.49858783657 rows/sec., 5.21 MiB/sec. | ||
| 2623 | 2024.11.22 20:33:11.188937 [ 255 ] {e36d1939-5988-48a5-acbf-3b1875bc3c2f} <Debug> TCPHandler: Processed in 0.005972356 sec. | ||
| 2624 | 2024.11.22 20:33:11.189102 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2024.11.22 20:33:11.189217 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2626 | 2024.11.22 20:33:11.189268 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2627 | 2024.11.22 20:33:11.189755 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.11.22 20:33:11.189793 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2629 | 2024.11.22 20:33:11.190160 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2630 | 2024.11.22 20:33:11.190394 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.11.22 20:33:11.190605 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
| 2632 | 2024.11.22 20:33:11.190656 [ 5 ] {66de51cf-53b5-43e3-b671-30a560d2162a} <Debug> TCPHandler: Processed in 0.001612759 sec. | ||
| 2633 | 2024.11.22 20:33:11.190812 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2634 | 2024.11.22 20:33:11.190949 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2635 | 2024.11.22 20:33:11.191013 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2636 | 2024.11.22 20:33:11.191675 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2024.11.22 20:33:11.191716 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2638 | 2024.11.22 20:33:11.192128 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2639 | 2024.11.22 20:33:11.192365 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2024.11.22 20:33:11.192524 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2641 | 2024.11.22 20:33:11.192578 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.11.22 20:33:11.192607 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2643 | 2024.11.22 20:33:11.192625 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 2644 | 2024.11.22 20:33:11.192937 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 2645 | 2024.11.22 20:33:11.193065 [ 255 ] {d84494a2-fb22-4e3e-a044-5e8dd01f483a} <Debug> TCPHandler: Processed in 0.002316727 sec. | ||
| 2646 | 2024.11.22 20:33:11.193312 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.11.22 20:33:11.193323 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2648 | 2024.11.22 20:33:11.193366 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2266 rows starting from the beginning of the part | ||
| 2649 | 2024.11.22 20:33:11.193528 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2650 | 2024.11.22 20:33:11.193602 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
| 2651 | 2024.11.22 20:33:11.193687 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2652 | 2024.11.22 20:33:11.193840 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 925 rows starting from the beginning of the part | ||
| 2653 | 2024.11.22 20:33:11.194228 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 2654 | 2024.11.22 20:33:11.194584 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 2655 | 2024.11.22 20:33:11.194923 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 2656 | 2024.11.22 20:33:11.195631 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2024.11.22 20:33:11.195679 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2658 | 2024.11.22 20:33:11.196205 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2659 | 2024.11.22 20:33:11.196537 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2024.11.22 20:33:11.196745 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003329 sec., 300.39050765995796 rows/sec., 20.24 KiB/sec. | ||
| 2661 | 2024.11.22 20:33:11.196803 [ 5 ] {ba792866-e7fd-45a0-b3e7-333286ab3747} <Debug> TCPHandler: Processed in 0.003603859 sec. | ||
| 2662 | 2024.11.22 20:33:11.196961 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2024.11.22 20:33:11.197231 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004552441 sec., 828127.1520048255 rows/sec., 55.66 MiB/sec. | ||
| 2664 | 2024.11.22 20:33:11.197241 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2665 | 2024.11.22 20:33:11.197351 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <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 | ||
| 2666 | 2024.11.22 20:33:11.197597 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2667 | 2024.11.22 20:33:11.198354 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.11.22 20:33:11.198670 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2669 | 2024.11.22 20:33:11.198858 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2670 | 2024.11.22 20:33:11.199468 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2024.11.22 20:33:11.199512 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2672 | 2024.11.22 20:33:11.200148 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2673 | 2024.11.22 20:33:11.200401 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2024.11.22 20:33:11.200584 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2675 | 2024.11.22 20:33:11.200653 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2024.11.22 20:33:11.200686 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2677 | 2024.11.22 20:33:11.200691 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003508 sec., 2280.501710376283 rows/sec., 4.09 MiB/sec. | ||
| 2678 | 2024.11.22 20:33:11.201037 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 2679 | 2024.11.22 20:33:11.201088 [ 255 ] {27d36083-6a25-4217-80cf-3191e9b0eb3d} <Debug> TCPHandler: Processed in 0.004197692 sec. | ||
| 2680 | 2024.11.22 20:33:11.201312 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2681 | 2024.11.22 20:33:11.201496 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2682 | 2024.11.22 20:33:11.201566 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2683 | 2024.11.22 20:33:11.201575 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2684 | 2024.11.22 20:33:11.201664 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 104 rows starting from the beginning of the part | ||
| 2685 | 2024.11.22 20:33:11.202288 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2686 | 2024.11.22 20:33:11.202792 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
| 2687 | 2024.11.22 20:33:11.203354 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2024.11.22 20:33:11.203368 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2689 | 2024.11.22 20:33:11.203397 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2690 | 2024.11.22 20:33:11.203844 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
| 2691 | 2024.11.22 20:33:11.204393 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2692 | 2024.11.22 20:33:11.204482 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2693 | 2024.11.22 20:33:11.205015 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2024.11.22 20:33:11.205222 [ 25 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2695 | 2024.11.22 20:33:11.205280 [ 25 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.11.22 20:33:11.205320 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2697 | 2024.11.22 20:33:11.205352 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003897 sec., 21041.827046445986 rows/sec., 1.34 MiB/sec. | ||
| 2698 | 2024.11.22 20:33:11.205738 [ 5 ] {58c1a4a9-9c4f-421f-a4d7-2005b5ae6bc8} <Debug> TCPHandler: Processed in 0.004537661 sec. | ||
| 2699 | 2024.11.22 20:33:11.205923 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2700 | 2024.11.22 20:33:11.206289 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2701 | 2024.11.22 20:33:11.206362 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 2702 | 2024.11.22 20:33:11.206616 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2703 | 2024.11.22 20:33:11.206942 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part | ||
| 2704 | 2024.11.22 20:33:11.207294 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 2705 | 2024.11.22 20:33:11.207640 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2706 | 2024.11.22 20:33:11.207947 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 2707 | 2024.11.22 20:33:11.211283 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 4 columns (4 merged, 0 gathered) in 0.005782821 sec., 102026.32936416328 rows/sec., 6.66 MiB/sec. | ||
| 2708 | 2024.11.22 20:33:11.211530 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2709 | 2024.11.22 20:33:11.211985 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2024.11.22 20:33:11.212081 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_11_2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2711 | 2024.11.22 20:33:11.212162 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2712 | 2024.11.22 20:33:11.213010 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 19 columns (19 merged, 0 gathered) in 0.012254879 sec., 14035.22629639999 rows/sec., 25.15 MiB/sec. | ||
| 2713 | 2024.11.22 20:33:11.213441 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2714 | 2024.11.22 20:33:11.213878 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2024.11.22 20:33:11.213961 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2716 | 2024.11.22 20:33:11.214108 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 2717 | 2024.11.22 20:33:15.667363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 376 | ||
| 2718 | 2024.11.22 20:33:15.670468 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2024.11.22 20:33:15.670522 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2720 | 2024.11.22 20:33:15.672157 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2721 | 2024.11.22 20:33:15.672579 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2024.11.22 20:33:15.673233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 376 | ||
| 2723 | 2024.11.22 20:33:16.148550 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2724 | 2024.11.22 20:33:16.148862 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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) | ||
| 2725 | 2024.11.22 20:33:16.149386 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2726 | 2024.11.22 20:33:16.149455 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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 | ||
| 2727 | 2024.11.22 20:33:16.149869 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2728 | 2024.11.22 20:33:16.149953 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2729 | 2024.11.22 20:33:16.150135 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2730 | 2024.11.22 20:33:16.150327 [ 288 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2731 | 2024.11.22 20:33:16.150352 [ 289 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2732 | 2024.11.22 20:33:16.150356 [ 287 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2733 | 2024.11.22 20:33:16.150529 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2734 | 2024.11.22 20:33:16.150560 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2735 | 2024.11.22 20:33:16.150683 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2736 | 2024.11.22 20:33:16.150708 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 2737 | 2024.11.22 20:33:16.150754 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2738 | 2024.11.22 20:33:16.150807 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2739 | 2024.11.22 20:33:16.150855 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2740 | 2024.11.22 20:33:16.152599 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003892 sec., 10791.36690647482 rows/sec., 411.50 KiB/sec. | ||
| 2741 | 2024.11.22 20:33:16.152836 [ 5 ] {d3b11d7b-7b4a-40e3-80c8-6ac58cfaf3ea} <Debug> TCPHandler: Processed in 0.004424188 sec. | ||
| 2742 | 2024.11.22 20:33:16.163104 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.11.22 20:33:16.163250 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2744 | 2024.11.22 20:33:16.163312 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2745 | 2024.11.22 20:33:16.164080 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.22 20:33:16.164127 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2747 | 2024.11.22 20:33:16.164632 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2748 | 2024.11.22 20:33:16.164864 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.11.22 20:33:16.165107 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001897 sec., 527.1481286241434 rows/sec., 119.43 KiB/sec. | ||
| 2750 | 2024.11.22 20:33:16.165207 [ 5 ] {5e59947d-bd54-47dc-b024-2dd9072a2be0} <Debug> TCPHandler: Processed in 0.002167673 sec. | ||
| 2751 | 2024.11.22 20:33:16.165463 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2752 | 2024.11.22 20:33:16.165673 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2753 | 2024.11.22 20:33:16.165754 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2754 | 2024.11.22 20:33:16.166580 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2024.11.22 20:33:16.166628 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2756 | 2024.11.22 20:33:16.167052 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2757 | 2024.11.22 20:33:16.167299 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2024.11.22 20:33:16.167561 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 84.54 KiB/sec. | ||
| 2759 | 2024.11.22 20:33:16.167671 [ 255 ] {444a93f3-7f20-44be-8a21-a4ef6092ddd6} <Debug> TCPHandler: Processed in 0.002346337 sec. | ||
| 2760 | 2024.11.22 20:33:16.167945 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2761 | 2024.11.22 20:33:16.168171 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2762 | 2024.11.22 20:33:16.168265 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2763 | 2024.11.22 20:33:16.169085 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.11.22 20:33:16.169124 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2765 | 2024.11.22 20:33:16.169500 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2766 | 2024.11.22 20:33:16.169739 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.11.22 20:33:16.170002 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Debug> executeQuery: Read 121 rows, 10.46 KiB in 0.001885 sec., 64190.98143236074 rows/sec., 5.42 MiB/sec. | ||
| 2768 | 2024.11.22 20:33:16.170232 [ 5 ] {5fab6f24-527f-4731-9cf7-596e25c6cc45} <Debug> TCPHandler: Processed in 0.002392509 sec. | ||
| 2769 | 2024.11.22 20:33:16.170399 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2770 | 2024.11.22 20:33:16.170539 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2771 | 2024.11.22 20:33:16.170598 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2772 | 2024.11.22 20:33:16.171310 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2024.11.22 20:33:16.171356 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2774 | 2024.11.22 20:33:16.171763 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2775 | 2024.11.22 20:33:16.172011 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2024.11.22 20:33:16.172270 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.00173 sec., 19653.179190751445 rows/sec., 1.44 MiB/sec. | ||
| 2777 | 2024.11.22 20:33:16.172425 [ 255 ] {e0f2f95d-84c9-42ee-94fd-e984106cdc89} <Debug> TCPHandler: Processed in 0.00208836 sec. | ||
| 2778 | 2024.11.22 20:33:16.172583 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2024.11.22 20:33:16.172719 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2780 | 2024.11.22 20:33:16.172774 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2781 | 2024.11.22 20:33:16.173489 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2024.11.22 20:33:16.173534 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2783 | 2024.11.22 20:33:16.173908 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2784 | 2024.11.22 20:33:16.174144 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2024.11.22 20:33:16.174357 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Debug> executeQuery: Read 105 rows, 8.41 KiB in 0.00167 sec., 62874.251497005986 rows/sec., 4.92 MiB/sec. | ||
| 2786 | 2024.11.22 20:33:16.174410 [ 5 ] {74d4f241-09b2-43e9-b4bb-df6ce124b9be} <Debug> TCPHandler: Processed in 0.001885196 sec. | ||
| 2787 | 2024.11.22 20:33:16.174555 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2788 | 2024.11.22 20:33:16.174687 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2789 | 2024.11.22 20:33:16.174748 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2790 | 2024.11.22 20:33:16.175465 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2024.11.22 20:33:16.175510 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2792 | 2024.11.22 20:33:16.175924 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2793 | 2024.11.22 20:33:16.176157 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2024.11.22 20:33:16.176327 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001672 sec., 96291.86602870813 rows/sec., 6.71 MiB/sec. | ||
| 2795 | 2024.11.22 20:33:16.176376 [ 255 ] {c5961d66-9a76-440b-b7a2-1664ed90b087} <Debug> TCPHandler: Processed in 0.001876026 sec. | ||
| 2796 | 2024.11.22 20:33:16.176521 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2024.11.22 20:33:16.176683 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2798 | 2024.11.22 20:33:16.176821 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <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 | ||
| 2799 | 2024.11.22 20:33:16.178389 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2024.11.22 20:33:16.178427 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2801 | 2024.11.22 20:33:16.179072 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2802 | 2024.11.22 20:33:16.179345 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2024.11.22 20:33:16.179588 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002962 sec., 10803.511141120865 rows/sec., 19.36 MiB/sec. | ||
| 2804 | 2024.11.22 20:33:16.179702 [ 5 ] {a86c97a9-547e-47d8-a67e-ff7862b50202} <Debug> TCPHandler: Processed in 0.003235239 sec. | ||
| 2805 | 2024.11.22 20:33:16.179853 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2806 | 2024.11.22 20:33:16.179969 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2807 | 2024.11.22 20:33:16.180019 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2808 | 2024.11.22 20:33:16.180502 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2024.11.22 20:33:16.180540 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2810 | 2024.11.22 20:33:16.180908 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2811 | 2024.11.22 20:33:16.181144 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2812 | 2024.11.22 20:33:16.181322 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001377 sec., 6535.9477124183 rows/sec., 482.25 KiB/sec. | ||
| 2813 | 2024.11.22 20:33:16.181370 [ 255 ] {cc67f99f-5c3e-4dc4-8a54-685d4f5db31e} <Debug> TCPHandler: Processed in 0.001573409 sec. | ||
| 2814 | 2024.11.22 20:33:16.181516 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2024.11.22 20:33:16.181669 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2816 | 2024.11.22 20:33:16.181760 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2817 | 2024.11.22 20:33:16.182638 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2024.11.22 20:33:16.182680 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2819 | 2024.11.22 20:33:16.183040 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2820 | 2024.11.22 20:33:16.183275 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2024.11.22 20:33:16.183463 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00185 sec., 32432.43243243243 rows/sec., 2.19 MiB/sec. | ||
| 2822 | 2024.11.22 20:33:16.183514 [ 5 ] {25a96756-7ece-4701-85ff-8cbf03a7b5fc} <Debug> TCPHandler: Processed in 0.00205417 sec. | ||
| 2823 | 2024.11.22 20:33:18.161345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2824 | 2024.11.22 20:33:18.162015 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2024.11.22 20:33:18.162054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2826 | 2024.11.22 20:33:18.162583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2827 | 2024.11.22 20:33:18.162829 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2024.11.22 20:33:18.163032 [ 150 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2829 | 2024.11.22 20:33:18.163068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2830 | 2024.11.22 20:33:18.163113 [ 150 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2024.11.22 20:33:18.163141 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2832 | 2024.11.22 20:33:18.163427 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 2833 | 2024.11.22 20:33:18.163592 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2834 | 2024.11.22 20:33:18.163636 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2835 | 2024.11.22 20:33:18.163717 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 2836 | 2024.11.22 20:33:18.163892 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 2837 | 2024.11.22 20:33:18.164151 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 2838 | 2024.11.22 20:33:18.164372 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2839 | 2024.11.22 20:33:18.164563 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2840 | 2024.11.22 20:33:18.166362 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003143627 sec., 1629964.369182476 rows/sec., 23.32 MiB/sec. | ||
| 2841 | 2024.11.22 20:33:18.167005 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2842 | 2024.11.22 20:33:18.167295 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2024.11.22 20:33:18.167381 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_11_2} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2844 | 2024.11.22 20:33:18.167468 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2845 | 2024.11.22 20:33:18.470329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2846 | 2024.11.22 20:33:18.491475 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2024.11.22 20:33:18.491530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2848 | 2024.11.22 20:33:18.498929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2849 | 2024.11.22 20:33:18.499696 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2024.11.22 20:33:18.499994 [ 150 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2851 | 2024.11.22 20:33:18.500073 [ 150 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2024.11.22 20:33:18.500120 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2853 | 2024.11.22 20:33:18.500733 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2854 | 2024.11.22 20:33:18.514758 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2855 | 2024.11.22 20:33:18.516777 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2856 | 2024.11.22 20:33:18.518485 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2857 | 2024.11.22 20:33:18.524506 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2858 | 2024.11.22 20:33:18.530387 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2859 | 2024.11.22 20:33:18.536293 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2860 | 2024.11.22 20:33:18.542183 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2861 | 2024.11.22 20:33:18.546902 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 2862 | 2024.11.22 20:33:18.603455 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.1031791 sec., 804.4264778428965 rows/sec., 4.16 MiB/sec. | ||
| 2863 | 2024.11.22 20:33:18.606372 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2864 | 2024.11.22 20:33:18.609348 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_11_2} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2865 | 2024.11.22 20:33:18.609481 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_11_2} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2866 | 2024.11.22 20:33:18.612079 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. | ||
| 2867 | 2024.11.22 20:33:19.000222 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.33 MiB, peak 178.22 MiB, free memory in arenas 0.00 B, will set to 170.00 MiB (RSS), difference: 1.67 MiB | ||
| 2868 | 2024.11.22 20:33:21.161483 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2869 | 2024.11.22 20:33:21.161678 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2870 | 2024.11.22 20:33:21.161749 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2871 | 2024.11.22 20:33:21.162491 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2024.11.22 20:33:21.162540 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2873 | 2024.11.22 20:33:21.162976 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2874 | 2024.11.22 20:33:21.163236 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2875 | 2024.11.22 20:33:21.163512 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 2876 | 2024.11.22 20:33:21.163698 [ 5 ] {25da6a03-04d0-4ae4-b1b3-0c7ca4dc8b23} <Debug> TCPHandler: Processed in 0.002340767 sec. | ||
| 2877 | 2024.11.22 20:33:21.164009 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2024.11.22 20:33:21.164231 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2879 | 2024.11.22 20:33:21.164319 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2880 | 2024.11.22 20:33:21.165307 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2024.11.22 20:33:21.165365 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2882 | 2024.11.22 20:33:21.165845 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2883 | 2024.11.22 20:33:21.166109 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2024.11.22 20:33:21.166387 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002212 sec., 99005.42495479205 rows/sec., 8.62 MiB/sec. | ||
| 2885 | 2024.11.22 20:33:21.166628 [ 255 ] {442efc5b-100b-4751-a7a1-2c40f31df14d} <Debug> TCPHandler: Processed in 0.002763657 sec. | ||
| 2886 | 2024.11.22 20:33:21.166824 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2887 | 2024.11.22 20:33:21.166945 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2888 | 2024.11.22 20:33:21.166996 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2889 | 2024.11.22 20:33:21.167576 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2890 | 2024.11.22 20:33:21.167616 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2891 | 2024.11.22 20:33:21.167977 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2892 | 2024.11.22 20:33:21.168222 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2893 | 2024.11.22 20:33:21.168445 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001529 sec., 9810.333551340746 rows/sec., 691.71 KiB/sec. | ||
| 2894 | 2024.11.22 20:33:21.168500 [ 5 ] {735ff5e3-1e87-479b-af91-cb1b802c2820} <Debug> TCPHandler: Processed in 0.001739853 sec. | ||
| 2895 | 2024.11.22 20:33:21.168641 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2896 | 2024.11.22 20:33:21.168779 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2897 | 2024.11.22 20:33:21.168844 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2898 | 2024.11.22 20:33:21.169561 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2899 | 2024.11.22 20:33:21.169610 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2900 | 2024.11.22 20:33:21.170008 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2901 | 2024.11.22 20:33:21.170248 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2902 | 2024.11.22 20:33:21.170485 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001738 sec., 8055.2359033371695 rows/sec., 564.14 KiB/sec. | ||
| 2903 | 2024.11.22 20:33:21.170572 [ 255 ] {9bf2e60a-97be-49ab-b5ef-a253c7dc9531} <Debug> TCPHandler: Processed in 0.001990059 sec. | ||
| 2904 | 2024.11.22 20:33:21.170714 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2905 | 2024.11.22 20:33:21.170852 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2906 | 2024.11.22 20:33:21.170907 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2907 | 2024.11.22 20:33:21.171596 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2908 | 2024.11.22 20:33:21.171645 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2909 | 2024.11.22 20:33:21.172027 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2910 | 2024.11.22 20:33:21.172266 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2911 | 2024.11.22 20:33:21.172472 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 2912 | 2024.11.22 20:33:21.172529 [ 5 ] {4a91ff8c-9b2b-47f5-b803-4a388ed251ab} <Debug> TCPHandler: Processed in 0.001874095 sec. | ||
| 2913 | 2024.11.22 20:33:21.172672 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2914 | 2024.11.22 20:33:21.172796 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2915 | 2024.11.22 20:33:21.172848 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2916 | 2024.11.22 20:33:21.173615 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2917 | 2024.11.22 20:33:21.173657 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2918 | 2024.11.22 20:33:21.174047 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2919 | 2024.11.22 20:33:21.174286 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2024.11.22 20:33:21.174551 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001781 sec., 218978.10218978103 rows/sec., 15.53 MiB/sec. | ||
| 2921 | 2024.11.22 20:33:21.174761 [ 255 ] {9bd26fb1-c9df-437a-87e1-2fd99d479d3b} <Debug> TCPHandler: Processed in 0.002148123 sec. | ||
| 2922 | 2024.11.22 20:33:21.174921 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2923 | 2024.11.22 20:33:21.175059 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2924 | 2024.11.22 20:33:21.175117 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2925 | 2024.11.22 20:33:21.175675 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2926 | 2024.11.22 20:33:21.175722 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2927 | 2024.11.22 20:33:21.176083 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2928 | 2024.11.22 20:33:21.176322 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2929 | 2024.11.22 20:33:21.176456 [ 145 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2930 | 2024.11.22 20:33:21.176498 [ 145 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2024.11.22 20:33:21.176508 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec. | ||
| 2932 | 2024.11.22 20:33:21.176524 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2933 | 2024.11.22 20:33:21.176612 [ 5 ] {8016c8c8-1590-4657-aa21-48e698efe6f3} <Debug> TCPHandler: Processed in 0.001756003 sec. | ||
| 2934 | 2024.11.22 20:33:21.176792 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2935 | 2024.11.22 20:33:21.176804 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2936 | 2024.11.22 20:33:21.176970 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2937 | 2024.11.22 20:33:21.176985 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2938 | 2024.11.22 20:33:21.177014 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2939 | 2024.11.22 20:33:21.177061 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2940 | 2024.11.22 20:33:21.177216 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2941 | 2024.11.22 20:33:21.177676 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2942 | 2024.11.22 20:33:21.178048 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2943 | 2024.11.22 20:33:21.178358 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2944 | 2024.11.22 20:33:21.178575 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::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 | ||
| 2945 | 2024.11.22 20:33:21.179433 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2946 | 2024.11.22 20:33:21.179482 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2947 | 2024.11.22 20:33:21.180251 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2948 | 2024.11.22 20:33:21.180309 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003683939 sec., 9772.14877879357 rows/sec., 510.56 KiB/sec. | ||
| 2949 | 2024.11.22 20:33:21.180616 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2024.11.22 20:33:21.180614 [ 191 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2951 | 2024.11.22 20:33:21.180954 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004006 sec., 59161.25811283075 rows/sec., 3.97 MiB/sec. | ||
| 2952 | 2024.11.22 20:33:21.181133 [ 255 ] {bedbe9ac-5922-452c-9c6d-eb8d66a3e94e} <Debug> TCPHandler: Processed in 0.004429249 sec. | ||
| 2953 | 2024.11.22 20:33:21.181305 [ 191 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_6_1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2024.11.22 20:33:21.181363 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2024.11.22 20:33:21.181451 [ 191 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_6_1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2956 | 2024.11.22 20:33:21.181551 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2957 | 2024.11.22 20:33:21.181658 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2958 | 2024.11.22 20:33:21.181675 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2959 | 2024.11.22 20:33:21.182170 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2024.11.22 20:33:21.182208 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2961 | 2024.11.22 20:33:21.182570 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2962 | 2024.11.22 20:33:21.182813 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2024.11.22 20:33:21.183006 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 2964 | 2024.11.22 20:33:21.183056 [ 5 ] {136895db-3986-4907-8ffe-5e21c9c69633} <Debug> TCPHandler: Processed in 0.001777183 sec. | ||
| 2965 | 2024.11.22 20:33:21.183204 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2966 | 2024.11.22 20:33:21.183324 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2967 | 2024.11.22 20:33:21.183407 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <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 | ||
| 2968 | 2024.11.22 20:33:21.184502 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2969 | 2024.11.22 20:33:21.184543 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2970 | 2024.11.22 20:33:21.185157 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2971 | 2024.11.22 20:33:21.185422 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2024.11.22 20:33:21.185665 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002366 sec., 3381.23415046492 rows/sec., 6.06 MiB/sec. | ||
| 2973 | 2024.11.22 20:33:21.185769 [ 255 ] {87b47d08-554b-40db-8470-5fb0d9517fef} <Debug> TCPHandler: Processed in 0.002622574 sec. | ||
| 2974 | 2024.11.22 20:33:21.185955 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2975 | 2024.11.22 20:33:21.186093 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2976 | 2024.11.22 20:33:21.186152 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2977 | 2024.11.22 20:33:21.186748 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2978 | 2024.11.22 20:33:21.186785 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2979 | 2024.11.22 20:33:21.187185 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2980 | 2024.11.22 20:33:21.187423 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2981 | 2024.11.22 20:33:21.187601 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 2982 | 2024.11.22 20:33:21.187652 [ 5 ] {e34a0b4b-0b1b-4113-97b6-e5d123f002d5} <Debug> TCPHandler: Processed in 0.001763423 sec. | ||
| 2983 | 2024.11.22 20:33:25.574573 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2984 | 2024.11.22 20:33:25.574645 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2985 | 2024.11.22 20:33:25.664132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2986 | 2024.11.22 20:33:25.664760 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2024.11.22 20:33:25.664803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2988 | 2024.11.22 20:33:25.665337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2989 | 2024.11.22 20:33:25.665592 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2024.11.22 20:33:25.665782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2991 | 2024.11.22 20:33:25.674330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 418 | ||
| 2992 | 2024.11.22 20:33:25.677572 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2024.11.22 20:33:25.677625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 2994 | 2024.11.22 20:33:25.679119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2995 | 2024.11.22 20:33:25.679432 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2024.11.22 20:33:25.680005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 418 | ||
| 2997 | 2024.11.22 20:33:26.015796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2998 | 2024.11.22 20:33:26.034721 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2024.11.22 20:33:26.034773 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3000 | 2024.11.22 20:33:26.042139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3001 | 2024.11.22 20:33:26.042897 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2024.11.22 20:33:26.045984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 3003 | 2024.11.22 20:33:26.157264 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2024.11.22 20:33:26.157484 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3005 | 2024.11.22 20:33:26.157567 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3006 | 2024.11.22 20:33:26.158429 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2024.11.22 20:33:26.158478 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3008 | 2024.11.22 20:33:26.158943 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3009 | 2024.11.22 20:33:26.159214 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2024.11.22 20:33:26.159426 [ 64 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3011 | 2024.11.22 20:33:26.159479 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Debug> executeQuery: Read 120 rows, 10.39 KiB in 0.002046 sec., 58651.026392961874 rows/sec., 4.96 MiB/sec. | ||
| 3012 | 2024.11.22 20:33:26.159507 [ 64 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3013 | 2024.11.22 20:33:26.159577 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3014 | 2024.11.22 20:33:26.159615 [ 5 ] {4a381ed9-1d58-4d2d-b62e-1dbda27674a1} <Debug> TCPHandler: Processed in 0.002485871 sec. | ||
| 3015 | 2024.11.22 20:33:26.159853 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3016 | 2024.11.22 20:33:26.159933 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3017 | 2024.11.22 20:33:26.160105 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3018 | 2024.11.22 20:33:26.160184 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1405 rows starting from the beginning of the part | ||
| 3019 | 2024.11.22 20:33:26.160211 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3020 | 2024.11.22 20:33:26.160387 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3021 | 2024.11.22 20:33:26.160423 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 3022 | 2024.11.22 20:33:26.160804 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 219 rows starting from the beginning of the part | ||
| 3023 | 2024.11.22 20:33:26.161074 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 121 rows starting from the beginning of the part | ||
| 3024 | 2024.11.22 20:33:26.161506 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 219 rows starting from the beginning of the part | ||
| 3025 | 2024.11.22 20:33:26.161893 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 120 rows starting from the beginning of the part | ||
| 3026 | 2024.11.22 20:33:26.163237 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2024.11.22 20:33:26.163323 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3028 | 2024.11.22 20:33:26.164426 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3029 | 2024.11.22 20:33:26.164859 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2024.11.22 20:33:26.165125 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005425392 sec., 402551.5575648727 rows/sec., 35.44 MiB/sec. | ||
| 3031 | 2024.11.22 20:33:26.165360 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005236 sec., 6111.535523300229 rows/sec., 459.56 KiB/sec. | ||
| 3032 | 2024.11.22 20:33:26.165653 [ 255 ] {b6b64c80-67f2-4260-819b-9da361cc44b4} <Debug> TCPHandler: Processed in 0.005909954 sec. | ||
| 3033 | 2024.11.22 20:33:26.165651 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3034 | 2024.11.22 20:33:26.165852 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3035 | 2024.11.22 20:33:26.166041 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3036 | 2024.11.22 20:33:26.166127 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3037 | 2024.11.22 20:33:26.166138 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2024.11.22 20:33:26.166362 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_16_3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3039 | 2024.11.22 20:33:26.166518 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3040 | 2024.11.22 20:33:26.167046 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3041 | 2024.11.22 20:33:26.167090 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3042 | 2024.11.22 20:33:26.167482 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3043 | 2024.11.22 20:33:26.167730 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3044 | 2024.11.22 20:33:26.167905 [ 64 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3045 | 2024.11.22 20:33:26.167975 [ 64 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2024.11.22 20:33:26.167979 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001994 sec., 48144.4332998997 rows/sec., 3.76 MiB/sec. | ||
| 3047 | 2024.11.22 20:33:26.168009 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3048 | 2024.11.22 20:33:26.168195 [ 5 ] {4c166bd4-8558-4fbe-8398-b06a0569f697} <Debug> TCPHandler: Processed in 0.002418999 sec. | ||
| 3049 | 2024.11.22 20:33:26.168524 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 3050 | 2024.11.22 20:33:26.168530 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2024.11.22 20:33:26.168890 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3052 | 2024.11.22 20:33:26.168892 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3053 | 2024.11.22 20:33:26.168927 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 3054 | 2024.11.22 20:33:26.168966 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3055 | 2024.11.22 20:33:26.169137 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part | ||
| 3056 | 2024.11.22 20:33:26.169407 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 390 rows starting from the beginning of the part | ||
| 3057 | 2024.11.22 20:33:26.169820 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 105 rows starting from the beginning of the part | ||
| 3058 | 2024.11.22 20:33:26.170051 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 390 rows starting from the beginning of the part | ||
| 3059 | 2024.11.22 20:33:26.170234 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 96 rows starting from the beginning of the part | ||
| 3060 | 2024.11.22 20:33:26.170815 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2024.11.22 20:33:26.170859 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3062 | 2024.11.22 20:33:26.171479 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3063 | 2024.11.22 20:33:26.171745 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2024.11.22 20:33:26.171974 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.003835553 sec., 507879.8285410214 rows/sec., 38.87 MiB/sec. | ||
| 3065 | 2024.11.22 20:33:26.172128 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003326 sec., 48105.83283223091 rows/sec., 3.35 MiB/sec. | ||
| 3066 | 2024.11.22 20:33:26.172245 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3067 | 2024.11.22 20:33:26.172547 [ 255 ] {4d1e89e3-5b60-4c25-9ad8-44ab4c57e6ae} <Debug> TCPHandler: Processed in 0.004209553 sec. | ||
| 3068 | 2024.11.22 20:33:26.172851 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3069 | 2024.11.22 20:33:26.173082 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2024.11.22 20:33:26.173221 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3071 | 2024.11.22 20:33:26.173250 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_16_3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3072 | 2024.11.22 20:33:26.173415 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3073 | 2024.11.22 20:33:26.173498 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <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 | ||
| 3074 | 2024.11.22 20:33:26.174889 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2024.11.22 20:33:26.174929 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3076 | 2024.11.22 20:33:26.175616 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3077 | 2024.11.22 20:33:26.175914 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2024.11.22 20:33:26.176258 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003127 sec., 10233.450591621362 rows/sec., 18.34 MiB/sec. | ||
| 3079 | 2024.11.22 20:33:26.176521 [ 5 ] {54478e9f-b43f-491d-b29f-aeb8540e2c1d} <Debug> TCPHandler: Processed in 0.003846934 sec. | ||
| 3080 | 2024.11.22 20:33:26.176704 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2024.11.22 20:33:26.176847 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3082 | 2024.11.22 20:33:26.176909 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3083 | 2024.11.22 20:33:26.177506 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.11.22 20:33:26.177551 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3085 | 2024.11.22 20:33:26.177986 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3086 | 2024.11.22 20:33:26.178224 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.11.22 20:33:26.178447 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001635 sec., 36697.24770642202 rows/sec., 2.47 MiB/sec. | ||
| 3088 | 2024.11.22 20:33:26.178499 [ 255 ] {f80b846b-07d2-4a31-b98c-e1e84144b96a} <Debug> TCPHandler: Processed in 0.001862896 sec. | ||
| 3089 | 2024.11.22 20:33:29.443349 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2024.11.22 20:33:29.443601 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3091 | 2024.11.22 20:33:29.443691 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3092 | 2024.11.22 20:33:29.444527 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.11.22 20:33:29.444582 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3094 | 2024.11.22 20:33:29.445037 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3095 | 2024.11.22 20:33:29.445337 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2024.11.22 20:33:29.445543 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec. | ||
| 3097 | 2024.11.22 20:33:29.445610 [ 5 ] {b141e483-24c4-4f55-8283-fcd289dfdba9} <Debug> TCPHandler: Processed in 0.002410029 sec. | ||
| 3098 | 2024.11.22 20:33:29.445915 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2024.11.22 20:33:29.446118 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3100 | 2024.11.22 20:33:29.446193 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3101 | 2024.11.22 20:33:29.446983 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2024.11.22 20:33:29.447036 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3103 | 2024.11.22 20:33:29.447476 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3104 | 2024.11.22 20:33:29.447730 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.11.22 20:33:29.447954 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001892 sec., 5285.412262156448 rows/sec., 430.99 KiB/sec. | ||
| 3106 | 2024.11.22 20:33:29.448010 [ 255 ] {723a7338-896b-4ddb-a359-a81d8172e3d6} <Debug> TCPHandler: Processed in 0.002233355 sec. | ||
| 3107 | 2024.11.22 20:33:29.448198 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2024.11.22 20:33:29.448360 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3109 | 2024.11.22 20:33:29.448432 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3110 | 2024.11.22 20:33:29.450094 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.11.22 20:33:29.450147 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3112 | 2024.11.22 20:33:29.450793 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3113 | 2024.11.22 20:33:29.451072 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2024.11.22 20:33:29.451280 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.00296 sec., 460810.8108108108 rows/sec., 38.28 MiB/sec. | ||
| 3115 | 2024.11.22 20:33:29.451349 [ 5 ] {121691e6-e3e3-4592-83a0-804f27abe592} <Debug> TCPHandler: Processed in 0.003233939 sec. | ||
| 3116 | 2024.11.22 20:33:29.451603 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2024.11.22 20:33:29.451738 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3118 | 2024.11.22 20:33:29.451790 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3119 | 2024.11.22 20:33:29.452421 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.11.22 20:33:29.452464 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3121 | 2024.11.22 20:33:29.452856 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3122 | 2024.11.22 20:33:29.453100 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.11.22 20:33:29.453325 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001612 sec., 15508.684863523575 rows/sec., 1.06 MiB/sec. | ||
| 3124 | 2024.11.22 20:33:29.453381 [ 255 ] {771efe45-9f12-4759-a51d-b63dcbc28762} <Debug> TCPHandler: Processed in 0.001863886 sec. | ||
| 3125 | 2024.11.22 20:33:29.453571 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.11.22 20:33:29.453705 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3127 | 2024.11.22 20:33:29.453761 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3128 | 2024.11.22 20:33:29.454463 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2024.11.22 20:33:29.454506 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3130 | 2024.11.22 20:33:29.454905 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3131 | 2024.11.22 20:33:29.455166 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2024.11.22 20:33:29.455373 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001693 sec., 142941.5239220319 rows/sec., 9.68 MiB/sec. | ||
| 3133 | 2024.11.22 20:33:29.455469 [ 5 ] {272e9623-053b-4fc0-ab04-0e14798df086} <Debug> TCPHandler: Processed in 0.001963758 sec. | ||
| 3134 | 2024.11.22 20:33:29.455642 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2024.11.22 20:33:29.455758 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3136 | 2024.11.22 20:33:29.455807 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3137 | 2024.11.22 20:33:29.456391 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2024.11.22 20:33:29.456433 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3139 | 2024.11.22 20:33:29.456801 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3140 | 2024.11.22 20:33:29.457049 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2024.11.22 20:33:29.457263 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 3142 | 2024.11.22 20:33:29.457316 [ 255 ] {a8dfd87d-b9ba-4008-89f0-18c10ae1b179} <Debug> TCPHandler: Processed in 0.001731182 sec. | ||
| 3143 | 2024.11.22 20:33:29.457475 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2024.11.22 20:33:29.457599 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3145 | 2024.11.22 20:33:29.457658 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3146 | 2024.11.22 20:33:29.458601 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2024.11.22 20:33:29.458641 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3148 | 2024.11.22 20:33:29.459054 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3149 | 2024.11.22 20:33:29.459302 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2024.11.22 20:33:29.459494 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001922 sec., 445369.406867846 rows/sec., 32.23 MiB/sec. | ||
| 3151 | 2024.11.22 20:33:29.459555 [ 5 ] {9977960a-5d15-4707-a266-97dabda707ef} <Debug> TCPHandler: Processed in 0.002141792 sec. | ||
| 3152 | 2024.11.22 20:33:29.459724 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2024.11.22 20:33:29.459862 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3154 | 2024.11.22 20:33:29.459922 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3155 | 2024.11.22 20:33:29.460499 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2024.11.22 20:33:29.460546 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3157 | 2024.11.22 20:33:29.460972 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3158 | 2024.11.22 20:33:29.461210 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2024.11.22 20:33:29.461449 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001618 sec., 3708.2818294190356 rows/sec., 193.74 KiB/sec. | ||
| 3160 | 2024.11.22 20:33:29.461553 [ 255 ] {3c605092-eeb7-4c87-b241-d818475f817c} <Debug> TCPHandler: Processed in 0.001892586 sec. | ||
| 3161 | 2024.11.22 20:33:29.461737 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3162 | 2024.11.22 20:33:29.461860 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3163 | 2024.11.22 20:33:29.461917 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3164 | 2024.11.22 20:33:29.462716 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2024.11.22 20:33:29.462756 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3166 | 2024.11.22 20:33:29.463225 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3167 | 2024.11.22 20:33:29.463473 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3168 | 2024.11.22 20:33:29.463691 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.001853 sec., 501888.8289260658 rows/sec., 33.49 MiB/sec. | ||
| 3169 | 2024.11.22 20:33:29.463778 [ 5 ] {3459d909-5513-4964-9f37-67f8c807f219} <Debug> TCPHandler: Processed in 0.002102372 sec. | ||
| 3170 | 2024.11.22 20:33:29.463938 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3171 | 2024.11.22 20:33:29.464075 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3172 | 2024.11.22 20:33:29.464138 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3173 | 2024.11.22 20:33:29.464708 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2024.11.22 20:33:29.464755 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3175 | 2024.11.22 20:33:29.465145 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3176 | 2024.11.22 20:33:29.465382 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2024.11.22 20:33:29.465594 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec. | ||
| 3178 | 2024.11.22 20:33:29.465645 [ 255 ] {72a571f4-55a2-4c35-8215-58b30f64cf99} <Debug> TCPHandler: Processed in 0.001768333 sec. | ||
| 3179 | 2024.11.22 20:33:29.465802 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3180 | 2024.11.22 20:33:29.465928 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3181 | 2024.11.22 20:33:29.466013 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <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 | ||
| 3182 | 2024.11.22 20:33:29.467178 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3183 | 2024.11.22 20:33:29.467220 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3184 | 2024.11.22 20:33:29.468061 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3185 | 2024.11.22 20:33:29.468435 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3186 | 2024.11.22 20:33:29.468699 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002798 sec., 2859.1851322373122 rows/sec., 5.12 MiB/sec. | ||
| 3187 | 2024.11.22 20:33:29.469016 [ 5 ] {c9891b41-1694-4292-863b-e18cf7ad6410} <Debug> TCPHandler: Processed in 0.003276749 sec. | ||
| 3188 | 2024.11.22 20:33:29.469173 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2024.11.22 20:33:29.469307 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3190 | 2024.11.22 20:33:29.469367 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3191 | 2024.11.22 20:33:29.469947 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2024.11.22 20:33:29.469986 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3193 | 2024.11.22 20:33:29.470362 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3194 | 2024.11.22 20:33:29.470609 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2024.11.22 20:33:29.470882 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001597 sec., 43832.18534752662 rows/sec., 2.75 MiB/sec. | ||
| 3196 | 2024.11.22 20:33:29.471061 [ 255 ] {87f39303-eada-4691-8aaa-4961730ea491} <Debug> TCPHandler: Processed in 0.001951277 sec. | ||
| 3197 | 2024.11.22 20:33:31.150500 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3198 | 2024.11.22 20:33:31.150694 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3199 | 2024.11.22 20:33:31.150769 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3200 | 2024.11.22 20:33:31.151578 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2024.11.22 20:33:31.151625 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3202 | 2024.11.22 20:33:31.152066 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3203 | 2024.11.22 20:33:31.152319 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2024.11.22 20:33:31.152539 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 3205 | 2024.11.22 20:33:31.152612 [ 5 ] {7202faff-cf98-4f2e-b5ef-e0e7c1aab722} <Debug> TCPHandler: Processed in 0.002244745 sec. | ||
| 3206 | 2024.11.22 20:33:31.152879 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2024.11.22 20:33:31.153080 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3208 | 2024.11.22 20:33:31.153155 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3209 | 2024.11.22 20:33:31.153941 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2024.11.22 20:33:31.153986 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3211 | 2024.11.22 20:33:31.154414 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3212 | 2024.11.22 20:33:31.154663 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2024.11.22 20:33:31.154916 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 3214 | 2024.11.22 20:33:31.155047 [ 255 ] {cf746119-170c-49dd-a8e0-ce143196fadf} <Debug> TCPHandler: Processed in 0.002309117 sec. | ||
| 3215 | 2024.11.22 20:33:31.155219 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2024.11.22 20:33:31.155370 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3217 | 2024.11.22 20:33:31.155440 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3218 | 2024.11.22 20:33:31.156077 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2024.11.22 20:33:31.156117 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3220 | 2024.11.22 20:33:31.156518 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3221 | 2024.11.22 20:33:31.156765 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2024.11.22 20:33:31.156892 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3223 | 2024.11.22 20:33:31.156938 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2024.11.22 20:33:31.156962 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3225 | 2024.11.22 20:33:31.156965 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001632 sec., 19607.843137254902 rows/sec., 1.37 MiB/sec. | ||
| 3226 | 2024.11.22 20:33:31.157127 [ 5 ] {3ec71fc3-99c1-4bff-8eab-0c2b7fe95f2d} <Debug> TCPHandler: Processed in 0.001976928 sec. | ||
| 3227 | 2024.11.22 20:33:31.157222 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 3228 | 2024.11.22 20:33:31.157307 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2024.11.22 20:33:31.157482 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3230 | 2024.11.22 20:33:31.157553 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3231 | 2024.11.22 20:33:31.157571 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3770 rows starting from the beginning of the part | ||
| 3232 | 2024.11.22 20:33:31.157672 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3233 | 2024.11.22 20:33:31.157829 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 3234 | 2024.11.22 20:33:31.158190 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 3235 | 2024.11.22 20:33:31.158524 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 3236 | 2024.11.22 20:33:31.158872 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 930 rows starting from the beginning of the part | ||
| 3237 | 2024.11.22 20:33:31.159148 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 3238 | 2024.11.22 20:33:31.160123 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3239 | 2024.11.22 20:33:31.160192 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3240 | 2024.11.22 20:33:31.160997 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3241 | 2024.11.22 20:33:31.161515 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3242 | 2024.11.22 20:33:31.161805 [ 37 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3243 | 2024.11.22 20:33:31.161958 [ 37 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2024.11.22 20:33:31.162000 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3245 | 2024.11.22 20:33:31.162032 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004534 sec., 2646.669607410675 rows/sec., 182.65 KiB/sec. | ||
| 3246 | 2024.11.22 20:33:31.162249 [ 255 ] {2329d895-ee1a-4fd2-b260-7a7dc253c34d} <Debug> TCPHandler: Processed in 0.005012272 sec. | ||
| 3247 | 2024.11.22 20:33:31.162261 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 3248 | 2024.11.22 20:33:31.162493 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3249 | 2024.11.22 20:33:31.162556 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 590 rows starting from the beginning of the part | ||
| 3250 | 2024.11.22 20:33:31.162640 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 3251 | 2024.11.22 20:33:31.162727 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 3252 | 2024.11.22 20:33:31.163129 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 3253 | 2024.11.22 20:33:31.163490 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 70 rows starting from the beginning of the part | ||
| 3254 | 2024.11.22 20:33:31.163865 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 3255 | 2024.11.22 20:33:31.163919 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5290 rows, containing 5 columns (5 merged, 0 gathered) in 0.006854057 sec., 771805.6619605002 rows/sec., 51.93 MiB/sec. | ||
| 3256 | 2024.11.22 20:33:31.164434 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3257 | 2024.11.22 20:33:31.164835 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2024.11.22 20:33:31.164936 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3259 | 2024.11.22 20:33:31.165039 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 3260 | 2024.11.22 20:33:31.165168 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 874 rows, containing 4 columns (4 merged, 0 gathered) in 0.003070055 sec., 284685.4535179337 rows/sec., 18.58 MiB/sec. | ||
| 3261 | 2024.11.22 20:33:31.165336 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3262 | 2024.11.22 20:33:31.165603 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2024.11.22 20:33:31.165674 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_16_3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3264 | 2024.11.22 20:33:31.165742 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3265 | 2024.11.22 20:33:33.166846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3266 | 2024.11.22 20:33:33.167586 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2024.11.22 20:33:33.167642 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3268 | 2024.11.22 20:33:33.168207 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3269 | 2024.11.22 20:33:33.168476 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2024.11.22 20:33:33.168784 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3271 | 2024.11.22 20:33:33.546997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3272 | 2024.11.22 20:33:33.567652 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2024.11.22 20:33:33.567718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3274 | 2024.11.22 20:33:33.575325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3275 | 2024.11.22 20:33:33.576080 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2024.11.22 20:33:33.578740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3277 | 2024.11.22 20:33:35.681118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 462 | ||
| 3278 | 2024.11.22 20:33:35.684413 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2024.11.22 20:33:35.684463 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3280 | 2024.11.22 20:33:35.685982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3281 | 2024.11.22 20:33:35.686296 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2024.11.22 20:33:35.687169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
| 3283 | 2024.11.22 20:33:36.158082 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2024.11.22 20:33:36.158297 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3285 | 2024.11.22 20:33:36.158376 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3286 | 2024.11.22 20:33:36.159206 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.11.22 20:33:36.159259 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3288 | 2024.11.22 20:33:36.159716 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3289 | 2024.11.22 20:33:36.159973 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.11.22 20:33:36.160233 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Debug> executeQuery: Read 120 rows, 10.39 KiB in 0.001988 sec., 60362.17303822937 rows/sec., 5.10 MiB/sec. | ||
| 3291 | 2024.11.22 20:33:36.160372 [ 5 ] {cd88f1fa-6c5e-4a28-b48d-41579c4ce361} <Debug> TCPHandler: Processed in 0.00243808 sec. | ||
| 3292 | 2024.11.22 20:33:36.160662 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3293 | 2024.11.22 20:33:36.160883 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3294 | 2024.11.22 20:33:36.160986 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3295 | 2024.11.22 20:33:36.161768 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2024.11.22 20:33:36.161825 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3297 | 2024.11.22 20:33:36.162279 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3298 | 2024.11.22 20:33:36.162552 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3299 | 2024.11.22 20:33:36.162739 [ 59 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3300 | 2024.11.22 20:33:36.162823 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.002018 sec., 15857.284440039644 rows/sec., 1.16 MiB/sec. | ||
| 3301 | 2024.11.22 20:33:36.162829 [ 59 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2024.11.22 20:33:36.162911 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3303 | 2024.11.22 20:33:36.162972 [ 255 ] {52477b76-4874-4ddd-91ec-3056d36a37ec} <Debug> TCPHandler: Processed in 0.002445189 sec. | ||
| 3304 | 2024.11.22 20:33:36.163102 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 3305 | 2024.11.22 20:33:36.163154 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3306 | 2024.11.22 20:33:36.163230 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3307 | 2024.11.22 20:33:36.163308 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 37 rows starting from the beginning of the part | ||
| 3308 | 2024.11.22 20:33:36.163388 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3309 | 2024.11.22 20:33:36.163529 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 3310 | 2024.11.22 20:33:36.163563 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3311 | 2024.11.22 20:33:36.163902 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part | ||
| 3312 | 2024.11.22 20:33:36.164282 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 3313 | 2024.11.22 20:33:36.164651 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part | ||
| 3314 | 2024.11.22 20:33:36.164975 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 3315 | 2024.11.22 20:33:36.166700 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2024.11.22 20:33:36.166763 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3317 | 2024.11.22 20:33:36.167932 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00491506 sec., 35604.855281522505 rows/sec., 2.70 MiB/sec. | ||
| 3318 | 2024.11.22 20:33:36.167964 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3319 | 2024.11.22 20:33:36.168137 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3320 | 2024.11.22 20:33:36.168495 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2024.11.22 20:33:36.168642 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2024.11.22 20:33:36.168898 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_16_3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3323 | 2024.11.22 20:33:36.168935 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005627 sec., 17060.600675315443 rows/sec., 1.33 MiB/sec. | ||
| 3324 | 2024.11.22 20:33:36.169046 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3325 | 2024.11.22 20:33:36.169140 [ 5 ] {3a4758c1-03f0-41c4-9736-0e74e050e855} <Debug> TCPHandler: Processed in 0.006048688 sec. | ||
| 3326 | 2024.11.22 20:33:36.169320 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2024.11.22 20:33:36.169468 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3328 | 2024.11.22 20:33:36.169536 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3329 | 2024.11.22 20:33:36.170208 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2024.11.22 20:33:36.170247 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3331 | 2024.11.22 20:33:36.170676 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3332 | 2024.11.22 20:33:36.170931 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2024.11.22 20:33:36.171195 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001762 sec., 90805.90238365495 rows/sec., 6.32 MiB/sec. | ||
| 3334 | 2024.11.22 20:33:36.171434 [ 255 ] {cf13d812-b2ae-45a8-97b0-71f543dee027} <Debug> TCPHandler: Processed in 0.002179523 sec. | ||
| 3335 | 2024.11.22 20:33:36.171598 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2024.11.22 20:33:36.171739 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2024.11.22 20:33:36.171833 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <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 | ||
| 3338 | 2024.11.22 20:33:36.173047 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2024.11.22 20:33:36.173088 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3340 | 2024.11.22 20:33:36.173797 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3341 | 2024.11.22 20:33:36.174056 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2024.11.22 20:33:36.174227 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3343 | 2024.11.22 20:33:36.174291 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.11.22 20:33:36.174328 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3345 | 2024.11.22 20:33:36.174369 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00265 sec., 12075.471698113208 rows/sec., 21.64 MiB/sec. | ||
| 3346 | 2024.11.22 20:33:36.174593 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 3347 | 2024.11.22 20:33:36.174757 [ 5 ] {345de039-0e79-4d2c-8cf6-c841d1659dbf} <Debug> TCPHandler: Processed in 0.003221849 sec. | ||
| 3348 | 2024.11.22 20:33:36.174999 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3349 | 2024.11.22 20:33:36.175183 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3350 | 2024.11.22 20:33:36.175198 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3351 | 2024.11.22 20:33:36.175265 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 172 rows starting from the beginning of the part | ||
| 3352 | 2024.11.22 20:33:36.175281 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3353 | 2024.11.22 20:33:36.175975 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 3354 | 2024.11.22 20:33:36.176568 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 3355 | 2024.11.22 20:33:36.177210 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 3356 | 2024.11.22 20:33:36.177226 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.11.22 20:33:36.177280 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3358 | 2024.11.22 20:33:36.177797 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 3359 | 2024.11.22 20:33:36.178402 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 3360 | 2024.11.22 20:33:36.178488 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3361 | 2024.11.22 20:33:36.179076 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2024.11.22 20:33:36.179402 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004249 sec., 14120.969639915274 rows/sec., 974.49 KiB/sec. | ||
| 3363 | 2024.11.22 20:33:36.179489 [ 255 ] {dfe4d0f5-b159-4a23-9172-4fb55c088d26} <Debug> TCPHandler: Processed in 0.004616533 sec. | ||
| 3364 | 2024.11.22 20:33:36.181781 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 19 columns (19 merged, 0 gathered) in 0.00736704 sec., 38550.082529754145 rows/sec., 69.08 MiB/sec. | ||
| 3365 | 2024.11.22 20:33:36.182461 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3366 | 2024.11.22 20:33:36.182941 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2024.11.22 20:33:36.183034 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3368 | 2024.11.22 20:33:36.183198 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 3369 | 2024.11.22 20:33:40.574886 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3370 | 2024.11.22 20:33:40.574958 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3371 | 2024.11.22 20:33:40.669835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3372 | 2024.11.22 20:33:40.670833 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3373 | 2024.11.22 20:33:40.670889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3374 | 2024.11.22 20:33:40.671466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3375 | 2024.11.22 20:33:40.671721 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3376 | 2024.11.22 20:33:40.672021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3377 | 2024.11.22 20:33:41.079731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3378 | 2024.11.22 20:33:41.101857 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2024.11.22 20:33:41.101931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3380 | 2024.11.22 20:33:41.109562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3381 | 2024.11.22 20:33:41.110350 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2024.11.22 20:33:41.113141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3383 | 2024.11.22 20:33:41.161394 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2024.11.22 20:33:41.161608 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3385 | 2024.11.22 20:33:41.161688 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3386 | 2024.11.22 20:33:41.162516 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2024.11.22 20:33:41.162569 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3388 | 2024.11.22 20:33:41.163005 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3389 | 2024.11.22 20:33:41.163290 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2024.11.22 20:33:41.163592 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec. | ||
| 3391 | 2024.11.22 20:33:41.163724 [ 5 ] {d340cacc-952a-4d50-805f-7a0d28afcb10} <Debug> TCPHandler: Processed in 0.002469381 sec. | ||
| 3392 | 2024.11.22 20:33:41.163993 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2024.11.22 20:33:41.164183 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3394 | 2024.11.22 20:33:41.164261 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3395 | 2024.11.22 20:33:41.165146 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2024.11.22 20:33:41.165198 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3397 | 2024.11.22 20:33:41.165658 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3398 | 2024.11.22 20:33:41.165921 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2024.11.22 20:33:41.166169 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00204 sec., 107352.94117647059 rows/sec., 9.35 MiB/sec. | ||
| 3400 | 2024.11.22 20:33:41.166239 [ 255 ] {de941544-b291-4b67-b23e-cba59d28f5b9} <Debug> TCPHandler: Processed in 0.002381448 sec. | ||
| 3401 | 2024.11.22 20:33:41.166460 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2024.11.22 20:33:41.166686 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3403 | 2024.11.22 20:33:41.166780 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3404 | 2024.11.22 20:33:41.167596 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2024.11.22 20:33:41.167637 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3406 | 2024.11.22 20:33:41.167994 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3407 | 2024.11.22 20:33:41.168232 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2024.11.22 20:33:41.168447 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00182 sec., 8241.758241758242 rows/sec., 581.11 KiB/sec. | ||
| 3409 | 2024.11.22 20:33:41.168504 [ 5 ] {e72b1218-f6a2-4c11-998a-c752f877a229} <Debug> TCPHandler: Processed in 0.002153472 sec. | ||
| 3410 | 2024.11.22 20:33:41.168648 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2024.11.22 20:33:41.168771 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3412 | 2024.11.22 20:33:41.168824 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3413 | 2024.11.22 20:33:41.169427 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2024.11.22 20:33:41.169470 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3415 | 2024.11.22 20:33:41.169833 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3416 | 2024.11.22 20:33:41.170085 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2024.11.22 20:33:41.170348 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
| 3418 | 2024.11.22 20:33:41.170568 [ 255 ] {c2694b02-453c-4828-9840-87f5f144e6c2} <Debug> TCPHandler: Processed in 0.001975699 sec. | ||
| 3419 | 2024.11.22 20:33:41.170800 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3420 | 2024.11.22 20:33:41.171018 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3421 | 2024.11.22 20:33:41.171107 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3422 | 2024.11.22 20:33:41.171733 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2024.11.22 20:33:41.171773 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3424 | 2024.11.22 20:33:41.172119 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3425 | 2024.11.22 20:33:41.172355 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2024.11.22 20:33:41.172587 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 3427 | 2024.11.22 20:33:41.172795 [ 5 ] {fe7b7857-4f11-45bd-9390-579bd2e23c26} <Debug> TCPHandler: Processed in 0.002112662 sec. | ||
| 3428 | 2024.11.22 20:33:41.172986 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3429 | 2024.11.22 20:33:41.173116 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3430 | 2024.11.22 20:33:41.173171 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3431 | 2024.11.22 20:33:41.173919 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2024.11.22 20:33:41.173959 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3433 | 2024.11.22 20:33:41.174345 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3434 | 2024.11.22 20:33:41.174583 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2024.11.22 20:33:41.174841 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001752 sec., 222602.7397260274 rows/sec., 15.79 MiB/sec. | ||
| 3436 | 2024.11.22 20:33:41.175043 [ 255 ] {2c33ff02-ef18-4b82-946a-ae136ac6c5fc} <Debug> TCPHandler: Processed in 0.002145392 sec. | ||
| 3437 | 2024.11.22 20:33:41.175209 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2024.11.22 20:33:41.175349 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3439 | 2024.11.22 20:33:41.175407 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3440 | 2024.11.22 20:33:41.175952 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2024.11.22 20:33:41.175996 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3442 | 2024.11.22 20:33:41.176393 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3443 | 2024.11.22 20:33:41.176653 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2024.11.22 20:33:41.176868 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 3445 | 2024.11.22 20:33:41.176919 [ 5 ] {d3a8512d-4f80-40d0-a583-b6e849f765a5} <Debug> TCPHandler: Processed in 0.001765903 sec. | ||
| 3446 | 2024.11.22 20:33:41.177064 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3447 | 2024.11.22 20:33:41.177180 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3448 | 2024.11.22 20:33:41.177236 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3449 | 2024.11.22 20:33:41.177932 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2024.11.22 20:33:41.177979 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3451 | 2024.11.22 20:33:41.178420 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3452 | 2024.11.22 20:33:41.178659 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2024.11.22 20:33:41.178878 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
| 3454 | 2024.11.22 20:33:41.178934 [ 255 ] {7e11fcf8-4b5e-43d4-b0c2-3a15f01d1092} <Debug> TCPHandler: Processed in 0.001927827 sec. | ||
| 3455 | 2024.11.22 20:33:41.179080 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3456 | 2024.11.22 20:33:41.179196 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3457 | 2024.11.22 20:33:41.179246 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3458 | 2024.11.22 20:33:41.179721 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2024.11.22 20:33:41.179760 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3460 | 2024.11.22 20:33:41.180112 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3461 | 2024.11.22 20:33:41.180346 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2024.11.22 20:33:41.180610 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
| 3463 | 2024.11.22 20:33:41.180743 [ 5 ] {fab81e6c-d8d2-41a6-a0d1-9d4ea035f43d} <Debug> TCPHandler: Processed in 0.001715542 sec. | ||
| 3464 | 2024.11.22 20:33:41.180883 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3465 | 2024.11.22 20:33:41.180998 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3466 | 2024.11.22 20:33:41.181080 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <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 | ||
| 3467 | 2024.11.22 20:33:41.182191 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2024.11.22 20:33:41.182232 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3469 | 2024.11.22 20:33:41.182858 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3470 | 2024.11.22 20:33:41.183124 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2024.11.22 20:33:41.183446 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002458 sec., 3254.6786004882015 rows/sec., 5.83 MiB/sec. | ||
| 3472 | 2024.11.22 20:33:41.183780 [ 255 ] {621c4e1e-d581-4779-a7b9-424f23cbe07a} <Debug> TCPHandler: Processed in 0.002951702 sec. | ||
| 3473 | 2024.11.22 20:33:41.183920 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2024.11.22 20:33:41.184034 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3475 | 2024.11.22 20:33:41.184084 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3476 | 2024.11.22 20:33:41.184561 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2024.11.22 20:33:41.184599 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3478 | 2024.11.22 20:33:41.184963 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3479 | 2024.11.22 20:33:41.185191 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2024.11.22 20:33:41.185412 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
| 3481 | 2024.11.22 20:33:41.185466 [ 5 ] {faa5495d-7f18-466e-b421-32cb14e389bf} <Debug> TCPHandler: Processed in 0.00159991 sec. | ||
| 3482 | 2024.11.22 20:33:45.688294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 496 | ||
| 3483 | 2024.11.22 20:33:45.691401 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3484 | 2024.11.22 20:33:45.691450 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3485 | 2024.11.22 20:33:45.692957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3486 | 2024.11.22 20:33:45.693279 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2024.11.22 20:33:45.693871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 496 | ||
| 3488 | 2024.11.22 20:33:46.157829 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2024.11.22 20:33:46.158131 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3490 | 2024.11.22 20:33:46.158255 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3491 | 2024.11.22 20:33:46.159126 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2024.11.22 20:33:46.159176 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3493 | 2024.11.22 20:33:46.159618 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3494 | 2024.11.22 20:33:46.159880 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2024.11.22 20:33:46.160081 [ 86 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3496 | 2024.11.22 20:33:46.160135 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Debug> executeQuery: Read 120 rows, 10.39 KiB in 0.002082 sec., 57636.88760806916 rows/sec., 4.87 MiB/sec. | ||
| 3497 | 2024.11.22 20:33:46.160179 [ 86 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.11.22 20:33:46.160268 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3499 | 2024.11.22 20:33:46.160269 [ 5 ] {f76dfdeb-059f-45dc-a302-efd102ba479f} <Debug> TCPHandler: Processed in 0.002619395 sec. | ||
| 3500 | 2024.11.22 20:33:46.160608 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 3501 | 2024.11.22 20:33:46.160633 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.11.22 20:33:46.160952 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3503 | 2024.11.22 20:33:46.160963 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3504 | 2024.11.22 20:33:46.161007 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1426 rows starting from the beginning of the part | ||
| 3505 | 2024.11.22 20:33:46.161039 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3506 | 2024.11.22 20:33:46.161221 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1364 rows starting from the beginning of the part | ||
| 3507 | 2024.11.22 20:33:46.161636 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3508 | 2024.11.22 20:33:46.161963 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 120 rows starting from the beginning of the part | ||
| 3509 | 2024.11.22 20:33:46.162427 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 219 rows starting from the beginning of the part | ||
| 3510 | 2024.11.22 20:33:46.162842 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 120 rows starting from the beginning of the part | ||
| 3511 | 2024.11.22 20:33:46.163818 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2024.11.22 20:33:46.163867 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3513 | 2024.11.22 20:33:46.164541 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3514 | 2024.11.22 20:33:46.164840 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2024.11.22 20:33:46.165242 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004351 sec., 7354.6311192829235 rows/sec., 553.03 KiB/sec. | ||
| 3516 | 2024.11.22 20:33:46.165651 [ 255 ] {5a0a12a2-26de-44e5-8e96-b1e2c56e1790} <Debug> TCPHandler: Processed in 0.005222148 sec. | ||
| 3517 | 2024.11.22 20:33:46.165998 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3518 | 2024.11.22 20:33:46.166069 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.005676628 sec., 582211.8342086182 rows/sec., 50.84 MiB/sec. | ||
| 3519 | 2024.11.22 20:33:46.166179 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3520 | 2024.11.22 20:33:46.166238 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3521 | 2024.11.22 20:33:46.166351 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3522 | 2024.11.22 20:33:46.166956 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.11.22 20:33:46.167066 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_21_4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3524 | 2024.11.22 20:33:46.167223 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3525 | 2024.11.22 20:33:46.167428 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.11.22 20:33:46.167472 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3527 | 2024.11.22 20:33:46.167838 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3528 | 2024.11.22 20:33:46.168077 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2024.11.22 20:33:46.168235 [ 86 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3530 | 2024.11.22 20:33:46.168296 [ 86 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.11.22 20:33:46.168334 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00218 sec., 44036.69724770642 rows/sec., 3.44 MiB/sec. | ||
| 3532 | 2024.11.22 20:33:46.168342 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3533 | 2024.11.22 20:33:46.168517 [ 5 ] {2cde4b23-4a26-4589-82f9-47f6da6cf95a} <Debug> TCPHandler: Processed in 0.002711697 sec. | ||
| 3534 | 2024.11.22 20:33:46.168609 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 3535 | 2024.11.22 20:33:46.168741 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3536 | 2024.11.22 20:33:46.168820 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3537 | 2024.11.22 20:33:46.168890 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 898 rows starting from the beginning of the part | ||
| 3538 | 2024.11.22 20:33:46.168988 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3539 | 2024.11.22 20:33:46.169158 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 856 rows starting from the beginning of the part | ||
| 3540 | 2024.11.22 20:33:46.169224 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3541 | 2024.11.22 20:33:46.169466 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3542 | 2024.11.22 20:33:46.169803 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 96 rows starting from the beginning of the part | ||
| 3543 | 2024.11.22 20:33:46.170199 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 390 rows starting from the beginning of the part | ||
| 3544 | 2024.11.22 20:33:46.170604 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 96 rows starting from the beginning of the part | ||
| 3545 | 2024.11.22 20:33:46.171757 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3546 | 2024.11.22 20:33:46.171818 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3547 | 2024.11.22 20:33:46.172887 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3548 | 2024.11.22 20:33:46.173224 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3549 | 2024.11.22 20:33:46.173682 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004749 sec., 33691.30343230154 rows/sec., 2.35 MiB/sec. | ||
| 3550 | 2024.11.22 20:33:46.173835 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.00533538 sec., 449827.37874340726 rows/sec., 34.48 MiB/sec. | ||
| 3551 | 2024.11.22 20:33:46.173844 [ 255 ] {195244d6-ac41-4a07-87a0-c57c018d3286} <Debug> TCPHandler: Processed in 0.005190067 sec. | ||
| 3552 | 2024.11.22 20:33:46.174131 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3553 | 2024.11.22 20:33:46.174194 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3554 | 2024.11.22 20:33:46.174391 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3555 | 2024.11.22 20:33:46.174510 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <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 | ||
| 3556 | 2024.11.22 20:33:46.174695 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2024.11.22 20:33:46.174837 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_21_4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3558 | 2024.11.22 20:33:46.174968 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3559 | 2024.11.22 20:33:46.175892 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2024.11.22 20:33:46.175930 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3561 | 2024.11.22 20:33:46.176583 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3562 | 2024.11.22 20:33:46.176835 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2024.11.22 20:33:46.177080 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002748 sec., 11644.832605531295 rows/sec., 20.87 MiB/sec. | ||
| 3564 | 2024.11.22 20:33:46.177173 [ 5 ] {6db44c16-ecd6-4064-bde9-15a05227873b} <Debug> TCPHandler: Processed in 0.003156537 sec. | ||
| 3565 | 2024.11.22 20:33:46.177325 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3566 | 2024.11.22 20:33:46.177464 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3567 | 2024.11.22 20:33:46.177524 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3568 | 2024.11.22 20:33:46.178113 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2024.11.22 20:33:46.178160 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3570 | 2024.11.22 20:33:46.178566 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3571 | 2024.11.22 20:33:46.178803 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2024.11.22 20:33:46.179079 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 3573 | 2024.11.22 20:33:46.179279 [ 255 ] {6461fa42-1e6b-43e5-babe-320fdf97f31b} <Debug> TCPHandler: Processed in 0.0020157 sec. | ||
| 3574 | 2024.11.22 20:33:48.173065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3575 | 2024.11.22 20:33:48.173725 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2024.11.22 20:33:48.173764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3577 | 2024.11.22 20:33:48.174303 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3578 | 2024.11.22 20:33:48.174563 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2024.11.22 20:33:48.174758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3580 | 2024.11.22 20:33:48.614159 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3581 | 2024.11.22 20:33:48.635017 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2024.11.22 20:33:48.635062 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3583 | 2024.11.22 20:33:48.642598 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3584 | 2024.11.22 20:33:48.643380 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2024.11.22 20:33:48.646572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3586 | 2024.11.22 20:33:51.160238 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3587 | 2024.11.22 20:33:51.160439 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3588 | 2024.11.22 20:33:51.160518 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3589 | 2024.11.22 20:33:51.161263 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.11.22 20:33:51.161312 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3591 | 2024.11.22 20:33:51.161754 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3592 | 2024.11.22 20:33:51.162007 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.11.22 20:33:51.162206 [ 139 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3594 | 2024.11.22 20:33:51.162282 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 3595 | 2024.11.22 20:33:51.162321 [ 139 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2024.11.22 20:33:51.162410 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3597 | 2024.11.22 20:33:51.162418 [ 5 ] {bf148821-45f3-4eeb-b89a-d87b8059168b} <Debug> TCPHandler: Processed in 0.002313947 sec. | ||
| 3598 | 2024.11.22 20:33:51.162743 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 3599 | 2024.11.22 20:33:51.162776 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3600 | 2024.11.22 20:33:51.163005 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3601 | 2024.11.22 20:33:51.163069 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3602 | 2024.11.22 20:33:51.163076 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3603 | 2024.11.22 20:33:51.163195 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3604 | 2024.11.22 20:33:51.163383 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3605 | 2024.11.22 20:33:51.163760 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 3606 | 2024.11.22 20:33:51.164045 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3607 | 2024.11.22 20:33:51.164416 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3608 | 2024.11.22 20:33:51.166281 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3609 | 2024.11.22 20:33:51.166375 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3610 | 2024.11.22 20:33:51.166991 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004441098 sec., 15761.867898434126 rows/sec., 1.17 MiB/sec. | ||
| 3611 | 2024.11.22 20:33:51.167253 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3612 | 2024.11.22 20:33:51.167433 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3613 | 2024.11.22 20:33:51.167732 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.11.22 20:33:51.167904 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_9_2} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3615 | 2024.11.22 20:33:51.167941 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2024.11.22 20:33:51.168071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3617 | 2024.11.22 20:33:51.168328 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005362 sec., 40842.969041402466 rows/sec., 3.56 MiB/sec. | ||
| 3618 | 2024.11.22 20:33:51.168410 [ 255 ] {7182a1aa-c46f-47fd-9461-f4dd3adfa130} <Debug> TCPHandler: Processed in 0.005837433 sec. | ||
| 3619 | 2024.11.22 20:33:51.168574 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2024.11.22 20:33:51.168719 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3621 | 2024.11.22 20:33:51.168781 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3622 | 2024.11.22 20:33:51.169477 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2024.11.22 20:33:51.169523 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3624 | 2024.11.22 20:33:51.169896 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3625 | 2024.11.22 20:33:51.170133 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2024.11.22 20:33:51.170336 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001652 sec., 9079.903147699757 rows/sec., 640.20 KiB/sec. | ||
| 3627 | 2024.11.22 20:33:51.170392 [ 5 ] {71a15669-af0f-4c70-8bd6-926a6f0c6a07} <Debug> TCPHandler: Processed in 0.001885735 sec. | ||
| 3628 | 2024.11.22 20:33:51.170534 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2024.11.22 20:33:51.170679 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3630 | 2024.11.22 20:33:51.170741 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3631 | 2024.11.22 20:33:51.171485 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2024.11.22 20:33:51.171621 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3633 | 2024.11.22 20:33:51.172060 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3634 | 2024.11.22 20:33:51.172367 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2024.11.22 20:33:51.172565 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001922 sec., 7284.0790842872 rows/sec., 510.13 KiB/sec. | ||
| 3636 | 2024.11.22 20:33:51.172622 [ 255 ] {62f37606-8a95-4aae-82f4-589a7ce9fba5} <Debug> TCPHandler: Processed in 0.002153373 sec. | ||
| 3637 | 2024.11.22 20:33:51.172775 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2024.11.22 20:33:51.172913 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3639 | 2024.11.22 20:33:51.172970 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3640 | 2024.11.22 20:33:51.173668 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2024.11.22 20:33:51.173708 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3642 | 2024.11.22 20:33:51.174057 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3643 | 2024.11.22 20:33:51.174290 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2024.11.22 20:33:51.174455 [ 140 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3645 | 2024.11.22 20:33:51.174520 [ 140 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3646 | 2024.11.22 20:33:51.174535 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 3647 | 2024.11.22 20:33:51.174566 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3648 | 2024.11.22 20:33:51.174682 [ 5 ] {a3c147b2-7a32-4891-aded-cf4f6ce0ccb1} <Debug> TCPHandler: Processed in 0.001970288 sec. | ||
| 3649 | 2024.11.22 20:33:51.174766 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 3650 | 2024.11.22 20:33:51.174874 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3651 | 2024.11.22 20:33:51.174942 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3652 | 2024.11.22 20:33:51.174976 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3653 | 2024.11.22 20:33:51.175162 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3654 | 2024.11.22 20:33:51.175268 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3655 | 2024.11.22 20:33:51.175319 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3656 | 2024.11.22 20:33:51.175664 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3657 | 2024.11.22 20:33:51.175979 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3658 | 2024.11.22 20:33:51.176380 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3659 | 2024.11.22 20:33:51.178099 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2024.11.22 20:33:51.178175 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3661 | 2024.11.22 20:33:51.178637 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003942147 sec., 16488.47696445617 rows/sec., 1.07 MiB/sec. | ||
| 3662 | 2024.11.22 20:33:51.178882 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3663 | 2024.11.22 20:33:51.179028 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3664 | 2024.11.22 20:33:51.179415 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.11.22 20:33:51.179435 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3666 | 2024.11.22 20:33:51.179618 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_9_2} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3667 | 2024.11.22 20:33:51.179895 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3668 | 2024.11.22 20:33:51.179960 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004888 sec., 79787.23404255319 rows/sec., 5.66 MiB/sec. | ||
| 3669 | 2024.11.22 20:33:51.180237 [ 255 ] {bbc8b130-cf6a-4e01-bbd7-fe5e842a2318} <Debug> TCPHandler: Processed in 0.005442573 sec. | ||
| 3670 | 2024.11.22 20:33:51.180532 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2024.11.22 20:33:51.180666 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3672 | 2024.11.22 20:33:51.180717 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3673 | 2024.11.22 20:33:51.181202 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2024.11.22 20:33:51.181248 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3675 | 2024.11.22 20:33:51.181647 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3676 | 2024.11.22 20:33:51.181907 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3677 | 2024.11.22 20:33:51.182207 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 3678 | 2024.11.22 20:33:51.182326 [ 5 ] {f5f16fa4-f546-48f2-90d3-98bc52a7b71d} <Debug> TCPHandler: Processed in 0.001967008 sec. | ||
| 3679 | 2024.11.22 20:33:51.182467 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3680 | 2024.11.22 20:33:51.182583 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3681 | 2024.11.22 20:33:51.182636 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3682 | 2024.11.22 20:33:51.183235 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3683 | 2024.11.22 20:33:51.183276 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3684 | 2024.11.22 20:33:51.183682 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3685 | 2024.11.22 20:33:51.183923 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3686 | 2024.11.22 20:33:51.184107 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001549 sec., 153001.93673337638 rows/sec., 10.26 MiB/sec. | ||
| 3687 | 2024.11.22 20:33:51.184159 [ 255 ] {b8ba3032-46be-45a7-ba18-0a8086be38d9} <Debug> TCPHandler: Processed in 0.001750133 sec. | ||
| 3688 | 2024.11.22 20:33:51.184291 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3689 | 2024.11.22 20:33:51.184410 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3690 | 2024.11.22 20:33:51.184464 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3691 | 2024.11.22 20:33:51.184943 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2024.11.22 20:33:51.184984 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3693 | 2024.11.22 20:33:51.185356 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3694 | 2024.11.22 20:33:51.185595 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2024.11.22 20:33:51.185753 [ 140 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3696 | 2024.11.22 20:33:51.185816 [ 140 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2024.11.22 20:33:51.185850 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 3698 | 2024.11.22 20:33:51.185857 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3699 | 2024.11.22 20:33:51.185984 [ 5 ] {ef230060-e097-430a-b2cf-201654ea5004} <Debug> TCPHandler: Processed in 0.001743263 sec. | ||
| 3700 | 2024.11.22 20:33:51.186392 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3701 | 2024.11.22 20:33:51.186420 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3702 | 2024.11.22 20:33:51.186694 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3703 | 2024.11.22 20:33:51.186705 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3704 | 2024.11.22 20:33:51.186792 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3705 | 2024.11.22 20:33:51.186851 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3706 | 2024.11.22 20:33:51.187105 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3707 | 2024.11.22 20:33:51.187432 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3708 | 2024.11.22 20:33:51.187750 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3709 | 2024.11.22 20:33:51.188119 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3710 | 2024.11.22 20:33:51.188433 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3711 | 2024.11.22 20:33:51.192237 [ 195 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006226382 sec., 1606.0691425614425 rows/sec., 107.59 KiB/sec. | ||
| 3712 | 2024.11.22 20:33:51.192538 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2024.11.22 20:33:51.192538 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3714 | 2024.11.22 20:33:51.192594 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3715 | 2024.11.22 20:33:51.193188 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2024.11.22 20:33:51.193354 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_10_2} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3717 | 2024.11.22 20:33:51.193537 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3718 | 2024.11.22 20:33:51.193818 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3719 | 2024.11.22 20:33:51.194079 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2024.11.22 20:33:51.194351 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007754 sec., 1031.725561000774 rows/sec., 1.85 MiB/sec. | ||
| 3721 | 2024.11.22 20:33:51.194697 [ 255 ] {5ec2ea3d-18d2-48c4-ac5e-d209c6a3a20c} <Debug> TCPHandler: Processed in 0.00859507 sec. | ||
| 3722 | 2024.11.22 20:33:51.194902 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3723 | 2024.11.22 20:33:51.195126 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3724 | 2024.11.22 20:33:51.195220 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3725 | 2024.11.22 20:33:51.195861 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.11.22 20:33:51.195902 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3727 | 2024.11.22 20:33:51.196287 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3728 | 2024.11.22 20:33:51.196530 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.11.22 20:33:51.196770 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001697 sec., 48320.56570418386 rows/sec., 3.07 MiB/sec. | ||
| 3730 | 2024.11.22 20:33:51.196879 [ 5 ] {f0919b9b-2eb8-4626-988d-378bf79cf299} <Debug> TCPHandler: Processed in 0.002085391 sec. | ||
| 3731 | 2024.11.22 20:33:55.575012 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3732 | 2024.11.22 20:33:55.575115 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3733 | 2024.11.22 20:33:55.675825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3734 | 2024.11.22 20:33:55.676466 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2024.11.22 20:33:55.676516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3736 | 2024.11.22 20:33:55.677041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3737 | 2024.11.22 20:33:55.677307 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2024.11.22 20:33:55.677552 [ 134 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3739 | 2024.11.22 20:33:55.677566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3740 | 2024.11.22 20:33:55.677652 [ 134 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2024.11.22 20:33:55.677688 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3742 | 2024.11.22 20:33:55.677841 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 3743 | 2024.11.22 20:33:55.678016 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3744 | 2024.11.22 20:33:55.678066 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3745 | 2024.11.22 20:33:55.678160 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3746 | 2024.11.22 20:33:55.678356 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3747 | 2024.11.22 20:33:55.678644 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3748 | 2024.11.22 20:33:55.678783 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3749 | 2024.11.22 20:33:55.678985 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3750 | 2024.11.22 20:33:55.680903 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003132877 sec., 2355981.4189960216 rows/sec., 33.70 MiB/sec. | ||
| 3751 | 2024.11.22 20:33:55.681854 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3752 | 2024.11.22 20:33:55.682191 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.11.22 20:33:55.682286 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_16_3} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3754 | 2024.11.22 20:33:55.682401 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3755 | 2024.11.22 20:33:55.694977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 530 | ||
| 3756 | 2024.11.22 20:33:55.697888 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2024.11.22 20:33:55.697932 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3758 | 2024.11.22 20:33:55.699374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3759 | 2024.11.22 20:33:55.699674 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2024.11.22 20:33:55.699874 [ 134 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3761 | 2024.11.22 20:33:55.699977 [ 134 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3762 | 2024.11.22 20:33:55.700051 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3763 | 2024.11.22 20:33:55.700482 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3764 | 2024.11.22 20:33:55.701062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 530 | ||
| 3765 | 2024.11.22 20:33:55.701659 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3766 | 2024.11.22 20:33:55.701853 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 3767 | 2024.11.22 20:33:55.702388 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 3768 | 2024.11.22 20:33:55.702897 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
| 3769 | 2024.11.22 20:33:55.703396 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part | ||
| 3770 | 2024.11.22 20:33:55.703878 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3771 | 2024.11.22 20:33:55.704340 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3772 | 2024.11.22 20:33:55.711976 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 72 columns (72 merged, 0 gathered) in 0.011787138 sec., 44964.26528645036 rows/sec., 41.09 MiB/sec. | ||
| 3773 | 2024.11.22 20:33:55.712889 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3774 | 2024.11.22 20:33:55.713552 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2024.11.22 20:33:55.713631 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_11_2} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3776 | 2024.11.22 20:33:55.713821 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3777 | 2024.11.22 20:33:56.001332 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000965254 sec. | ||
| 3778 | 2024.11.22 20:33:56.147590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3779 | 2024.11.22 20:33:56.157393 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2024.11.22 20:33:56.157786 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3781 | 2024.11.22 20:33:56.157967 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3782 | 2024.11.22 20:33:56.161447 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2024.11.22 20:33:56.161534 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3784 | 2024.11.22 20:33:56.163006 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3785 | 2024.11.22 20:33:56.163744 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.11.22 20:33:56.164460 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Debug> executeQuery: Read 120 rows, 10.39 KiB in 0.006795 sec., 17660.044150110374 rows/sec., 1.49 MiB/sec. | ||
| 3787 | 2024.11.22 20:33:56.164798 [ 5 ] {cf2de8e0-ce4a-4aee-b347-22e3af341545} <Debug> TCPHandler: Processed in 0.007581745 sec. | ||
| 3788 | 2024.11.22 20:33:56.165118 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2024.11.22 20:33:56.165367 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3790 | 2024.11.22 20:33:56.165462 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3791 | 2024.11.22 20:33:56.167022 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2024.11.22 20:33:56.167146 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3793 | 2024.11.22 20:33:56.169044 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3794 | 2024.11.22 20:33:56.170291 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2024.11.22 20:33:56.171365 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.006011 sec., 5323.5734486774245 rows/sec., 400.31 KiB/sec. | ||
| 3796 | 2024.11.22 20:33:56.171861 [ 255 ] {794221d4-a095-49ca-9d09-62bf6e892467} <Debug> TCPHandler: Processed in 0.006934219 sec. | ||
| 3797 | 2024.11.22 20:33:56.172167 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3798 | 2024.11.22 20:33:56.172557 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3799 | 2024.11.22 20:33:56.172734 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3800 | 2024.11.22 20:33:56.178397 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2024.11.22 20:33:56.178527 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3802 | 2024.11.22 20:33:56.180303 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3803 | 2024.11.22 20:33:56.181251 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2024.11.22 20:33:56.181749 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.009304 sec., 10318.142734307825 rows/sec., 825.21 KiB/sec. | ||
| 3805 | 2024.11.22 20:33:56.182069 [ 5 ] {609543b0-ff6f-45e3-ac2a-9bff96406cff} <Debug> TCPHandler: Processed in 0.010074806 sec. | ||
| 3806 | 2024.11.22 20:33:56.182382 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3807 | 2024.11.22 20:33:56.183133 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3808 | 2024.11.22 20:33:56.183469 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3809 | 2024.11.22 20:33:56.185843 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3810 | 2024.11.22 20:33:56.185924 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3811 | 2024.11.22 20:33:56.187446 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3812 | 2024.11.22 20:33:56.188036 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3813 | 2024.11.22 20:33:56.188365 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3814 | 2024.11.22 20:33:56.188484 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2024.11.22 20:33:56.188559 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3816 | 2024.11.22 20:33:56.188796 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005985 sec., 26733.500417710944 rows/sec., 1.86 MiB/sec. | ||
| 3817 | 2024.11.22 20:33:56.189177 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 3818 | 2024.11.22 20:33:56.189850 [ 255 ] {e287d8ef-19da-40ef-bee6-87e0ec4727fb} <Debug> TCPHandler: Processed in 0.007618286 sec. | ||
| 3819 | 2024.11.22 20:33:56.189868 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3820 | 2024.11.22 20:33:56.189968 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5290 rows starting from the beginning of the part | ||
| 3821 | 2024.11.22 20:33:56.190105 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3822 | 2024.11.22 20:33:56.190236 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3823 | 2024.11.22 20:33:56.190592 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3824 | 2024.11.22 20:33:56.190647 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 3825 | 2024.11.22 20:33:56.190977 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <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 | ||
| 3826 | 2024.11.22 20:33:56.191018 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3827 | 2024.11.22 20:33:56.191434 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3828 | 2024.11.22 20:33:56.191824 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3829 | 2024.11.22 20:33:56.199719 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2024.11.22 20:33:56.199835 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3831 | 2024.11.22 20:33:56.199839 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6244 rows, containing 5 columns (5 merged, 0 gathered) in 0.011116541 sec., 561685.509908163 rows/sec., 37.88 MiB/sec. | ||
| 3832 | 2024.11.22 20:33:56.200457 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3833 | 2024.11.22 20:33:56.201634 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2024.11.22 20:33:56.201962 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3835 | 2024.11.22 20:33:56.202244 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 3836 | 2024.11.22 20:33:56.204071 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3837 | 2024.11.22 20:33:56.205014 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2024.11.22 20:33:56.206242 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.015794 sec., 2026.0858553881221 rows/sec., 3.63 MiB/sec. | ||
| 3839 | 2024.11.22 20:33:56.207221 [ 5 ] {114f5472-7459-498b-95fb-939d4951479b} <Debug> TCPHandler: Processed in 0.017232091 sec. | ||
| 3840 | 2024.11.22 20:33:56.207676 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2024.11.22 20:33:56.208091 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3842 | 2024.11.22 20:33:56.208291 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3843 | 2024.11.22 20:33:56.210843 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2024.11.22 20:33:56.210968 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3845 | 2024.11.22 20:33:56.212514 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3846 | 2024.11.22 20:33:56.213356 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2024.11.22 20:33:56.214136 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006126 sec., 9794.31929480901 rows/sec., 675.91 KiB/sec. | ||
| 3848 | 2024.11.22 20:33:56.214582 [ 255 ] {a5c0bfea-5858-44c1-a82b-8b6e74b44ddd} <Debug> TCPHandler: Processed in 0.007248097 sec. | ||
| 3849 | 2024.11.22 20:33:56.214675 [ 133 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3850 | 2024.11.22 20:33:56.214793 [ 133 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2024.11.22 20:33:56.214867 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3852 | 2024.11.22 20:33:56.215517 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 3853 | 2024.11.22 20:33:56.216004 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3854 | 2024.11.22 20:33:56.216103 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 874 rows starting from the beginning of the part | ||
| 3855 | 2024.11.22 20:33:56.216471 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3856 | 2024.11.22 20:33:56.216810 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3857 | 2024.11.22 20:33:56.217178 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3858 | 2024.11.22 20:33:56.217536 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3859 | 2024.11.22 20:33:56.217894 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3860 | 2024.11.22 20:33:56.219168 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2024.11.22 20:33:56.219237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3862 | 2024.11.22 20:33:56.222429 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1218 rows, containing 4 columns (4 merged, 0 gathered) in 0.00737622 sec., 165125.22674215247 rows/sec., 10.79 MiB/sec. | ||
| 3863 | 2024.11.22 20:33:56.222691 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3864 | 2024.11.22 20:33:56.223351 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2024.11.22 20:33:56.223566 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_21_4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3866 | 2024.11.22 20:33:56.223762 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3867 | 2024.11.22 20:33:56.230891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3868 | 2024.11.22 20:33:56.232006 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2024.11.22 20:33:56.232426 [ 131 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3870 | 2024.11.22 20:33:56.232607 [ 131 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2024.11.22 20:33:56.232697 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3872 | 2024.11.22 20:33:56.233149 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3873 | 2024.11.22 20:33:56.244148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3874 | 2024.11.22 20:33:56.244937 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3875 | 2024.11.22 20:33:56.245894 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3876 | 2024.11.22 20:33:56.250569 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3877 | 2024.11.22 20:33:56.255019 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3878 | 2024.11.22 20:33:56.259836 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3879 | 2024.11.22 20:33:56.264961 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3880 | 2024.11.22 20:33:56.269248 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 3881 | 2024.11.22 20:33:56.326166 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.09334311 sec., 1296.2927847593678 rows/sec., 6.70 MiB/sec. | ||
| 3882 | 2024.11.22 20:33:56.328942 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3883 | 2024.11.22 20:33:56.332034 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_16_3} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2024.11.22 20:33:56.332157 [ 191 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_16_3} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3885 | 2024.11.22 20:33:56.334633 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3886 | 2024.11.22 20:33:57.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.73 MiB, peak 186.68 MiB, free memory in arenas 0.00 B, will set to 178.61 MiB (RSS), difference: 1.89 MiB | ||
| 3887 | 2024.11.22 20:33:59.466636 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3888 | 2024.11.22 20:33:59.466874 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3889 | 2024.11.22 20:33:59.466951 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3890 | 2024.11.22 20:33:59.467756 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.11.22 20:33:59.467808 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3892 | 2024.11.22 20:33:59.468268 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3893 | 2024.11.22 20:33:59.468535 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2024.11.22 20:33:59.468763 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 3895 | 2024.11.22 20:33:59.468876 [ 5 ] {5e9e441a-a865-438d-8a08-7107560731f1} <Debug> TCPHandler: Processed in 0.002388788 sec. | ||
| 3896 | 2024.11.22 20:33:59.469239 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2024.11.22 20:33:59.469471 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3898 | 2024.11.22 20:33:59.469561 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3899 | 2024.11.22 20:33:59.470474 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.11.22 20:33:59.470525 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3901 | 2024.11.22 20:33:59.471096 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3902 | 2024.11.22 20:33:59.471420 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.11.22 20:33:59.471682 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002274 sec., 879.5074758135444 rows/sec., 71.72 KiB/sec. | ||
| 3904 | 2024.11.22 20:33:59.471766 [ 255 ] {c956c748-d7d7-4931-a113-5b4d2e0db5d7} <Debug> TCPHandler: Processed in 0.002752028 sec. | ||
| 3905 | 2024.11.22 20:33:59.471973 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3906 | 2024.11.22 20:33:59.472103 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3907 | 2024.11.22 20:33:59.472156 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3908 | 2024.11.22 20:33:59.473502 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2024.11.22 20:33:59.473558 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3910 | 2024.11.22 20:33:59.474062 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3911 | 2024.11.22 20:33:59.474329 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3912 | 2024.11.22 20:33:59.474614 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.002529 sec., 537761.9612495058 rows/sec., 44.69 MiB/sec. | ||
| 3913 | 2024.11.22 20:33:59.474854 [ 5 ] {c17018e2-c5db-4c9b-bbd5-44de542bfa8f} <Debug> TCPHandler: Processed in 0.002945832 sec. | ||
| 3914 | 2024.11.22 20:33:59.475075 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3915 | 2024.11.22 20:33:59.475226 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3916 | 2024.11.22 20:33:59.475292 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3917 | 2024.11.22 20:33:59.476005 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3918 | 2024.11.22 20:33:59.476048 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3919 | 2024.11.22 20:33:59.476582 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3920 | 2024.11.22 20:33:59.476917 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2024.11.22 20:33:59.477053 [ 128 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3922 | 2024.11.22 20:33:59.477098 [ 128 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2024.11.22 20:33:59.477122 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3924 | 2024.11.22 20:33:59.477129 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001947 sec., 8731.381612737545 rows/sec., 614.93 KiB/sec. | ||
| 3925 | 2024.11.22 20:33:59.477237 [ 255 ] {f3be0a09-01e0-424d-b485-e68bb0f51421} <Debug> TCPHandler: Processed in 0.002223384 sec. | ||
| 3926 | 2024.11.22 20:33:59.477292 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 3927 | 2024.11.22 20:33:59.477451 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3928 | 2024.11.22 20:33:59.477460 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.11.22 20:33:59.477514 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 59 rows starting from the beginning of the part | ||
| 3930 | 2024.11.22 20:33:59.477792 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3931 | 2024.11.22 20:33:59.477844 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part | ||
| 3932 | 2024.11.22 20:33:59.477940 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3933 | 2024.11.22 20:33:59.478263 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 3934 | 2024.11.22 20:33:59.478646 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part | ||
| 3935 | 2024.11.22 20:33:59.479026 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 3936 | 2024.11.22 20:33:59.479416 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part | ||
| 3937 | 2024.11.22 20:33:59.480990 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2024.11.22 20:33:59.481061 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3939 | 2024.11.22 20:33:59.482304 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3940 | 2024.11.22 20:33:59.482733 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005545305 sec., 30656.5644270243 rows/sec., 2.31 MiB/sec. | ||
| 3941 | 2024.11.22 20:33:59.482889 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.11.22 20:33:59.482990 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3943 | 2024.11.22 20:33:59.483123 [ 128 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3944 | 2024.11.22 20:33:59.483220 [ 128 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2024.11.22 20:33:59.483291 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3946 | 2024.11.22 20:33:59.483446 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005787 sec., 41817.867634352864 rows/sec., 2.83 MiB/sec. | ||
| 3947 | 2024.11.22 20:33:59.483774 [ 5 ] {077d8739-1a0e-4faa-b3f8-2132eefba00b} <Debug> TCPHandler: Processed in 0.006410277 sec. | ||
| 3948 | 2024.11.22 20:33:59.483790 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::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 | ||
| 3949 | 2024.11.22 20:33:59.484012 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2024.11.22 20:33:59.484041 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3951 | 2024.11.22 20:33:59.484335 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_21_4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3952 | 2024.11.22 20:33:59.484346 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3953 | 2024.11.22 20:33:59.484383 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3954 | 2024.11.22 20:33:59.484480 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3955 | 2024.11.22 20:33:59.484519 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3956 | 2024.11.22 20:33:59.484570 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3957 | 2024.11.22 20:33:59.484915 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3958 | 2024.11.22 20:33:59.485262 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part | ||
| 3959 | 2024.11.22 20:33:59.485572 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3960 | 2024.11.22 20:33:59.485904 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3961 | 2024.11.22 20:33:59.486210 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
| 3962 | 2024.11.22 20:33:59.487574 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2024.11.22 20:33:59.487654 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3964 | 2024.11.22 20:33:59.488865 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3965 | 2024.11.22 20:33:59.489265 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005824513 sec., 132028.20561993768 rows/sec., 9.45 MiB/sec. | ||
| 3966 | 2024.11.22 20:33:59.489386 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2024.11.22 20:33:59.489482 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3968 | 2024.11.22 20:33:59.489661 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005416 sec., 2400.295420974889 rows/sec., 149.66 KiB/sec. | ||
| 3969 | 2024.11.22 20:33:59.489754 [ 255 ] {a845a11f-0412-4c7e-9208-4a74a8df607c} <Debug> TCPHandler: Processed in 0.005843383 sec. | ||
| 3970 | 2024.11.22 20:33:59.489958 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2024.11.22 20:33:59.489975 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3972 | 2024.11.22 20:33:59.490156 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3973 | 2024.11.22 20:33:59.490171 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_11_2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3974 | 2024.11.22 20:33:59.490232 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3975 | 2024.11.22 20:33:59.490386 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3976 | 2024.11.22 20:33:59.491332 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2024.11.22 20:33:59.491382 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3978 | 2024.11.22 20:33:59.491928 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3979 | 2024.11.22 20:33:59.492263 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.11.22 20:33:59.492532 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002422 sec., 350123.8645747316 rows/sec., 25.31 MiB/sec. | ||
| 3981 | 2024.11.22 20:33:59.492606 [ 5 ] {200a588c-906e-4fe7-bf47-518fce4445b9} <Debug> TCPHandler: Processed in 0.002742167 sec. | ||
| 3982 | 2024.11.22 20:33:59.492784 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2024.11.22 20:33:59.492911 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3984 | 2024.11.22 20:33:59.492968 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3985 | 2024.11.22 20:33:59.493511 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2024.11.22 20:33:59.493551 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3987 | 2024.11.22 20:33:59.493982 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3988 | 2024.11.22 20:33:59.494233 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2024.11.22 20:33:59.494424 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec. | ||
| 3990 | 2024.11.22 20:33:59.494481 [ 255 ] {5d60dff9-8640-48c7-87eb-4b978b611ef1} <Debug> TCPHandler: Processed in 0.001761843 sec. | ||
| 3991 | 2024.11.22 20:33:59.494648 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2024.11.22 20:33:59.494791 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3993 | 2024.11.22 20:33:59.494862 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3994 | 2024.11.22 20:33:59.495656 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2024.11.22 20:33:59.495695 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3996 | 2024.11.22 20:33:59.496168 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3997 | 2024.11.22 20:33:59.496435 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2024.11.22 20:33:59.496675 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001911 sec., 484563.05599162745 rows/sec., 32.33 MiB/sec. | ||
| 3999 | 2024.11.22 20:33:59.496786 [ 5 ] {1c29b27c-8525-44ce-83a0-aafb83996645} <Debug> TCPHandler: Processed in 0.002192084 sec. | ||
| 4000 | 2024.11.22 20:33:59.496994 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2024.11.22 20:33:59.497121 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4002 | 2024.11.22 20:33:59.497179 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4003 | 2024.11.22 20:33:59.497688 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2024.11.22 20:33:59.497725 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4005 | 2024.11.22 20:33:59.498117 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4006 | 2024.11.22 20:33:59.498357 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4007 | 2024.11.22 20:33:59.498573 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 4008 | 2024.11.22 20:33:59.498627 [ 255 ] {8beeea0b-4188-4272-9b28-675794bdb967} <Debug> TCPHandler: Processed in 0.001727833 sec. | ||
| 4009 | 2024.11.22 20:33:59.498838 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4010 | 2024.11.22 20:33:59.498959 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4011 | 2024.11.22 20:33:59.499039 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <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 | ||
| 4012 | 2024.11.22 20:33:59.500170 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4013 | 2024.11.22 20:33:59.500210 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4014 | 2024.11.22 20:33:59.500835 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4015 | 2024.11.22 20:33:59.501099 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4016 | 2024.11.22 20:33:59.501284 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4017 | 2024.11.22 20:33:59.501361 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2024.11.22 20:33:59.501366 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002421 sec., 3304.419661296985 rows/sec., 5.92 MiB/sec. | ||
| 4019 | 2024.11.22 20:33:59.501400 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4020 | 2024.11.22 20:33:59.501901 [ 5 ] {5b532a9a-3375-4528-882e-7d582c6b55ca} <Debug> TCPHandler: Processed in 0.003113566 sec. | ||
| 4021 | 2024.11.22 20:33:59.501956 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4022 | 2024.11.22 20:33:59.502182 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2024.11.22 20:33:59.502548 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4024 | 2024.11.22 20:33:59.502665 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4025 | 2024.11.22 20:33:59.503022 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4026 | 2024.11.22 20:33:59.503156 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 284 rows starting from the beginning of the part | ||
| 4027 | 2024.11.22 20:33:59.503797 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4028 | 2024.11.22 20:33:59.503863 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4029 | 2024.11.22 20:33:59.503912 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4030 | 2024.11.22 20:33:59.504368 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 4031 | 2024.11.22 20:33:59.504966 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4032 | 2024.11.22 20:33:59.504999 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4033 | 2024.11.22 20:33:59.505468 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 4034 | 2024.11.22 20:33:59.505525 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.11.22 20:33:59.506253 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003812 sec., 18363.064008394544 rows/sec., 1.15 MiB/sec. | ||
| 4036 | 2024.11.22 20:33:59.506421 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4037 | 2024.11.22 20:33:59.506445 [ 255 ] {b05a8120-9ba4-4ed9-b528-2fdde4bd2be0} <Debug> TCPHandler: Processed in 0.004414067 sec. | ||
| 4038 | 2024.11.22 20:33:59.510504 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 19 columns (19 merged, 0 gathered) in 0.008935488 sec., 41631.74971529255 rows/sec., 74.60 MiB/sec. | ||
| 4039 | 2024.11.22 20:33:59.511167 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4040 | 2024.11.22 20:33:59.511573 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4041 | 2024.11.22 20:33:59.511654 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4042 | 2024.11.22 20:33:59.511768 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 4043 | 2024.11.22 20:34:01.149444 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4044 | 2024.11.22 20:34:01.149628 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4045 | 2024.11.22 20:34:01.149699 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4046 | 2024.11.22 20:34:01.150478 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4047 | 2024.11.22 20:34:01.150524 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4048 | 2024.11.22 20:34:01.150951 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4049 | 2024.11.22 20:34:01.151204 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4050 | 2024.11.22 20:34:01.151445 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.30 MiB/sec. | ||
| 4051 | 2024.11.22 20:34:01.151573 [ 5 ] {247b1595-4da5-42e8-a41d-5acc257a340d} <Debug> TCPHandler: Processed in 0.002250245 sec. | ||
| 4052 | 2024.11.22 20:34:01.151850 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4053 | 2024.11.22 20:34:01.152048 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4054 | 2024.11.22 20:34:01.152123 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4055 | 2024.11.22 20:34:01.152936 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4056 | 2024.11.22 20:34:01.152989 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4057 | 2024.11.22 20:34:01.153432 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4058 | 2024.11.22 20:34:01.153681 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2024.11.22 20:34:01.153931 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 4060 | 2024.11.22 20:34:01.153989 [ 255 ] {c84371f7-011c-4044-b7b9-c979eb22cd4f} <Debug> TCPHandler: Processed in 0.002276175 sec. | ||
| 4061 | 2024.11.22 20:34:01.154151 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2024.11.22 20:34:01.154299 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4063 | 2024.11.22 20:34:01.154367 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4064 | 2024.11.22 20:34:01.154978 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4065 | 2024.11.22 20:34:01.155019 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4066 | 2024.11.22 20:34:01.155407 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4067 | 2024.11.22 20:34:01.155653 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4068 | 2024.11.22 20:34:01.155871 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001608 sec., 19900.49751243781 rows/sec., 1.39 MiB/sec. | ||
| 4069 | 2024.11.22 20:34:01.155929 [ 5 ] {d8f4bbf6-d244-4fd5-bd6b-222cbe9a9b7a} <Debug> TCPHandler: Processed in 0.001847575 sec. | ||
| 4070 | 2024.11.22 20:34:01.156085 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2024.11.22 20:34:01.156204 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4072 | 2024.11.22 20:34:01.156258 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4073 | 2024.11.22 20:34:01.156759 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4074 | 2024.11.22 20:34:01.156800 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4075 | 2024.11.22 20:34:01.157186 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4076 | 2024.11.22 20:34:01.157424 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2024.11.22 20:34:01.157668 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001488 sec., 8064.5161290322585 rows/sec., 556.54 KiB/sec. | ||
| 4078 | 2024.11.22 20:34:01.157855 [ 255 ] {37ed14ec-d08b-44cb-9fdc-e219efd0441d} <Debug> TCPHandler: Processed in 0.001823945 sec. | ||
| 4079 | 2024.11.22 20:34:03.178689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 4080 | 2024.11.22 20:34:03.179393 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2024.11.22 20:34:03.179449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4082 | 2024.11.22 20:34:03.180007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4083 | 2024.11.22 20:34:03.180266 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2024.11.22 20:34:03.180559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 4085 | 2024.11.22 20:34:03.745185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 4086 | 2024.11.22 20:34:03.764122 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2024.11.22 20:34:03.764182 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4088 | 2024.11.22 20:34:03.771546 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4089 | 2024.11.22 20:34:03.772295 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2024.11.22 20:34:03.775754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 4091 | 2024.11.22 20:34:05.702185 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 574 | ||
| 4092 | 2024.11.22 20:34:05.705445 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2024.11.22 20:34:05.705495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4094 | 2024.11.22 20:34:05.706983 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4095 | 2024.11.22 20:34:05.707303 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.11.22 20:34:05.708177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574 | ||
| 4097 | 2024.11.22 20:34:06.157896 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2024.11.22 20:34:06.158195 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4099 | 2024.11.22 20:34:06.158309 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4100 | 2024.11.22 20:34:06.159394 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.11.22 20:34:06.159439 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4102 | 2024.11.22 20:34:06.159891 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4103 | 2024.11.22 20:34:06.160149 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.11.22 20:34:06.160348 [ 120 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4105 | 2024.11.22 20:34:06.160426 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00231 sec., 52813.85281385281 rows/sec., 4.48 MiB/sec. | ||
| 4106 | 2024.11.22 20:34:06.160456 [ 120 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4107 | 2024.11.22 20:34:06.160526 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4108 | 2024.11.22 20:34:06.160549 [ 5 ] {703a1f93-e443-486f-94fc-4ae886391b79} <Debug> TCPHandler: Processed in 0.002827439 sec. | ||
| 4109 | 2024.11.22 20:34:06.160725 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 4110 | 2024.11.22 20:34:06.160834 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4111 | 2024.11.22 20:34:06.160895 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4112 | 2024.11.22 20:34:06.160942 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1431 rows starting from the beginning of the part | ||
| 4113 | 2024.11.22 20:34:06.161078 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 219 rows starting from the beginning of the part | ||
| 4114 | 2024.11.22 20:34:06.161078 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4115 | 2024.11.22 20:34:06.161296 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4116 | 2024.11.22 20:34:06.161388 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 120 rows starting from the beginning of the part | ||
| 4117 | 2024.11.22 20:34:06.161563 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1360 rows starting from the beginning of the part | ||
| 4118 | 2024.11.22 20:34:06.162134 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 4119 | 2024.11.22 20:34:06.162391 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 122 rows starting from the beginning of the part | ||
| 4120 | 2024.11.22 20:34:06.163424 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2024.11.22 20:34:06.163473 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4122 | 2024.11.22 20:34:06.164205 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4123 | 2024.11.22 20:34:06.164477 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4124 | 2024.11.22 20:34:06.164725 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.003742 sec., 8818.813468733297 rows/sec., 663.13 KiB/sec. | ||
| 4125 | 2024.11.22 20:34:06.164895 [ 255 ] {9cacfa04-f550-4dec-bab3-72c5bad94a61} <Debug> TCPHandler: Processed in 0.004197392 sec. | ||
| 4126 | 2024.11.22 20:34:06.165021 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004398868 sec., 752011.6539073234 rows/sec., 65.67 MiB/sec. | ||
| 4127 | 2024.11.22 20:34:06.165142 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2024.11.22 20:34:06.165408 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4129 | 2024.11.22 20:34:06.165448 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4130 | 2024.11.22 20:34:06.165530 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4131 | 2024.11.22 20:34:06.166092 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.11.22 20:34:06.166210 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_26_5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4133 | 2024.11.22 20:34:06.166313 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4134 | 2024.11.22 20:34:06.166544 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.11.22 20:34:06.166585 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4136 | 2024.11.22 20:34:06.166965 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4137 | 2024.11.22 20:34:06.167217 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.11.22 20:34:06.167402 [ 119 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4139 | 2024.11.22 20:34:06.167463 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00212 sec., 45754.71698113208 rows/sec., 3.57 MiB/sec. | ||
| 4140 | 2024.11.22 20:34:06.167478 [ 119 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2024.11.22 20:34:06.167547 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4142 | 2024.11.22 20:34:06.167598 [ 5 ] {8cbc2a1a-2c04-418d-8aa1-eb9682610fe7} <Debug> TCPHandler: Processed in 0.002573653 sec. | ||
| 4143 | 2024.11.22 20:34:06.167816 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 4144 | 2024.11.22 20:34:06.167863 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2024.11.22 20:34:06.168055 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4146 | 2024.11.22 20:34:06.168128 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 4147 | 2024.11.22 20:34:06.168128 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4148 | 2024.11.22 20:34:06.168330 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4149 | 2024.11.22 20:34:06.168428 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 390 rows starting from the beginning of the part | ||
| 4150 | 2024.11.22 20:34:06.168815 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 96 rows starting from the beginning of the part | ||
| 4151 | 2024.11.22 20:34:06.169236 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 848 rows starting from the beginning of the part | ||
| 4152 | 2024.11.22 20:34:06.169604 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 4153 | 2024.11.22 20:34:06.169928 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 97 rows starting from the beginning of the part | ||
| 4154 | 2024.11.22 20:34:06.170938 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2024.11.22 20:34:06.171005 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4156 | 2024.11.22 20:34:06.172127 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4157 | 2024.11.22 20:34:06.172510 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2024.11.22 20:34:06.173177 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005089 sec., 31440.36156415799 rows/sec., 2.19 MiB/sec. | ||
| 4159 | 2024.11.22 20:34:06.173565 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005909194 sec., 406654.44390554784 rows/sec., 31.17 MiB/sec. | ||
| 4160 | 2024.11.22 20:34:06.173615 [ 255 ] {60741198-0cbd-4d65-9330-0bf99d2e8157} <Debug> TCPHandler: Processed in 0.005888864 sec. | ||
| 4161 | 2024.11.22 20:34:06.173960 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4162 | 2024.11.22 20:34:06.174014 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2024.11.22 20:34:06.174219 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4164 | 2024.11.22 20:34:06.174392 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <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 | ||
| 4165 | 2024.11.22 20:34:06.174620 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.11.22 20:34:06.174865 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_26_5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4167 | 2024.11.22 20:34:06.175066 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4168 | 2024.11.22 20:34:06.176062 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2024.11.22 20:34:06.176106 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4170 | 2024.11.22 20:34:06.176792 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4171 | 2024.11.22 20:34:06.177061 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2024.11.22 20:34:06.177307 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003141 sec., 10506.208213944603 rows/sec., 18.83 MiB/sec. | ||
| 4173 | 2024.11.22 20:34:06.177420 [ 5 ] {f567e7e8-2012-4d63-9186-b71f48d15f54} <Debug> TCPHandler: Processed in 0.003659 sec. | ||
| 4174 | 2024.11.22 20:34:06.177580 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2024.11.22 20:34:06.177705 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4176 | 2024.11.22 20:34:06.177762 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4177 | 2024.11.22 20:34:06.178281 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2024.11.22 20:34:06.178321 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4179 | 2024.11.22 20:34:06.178721 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4180 | 2024.11.22 20:34:06.178981 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2024.11.22 20:34:06.179217 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 4182 | 2024.11.22 20:34:06.179350 [ 255 ] {87405f04-cd9d-4801-9768-8aae16f27671} <Debug> TCPHandler: Processed in 0.001830895 sec. | ||
| 4183 | 2024.11.22 20:34:10.547716 [ 116 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 4184 | 2024.11.22 20:34:10.547802 [ 116 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.11.22 20:34:10.547829 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4186 | 2024.11.22 20:34:10.548050 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 4187 | 2024.11.22 20:34:10.548285 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4188 | 2024.11.22 20:34:10.548325 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 4189 | 2024.11.22 20:34:10.548404 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4190 | 2024.11.22 20:34:10.548620 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4191 | 2024.11.22 20:34:10.548854 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4192 | 2024.11.22 20:34:10.548967 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4193 | 2024.11.22 20:34:10.550053 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.002143383 sec., 27993.13048577879 rows/sec., 1.43 MiB/sec. | ||
| 4194 | 2024.11.22 20:34:10.550342 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4195 | 2024.11.22 20:34:10.550938 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2024.11.22 20:34:10.551095 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_10_2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 4197 | 2024.11.22 20:34:10.551199 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4198 | 2024.11.22 20:34:10.575174 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4199 | 2024.11.22 20:34:10.575222 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4200 | 2024.11.22 20:34:10.681633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4201 | 2024.11.22 20:34:10.682255 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2024.11.22 20:34:10.682293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4203 | 2024.11.22 20:34:10.682824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4204 | 2024.11.22 20:34:10.683089 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2024.11.22 20:34:10.683351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4206 | 2024.11.22 20:34:11.162250 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4207 | 2024.11.22 20:34:11.162452 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4208 | 2024.11.22 20:34:11.162529 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4209 | 2024.11.22 20:34:11.163330 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2024.11.22 20:34:11.163373 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4211 | 2024.11.22 20:34:11.163803 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4212 | 2024.11.22 20:34:11.164073 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4213 | 2024.11.22 20:34:11.164292 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 4214 | 2024.11.22 20:34:11.164357 [ 5 ] {98fdc2af-4547-4fe5-88f4-74cc5263c8a9} <Debug> TCPHandler: Processed in 0.002240764 sec. | ||
| 4215 | 2024.11.22 20:34:11.164606 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2024.11.22 20:34:11.164814 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4217 | 2024.11.22 20:34:11.164894 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4218 | 2024.11.22 20:34:11.165742 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.11.22 20:34:11.165787 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4220 | 2024.11.22 20:34:11.166238 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4221 | 2024.11.22 20:34:11.166493 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.11.22 20:34:11.166745 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001989 sec., 110105.580693816 rows/sec., 9.59 MiB/sec. | ||
| 4223 | 2024.11.22 20:34:11.166811 [ 255 ] {2bdbbe6e-17c9-4f5b-a8d2-64c2875564ba} <Debug> TCPHandler: Processed in 0.002342517 sec. | ||
| 4224 | 2024.11.22 20:34:11.167009 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2024.11.22 20:34:11.167190 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4226 | 2024.11.22 20:34:11.167251 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4227 | 2024.11.22 20:34:11.167950 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2024.11.22 20:34:11.167997 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4229 | 2024.11.22 20:34:11.168375 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4230 | 2024.11.22 20:34:11.168616 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2024.11.22 20:34:11.168835 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001672 sec., 8971.291866028707 rows/sec., 632.55 KiB/sec. | ||
| 4232 | 2024.11.22 20:34:11.168966 [ 5 ] {8549d994-2408-4e7c-be9d-1bebedd40860} <Debug> TCPHandler: Processed in 0.002059491 sec. | ||
| 4233 | 2024.11.22 20:34:11.169206 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.11.22 20:34:11.169348 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4235 | 2024.11.22 20:34:11.169408 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4236 | 2024.11.22 20:34:11.170115 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2024.11.22 20:34:11.170155 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4238 | 2024.11.22 20:34:11.170515 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4239 | 2024.11.22 20:34:11.170755 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4240 | 2024.11.22 20:34:11.170971 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 591.71 KiB/sec. | ||
| 4241 | 2024.11.22 20:34:11.171029 [ 255 ] {8796ecc5-1dc7-4dcb-9243-fb361dc63fa2} <Debug> TCPHandler: Processed in 0.001951487 sec. | ||
| 4242 | 2024.11.22 20:34:11.171262 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4243 | 2024.11.22 20:34:11.171486 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4244 | 2024.11.22 20:34:11.171577 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4245 | 2024.11.22 20:34:11.172423 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2024.11.22 20:34:11.172461 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4247 | 2024.11.22 20:34:11.172812 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4248 | 2024.11.22 20:34:11.173048 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2024.11.22 20:34:11.173236 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001806 sec., 7198.228128460686 rows/sec., 448.81 KiB/sec. | ||
| 4250 | 2024.11.22 20:34:11.173290 [ 5 ] {60b77ee3-c542-4c1e-beed-b9ceb67c72b9} <Debug> TCPHandler: Processed in 0.002135262 sec. | ||
| 4251 | 2024.11.22 20:34:11.173439 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2024.11.22 20:34:11.173558 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4253 | 2024.11.22 20:34:11.173608 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4254 | 2024.11.22 20:34:11.174392 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2024.11.22 20:34:11.174432 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4256 | 2024.11.22 20:34:11.174815 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4257 | 2024.11.22 20:34:11.175063 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2024.11.22 20:34:11.175282 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001748 sec., 223112.1281464531 rows/sec., 15.82 MiB/sec. | ||
| 4259 | 2024.11.22 20:34:11.175339 [ 255 ] {2ec029c8-734b-48ff-8b2b-529165b9255c} <Debug> TCPHandler: Processed in 0.001958897 sec. | ||
| 4260 | 2024.11.22 20:34:11.175498 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2024.11.22 20:34:11.175636 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4262 | 2024.11.22 20:34:11.175696 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4263 | 2024.11.22 20:34:11.176226 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2024.11.22 20:34:11.176263 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4265 | 2024.11.22 20:34:11.176620 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4266 | 2024.11.22 20:34:11.176864 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2024.11.22 20:34:11.177042 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 4268 | 2024.11.22 20:34:11.177094 [ 5 ] {6f8472c2-82a7-408f-9e0d-cec0a94b2ca5} <Debug> TCPHandler: Processed in 0.00166118 sec. | ||
| 4269 | 2024.11.22 20:34:11.177245 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4270 | 2024.11.22 20:34:11.177382 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4271 | 2024.11.22 20:34:11.177445 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4272 | 2024.11.22 20:34:11.178304 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2024.11.22 20:34:11.178369 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4274 | 2024.11.22 20:34:11.178786 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4275 | 2024.11.22 20:34:11.179024 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4276 | 2024.11.22 20:34:11.179244 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001894 sec., 125131.99577613515 rows/sec., 8.39 MiB/sec. | ||
| 4277 | 2024.11.22 20:34:11.179299 [ 255 ] {0c52538e-eb24-464e-bcdd-d7adc8d2f4e6} <Debug> TCPHandler: Processed in 0.002120962 sec. | ||
| 4278 | 2024.11.22 20:34:11.179450 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2024.11.22 20:34:11.179587 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4280 | 2024.11.22 20:34:11.179647 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4281 | 2024.11.22 20:34:11.180172 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2024.11.22 20:34:11.180210 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4283 | 2024.11.22 20:34:11.180556 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4284 | 2024.11.22 20:34:11.180796 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2024.11.22 20:34:11.181037 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 4286 | 2024.11.22 20:34:11.181218 [ 5 ] {82073173-53a1-426f-96ba-94f7e0ad5f07} <Debug> TCPHandler: Processed in 0.001828895 sec. | ||
| 4287 | 2024.11.22 20:34:11.181376 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2024.11.22 20:34:11.181513 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4289 | 2024.11.22 20:34:11.181607 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <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 | ||
| 4290 | 2024.11.22 20:34:11.182772 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2024.11.22 20:34:11.182813 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4292 | 2024.11.22 20:34:11.183427 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4293 | 2024.11.22 20:34:11.183689 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2024.11.22 20:34:11.183934 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002453 sec., 3261.3126783530374 rows/sec., 5.84 MiB/sec. | ||
| 4295 | 2024.11.22 20:34:11.184057 [ 255 ] {978bd781-1f4a-4e4b-bb83-1d17a42f7876} <Debug> TCPHandler: Processed in 0.002749037 sec. | ||
| 4296 | 2024.11.22 20:34:11.184301 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2024.11.22 20:34:11.184522 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4298 | 2024.11.22 20:34:11.184615 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4299 | 2024.11.22 20:34:11.185321 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2024.11.22 20:34:11.185359 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4301 | 2024.11.22 20:34:11.185728 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4302 | 2024.11.22 20:34:11.185964 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2024.11.22 20:34:11.186176 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001705 sec., 48093.84164222874 rows/sec., 3.05 MiB/sec. | ||
| 4304 | 2024.11.22 20:34:11.186298 [ 5 ] {a6cc5435-3b50-4b89-9792-77921f092da9} <Debug> TCPHandler: Processed in 0.002102741 sec. | ||
| 4305 | 2024.11.22 20:34:11.276766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4306 | 2024.11.22 20:34:11.297413 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2024.11.22 20:34:11.297484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4308 | 2024.11.22 20:34:11.305249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4309 | 2024.11.22 20:34:11.306023 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2024.11.22 20:34:11.309073 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4311 | 2024.11.22 20:34:15.709324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 608 | ||
| 4312 | 2024.11.22 20:34:15.712323 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2024.11.22 20:34:15.712363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4314 | 2024.11.22 20:34:15.713814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4315 | 2024.11.22 20:34:15.714122 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2024.11.22 20:34:15.715080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
| 4317 | 2024.11.22 20:34:16.158362 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4318 | 2024.11.22 20:34:16.158672 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4319 | 2024.11.22 20:34:16.158793 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4320 | 2024.11.22 20:34:16.159803 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4321 | 2024.11.22 20:34:16.159858 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4322 | 2024.11.22 20:34:16.160296 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4323 | 2024.11.22 20:34:16.160587 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2024.11.22 20:34:16.160884 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002286 sec., 2624.671916010499 rows/sec., 214.02 KiB/sec. | ||
| 4325 | 2024.11.22 20:34:16.161023 [ 5 ] {a029681e-b172-4ff0-936e-acd0a13affc4} <Debug> TCPHandler: Processed in 0.00284905 sec. | ||
| 4326 | 2024.11.22 20:34:16.161280 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2024.11.22 20:34:16.161476 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4328 | 2024.11.22 20:34:16.161552 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4329 | 2024.11.22 20:34:16.162386 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2024.11.22 20:34:16.162435 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4331 | 2024.11.22 20:34:16.162897 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4332 | 2024.11.22 20:34:16.163159 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2024.11.22 20:34:16.163397 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.001974 sec., 63323.20162107396 rows/sec., 5.35 MiB/sec. | ||
| 4334 | 2024.11.22 20:34:16.163468 [ 255 ] {149dd5c8-ff05-4d44-bcff-62ad7ccecf17} <Debug> TCPHandler: Processed in 0.002320516 sec. | ||
| 4335 | 2024.11.22 20:34:16.163642 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2024.11.22 20:34:16.163788 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4337 | 2024.11.22 20:34:16.163850 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4338 | 2024.11.22 20:34:16.164525 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2024.11.22 20:34:16.164567 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4340 | 2024.11.22 20:34:16.164946 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4341 | 2024.11.22 20:34:16.165190 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2024.11.22 20:34:16.165404 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001653 sec., 23593.466424682396 rows/sec., 1.71 MiB/sec. | ||
| 4343 | 2024.11.22 20:34:16.165459 [ 5 ] {4cdb526b-51f8-4cb0-a72b-6f291fe42435} <Debug> TCPHandler: Processed in 0.001887746 sec. | ||
| 4344 | 2024.11.22 20:34:16.165619 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4345 | 2024.11.22 20:34:16.165762 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4346 | 2024.11.22 20:34:16.165824 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4347 | 2024.11.22 20:34:16.166520 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2024.11.22 20:34:16.166562 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4349 | 2024.11.22 20:34:16.166946 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4350 | 2024.11.22 20:34:16.167210 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2024.11.22 20:34:16.167427 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001699 sec., 60623.896409652734 rows/sec., 4.74 MiB/sec. | ||
| 4352 | 2024.11.22 20:34:16.167483 [ 255 ] {de602abb-520c-4f1a-98bb-2b835e8126ad} <Debug> TCPHandler: Processed in 0.001930317 sec. | ||
| 4353 | 2024.11.22 20:34:16.167682 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2024.11.22 20:34:16.167906 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4355 | 2024.11.22 20:34:16.168004 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4356 | 2024.11.22 20:34:16.168703 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2024.11.22 20:34:16.168742 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4358 | 2024.11.22 20:34:16.169151 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4359 | 2024.11.22 20:34:16.169400 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2024.11.22 20:34:16.169563 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4361 | 2024.11.22 20:34:16.169632 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001782 sec., 91470.25813692481 rows/sec., 6.37 MiB/sec. | ||
| 4362 | 2024.11.22 20:34:16.169641 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4363 | 2024.11.22 20:34:16.169714 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4364 | 2024.11.22 20:34:16.169746 [ 5 ] {7dd94db2-32ca-48ed-ad87-5c94a590f373} <Debug> TCPHandler: Processed in 0.002169333 sec. | ||
| 4365 | 2024.11.22 20:34:16.169950 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4366 | 2024.11.22 20:34:16.169962 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4367 | 2024.11.22 20:34:16.170201 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4368 | 2024.11.22 20:34:16.170225 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4369 | 2024.11.22 20:34:16.170272 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6244 rows starting from the beginning of the part | ||
| 4370 | 2024.11.22 20:34:16.170441 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <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 | ||
| 4371 | 2024.11.22 20:34:16.170547 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 926 rows starting from the beginning of the part | ||
| 4372 | 2024.11.22 20:34:16.171039 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 4373 | 2024.11.22 20:34:16.171502 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 4374 | 2024.11.22 20:34:16.171945 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4375 | 2024.11.22 20:34:16.172358 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 163 rows starting from the beginning of the part | ||
| 4376 | 2024.11.22 20:34:16.176199 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2024.11.22 20:34:16.176257 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4378 | 2024.11.22 20:34:16.177234 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4379 | 2024.11.22 20:34:16.177608 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7762 rows, containing 5 columns (5 merged, 0 gathered) in 0.007787951 sec., 996667.8013254063 rows/sec., 67.22 MiB/sec. | ||
| 4380 | 2024.11.22 20:34:16.177802 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2024.11.22 20:34:16.178125 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007986 sec., 4132.231404958678 rows/sec., 7.40 MiB/sec. | ||
| 4382 | 2024.11.22 20:34:16.178273 [ 255 ] {b098efa1-b357-4971-a21f-60b0cd64370c} <Debug> TCPHandler: Processed in 0.008428726 sec. | ||
| 4383 | 2024.11.22 20:34:16.178464 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4384 | 2024.11.22 20:34:16.178475 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4385 | 2024.11.22 20:34:16.178667 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4386 | 2024.11.22 20:34:16.178764 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4387 | 2024.11.22 20:34:16.179088 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2024.11.22 20:34:16.179299 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4389 | 2024.11.22 20:34:16.179448 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 4390 | 2024.11.22 20:34:16.179691 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2024.11.22 20:34:16.179734 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4392 | 2024.11.22 20:34:16.180120 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4393 | 2024.11.22 20:34:16.180364 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2024.11.22 20:34:16.180537 [ 106 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4395 | 2024.11.22 20:34:16.180608 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001973 sec., 30410.542321338064 rows/sec., 2.05 MiB/sec. | ||
| 4396 | 2024.11.22 20:34:16.180636 [ 106 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2024.11.22 20:34:16.180706 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4398 | 2024.11.22 20:34:16.180744 [ 5 ] {10894e60-3aa6-4ae0-80e4-35933c5ed23e} <Debug> TCPHandler: Processed in 0.002373218 sec. | ||
| 4399 | 2024.11.22 20:34:16.180893 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4400 | 2024.11.22 20:34:16.180987 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4401 | 2024.11.22 20:34:16.181016 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1218 rows starting from the beginning of the part | ||
| 4402 | 2024.11.22 20:34:16.181134 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part | ||
| 4403 | 2024.11.22 20:34:16.181261 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 4404 | 2024.11.22 20:34:16.181405 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4405 | 2024.11.22 20:34:16.181548 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4406 | 2024.11.22 20:34:16.181643 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4407 | 2024.11.22 20:34:16.182756 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1502 rows, containing 4 columns (4 merged, 0 gathered) in 0.001932747 sec., 777132.2371733083 rows/sec., 50.74 MiB/sec. | ||
| 4408 | 2024.11.22 20:34:16.182927 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4409 | 2024.11.22 20:34:16.183213 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4410 | 2024.11.22 20:34:16.183291 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_26_5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4411 | 2024.11.22 20:34:16.183363 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4412 | 2024.11.22 20:34:18.184418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4413 | 2024.11.22 20:34:18.185115 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2024.11.22 20:34:18.185168 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4415 | 2024.11.22 20:34:18.185711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4416 | 2024.11.22 20:34:18.185976 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2024.11.22 20:34:18.186296 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4418 | 2024.11.22 20:34:18.810172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4419 | 2024.11.22 20:34:18.830925 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4420 | 2024.11.22 20:34:18.830992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4421 | 2024.11.22 20:34:18.838647 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4422 | 2024.11.22 20:34:18.839451 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4423 | 2024.11.22 20:34:18.842908 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4424 | 2024.11.22 20:34:21.160600 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2024.11.22 20:34:21.160784 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4426 | 2024.11.22 20:34:21.160855 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4427 | 2024.11.22 20:34:21.161628 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2024.11.22 20:34:21.161674 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4429 | 2024.11.22 20:34:21.162143 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4430 | 2024.11.22 20:34:21.162407 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2024.11.22 20:34:21.162651 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 4432 | 2024.11.22 20:34:21.162840 [ 5 ] {221ef397-a087-4ad9-99e9-9fce9073abd7} <Debug> TCPHandler: Processed in 0.002363448 sec. | ||
| 4433 | 2024.11.22 20:34:21.163110 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2024.11.22 20:34:21.163301 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4435 | 2024.11.22 20:34:21.163377 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4436 | 2024.11.22 20:34:21.164255 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2024.11.22 20:34:21.164303 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4438 | 2024.11.22 20:34:21.164765 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4439 | 2024.11.22 20:34:21.165021 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2024.11.22 20:34:21.165260 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002013 sec., 108792.84649776453 rows/sec., 9.48 MiB/sec. | ||
| 4441 | 2024.11.22 20:34:21.165329 [ 255 ] {401ebdb5-ec1d-4131-937f-ade8642da7c0} <Debug> TCPHandler: Processed in 0.002348358 sec. | ||
| 4442 | 2024.11.22 20:34:21.165565 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2024.11.22 20:34:21.165795 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4444 | 2024.11.22 20:34:21.165892 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4445 | 2024.11.22 20:34:21.166711 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2024.11.22 20:34:21.166751 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4447 | 2024.11.22 20:34:21.167119 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4448 | 2024.11.22 20:34:21.167373 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.11.22 20:34:21.167563 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001828 sec., 8205.689277899344 rows/sec., 578.57 KiB/sec. | ||
| 4450 | 2024.11.22 20:34:21.167618 [ 5 ] {de73c301-7477-4159-a19f-233ca26c7f7d} <Debug> TCPHandler: Processed in 0.002163092 sec. | ||
| 4451 | 2024.11.22 20:34:21.167773 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2024.11.22 20:34:21.167917 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4453 | 2024.11.22 20:34:21.167979 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4454 | 2024.11.22 20:34:21.168636 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2024.11.22 20:34:21.168677 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4456 | 2024.11.22 20:34:21.169036 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4457 | 2024.11.22 20:34:21.169305 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2024.11.22 20:34:21.169521 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00164 sec., 8536.585365853658 rows/sec., 597.85 KiB/sec. | ||
| 4459 | 2024.11.22 20:34:21.169578 [ 255 ] {7dd190cf-eca3-4269-84fc-574879465041} <Debug> TCPHandler: Processed in 0.001876586 sec. | ||
| 4460 | 2024.11.22 20:34:21.169740 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2024.11.22 20:34:21.169877 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4462 | 2024.11.22 20:34:21.169936 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4463 | 2024.11.22 20:34:21.170587 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2024.11.22 20:34:21.170643 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4465 | 2024.11.22 20:34:21.171249 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4466 | 2024.11.22 20:34:21.171496 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2024.11.22 20:34:21.171710 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001863 sec., 6977.992485238862 rows/sec., 435.08 KiB/sec. | ||
| 4468 | 2024.11.22 20:34:21.171765 [ 5 ] {9911d838-9e28-4754-9a51-2ed7f6f9e86f} <Debug> TCPHandler: Processed in 0.002092591 sec. | ||
| 4469 | 2024.11.22 20:34:21.171918 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2024.11.22 20:34:21.172061 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4471 | 2024.11.22 20:34:21.172120 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4472 | 2024.11.22 20:34:21.172875 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2024.11.22 20:34:21.172913 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4474 | 2024.11.22 20:34:21.173293 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4475 | 2024.11.22 20:34:21.173538 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4476 | 2024.11.22 20:34:21.173715 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00169 sec., 230769.23076923075 rows/sec., 16.37 MiB/sec. | ||
| 4477 | 2024.11.22 20:34:21.173769 [ 255 ] {fbb08846-0d26-4f87-8e0b-a3976a55379d} <Debug> TCPHandler: Processed in 0.001918017 sec. | ||
| 4478 | 2024.11.22 20:34:21.173979 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2024.11.22 20:34:21.174199 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4480 | 2024.11.22 20:34:21.174294 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4481 | 2024.11.22 20:34:21.174820 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2024.11.22 20:34:21.174859 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4483 | 2024.11.22 20:34:21.175234 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4484 | 2024.11.22 20:34:21.175473 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4485 | 2024.11.22 20:34:21.175734 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 198.78 KiB/sec. | ||
| 4486 | 2024.11.22 20:34:21.175902 [ 5 ] {f127b14d-253d-4905-b264-22ba01527cf4} <Debug> TCPHandler: Processed in 0.00203555 sec. | ||
| 4487 | 2024.11.22 20:34:21.176077 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4488 | 2024.11.22 20:34:21.176197 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4489 | 2024.11.22 20:34:21.176252 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4490 | 2024.11.22 20:34:21.176866 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2024.11.22 20:34:21.176905 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4492 | 2024.11.22 20:34:21.177299 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4493 | 2024.11.22 20:34:21.177540 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2024.11.22 20:34:21.177719 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001547 sec., 153199.74143503557 rows/sec., 10.27 MiB/sec. | ||
| 4495 | 2024.11.22 20:34:21.177773 [ 255 ] {bb67734b-9b77-4781-bf41-4d3f6f50a8a8} <Debug> TCPHandler: Processed in 0.001751293 sec. | ||
| 4496 | 2024.11.22 20:34:21.177907 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4497 | 2024.11.22 20:34:21.178022 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4498 | 2024.11.22 20:34:21.178075 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4499 | 2024.11.22 20:34:21.178550 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4500 | 2024.11.22 20:34:21.178590 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4501 | 2024.11.22 20:34:21.178954 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4502 | 2024.11.22 20:34:21.179198 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4503 | 2024.11.22 20:34:21.179459 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec. | ||
| 4504 | 2024.11.22 20:34:21.179650 [ 5 ] {f16addb2-13b5-4d62-833b-83dac331cd5b} <Debug> TCPHandler: Processed in 0.001796264 sec. | ||
| 4505 | 2024.11.22 20:34:21.179806 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4506 | 2024.11.22 20:34:21.179941 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4507 | 2024.11.22 20:34:21.180032 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <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 | ||
| 4508 | 2024.11.22 20:34:21.181197 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4509 | 2024.11.22 20:34:21.181235 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4510 | 2024.11.22 20:34:21.181841 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4511 | 2024.11.22 20:34:21.182095 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4512 | 2024.11.22 20:34:21.182306 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002394 sec., 3341.687552213868 rows/sec., 5.99 MiB/sec. | ||
| 4513 | 2024.11.22 20:34:21.182407 [ 255 ] {68f877fe-0a37-4946-8211-17468b11976c} <Debug> TCPHandler: Processed in 0.002666136 sec. | ||
| 4514 | 2024.11.22 20:34:21.182545 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4515 | 2024.11.22 20:34:21.182661 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4516 | 2024.11.22 20:34:21.182710 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4517 | 2024.11.22 20:34:21.183201 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4518 | 2024.11.22 20:34:21.183241 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4519 | 2024.11.22 20:34:21.183617 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4520 | 2024.11.22 20:34:21.183858 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4521 | 2024.11.22 20:34:21.184067 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
| 4522 | 2024.11.22 20:34:21.184117 [ 5 ] {349cce85-0285-4b39-8a74-8fc2c06c09f9} <Debug> TCPHandler: Processed in 0.0016293 sec. | ||
| 4523 | 2024.11.22 20:34:25.575267 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4524 | 2024.11.22 20:34:25.575335 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4525 | 2024.11.22 20:34:25.687365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4526 | 2024.11.22 20:34:25.688009 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4527 | 2024.11.22 20:34:25.688059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4528 | 2024.11.22 20:34:25.688639 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4529 | 2024.11.22 20:34:25.689056 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4530 | 2024.11.22 20:34:25.689327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4531 | 2024.11.22 20:34:25.716197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 644 | ||
| 4532 | 2024.11.22 20:34:25.719342 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2024.11.22 20:34:25.719396 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4534 | 2024.11.22 20:34:25.720904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4535 | 2024.11.22 20:34:25.721323 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2024.11.22 20:34:25.722384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644 | ||
| 4537 | 2024.11.22 20:34:26.158415 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4538 | 2024.11.22 20:34:26.158714 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4539 | 2024.11.22 20:34:26.158828 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4540 | 2024.11.22 20:34:26.159915 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4541 | 2024.11.22 20:34:26.159961 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4542 | 2024.11.22 20:34:26.160417 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4543 | 2024.11.22 20:34:26.160706 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4544 | 2024.11.22 20:34:26.160956 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002325 sec., 52473.1182795699 rows/sec., 4.45 MiB/sec. | ||
| 4545 | 2024.11.22 20:34:26.161023 [ 5 ] {be111550-dae3-4532-97aa-b7013829acaa} <Debug> TCPHandler: Processed in 0.002789188 sec. | ||
| 4546 | 2024.11.22 20:34:26.161288 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4547 | 2024.11.22 20:34:26.161497 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4548 | 2024.11.22 20:34:26.161569 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4549 | 2024.11.22 20:34:26.162331 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2024.11.22 20:34:26.162374 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4551 | 2024.11.22 20:34:26.162823 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4552 | 2024.11.22 20:34:26.163076 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4553 | 2024.11.22 20:34:26.163213 [ 92 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4554 | 2024.11.22 20:34:26.163258 [ 92 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2024.11.22 20:34:26.163282 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4556 | 2024.11.22 20:34:26.163288 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001849 sec., 17847.48512709573 rows/sec., 1.31 MiB/sec. | ||
| 4557 | 2024.11.22 20:34:26.163597 [ 255 ] {d3f452bf-f645-42fb-b334-ac853c3a17d7} <Debug> TCPHandler: Processed in 0.0024255 sec. | ||
| 4558 | 2024.11.22 20:34:26.163776 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 4559 | 2024.11.22 20:34:26.163927 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2024.11.22 20:34:26.164271 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4561 | 2024.11.22 20:34:26.164285 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4562 | 2024.11.22 20:34:26.164372 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 61 rows starting from the beginning of the part | ||
| 4563 | 2024.11.22 20:34:26.164382 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4564 | 2024.11.22 20:34:26.164693 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
| 4565 | 2024.11.22 20:34:26.164959 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part | ||
| 4566 | 2024.11.22 20:34:26.165416 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 4567 | 2024.11.22 20:34:26.165834 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part | ||
| 4568 | 2024.11.22 20:34:26.166150 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
| 4569 | 2024.11.22 20:34:26.167516 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4570 | 2024.11.22 20:34:26.167595 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4571 | 2024.11.22 20:34:26.168662 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4572 | 2024.11.22 20:34:26.168905 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.005523335 sec., 35485.80703506125 rows/sec., 2.68 MiB/sec. | ||
| 4573 | 2024.11.22 20:34:26.169121 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4574 | 2024.11.22 20:34:26.169129 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2024.11.22 20:34:26.169568 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00538 sec., 18029.739776951672 rows/sec., 1.41 MiB/sec. | ||
| 4576 | 2024.11.22 20:34:26.169740 [ 5 ] {2ef146bd-e808-464a-b45e-227134a97825} <Debug> TCPHandler: Processed in 0.005987846 sec. | ||
| 4577 | 2024.11.22 20:34:26.169746 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2024.11.22 20:34:26.169919 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_26_5} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4579 | 2024.11.22 20:34:26.169947 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2024.11.22 20:34:26.170049 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4581 | 2024.11.22 20:34:26.170148 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4582 | 2024.11.22 20:34:26.170221 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4583 | 2024.11.22 20:34:26.170876 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.11.22 20:34:26.170916 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4585 | 2024.11.22 20:34:26.171326 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4586 | 2024.11.22 20:34:26.171566 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.11.22 20:34:26.171763 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 4588 | 2024.11.22 20:34:26.171883 [ 255 ] {a8f8cb24-6528-451a-836c-bf77bc893775} <Debug> TCPHandler: Processed in 0.002034819 sec. | ||
| 4589 | 2024.11.22 20:34:26.172105 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2024.11.22 20:34:26.172328 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4591 | 2024.11.22 20:34:26.172470 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <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 | ||
| 4592 | 2024.11.22 20:34:26.173690 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2024.11.22 20:34:26.173731 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4594 | 2024.11.22 20:34:26.174408 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4595 | 2024.11.22 20:34:26.174679 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2024.11.22 20:34:26.174857 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4597 | 2024.11.22 20:34:26.174925 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2024.11.22 20:34:26.174958 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4599 | 2024.11.22 20:34:26.174977 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002699 sec., 12226.750648388292 rows/sec., 21.91 MiB/sec. | ||
| 4600 | 2024.11.22 20:34:26.175333 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4601 | 2024.11.22 20:34:26.175379 [ 5 ] {f5f48367-d2f9-414e-9da1-cd0341eb3ab1} <Debug> TCPHandler: Processed in 0.003381333 sec. | ||
| 4602 | 2024.11.22 20:34:26.175619 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4603 | 2024.11.22 20:34:26.175889 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4604 | 2024.11.22 20:34:26.176018 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4605 | 2024.11.22 20:34:26.176031 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4606 | 2024.11.22 20:34:26.176280 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 372 rows starting from the beginning of the part | ||
| 4607 | 2024.11.22 20:34:26.177126 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
| 4608 | 2024.11.22 20:34:26.177801 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4609 | 2024.11.22 20:34:26.178515 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part | ||
| 4610 | 2024.11.22 20:34:26.178530 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2024.11.22 20:34:26.178635 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4612 | 2024.11.22 20:34:26.179323 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 4613 | 2024.11.22 20:34:26.179985 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
| 4614 | 2024.11.22 20:34:26.180437 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4615 | 2024.11.22 20:34:26.181175 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2024.11.22 20:34:26.181591 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005786 sec., 10369.858278603526 rows/sec., 715.63 KiB/sec. | ||
| 4617 | 2024.11.22 20:34:26.181803 [ 255 ] {590d76f5-0a1e-43fc-bc47-1b0200bbaa8b} <Debug> TCPHandler: Processed in 0.006305354 sec. | ||
| 4618 | 2024.11.22 20:34:26.185846 [ 197 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 19 columns (19 merged, 0 gathered) in 0.010772553 sec., 45207.48238602307 rows/sec., 81.01 MiB/sec. | ||
| 4619 | 2024.11.22 20:34:26.186811 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4620 | 2024.11.22 20:34:26.187302 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2024.11.22 20:34:26.187400 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4622 | 2024.11.22 20:34:26.187581 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 4623 | 2024.11.22 20:34:26.343914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4624 | 2024.11.22 20:34:26.366049 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2024.11.22 20:34:26.366098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4626 | 2024.11.22 20:34:26.373650 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4627 | 2024.11.22 20:34:26.374418 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2024.11.22 20:34:26.378019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4629 | 2024.11.22 20:34:29.443493 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4630 | 2024.11.22 20:34:29.443716 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4631 | 2024.11.22 20:34:29.443793 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4632 | 2024.11.22 20:34:29.444562 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4633 | 2024.11.22 20:34:29.444617 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4634 | 2024.11.22 20:34:29.445070 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4635 | 2024.11.22 20:34:29.445339 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4636 | 2024.11.22 20:34:29.445493 [ 89 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4637 | 2024.11.22 20:34:29.445540 [ 89 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2024.11.22 20:34:29.445550 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 4639 | 2024.11.22 20:34:29.445568 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4640 | 2024.11.22 20:34:29.445653 [ 5 ] {0363194d-f51c-4b17-987e-60c935c5bf81} <Debug> TCPHandler: Processed in 0.002294936 sec. | ||
| 4641 | 2024.11.22 20:34:29.445846 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 4642 | 2024.11.22 20:34:29.446034 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.11.22 20:34:29.446059 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4644 | 2024.11.22 20:34:29.446182 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 4645 | 2024.11.22 20:34:29.446383 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 4646 | 2024.11.22 20:34:29.446524 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4647 | 2024.11.22 20:34:29.446635 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4648 | 2024.11.22 20:34:29.446840 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4649 | 2024.11.22 20:34:29.446900 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4650 | 2024.11.22 20:34:29.447261 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 4651 | 2024.11.22 20:34:29.449671 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4652 | 2024.11.22 20:34:29.449828 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4653 | 2024.11.22 20:34:29.449907 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004228224 sec., 16555.41428268701 rows/sec., 1.23 MiB/sec. | ||
| 4654 | 2024.11.22 20:34:29.450135 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4655 | 2024.11.22 20:34:29.450835 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2024.11.22 20:34:29.450843 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4657 | 2024.11.22 20:34:29.450969 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_13_3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4658 | 2024.11.22 20:34:29.451271 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4659 | 2024.11.22 20:34:29.451365 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2024.11.22 20:34:29.451679 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00537 sec., 1862.1973929236499 rows/sec., 151.85 KiB/sec. | ||
| 4661 | 2024.11.22 20:34:29.451775 [ 255 ] {f1eb6dbe-b878-4372-80c8-7912f11c05f8} <Debug> TCPHandler: Processed in 0.005979126 sec. | ||
| 4662 | 2024.11.22 20:34:29.451961 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4663 | 2024.11.22 20:34:29.452094 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4664 | 2024.11.22 20:34:29.452148 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4665 | 2024.11.22 20:34:29.453588 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2024.11.22 20:34:29.453630 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4667 | 2024.11.22 20:34:29.454101 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4668 | 2024.11.22 20:34:29.454369 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2024.11.22 20:34:29.454515 [ 89 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4670 | 2024.11.22 20:34:29.454557 [ 89 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2024.11.22 20:34:29.454570 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002504 sec., 544728.4345047923 rows/sec., 45.25 MiB/sec. | ||
| 4672 | 2024.11.22 20:34:29.454584 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4673 | 2024.11.22 20:34:29.454676 [ 5 ] {2e4d8e17-3d43-45b8-afea-e81175156e72} <Debug> TCPHandler: Processed in 0.002775318 sec. | ||
| 4674 | 2024.11.22 20:34:29.454851 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 4675 | 2024.11.22 20:34:29.454948 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4676 | 2024.11.22 20:34:29.455157 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4677 | 2024.11.22 20:34:29.455237 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part | ||
| 4678 | 2024.11.22 20:34:29.455256 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4679 | 2024.11.22 20:34:29.455432 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 219 rows starting from the beginning of the part | ||
| 4680 | 2024.11.22 20:34:29.455473 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4681 | 2024.11.22 20:34:29.455727 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 125 rows starting from the beginning of the part | ||
| 4682 | 2024.11.22 20:34:29.456085 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 219 rows starting from the beginning of the part | ||
| 4683 | 2024.11.22 20:34:29.456370 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 122 rows starting from the beginning of the part | ||
| 4684 | 2024.11.22 20:34:29.456630 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1364 rows starting from the beginning of the part | ||
| 4685 | 2024.11.22 20:34:29.458341 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4686 | 2024.11.22 20:34:29.458422 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4687 | 2024.11.22 20:34:29.459460 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4688 | 2024.11.22 20:34:29.459767 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4689 | 2024.11.22 20:34:29.460325 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.005087 sec., 4914.48791035974 rows/sec., 345.17 KiB/sec. | ||
| 4690 | 2024.11.22 20:34:29.460885 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3483 rows, containing 5 columns (5 merged, 0 gathered) in 0.00618162 sec., 563444.533957118 rows/sec., 49.39 MiB/sec. | ||
| 4691 | 2024.11.22 20:34:29.460949 [ 255 ] {30e314cb-5048-4994-b86e-7e9109d04ebf} <Debug> TCPHandler: Processed in 0.006117799 sec. | ||
| 4692 | 2024.11.22 20:34:29.461252 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4693 | 2024.11.22 20:34:29.461288 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4694 | 2024.11.22 20:34:29.461511 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4695 | 2024.11.22 20:34:29.461613 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4696 | 2024.11.22 20:34:29.461978 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2024.11.22 20:34:29.462259 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_31_6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4698 | 2024.11.22 20:34:29.462446 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4699 | 2024.11.22 20:34:29.462774 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2024.11.22 20:34:29.462819 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4701 | 2024.11.22 20:34:29.463201 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4702 | 2024.11.22 20:34:29.463454 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2024.11.22 20:34:29.463700 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002264 sec., 106890.4593639576 rows/sec., 7.24 MiB/sec. | ||
| 4704 | 2024.11.22 20:34:29.463911 [ 5 ] {8d3675ea-933e-43ad-aa30-6bf7478d1925} <Debug> TCPHandler: Processed in 0.002742247 sec. | ||
| 4705 | 2024.11.22 20:34:29.464126 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2024.11.22 20:34:29.464305 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4707 | 2024.11.22 20:34:29.464384 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4708 | 2024.11.22 20:34:29.466483 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2024.11.22 20:34:29.466537 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4710 | 2024.11.22 20:34:29.467925 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4711 | 2024.11.22 20:34:29.468401 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2024.11.22 20:34:29.468557 [ 88 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4713 | 2024.11.22 20:34:29.468600 [ 88 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2024.11.22 20:34:29.468627 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4715 | 2024.11.22 20:34:29.468627 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004366 sec., 2977.553825011452 rows/sec., 185.65 KiB/sec. | ||
| 4716 | 2024.11.22 20:34:29.468838 [ 255 ] {0d322855-b017-4be6-848c-5425094ce50f} <Debug> TCPHandler: Processed in 0.004794447 sec. | ||
| 4717 | 2024.11.22 20:34:29.468886 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 4718 | 2024.11.22 20:34:29.469066 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2024.11.22 20:34:29.469089 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4720 | 2024.11.22 20:34:29.469147 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4721 | 2024.11.22 20:34:29.469312 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4722 | 2024.11.22 20:34:29.469488 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4723 | 2024.11.22 20:34:29.469494 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4724 | 2024.11.22 20:34:29.469876 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4725 | 2024.11.22 20:34:29.470191 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4726 | 2024.11.22 20:34:29.470636 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4727 | 2024.11.22 20:34:29.472782 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4728 | 2024.11.22 20:34:29.472895 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4729 | 2024.11.22 20:34:29.472961 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004252134 sec., 15286.442054742394 rows/sec., 1012.82 KiB/sec. | ||
| 4730 | 2024.11.22 20:34:29.473150 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4731 | 2024.11.22 20:34:29.473648 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2024.11.22 20:34:29.473672 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4733 | 2024.11.22 20:34:29.473790 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_13_3} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4734 | 2024.11.22 20:34:29.473925 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4735 | 2024.11.22 20:34:29.474090 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2024.11.22 20:34:29.474273 [ 88 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4737 | 2024.11.22 20:34:29.474332 [ 88 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2024.11.22 20:34:29.474376 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4739 | 2024.11.22 20:34:29.474384 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.005157 sec., 165987.97750630212 rows/sec., 12.01 MiB/sec. | ||
| 4740 | 2024.11.22 20:34:29.474637 [ 5 ] {e0ee677f-da8c-454e-b2b8-9c8d7eabf9fe} <Debug> TCPHandler: Processed in 0.005662548 sec. | ||
| 4741 | 2024.11.22 20:34:29.474667 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 4742 | 2024.11.22 20:34:29.474842 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.11.22 20:34:29.474845 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4744 | 2024.11.22 20:34:29.474911 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 911 rows starting from the beginning of the part | ||
| 4745 | 2024.11.22 20:34:29.475152 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 390 rows starting from the beginning of the part | ||
| 4746 | 2024.11.22 20:34:29.475232 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4747 | 2024.11.22 20:34:29.475448 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4748 | 2024.11.22 20:34:29.475492 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 103 rows starting from the beginning of the part | ||
| 4749 | 2024.11.22 20:34:29.475830 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 390 rows starting from the beginning of the part | ||
| 4750 | 2024.11.22 20:34:29.476269 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 97 rows starting from the beginning of the part | ||
| 4751 | 2024.11.22 20:34:29.476589 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 856 rows starting from the beginning of the part | ||
| 4752 | 2024.11.22 20:34:29.477689 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2024.11.22 20:34:29.477766 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4754 | 2024.11.22 20:34:29.478813 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4755 | 2024.11.22 20:34:29.479176 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2024.11.22 20:34:29.479568 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004495 sec., 1334.8164627363738 rows/sec., 69.74 KiB/sec. | ||
| 4757 | 2024.11.22 20:34:29.479922 [ 255 ] {4f01f573-ef3c-4fb2-8cb9-34370138109c} <Debug> TCPHandler: Processed in 0.005166137 sec. | ||
| 4758 | 2024.11.22 20:34:29.480268 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2024.11.22 20:34:29.480321 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.005857303 sec., 468987.1772042525 rows/sec., 35.79 MiB/sec. | ||
| 4760 | 2024.11.22 20:34:29.480443 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4761 | 2024.11.22 20:34:29.480546 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4762 | 2024.11.22 20:34:29.480569 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4763 | 2024.11.22 20:34:29.481241 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2024.11.22 20:34:29.481335 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_31_6} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4765 | 2024.11.22 20:34:29.481459 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4766 | 2024.11.22 20:34:29.481836 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2024.11.22 20:34:29.481881 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4768 | 2024.11.22 20:34:29.482358 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4769 | 2024.11.22 20:34:29.482607 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2024.11.22 20:34:29.482827 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.00242 sec., 384297.52066115703 rows/sec., 25.65 MiB/sec. | ||
| 4771 | 2024.11.22 20:34:29.482886 [ 5 ] {c889f137-1226-4129-b8b0-83009e306299} <Debug> TCPHandler: Processed in 0.002783018 sec. | ||
| 4772 | 2024.11.22 20:34:29.483045 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2024.11.22 20:34:29.483168 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4774 | 2024.11.22 20:34:29.483223 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4775 | 2024.11.22 20:34:29.483727 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2024.11.22 20:34:29.483765 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4777 | 2024.11.22 20:34:29.484148 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4778 | 2024.11.22 20:34:29.484393 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2024.11.22 20:34:29.484599 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 4780 | 2024.11.22 20:34:29.484657 [ 255 ] {758b8d3a-fb82-42fc-b2db-592a7e3f8f78} <Debug> TCPHandler: Processed in 0.001671231 sec. | ||
| 4781 | 2024.11.22 20:34:29.484831 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2024.11.22 20:34:29.484971 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4783 | 2024.11.22 20:34:29.485067 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <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 | ||
| 4784 | 2024.11.22 20:34:29.486290 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2024.11.22 20:34:29.486331 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4786 | 2024.11.22 20:34:29.486980 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4787 | 2024.11.22 20:34:29.487251 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2024.11.22 20:34:29.487507 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002566 sec., 3117.692907248636 rows/sec., 5.59 MiB/sec. | ||
| 4789 | 2024.11.22 20:34:29.487628 [ 5 ] {2a41de42-543c-4a2e-98c2-b1541478ee23} <Debug> TCPHandler: Processed in 0.00286389 sec. | ||
| 4790 | 2024.11.22 20:34:29.487801 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4791 | 2024.11.22 20:34:29.487941 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4792 | 2024.11.22 20:34:29.488002 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4793 | 2024.11.22 20:34:29.488588 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2024.11.22 20:34:29.488626 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4795 | 2024.11.22 20:34:29.489009 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4796 | 2024.11.22 20:34:29.489248 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2024.11.22 20:34:29.489431 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001525 sec., 45901.639344262294 rows/sec., 2.88 MiB/sec. | ||
| 4798 | 2024.11.22 20:34:29.489484 [ 255 ] {7c003d91-2515-45ef-bcd4-63599953b760} <Debug> TCPHandler: Processed in 0.001751302 sec. | ||
| 4799 | 2024.11.22 20:34:31.149382 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4800 | 2024.11.22 20:34:31.149566 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4801 | 2024.11.22 20:34:31.149636 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4802 | 2024.11.22 20:34:31.150408 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4803 | 2024.11.22 20:34:31.150452 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4804 | 2024.11.22 20:34:31.150882 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4805 | 2024.11.22 20:34:31.151131 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2024.11.22 20:34:31.151351 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 4807 | 2024.11.22 20:34:31.151490 [ 5 ] {ff7df98a-1720-4929-93ac-44e174c595b6} <Debug> TCPHandler: Processed in 0.002238374 sec. | ||
| 4808 | 2024.11.22 20:34:31.151765 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4809 | 2024.11.22 20:34:31.151955 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4810 | 2024.11.22 20:34:31.152027 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4811 | 2024.11.22 20:34:31.152846 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4812 | 2024.11.22 20:34:31.152894 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4813 | 2024.11.22 20:34:31.153324 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4814 | 2024.11.22 20:34:31.153576 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4815 | 2024.11.22 20:34:31.153824 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec. | ||
| 4816 | 2024.11.22 20:34:31.153881 [ 255 ] {e326907e-543d-4730-bee7-4ea86d8e4fdf} <Debug> TCPHandler: Processed in 0.002243375 sec. | ||
| 4817 | 2024.11.22 20:34:31.154050 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2024.11.22 20:34:31.154173 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4819 | 2024.11.22 20:34:31.154234 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4820 | 2024.11.22 20:34:31.154805 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2024.11.22 20:34:31.154846 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4822 | 2024.11.22 20:34:31.155261 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4823 | 2024.11.22 20:34:31.155517 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2024.11.22 20:34:31.155708 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001561 sec., 20499.679692504804 rows/sec., 1.43 MiB/sec. | ||
| 4825 | 2024.11.22 20:34:31.155762 [ 5 ] {bb27dc04-0cf3-4263-a81c-a721303d5dda} <Debug> TCPHandler: Processed in 0.001777274 sec. | ||
| 4826 | 2024.11.22 20:34:31.155931 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2024.11.22 20:34:31.156053 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4828 | 2024.11.22 20:34:31.156111 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4829 | 2024.11.22 20:34:31.156612 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2024.11.22 20:34:31.156652 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4831 | 2024.11.22 20:34:31.157040 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4832 | 2024.11.22 20:34:31.157304 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2024.11.22 20:34:31.157555 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001527 sec., 7858.546168958743 rows/sec., 542.32 KiB/sec. | ||
| 4834 | 2024.11.22 20:34:31.157686 [ 255 ] {d1e6995a-c387-45b9-9e0d-080e379ea0e5} <Debug> TCPHandler: Processed in 0.001818355 sec. | ||
| 4835 | 2024.11.22 20:34:33.190390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4836 | 2024.11.22 20:34:33.191105 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2024.11.22 20:34:33.191159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4838 | 2024.11.22 20:34:33.191707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4839 | 2024.11.22 20:34:33.191991 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2024.11.22 20:34:33.192194 [ 82 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4841 | 2024.11.22 20:34:33.192260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4842 | 2024.11.22 20:34:33.192284 [ 82 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2024.11.22 20:34:33.192314 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4844 | 2024.11.22 20:34:33.192432 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 4845 | 2024.11.22 20:34:33.192538 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4846 | 2024.11.22 20:34:33.192572 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 4847 | 2024.11.22 20:34:33.192635 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4848 | 2024.11.22 20:34:33.192728 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4849 | 2024.11.22 20:34:33.193000 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4850 | 2024.11.22 20:34:33.193175 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4851 | 2024.11.22 20:34:33.193397 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4852 | 2024.11.22 20:34:33.195690 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003310141 sec., 2930086.6639819876 rows/sec., 41.92 MiB/sec. | ||
| 4853 | 2024.11.22 20:34:33.195939 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4854 | 2024.11.22 20:34:33.196269 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2024.11.22 20:34:33.196358 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_21_4} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4856 | 2024.11.22 20:34:33.196454 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4857 | 2024.11.22 20:34:33.879035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4858 | 2024.11.22 20:34:33.900447 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2024.11.22 20:34:33.900500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4860 | 2024.11.22 20:34:33.908018 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4861 | 2024.11.22 20:34:33.908779 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2024.11.22 20:34:33.909155 [ 83 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4863 | 2024.11.22 20:34:33.909301 [ 83 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2024.11.22 20:34:33.909390 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4865 | 2024.11.22 20:34:33.909950 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4866 | 2024.11.22 20:34:33.925132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4867 | 2024.11.22 20:34:33.926851 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4868 | 2024.11.22 20:34:33.928454 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4869 | 2024.11.22 20:34:33.934013 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4870 | 2024.11.22 20:34:33.939415 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4871 | 2024.11.22 20:34:33.944867 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4872 | 2024.11.22 20:34:33.950769 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4873 | 2024.11.22 20:34:33.955515 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 4874 | 2024.11.22 20:34:34.000211 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.87 MiB, peak 193.87 MiB, free memory in arenas 0.00 B, will set to 185.61 MiB (RSS), difference: -8.26 MiB | ||
| 4875 | 2024.11.22 20:34:34.014689 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.105138827 sec., 1512.2862270472162 rows/sec., 7.82 MiB/sec. | ||
| 4876 | 2024.11.22 20:34:34.017245 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4877 | 2024.11.22 20:34:34.020120 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_21_4} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2024.11.22 20:34:34.020211 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_21_4} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4879 | 2024.11.22 20:34:34.022579 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4880 | 2024.11.22 20:34:35.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.21 MiB, peak 193.87 MiB, free memory in arenas 0.00 B, will set to 186.16 MiB (RSS), difference: 9.95 MiB | ||
| 4881 | 2024.11.22 20:34:35.723513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 688 | ||
| 4882 | 2024.11.22 20:34:35.726843 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.11.22 20:34:35.726900 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4884 | 2024.11.22 20:34:35.728392 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4885 | 2024.11.22 20:34:35.728723 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.11.22 20:34:35.729845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 688 | ||
| 4887 | 2024.11.22 20:34:36.157487 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2024.11.22 20:34:36.157797 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4889 | 2024.11.22 20:34:36.157869 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4890 | 2024.11.22 20:34:36.158650 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2024.11.22 20:34:36.158700 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4892 | 2024.11.22 20:34:36.159172 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4893 | 2024.11.22 20:34:36.159433 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2024.11.22 20:34:36.159683 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00197 sec., 61928.93401015228 rows/sec., 5.25 MiB/sec. | ||
| 4895 | 2024.11.22 20:34:36.159738 [ 5 ] {d7292165-eb77-4d2c-8a95-99ad91977734} <Debug> TCPHandler: Processed in 0.00243982 sec. | ||
| 4896 | 2024.11.22 20:34:36.159992 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2024.11.22 20:34:36.160200 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4898 | 2024.11.22 20:34:36.160281 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4899 | 2024.11.22 20:34:36.161081 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2024.11.22 20:34:36.161121 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4901 | 2024.11.22 20:34:36.161553 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4902 | 2024.11.22 20:34:36.161805 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2024.11.22 20:34:36.162010 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001869 sec., 17656.50080256822 rows/sec., 1.30 MiB/sec. | ||
| 4904 | 2024.11.22 20:34:36.162074 [ 255 ] {18515f0e-28ee-4437-9a72-ed91503a752a} <Debug> TCPHandler: Processed in 0.002224425 sec. | ||
| 4905 | 2024.11.22 20:34:36.162223 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2024.11.22 20:34:36.162361 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4907 | 2024.11.22 20:34:36.162418 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2024.11.22 20:34:36.163076 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2024.11.22 20:34:36.163117 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4910 | 2024.11.22 20:34:36.163489 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4911 | 2024.11.22 20:34:36.163724 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2024.11.22 20:34:36.163935 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001605 sec., 60436.13707165109 rows/sec., 4.72 MiB/sec. | ||
| 4913 | 2024.11.22 20:34:36.163988 [ 5 ] {31604e5f-b981-4105-9a0a-d46dbdf99bac} <Debug> TCPHandler: Processed in 0.001834255 sec. | ||
| 4914 | 2024.11.22 20:34:36.164146 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4915 | 2024.11.22 20:34:36.164290 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4916 | 2024.11.22 20:34:36.164357 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4917 | 2024.11.22 20:34:36.164994 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2024.11.22 20:34:36.165031 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4919 | 2024.11.22 20:34:36.165428 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4920 | 2024.11.22 20:34:36.165667 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2024.11.22 20:34:36.165794 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4922 | 2024.11.22 20:34:36.165839 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2024.11.22 20:34:36.165865 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 4924 | 2024.11.22 20:34:36.165870 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4925 | 2024.11.22 20:34:36.165972 [ 255 ] {782de3a3-6a71-4d80-9716-ac1849e5d20e} <Debug> TCPHandler: Processed in 0.001892466 sec. | ||
| 4926 | 2024.11.22 20:34:36.166162 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4927 | 2024.11.22 20:34:36.166172 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4928 | 2024.11.22 20:34:36.166449 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4929 | 2024.11.22 20:34:36.166467 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4930 | 2024.11.22 20:34:36.166559 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7762 rows starting from the beginning of the part | ||
| 4931 | 2024.11.22 20:34:36.166637 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <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 | ||
| 4932 | 2024.11.22 20:34:36.166851 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4933 | 2024.11.22 20:34:36.167247 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4934 | 2024.11.22 20:34:36.167724 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 930 rows starting from the beginning of the part | ||
| 4935 | 2024.11.22 20:34:36.168148 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4936 | 2024.11.22 20:34:36.168445 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 4937 | 2024.11.22 20:34:36.172006 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2024.11.22 20:34:36.172077 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4939 | 2024.11.22 20:34:36.173458 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4940 | 2024.11.22 20:34:36.173812 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2024.11.22 20:34:36.174128 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007765 sec., 4249.839021249195 rows/sec., 7.62 MiB/sec. | ||
| 4942 | 2024.11.22 20:34:36.174236 [ 5 ] {88978270-ffd5-46d9-9ff8-6734babaa6aa} <Debug> TCPHandler: Processed in 0.00816306 sec. | ||
| 4943 | 2024.11.22 20:34:36.174450 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2024.11.22 20:34:36.174794 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4945 | 2024.11.22 20:34:36.174870 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9281 rows, containing 5 columns (5 merged, 0 gathered) in 0.008874597 sec., 1045793.9667570257 rows/sec., 70.54 MiB/sec. | ||
| 4946 | 2024.11.22 20:34:36.174883 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4947 | 2024.11.22 20:34:36.175175 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4948 | 2024.11.22 20:34:36.175799 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2024.11.22 20:34:36.175923 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4950 | 2024.11.22 20:34:36.175991 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4951 | 2024.11.22 20:34:36.175992 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4952 | 2024.11.22 20:34:36.176186 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 4953 | 2024.11.22 20:34:36.176509 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4954 | 2024.11.22 20:34:36.176763 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4955 | 2024.11.22 20:34:36.176891 [ 80 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4956 | 2024.11.22 20:34:36.176933 [ 80 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2024.11.22 20:34:36.176959 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4958 | 2024.11.22 20:34:36.176962 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002292 sec., 26178.010471204187 rows/sec., 1.76 MiB/sec. | ||
| 4959 | 2024.11.22 20:34:36.177073 [ 255 ] {caa2054f-8256-49b5-9f01-f89967c8b133} <Debug> TCPHandler: Processed in 0.002714516 sec. | ||
| 4960 | 2024.11.22 20:34:36.177112 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4961 | 2024.11.22 20:34:36.177214 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4962 | 2024.11.22 20:34:36.177244 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1502 rows starting from the beginning of the part | ||
| 4963 | 2024.11.22 20:34:36.177336 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4964 | 2024.11.22 20:34:36.177540 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4965 | 2024.11.22 20:34:36.177726 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part | ||
| 4966 | 2024.11.22 20:34:36.177868 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
| 4967 | 2024.11.22 20:34:36.178096 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 4968 | 2024.11.22 20:34:36.179327 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1786 rows, containing 4 columns (4 merged, 0 gathered) in 0.002298896 sec., 776894.6485617445 rows/sec., 50.71 MiB/sec. | ||
| 4969 | 2024.11.22 20:34:36.179596 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4970 | 2024.11.22 20:34:36.179929 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4971 | 2024.11.22 20:34:36.180031 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_31_6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4972 | 2024.11.22 20:34:36.180139 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4973 | 2024.11.22 20:34:40.510766 [ 69 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 4974 | 2024.11.22 20:34:40.510894 [ 69 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.11.22 20:34:40.510947 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4976 | 2024.11.22 20:34:40.511353 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 4977 | 2024.11.22 20:34:40.511632 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4978 | 2024.11.22 20:34:40.511701 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 4979 | 2024.11.22 20:34:40.511887 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4980 | 2024.11.22 20:34:40.512072 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4981 | 2024.11.22 20:34:40.512241 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4982 | 2024.11.22 20:34:40.512458 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4983 | 2024.11.22 20:34:40.513567 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002474391 sec., 5657.9578571050415 rows/sec., 379.67 KiB/sec. | ||
| 4984 | 2024.11.22 20:34:40.513795 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4985 | 2024.11.22 20:34:40.514159 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.11.22 20:34:40.514248 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_14_3} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 4987 | 2024.11.22 20:34:40.514350 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4988 | 2024.11.22 20:34:40.575371 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4989 | 2024.11.22 20:34:40.575405 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4990 | 2024.11.22 20:34:40.693329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4991 | 2024.11.22 20:34:40.694050 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.11.22 20:34:40.694090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4993 | 2024.11.22 20:34:40.694614 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4994 | 2024.11.22 20:34:40.694866 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4995 | 2024.11.22 20:34:40.695104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4996 | 2024.11.22 20:34:41.160757 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4997 | 2024.11.22 20:34:41.160985 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4998 | 2024.11.22 20:34:41.161064 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4999 | 2024.11.22 20:34:41.161895 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2024.11.22 20:34:41.162024 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5001 | 2024.11.22 20:34:41.162483 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5002 | 2024.11.22 20:34:41.162744 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5003 | 2024.11.22 20:34:41.162976 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002054 sec., 6815.9688412852975 rows/sec., 490.66 KiB/sec. | ||
| 5004 | 2024.11.22 20:34:41.163136 [ 5 ] {c238eb17-4534-46de-8dcb-c982c2fb1d09} <Debug> TCPHandler: Processed in 0.002515282 sec. | ||
| 5005 | 2024.11.22 20:34:41.163395 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2024.11.22 20:34:41.163576 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5007 | 2024.11.22 20:34:41.163648 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5008 | 2024.11.22 20:34:41.164471 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2024.11.22 20:34:41.164519 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5010 | 2024.11.22 20:34:41.164964 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5011 | 2024.11.22 20:34:41.165214 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2024.11.22 20:34:41.165439 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001905 sec., 114960.62992125984 rows/sec., 10.01 MiB/sec. | ||
| 5013 | 2024.11.22 20:34:41.165575 [ 255 ] {7ff32790-c5a8-4f9d-993d-1789019ba0da} <Debug> TCPHandler: Processed in 0.002305826 sec. | ||
| 5014 | 2024.11.22 20:34:41.165786 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2024.11.22 20:34:41.165926 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5016 | 2024.11.22 20:34:41.165978 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5017 | 2024.11.22 20:34:41.166556 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2024.11.22 20:34:41.166598 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5019 | 2024.11.22 20:34:41.166967 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5020 | 2024.11.22 20:34:41.167209 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2024.11.22 20:34:41.167483 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001581 sec., 9487.666034155598 rows/sec., 668.95 KiB/sec. | ||
| 5022 | 2024.11.22 20:34:41.167711 [ 5 ] {08ca8841-2741-4717-920a-2adfcbea9a05} <Debug> TCPHandler: Processed in 0.00202563 sec. | ||
| 5023 | 2024.11.22 20:34:41.167880 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5024 | 2024.11.22 20:34:41.168027 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5025 | 2024.11.22 20:34:41.168091 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5026 | 2024.11.22 20:34:41.168773 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2024.11.22 20:34:41.168819 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5028 | 2024.11.22 20:34:41.169186 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5029 | 2024.11.22 20:34:41.169422 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2024.11.22 20:34:41.169656 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec. | ||
| 5031 | 2024.11.22 20:34:41.169824 [ 255 ] {fcb94dcd-f74e-41da-8694-eb1580798a60} <Debug> TCPHandler: Processed in 0.002000728 sec. | ||
| 5032 | 2024.11.22 20:34:41.169971 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5033 | 2024.11.22 20:34:41.170111 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5034 | 2024.11.22 20:34:41.170170 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5035 | 2024.11.22 20:34:41.170839 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.11.22 20:34:41.170887 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5037 | 2024.11.22 20:34:41.171257 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5038 | 2024.11.22 20:34:41.171499 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.11.22 20:34:41.171713 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec. | ||
| 5040 | 2024.11.22 20:34:41.171767 [ 5 ] {5fef8294-57cf-4175-93a6-ee67bbc4dc44} <Debug> TCPHandler: Processed in 0.001862026 sec. | ||
| 5041 | 2024.11.22 20:34:41.171910 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5042 | 2024.11.22 20:34:41.172029 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5043 | 2024.11.22 20:34:41.172078 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5044 | 2024.11.22 20:34:41.172783 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2024.11.22 20:34:41.172820 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5046 | 2024.11.22 20:34:41.173191 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5047 | 2024.11.22 20:34:41.173423 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2024.11.22 20:34:41.173604 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.0016 sec., 243750 rows/sec., 17.29 MiB/sec. | ||
| 5049 | 2024.11.22 20:34:41.173657 [ 255 ] {a5f9aa83-ccbc-4f94-af5c-e906075b90ef} <Debug> TCPHandler: Processed in 0.001802834 sec. | ||
| 5050 | 2024.11.22 20:34:41.173796 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.11.22 20:34:41.173932 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5052 | 2024.11.22 20:34:41.174030 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5053 | 2024.11.22 20:34:41.174896 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.11.22 20:34:41.174964 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5055 | 2024.11.22 20:34:41.175338 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5056 | 2024.11.22 20:34:41.175599 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2024.11.22 20:34:41.175817 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001927 sec., 3113.6481577581735 rows/sec., 162.68 KiB/sec. | ||
| 5058 | 2024.11.22 20:34:41.175871 [ 5 ] {8826d5a2-e224-4496-b386-97ed6b51bfc7} <Debug> TCPHandler: Processed in 0.002130732 sec. | ||
| 5059 | 2024.11.22 20:34:41.176041 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2024.11.22 20:34:41.176185 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5061 | 2024.11.22 20:34:41.176248 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5062 | 2024.11.22 20:34:41.176932 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2024.11.22 20:34:41.176970 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5064 | 2024.11.22 20:34:41.177372 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5065 | 2024.11.22 20:34:41.177609 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2024.11.22 20:34:41.177788 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001635 sec., 144954.12844036697 rows/sec., 9.72 MiB/sec. | ||
| 5067 | 2024.11.22 20:34:41.177841 [ 255 ] {fee1d53a-1307-496b-948e-e3ec4185d25d} <Debug> TCPHandler: Processed in 0.001870225 sec. | ||
| 5068 | 2024.11.22 20:34:41.177999 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5069 | 2024.11.22 20:34:41.178137 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5070 | 2024.11.22 20:34:41.178197 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5071 | 2024.11.22 20:34:41.178750 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2024.11.22 20:34:41.178798 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5073 | 2024.11.22 20:34:41.179169 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5074 | 2024.11.22 20:34:41.179405 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2024.11.22 20:34:41.179614 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 5076 | 2024.11.22 20:34:41.179667 [ 5 ] {297875f1-0b71-44cf-af4b-f74b7504f3ac} <Debug> TCPHandler: Processed in 0.001739393 sec. | ||
| 5077 | 2024.11.22 20:34:41.179805 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5078 | 2024.11.22 20:34:41.179936 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5079 | 2024.11.22 20:34:41.180030 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <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 | ||
| 5080 | 2024.11.22 20:34:41.181246 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2024.11.22 20:34:41.181283 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5082 | 2024.11.22 20:34:41.181888 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5083 | 2024.11.22 20:34:41.182141 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2024.11.22 20:34:41.182337 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002437 sec., 3282.7246614690193 rows/sec., 5.88 MiB/sec. | ||
| 5085 | 2024.11.22 20:34:41.182439 [ 255 ] {08e5f601-d65d-4a76-955e-8bdf03c11549} <Debug> TCPHandler: Processed in 0.002691336 sec. | ||
| 5086 | 2024.11.22 20:34:41.182576 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5087 | 2024.11.22 20:34:41.182694 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5088 | 2024.11.22 20:34:41.182745 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5089 | 2024.11.22 20:34:41.183236 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5090 | 2024.11.22 20:34:41.183276 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5091 | 2024.11.22 20:34:41.183657 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5092 | 2024.11.22 20:34:41.183902 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5093 | 2024.11.22 20:34:41.184117 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
| 5094 | 2024.11.22 20:34:41.184172 [ 5 ] {40c031df-3400-43a3-b5d8-6eaed996773c} <Debug> TCPHandler: Processed in 0.001652301 sec. | ||
| 5095 | 2024.11.22 20:34:41.426161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 5096 | 2024.11.22 20:34:41.445743 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2024.11.22 20:34:41.445812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5098 | 2024.11.22 20:34:41.453085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5099 | 2024.11.22 20:34:41.453861 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2024.11.22 20:34:41.457243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 5101 | 2024.11.22 20:34:41.966472 [ 66 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5102 | 2024.11.22 20:34:41.966570 [ 66 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2024.11.22 20:34:41.966611 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5104 | 2024.11.22 20:34:41.966884 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 5105 | 2024.11.22 20:34:41.967177 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5106 | 2024.11.22 20:34:41.967250 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 5107 | 2024.11.22 20:34:41.967376 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 5108 | 2024.11.22 20:34:41.967472 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 5109 | 2024.11.22 20:34:41.967710 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 5110 | 2024.11.22 20:34:41.967864 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 5111 | 2024.11.22 20:34:41.968793 [ 201 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002084701 sec., 14390.552889838878 rows/sec., 1.20 MiB/sec. | ||
| 5112 | 2024.11.22 20:34:41.968946 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5113 | 2024.11.22 20:34:41.969229 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5114 | 2024.11.22 20:34:41.969304 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_5_1} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5115 | 2024.11.22 20:34:41.969380 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5116 | 2024.11.22 20:34:45.731075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 722 | ||
| 5117 | 2024.11.22 20:34:45.734332 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5118 | 2024.11.22 20:34:45.734377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5119 | 2024.11.22 20:34:45.735884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5120 | 2024.11.22 20:34:45.736199 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5121 | 2024.11.22 20:34:45.736367 [ 55 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5122 | 2024.11.22 20:34:45.736438 [ 55 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5123 | 2024.11.22 20:34:45.736486 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5124 | 2024.11.22 20:34:45.736952 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 5125 | 2024.11.22 20:34:45.737390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 5126 | 2024.11.22 20:34:45.737968 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5127 | 2024.11.22 20:34:45.738171 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 530 rows starting from the beginning of the part | ||
| 5128 | 2024.11.22 20:34:45.738805 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 44 rows starting from the beginning of the part | ||
| 5129 | 2024.11.22 20:34:45.739470 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 5130 | 2024.11.22 20:34:45.740091 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 5131 | 2024.11.22 20:34:45.740753 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part | ||
| 5132 | 2024.11.22 20:34:45.741342 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 5133 | 2024.11.22 20:34:45.749545 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 722 rows, containing 72 columns (72 merged, 0 gathered) in 0.012914256 sec., 55907.20828207215 rows/sec., 48.02 MiB/sec. | ||
| 5134 | 2024.11.22 20:34:45.750617 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5135 | 2024.11.22 20:34:45.751345 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2024.11.22 20:34:45.751431 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_16_3} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5137 | 2024.11.22 20:34:45.751646 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5138 | 2024.11.22 20:34:46.157538 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2024.11.22 20:34:46.157715 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5140 | 2024.11.22 20:34:46.157784 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5141 | 2024.11.22 20:34:46.158528 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2024.11.22 20:34:46.158580 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5143 | 2024.11.22 20:34:46.159011 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5144 | 2024.11.22 20:34:46.159273 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2024.11.22 20:34:46.159506 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001842 sec., 66232.35613463625 rows/sec., 5.61 MiB/sec. | ||
| 5146 | 2024.11.22 20:34:46.159563 [ 5 ] {0cf14ea5-0424-497c-95a6-d8f1fd4121f1} <Debug> TCPHandler: Processed in 0.002150013 sec. | ||
| 5147 | 2024.11.22 20:34:46.159819 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2024.11.22 20:34:46.160032 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5149 | 2024.11.22 20:34:46.160106 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5150 | 2024.11.22 20:34:46.160862 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2024.11.22 20:34:46.160939 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5152 | 2024.11.22 20:34:46.161372 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5153 | 2024.11.22 20:34:46.161622 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5154 | 2024.11.22 20:34:46.161907 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001929 sec., 17107.309486780716 rows/sec., 1.26 MiB/sec. | ||
| 5155 | 2024.11.22 20:34:46.162118 [ 255 ] {d7aec345-71fb-47b5-8701-ec6e504c23d8} <Debug> TCPHandler: Processed in 0.00244077 sec. | ||
| 5156 | 2024.11.22 20:34:46.162328 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5157 | 2024.11.22 20:34:46.162445 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5158 | 2024.11.22 20:34:46.162496 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5159 | 2024.11.22 20:34:46.163149 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2024.11.22 20:34:46.163190 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5161 | 2024.11.22 20:34:46.163562 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5162 | 2024.11.22 20:34:46.163806 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2024.11.22 20:34:46.164047 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001608 sec., 60323.383084577115 rows/sec., 4.71 MiB/sec. | ||
| 5164 | 2024.11.22 20:34:46.164125 [ 5 ] {03cf4729-55cd-4590-a3f6-a2a1f648869c} <Debug> TCPHandler: Processed in 0.001897246 sec. | ||
| 5165 | 2024.11.22 20:34:46.164389 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5166 | 2024.11.22 20:34:46.164535 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5167 | 2024.11.22 20:34:46.164600 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5168 | 2024.11.22 20:34:46.165240 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2024.11.22 20:34:46.165280 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5170 | 2024.11.22 20:34:46.165672 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5171 | 2024.11.22 20:34:46.165903 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2024.11.22 20:34:46.166107 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. | ||
| 5173 | 2024.11.22 20:34:46.166158 [ 255 ] {5da0f501-a69d-4649-ade0-87647f2e9463} <Debug> TCPHandler: Processed in 0.001890387 sec. | ||
| 5174 | 2024.11.22 20:34:46.166357 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5175 | 2024.11.22 20:34:46.166582 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5176 | 2024.11.22 20:34:46.166727 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5177 | 2024.11.22 20:34:46.168070 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2024.11.22 20:34:46.168110 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5179 | 2024.11.22 20:34:46.168760 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5180 | 2024.11.22 20:34:46.169027 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2024.11.22 20:34:46.169261 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002722 sec., 12123.438648052903 rows/sec., 21.72 MiB/sec. | ||
| 5182 | 2024.11.22 20:34:46.169736 [ 5 ] {fe27293e-b5b1-46cd-bdba-9523f0ec816b} <Debug> TCPHandler: Processed in 0.003485975 sec. | ||
| 5183 | 2024.11.22 20:34:46.169902 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5184 | 2024.11.22 20:34:46.170039 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5185 | 2024.11.22 20:34:46.170098 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5186 | 2024.11.22 20:34:46.170679 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2024.11.22 20:34:46.170726 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5188 | 2024.11.22 20:34:46.171141 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5189 | 2024.11.22 20:34:46.171373 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2024.11.22 20:34:46.171589 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 5191 | 2024.11.22 20:34:46.171639 [ 255 ] {5a098d29-038b-433a-9318-ff94f58ae77d} <Debug> TCPHandler: Processed in 0.001801715 sec. | ||
| 5192 | 2024.11.22 20:34:48.196163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5193 | 2024.11.22 20:34:48.196848 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2024.11.22 20:34:48.196889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5195 | 2024.11.22 20:34:48.197476 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5196 | 2024.11.22 20:34:48.197735 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5197 | 2024.11.22 20:34:48.197912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5198 | 2024.11.22 20:34:48.958248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5199 | 2024.11.22 20:34:48.978799 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5200 | 2024.11.22 20:34:48.978854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5201 | 2024.11.22 20:34:48.986483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5202 | 2024.11.22 20:34:48.987238 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5203 | 2024.11.22 20:34:48.990650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5204 | 2024.11.22 20:34:51.160876 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2024.11.22 20:34:51.161188 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5206 | 2024.11.22 20:34:51.161283 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5207 | 2024.11.22 20:34:51.162053 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2024.11.22 20:34:51.162106 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5209 | 2024.11.22 20:34:51.162545 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5210 | 2024.11.22 20:34:51.162817 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2024.11.22 20:34:51.163071 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 5212 | 2024.11.22 20:34:51.163135 [ 5 ] {962c0859-4488-46b9-aa5f-95cae07d27ca} <Debug> TCPHandler: Processed in 0.002459731 sec. | ||
| 5213 | 2024.11.22 20:34:51.163402 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2024.11.22 20:34:51.163617 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5215 | 2024.11.22 20:34:51.163699 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5216 | 2024.11.22 20:34:51.164628 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2024.11.22 20:34:51.164678 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5218 | 2024.11.22 20:34:51.165127 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5219 | 2024.11.22 20:34:51.165387 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2024.11.22 20:34:51.165569 [ 47 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5221 | 2024.11.22 20:34:51.165649 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002087 sec., 104935.31384762817 rows/sec., 9.14 MiB/sec. | ||
| 5222 | 2024.11.22 20:34:51.165657 [ 47 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2024.11.22 20:34:51.165734 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5224 | 2024.11.22 20:34:51.165788 [ 255 ] {77596834-639a-40be-a4aa-9f2f87b307c6} <Debug> TCPHandler: Processed in 0.002528761 sec. | ||
| 5225 | 2024.11.22 20:34:51.165925 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 5226 | 2024.11.22 20:34:51.166061 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5227 | 2024.11.22 20:34:51.166092 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5228 | 2024.11.22 20:34:51.166153 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part | ||
| 5229 | 2024.11.22 20:34:51.166405 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 5230 | 2024.11.22 20:34:51.166438 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5231 | 2024.11.22 20:34:51.166621 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5232 | 2024.11.22 20:34:51.166757 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 122 rows starting from the beginning of the part | ||
| 5233 | 2024.11.22 20:34:51.167179 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 219 rows starting from the beginning of the part | ||
| 5234 | 2024.11.22 20:34:51.167467 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 122 rows starting from the beginning of the part | ||
| 5235 | 2024.11.22 20:34:51.167765 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 219 rows starting from the beginning of the part | ||
| 5236 | 2024.11.22 20:34:51.169455 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2024.11.22 20:34:51.169525 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5238 | 2024.11.22 20:34:51.170438 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5239 | 2024.11.22 20:34:51.170991 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2024.11.22 20:34:51.171047 [ 201 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005214458 sec., 416917.73143057246 rows/sec., 36.67 MiB/sec. | ||
| 5241 | 2024.11.22 20:34:51.171238 [ 47 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5242 | 2024.11.22 20:34:51.171348 [ 47 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.11.22 20:34:51.171374 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005065 sec., 2961.5004935834154 rows/sec., 208.81 KiB/sec. | ||
| 5244 | 2024.11.22 20:34:51.171423 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5245 | 2024.11.22 20:34:51.171680 [ 5 ] {0caef0cf-6e5f-4010-9185-6a79e0932b5b} <Debug> TCPHandler: Processed in 0.00576265 sec. | ||
| 5246 | 2024.11.22 20:34:51.171816 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5247 | 2024.11.22 20:34:51.171993 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 5248 | 2024.11.22 20:34:51.172126 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2024.11.22 20:34:51.172467 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5250 | 2024.11.22 20:34:51.172552 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5251 | 2024.11.22 20:34:51.172583 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part | ||
| 5252 | 2024.11.22 20:34:51.172725 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5253 | 2024.11.22 20:34:51.172941 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2024.11.22 20:34:51.173106 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part | ||
| 5255 | 2024.11.22 20:34:51.173570 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_36_7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5256 | 2024.11.22 20:34:51.173727 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
| 5257 | 2024.11.22 20:34:51.173952 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 5258 | 2024.11.22 20:34:51.174254 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part | ||
| 5259 | 2024.11.22 20:34:51.174620 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
| 5260 | 2024.11.22 20:34:51.174991 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part | ||
| 5261 | 2024.11.22 20:34:51.176037 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5262 | 2024.11.22 20:34:51.176113 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5263 | 2024.11.22 20:34:51.177065 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5264 | 2024.11.22 20:34:51.177702 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5265 | 2024.11.22 20:34:51.177808 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006171911 sec., 30298.557448414274 rows/sec., 2.27 MiB/sec. | ||
| 5266 | 2024.11.22 20:34:51.177969 [ 47 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5267 | 2024.11.22 20:34:51.178054 [ 47 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2024.11.22 20:34:51.178110 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5269 | 2024.11.22 20:34:51.178131 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5270 | 2024.11.22 20:34:51.178375 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005931 sec., 2360.478839993256 rows/sec., 165.31 KiB/sec. | ||
| 5271 | 2024.11.22 20:34:51.178485 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::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 | ||
| 5272 | 2024.11.22 20:34:51.178689 [ 255 ] {679f49f1-a18e-4cfa-a33c-d0793cf3bd4e} <Debug> TCPHandler: Processed in 0.006697414 sec. | ||
| 5273 | 2024.11.22 20:34:51.178926 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5274 | 2024.11.22 20:34:51.178962 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5275 | 2024.11.22 20:34:51.179015 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2024.11.22 20:34:51.179078 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5277 | 2024.11.22 20:34:51.179244 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_31_6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5278 | 2024.11.22 20:34:51.179405 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5279 | 2024.11.22 20:34:51.179429 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5280 | 2024.11.22 20:34:51.179607 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5281 | 2024.11.22 20:34:51.179710 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5282 | 2024.11.22 20:34:51.179850 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5283 | 2024.11.22 20:34:51.180524 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
| 5284 | 2024.11.22 20:34:51.180800 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5285 | 2024.11.22 20:34:51.181109 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5286 | 2024.11.22 20:34:51.182228 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.11.22 20:34:51.182274 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5288 | 2024.11.22 20:34:51.182838 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5289 | 2024.11.22 20:34:51.183019 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004774837 sec., 113302.29702081978 rows/sec., 8.12 MiB/sec. | ||
| 5290 | 2024.11.22 20:34:51.183267 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2024.11.22 20:34:51.183320 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5292 | 2024.11.22 20:34:51.183667 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004399 sec., 2955.2170947942714 rows/sec., 184.26 KiB/sec. | ||
| 5293 | 2024.11.22 20:34:51.183815 [ 5 ] {4485a530-b134-4746-aaed-8f810ec92aee} <Debug> TCPHandler: Processed in 0.004981671 sec. | ||
| 5294 | 2024.11.22 20:34:51.183860 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2024.11.22 20:34:51.184025 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_16_3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5296 | 2024.11.22 20:34:51.184042 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5297 | 2024.11.22 20:34:51.184161 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5298 | 2024.11.22 20:34:51.184264 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5299 | 2024.11.22 20:34:51.184326 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5300 | 2024.11.22 20:34:51.185197 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2024.11.22 20:34:51.185237 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5302 | 2024.11.22 20:34:51.185624 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5303 | 2024.11.22 20:34:51.185868 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2024.11.22 20:34:51.186029 [ 47 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5305 | 2024.11.22 20:34:51.186086 [ 47 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5306 | 2024.11.22 20:34:51.186121 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00188 sec., 207446.8085106383 rows/sec., 14.71 MiB/sec. | ||
| 5307 | 2024.11.22 20:34:51.186129 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5308 | 2024.11.22 20:34:51.186305 [ 255 ] {0448bba4-889a-4c47-b138-71a749a390bb} <Debug> TCPHandler: Processed in 0.002378518 sec. | ||
| 5309 | 2024.11.22 20:34:51.186527 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2024.11.22 20:34:51.186533 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 5311 | 2024.11.22 20:34:51.186756 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5312 | 2024.11.22 20:34:51.186903 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5313 | 2024.11.22 20:34:51.186907 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5314 | 2024.11.22 20:34:51.187033 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 5315 | 2024.11.22 20:34:51.187417 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5316 | 2024.11.22 20:34:51.187931 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 97 rows starting from the beginning of the part | ||
| 5317 | 2024.11.22 20:34:51.188232 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 390 rows starting from the beginning of the part | ||
| 5318 | 2024.11.22 20:34:51.188553 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 97 rows starting from the beginning of the part | ||
| 5319 | 2024.11.22 20:34:51.188926 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part | ||
| 5320 | 2024.11.22 20:34:51.189486 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2024.11.22 20:34:51.189557 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5322 | 2024.11.22 20:34:51.190473 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5323 | 2024.11.22 20:34:51.191018 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2024.11.22 20:34:51.191286 [ 47 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5325 | 2024.11.22 20:34:51.191376 [ 47 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2024.11.22 20:34:51.191412 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5327 | 2024.11.22 20:34:51.191479 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004758 sec., 1261.0340479192937 rows/sec., 65.88 KiB/sec. | ||
| 5328 | 2024.11.22 20:34:51.191846 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 5329 | 2024.11.22 20:34:51.191925 [ 5 ] {8cd2ba54-d417-4300-ba26-e8f9dde2ce4a} <Debug> TCPHandler: Processed in 0.005497524 sec. | ||
| 5330 | 2024.11.22 20:34:51.192382 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5331 | 2024.11.22 20:34:51.192422 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2024.11.22 20:34:51.192455 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613939 sec., 318109.77963608765 rows/sec., 24.35 MiB/sec. | ||
| 5333 | 2024.11.22 20:34:51.192474 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part | ||
| 5334 | 2024.11.22 20:34:51.192821 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5335 | 2024.11.22 20:34:51.192861 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5336 | 2024.11.22 20:34:51.192979 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5337 | 2024.11.22 20:34:51.193220 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5338 | 2024.11.22 20:34:51.193247 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5339 | 2024.11.22 20:34:51.193672 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5340 | 2024.11.22 20:34:51.194056 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5341 | 2024.11.22 20:34:51.194468 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5342 | 2024.11.22 20:34:51.195251 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2024.11.22 20:34:51.195883 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_36_7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5344 | 2024.11.22 20:34:51.196344 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5345 | 2024.11.22 20:34:51.196964 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2024.11.22 20:34:51.197042 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5347 | 2024.11.22 20:34:51.197992 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.006442028 sec., 13970.755793051505 rows/sec., 729.92 KiB/sec. | ||
| 5348 | 2024.11.22 20:34:51.198169 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5349 | 2024.11.22 20:34:51.198178 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5350 | 2024.11.22 20:34:51.198678 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2024.11.22 20:34:51.198691 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2024.11.22 20:34:51.198855 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_15_3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5353 | 2024.11.22 20:34:51.199083 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5354 | 2024.11.22 20:34:51.199235 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006615 sec., 35827.664399092966 rows/sec., 2.40 MiB/sec. | ||
| 5355 | 2024.11.22 20:34:51.199450 [ 255 ] {c8725a2b-d469-46f9-9aa7-6f8918ea730c} <Debug> TCPHandler: Processed in 0.007322959 sec. | ||
| 5356 | 2024.11.22 20:34:51.199679 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2024.11.22 20:34:51.199820 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5358 | 2024.11.22 20:34:51.199880 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5359 | 2024.11.22 20:34:51.200388 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2024.11.22 20:34:51.200428 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5361 | 2024.11.22 20:34:51.200808 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5362 | 2024.11.22 20:34:51.201053 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2024.11.22 20:34:51.201273 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 5364 | 2024.11.22 20:34:51.201325 [ 5 ] {108d6a68-1b42-4301-b3db-c058721e9906} <Debug> TCPHandler: Processed in 0.001749173 sec. | ||
| 5365 | 2024.11.22 20:34:51.201497 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.11.22 20:34:51.201634 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.11.22 20:34:51.201728 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <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 | ||
| 5368 | 2024.11.22 20:34:51.202882 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.11.22 20:34:51.202922 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5370 | 2024.11.22 20:34:51.203562 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5371 | 2024.11.22 20:34:51.203816 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.11.22 20:34:51.204026 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5373 | 2024.11.22 20:34:51.204109 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002495 sec., 3206.4128256513027 rows/sec., 5.75 MiB/sec. | ||
| 5374 | 2024.11.22 20:34:51.204120 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5375 | 2024.11.22 20:34:51.204236 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5376 | 2024.11.22 20:34:51.204407 [ 255 ] {c01d715e-7e7f-4caa-967d-0f775d3f8b47} <Debug> TCPHandler: Processed in 0.002971282 sec. | ||
| 5377 | 2024.11.22 20:34:51.204710 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 5378 | 2024.11.22 20:34:51.204736 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2024.11.22 20:34:51.205022 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5380 | 2024.11.22 20:34:51.205159 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5381 | 2024.11.22 20:34:51.205364 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5382 | 2024.11.22 20:34:51.205505 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 487 rows starting from the beginning of the part | ||
| 5383 | 2024.11.22 20:34:51.206080 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 5384 | 2024.11.22 20:34:51.206694 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
| 5385 | 2024.11.22 20:34:51.206705 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5386 | 2024.11.22 20:34:51.206756 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5387 | 2024.11.22 20:34:51.207167 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 5388 | 2024.11.22 20:34:51.207696 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
| 5389 | 2024.11.22 20:34:51.207879 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5390 | 2024.11.22 20:34:51.208187 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 5391 | 2024.11.22 20:34:51.208635 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2024.11.22 20:34:51.209062 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004124 sec., 19883.60814742968 rows/sec., 1.26 MiB/sec. | ||
| 5393 | 2024.11.22 20:34:51.209149 [ 5 ] {ec2d0e6e-1368-408e-a462-de22e01fe1b9} <Debug> TCPHandler: Processed in 0.004585852 sec. | ||
| 5394 | 2024.11.22 20:34:51.214718 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 577 rows, containing 19 columns (19 merged, 0 gathered) in 0.010282871 sec., 56112.733496316345 rows/sec., 100.55 MiB/sec. | ||
| 5395 | 2024.11.22 20:34:51.215613 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5396 | 2024.11.22 20:34:51.216037 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5397 | 2024.11.22 20:34:51.216121 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5398 | 2024.11.22 20:34:51.216273 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 5399 | 2024.11.22 20:34:55.575441 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5400 | 2024.11.22 20:34:55.575512 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5401 | 2024.11.22 20:34:55.698965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5402 | 2024.11.22 20:34:55.699583 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2024.11.22 20:34:55.699622 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5404 | 2024.11.22 20:34:55.700158 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5405 | 2024.11.22 20:34:55.700419 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2024.11.22 20:34:55.700661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5407 | 2024.11.22 20:34:55.738518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 756 | ||
| 5408 | 2024.11.22 20:34:55.741783 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5409 | 2024.11.22 20:34:55.741843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5410 | 2024.11.22 20:34:55.743330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5411 | 2024.11.22 20:34:55.743661 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5412 | 2024.11.22 20:34:55.744307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756 | ||
| 5413 | 2024.11.22 20:34:56.157365 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5414 | 2024.11.22 20:34:56.157554 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5415 | 2024.11.22 20:34:56.157626 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5416 | 2024.11.22 20:34:56.158397 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2024.11.22 20:34:56.158445 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5418 | 2024.11.22 20:34:56.158886 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5419 | 2024.11.22 20:34:56.159149 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2024.11.22 20:34:56.159387 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001884 sec., 64755.83864118896 rows/sec., 5.49 MiB/sec. | ||
| 5421 | 2024.11.22 20:34:56.159445 [ 5 ] {dea4383c-c423-40e7-9d0a-7b6f44a5ba99} <Debug> TCPHandler: Processed in 0.002212644 sec. | ||
| 5422 | 2024.11.22 20:34:56.159688 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5423 | 2024.11.22 20:34:56.159880 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5424 | 2024.11.22 20:34:56.159952 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5425 | 2024.11.22 20:34:56.160717 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5426 | 2024.11.22 20:34:56.160757 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5427 | 2024.11.22 20:34:56.161206 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5428 | 2024.11.22 20:34:56.161455 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5429 | 2024.11.22 20:34:56.161646 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001821 sec., 18121.91103789127 rows/sec., 1.33 MiB/sec. | ||
| 5430 | 2024.11.22 20:34:56.161700 [ 255 ] {6849e8db-1fc2-409b-9510-e49235a0ee12} <Debug> TCPHandler: Processed in 0.002146893 sec. | ||
| 5431 | 2024.11.22 20:34:56.161873 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5432 | 2024.11.22 20:34:56.162013 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5433 | 2024.11.22 20:34:56.162071 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5434 | 2024.11.22 20:34:56.162736 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5435 | 2024.11.22 20:34:56.162778 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5436 | 2024.11.22 20:34:56.163168 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5437 | 2024.11.22 20:34:56.163423 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5438 | 2024.11.22 20:34:56.163632 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001651 sec., 58752.27135069655 rows/sec., 4.59 MiB/sec. | ||
| 5439 | 2024.11.22 20:34:56.163684 [ 5 ] {bae916ca-8ebf-41c3-8c91-29d02213a2fc} <Debug> TCPHandler: Processed in 0.001879226 sec. | ||
| 5440 | 2024.11.22 20:34:56.163852 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5441 | 2024.11.22 20:34:56.163986 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5442 | 2024.11.22 20:34:56.164049 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5443 | 2024.11.22 20:34:56.164665 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5444 | 2024.11.22 20:34:56.164703 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5445 | 2024.11.22 20:34:56.165112 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5446 | 2024.11.22 20:34:56.165355 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5447 | 2024.11.22 20:34:56.165563 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 5448 | 2024.11.22 20:34:56.165639 [ 255 ] {26cda93d-c5f1-4a8d-98fa-b9565684523e} <Debug> TCPHandler: Processed in 0.001854876 sec. | ||
| 5449 | 2024.11.22 20:34:56.165955 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5450 | 2024.11.22 20:34:56.166180 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5451 | 2024.11.22 20:34:56.166320 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <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 | ||
| 5452 | 2024.11.22 20:34:56.167501 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5453 | 2024.11.22 20:34:56.167542 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5454 | 2024.11.22 20:34:56.168205 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5455 | 2024.11.22 20:34:56.168481 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.11.22 20:34:56.168728 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002602 sec., 12682.551883166794 rows/sec., 22.73 MiB/sec. | ||
| 5457 | 2024.11.22 20:34:56.168966 [ 5 ] {7a54b9fc-86aa-4ae3-9db1-27bd494b39b7} <Debug> TCPHandler: Processed in 0.003229029 sec. | ||
| 5458 | 2024.11.22 20:34:56.169121 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5459 | 2024.11.22 20:34:56.169233 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5460 | 2024.11.22 20:34:56.169285 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5461 | 2024.11.22 20:34:56.169857 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5462 | 2024.11.22 20:34:56.169905 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5463 | 2024.11.22 20:34:56.170359 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5464 | 2024.11.22 20:34:56.170593 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5465 | 2024.11.22 20:34:56.170817 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 5466 | 2024.11.22 20:34:56.170867 [ 255 ] {f6148105-825a-4bf1-bfbe-6dc2e03bda5c} <Debug> TCPHandler: Processed in 0.001802374 sec. | ||
| 5467 | 2024.11.22 20:34:56.491666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5468 | 2024.11.22 20:34:56.513944 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2024.11.22 20:34:56.514004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 5470 | 2024.11.22 20:34:56.521725 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5471 | 2024.11.22 20:34:56.522501 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2024.11.22 20:34:56.525928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5473 | 2024.11.22 20:34:59.453614 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5474 | 2024.11.22 20:34:59.453845 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5475 | 2024.11.22 20:34:59.453925 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5476 | 2024.11.22 20:34:59.454749 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2024.11.22 20:34:59.454827 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5478 | 2024.11.22 20:34:59.455345 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5479 | 2024.11.22 20:34:59.455622 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2024.11.22 20:34:59.455922 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002131 sec., 6569.685593618019 rows/sec., 472.93 KiB/sec. | ||
| 5481 | 2024.11.22 20:34:59.456000 [ 5 ] {084c1d1e-cc41-4c59-b7b9-4db741245da3} <Debug> TCPHandler: Processed in 0.002524951 sec. | ||
| 5482 | 2024.11.22 20:34:59.456299 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5483 | 2024.11.22 20:34:59.456498 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5484 | 2024.11.22 20:34:59.456570 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5485 | 2024.11.22 20:34:59.457381 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2024.11.22 20:34:59.457422 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5487 | 2024.11.22 20:34:59.457867 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5488 | 2024.11.22 20:34:59.458134 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5489 | 2024.11.22 20:34:59.458337 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec. | ||
| 5490 | 2024.11.22 20:34:59.458400 [ 255 ] {2e42951b-af9a-4b5d-b0e5-4669d1551fe3} <Debug> TCPHandler: Processed in 0.002237115 sec. | ||
| 5491 | 2024.11.22 20:34:59.458615 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2024.11.22 20:34:59.458774 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5493 | 2024.11.22 20:34:59.458845 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5494 | 2024.11.22 20:34:59.460684 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2024.11.22 20:34:59.460741 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5496 | 2024.11.22 20:34:59.461358 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5497 | 2024.11.22 20:34:59.461686 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5498 | 2024.11.22 20:34:59.462001 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003267 sec., 416284.052647689 rows/sec., 34.59 MiB/sec. | ||
| 5499 | 2024.11.22 20:34:59.462096 [ 5 ] {235b683b-bb27-4bb4-8983-5a7eab085ea9} <Debug> TCPHandler: Processed in 0.003570857 sec. | ||
| 5500 | 2024.11.22 20:34:59.462327 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2024.11.22 20:34:59.462849 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5502 | 2024.11.22 20:34:59.462916 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5503 | 2024.11.22 20:34:59.463565 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2024.11.22 20:34:59.463607 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5505 | 2024.11.22 20:34:59.464005 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5506 | 2024.11.22 20:34:59.464259 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2024.11.22 20:34:59.464450 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001643 sec., 10346.926354230067 rows/sec., 728.71 KiB/sec. | ||
| 5508 | 2024.11.22 20:34:59.464510 [ 255 ] {b68e1823-9534-4e5b-9f5d-025b1b559c01} <Debug> TCPHandler: Processed in 0.002269936 sec. | ||
| 5509 | 2024.11.22 20:34:59.464701 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2024.11.22 20:34:59.464871 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5511 | 2024.11.22 20:34:59.464944 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5512 | 2024.11.22 20:34:59.465707 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2024.11.22 20:34:59.465752 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5514 | 2024.11.22 20:34:59.466168 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5515 | 2024.11.22 20:34:59.466422 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2024.11.22 20:34:59.466662 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001827 sec., 132457.5807334428 rows/sec., 8.97 MiB/sec. | ||
| 5517 | 2024.11.22 20:34:59.466793 [ 5 ] {dc1f2168-6fb8-47e3-aa32-d55f454e47c8} <Debug> TCPHandler: Processed in 0.002171153 sec. | ||
| 5518 | 2024.11.22 20:34:59.466967 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2024.11.22 20:34:59.467093 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5520 | 2024.11.22 20:34:59.467148 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5521 | 2024.11.22 20:34:59.467774 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.11.22 20:34:59.467815 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5523 | 2024.11.22 20:34:59.468190 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5524 | 2024.11.22 20:34:59.468437 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.11.22 20:34:59.468630 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec. | ||
| 5526 | 2024.11.22 20:34:59.468687 [ 255 ] {6bf0a0ac-c9cf-4c40-8253-e21e3aade282} <Debug> TCPHandler: Processed in 0.001783704 sec. | ||
| 5527 | 2024.11.22 20:34:59.468856 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2024.11.22 20:34:59.469019 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5529 | 2024.11.22 20:34:59.469087 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5530 | 2024.11.22 20:34:59.470051 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.11.22 20:34:59.470096 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5532 | 2024.11.22 20:34:59.470532 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5533 | 2024.11.22 20:34:59.470789 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2024.11.22 20:34:59.471027 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002041 sec., 415482.60656540917 rows/sec., 30.04 MiB/sec. | ||
| 5535 | 2024.11.22 20:34:59.471099 [ 5 ] {ede590e8-7060-4153-bed7-7448db58b365} <Debug> TCPHandler: Processed in 0.002304506 sec. | ||
| 5536 | 2024.11.22 20:34:59.471272 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2024.11.22 20:34:59.471402 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5538 | 2024.11.22 20:34:59.471456 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5539 | 2024.11.22 20:34:59.471987 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2024.11.22 20:34:59.472026 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5541 | 2024.11.22 20:34:59.472445 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5542 | 2024.11.22 20:34:59.472801 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2024.11.22 20:34:59.473044 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 187.94 KiB/sec. | ||
| 5544 | 2024.11.22 20:34:59.473123 [ 255 ] {53f5745f-d6a5-4e5f-8733-59a80d9354da} <Debug> TCPHandler: Processed in 0.001912726 sec. | ||
| 5545 | 2024.11.22 20:34:59.473309 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2024.11.22 20:34:59.473436 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5547 | 2024.11.22 20:34:59.473496 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5548 | 2024.11.22 20:34:59.474630 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2024.11.22 20:34:59.474685 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5550 | 2024.11.22 20:34:59.475344 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5551 | 2024.11.22 20:34:59.475730 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2024.11.22 20:34:59.475944 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5553 | 2024.11.22 20:34:59.476023 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2024.11.22 20:34:59.476052 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5555 | 2024.11.22 20:34:59.476130 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002695 sec., 343599.2578849722 rows/sec., 22.93 MiB/sec. | ||
| 5556 | 2024.11.22 20:34:59.476609 [ 5 ] {b2d4cad7-4897-4f1d-9b48-603059a0890e} <Debug> TCPHandler: Processed in 0.003356662 sec. | ||
| 5557 | 2024.11.22 20:34:59.476666 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 5558 | 2024.11.22 20:34:59.476937 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5559 | 2024.11.22 20:34:59.477077 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5560 | 2024.11.22 20:34:59.477173 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5561 | 2024.11.22 20:34:59.477179 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9281 rows starting from the beginning of the part | ||
| 5562 | 2024.11.22 20:34:59.477271 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5563 | 2024.11.22 20:34:59.477486 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 5564 | 2024.11.22 20:34:59.478020 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 5565 | 2024.11.22 20:34:59.478291 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 5566 | 2024.11.22 20:34:59.478571 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5567 | 2024.11.22 20:34:59.478954 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 926 rows starting from the beginning of the part | ||
| 5568 | 2024.11.22 20:34:59.479816 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2024.11.22 20:34:59.479863 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5570 | 2024.11.22 20:34:59.480683 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5571 | 2024.11.22 20:34:59.481031 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2024.11.22 20:34:59.481509 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004399 sec., 227.32439190725165 rows/sec., 15.32 KiB/sec. | ||
| 5573 | 2024.11.22 20:34:59.481744 [ 255 ] {d44af7a2-36e2-4949-95b6-88a3fc11c33d} <Debug> TCPHandler: Processed in 0.004967401 sec. | ||
| 5574 | 2024.11.22 20:34:59.481996 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5575 | 2024.11.22 20:34:59.482281 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5576 | 2024.11.22 20:34:59.482536 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <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 | ||
| 5577 | 2024.11.22 20:34:59.484960 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2024.11.22 20:34:59.485012 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5579 | 2024.11.22 20:34:59.486538 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11001 rows, containing 5 columns (5 merged, 0 gathered) in 0.010378844 sec., 1059944.6335256605 rows/sec., 71.48 MiB/sec. | ||
| 5580 | 2024.11.22 20:34:59.486575 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5581 | 2024.11.22 20:34:59.486990 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5582 | 2024.11.22 20:34:59.487166 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5583 | 2024.11.22 20:34:59.487738 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005543 sec., 1443.2617716038246 rows/sec., 2.59 MiB/sec. | ||
| 5584 | 2024.11.22 20:34:59.488120 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.11.22 20:34:59.488277 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5586 | 2024.11.22 20:34:59.488451 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
| 5587 | 2024.11.22 20:34:59.490735 [ 5 ] {05f3da0e-870d-4be5-9cb4-e1f2738adfe8} <Debug> TCPHandler: Processed in 0.008843876 sec. | ||
| 5588 | 2024.11.22 20:34:59.491079 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5589 | 2024.11.22 20:34:59.491226 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5590 | 2024.11.22 20:34:59.491289 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5591 | 2024.11.22 20:34:59.491874 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5592 | 2024.11.22 20:34:59.491916 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5593 | 2024.11.22 20:34:59.492338 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5594 | 2024.11.22 20:34:59.492590 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2024.11.22 20:34:59.492806 [ 31 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5596 | 2024.11.22 20:34:59.492832 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001646 sec., 42527.339003645204 rows/sec., 2.67 MiB/sec. | ||
| 5597 | 2024.11.22 20:34:59.492899 [ 31 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2024.11.22 20:34:59.492980 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5599 | 2024.11.22 20:34:59.492983 [ 255 ] {2aeefe0c-568f-44de-b93a-c02fc70c88f3} <Debug> TCPHandler: Processed in 0.001996219 sec. | ||
| 5600 | 2024.11.22 20:34:59.493257 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 5601 | 2024.11.22 20:34:59.493466 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5602 | 2024.11.22 20:34:59.493515 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1786 rows starting from the beginning of the part | ||
| 5603 | 2024.11.22 20:34:59.493598 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 5604 | 2024.11.22 20:34:59.493845 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 5605 | 2024.11.22 20:34:59.494041 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5606 | 2024.11.22 20:34:59.494173 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5607 | 2024.11.22 20:34:59.494250 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 70 rows starting from the beginning of the part | ||
| 5608 | 2024.11.22 20:34:59.495668 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 4 columns (4 merged, 0 gathered) in 0.002591853 sec., 825664.1098086968 rows/sec., 53.82 MiB/sec. | ||
| 5609 | 2024.11.22 20:34:59.495901 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5610 | 2024.11.22 20:34:59.496191 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2024.11.22 20:34:59.496270 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_36_7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5612 | 2024.11.22 20:34:59.496349 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5613 | 2024.11.22 20:35:01.149808 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2024.11.22 20:35:01.150018 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5615 | 2024.11.22 20:35:01.150097 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5616 | 2024.11.22 20:35:01.150881 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2024.11.22 20:35:01.150928 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5618 | 2024.11.22 20:35:01.151338 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5619 | 2024.11.22 20:35:01.151583 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2024.11.22 20:35:01.151829 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.29 MiB/sec. | ||
| 5621 | 2024.11.22 20:35:01.151944 [ 5 ] {917476ed-8a6f-4131-a35e-cc18da159400} <Debug> TCPHandler: Processed in 0.002279576 sec. | ||
| 5622 | 2024.11.22 20:35:01.152206 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2024.11.22 20:35:01.152408 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5624 | 2024.11.22 20:35:01.152485 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5625 | 2024.11.22 20:35:01.153286 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2024.11.22 20:35:01.153344 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5627 | 2024.11.22 20:35:01.153799 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5628 | 2024.11.22 20:35:01.154056 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2024.11.22 20:35:01.154296 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec. | ||
| 5630 | 2024.11.22 20:35:01.154362 [ 255 ] {6b9eb6ec-3852-41ba-b06e-fda5e55aa9af} <Debug> TCPHandler: Processed in 0.002300376 sec. | ||
| 5631 | 2024.11.22 20:35:01.154517 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2024.11.22 20:35:01.154655 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5633 | 2024.11.22 20:35:01.154718 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5634 | 2024.11.22 20:35:01.155347 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2024.11.22 20:35:01.155394 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5636 | 2024.11.22 20:35:01.155778 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5637 | 2024.11.22 20:35:01.156031 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2024.11.22 20:35:01.156232 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001608 sec., 19900.49751243781 rows/sec., 1.39 MiB/sec. | ||
| 5639 | 2024.11.22 20:35:01.156282 [ 5 ] {3528b320-e355-4e61-8679-bde9138a6d68} <Debug> TCPHandler: Processed in 0.001834185 sec. | ||
| 5640 | 2024.11.22 20:35:01.156421 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5641 | 2024.11.22 20:35:01.156563 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5642 | 2024.11.22 20:35:01.156629 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5643 | 2024.11.22 20:35:01.157222 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2024.11.22 20:35:01.157271 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5645 | 2024.11.22 20:35:01.157682 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5646 | 2024.11.22 20:35:01.157930 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2024.11.22 20:35:01.158148 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001621 sec., 7402.837754472547 rows/sec., 510.87 KiB/sec. | ||
| 5648 | 2024.11.22 20:35:01.158201 [ 255 ] {0436e9cf-99c9-4b35-b75a-92a6d6cae5c5} <Debug> TCPHandler: Processed in 0.001839035 sec. | ||
| 5649 | 2024.11.22 20:35:03.201722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5650 | 2024.11.22 20:35:03.202422 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2024.11.22 20:35:03.202473 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5652 | 2024.11.22 20:35:03.203012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5653 | 2024.11.22 20:35:03.203281 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5654 | 2024.11.22 20:35:03.203570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5655 | 2024.11.22 20:35:04.026934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5656 | 2024.11.22 20:35:04.048001 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5657 | 2024.11.22 20:35:04.048068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5658 | 2024.11.22 20:35:04.055508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5659 | 2024.11.22 20:35:04.057118 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5660 | 2024.11.22 20:35:04.059933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5661 | 2024.11.22 20:35:05.745476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 800 | ||
| 5662 | 2024.11.22 20:35:05.748847 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2024.11.22 20:35:05.748907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5664 | 2024.11.22 20:35:05.750415 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5665 | 2024.11.22 20:35:05.750734 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.11.22 20:35:05.751963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5667 | 2024.11.22 20:35:06.157568 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5668 | 2024.11.22 20:35:06.157764 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5669 | 2024.11.22 20:35:06.157840 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5670 | 2024.11.22 20:35:06.158693 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2024.11.22 20:35:06.158749 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5672 | 2024.11.22 20:35:06.159199 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5673 | 2024.11.22 20:35:06.159464 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2024.11.22 20:35:06.159727 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002014 sec., 60575.9682224429 rows/sec., 5.14 MiB/sec. | ||
| 5675 | 2024.11.22 20:35:06.159798 [ 5 ] {e2927140-8c36-4a7e-9966-10747770ba5c} <Debug> TCPHandler: Processed in 0.002369658 sec. | ||
| 5676 | 2024.11.22 20:35:06.160054 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.11.22 20:35:06.160248 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5678 | 2024.11.22 20:35:06.160323 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5679 | 2024.11.22 20:35:06.161333 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2024.11.22 20:35:06.161393 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5681 | 2024.11.22 20:35:06.162019 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5682 | 2024.11.22 20:35:06.162457 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5683 | 2024.11.22 20:35:06.162766 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002561 sec., 12885.591565794612 rows/sec., 968.94 KiB/sec. | ||
| 5684 | 2024.11.22 20:35:06.163042 [ 255 ] {fa51f6e9-46cc-409e-abb0-ce1267810e33} <Debug> TCPHandler: Processed in 0.003111026 sec. | ||
| 5685 | 2024.11.22 20:35:06.163255 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5686 | 2024.11.22 20:35:06.163389 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5687 | 2024.11.22 20:35:06.163444 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5688 | 2024.11.22 20:35:06.164103 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2024.11.22 20:35:06.164146 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5690 | 2024.11.22 20:35:06.164541 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5691 | 2024.11.22 20:35:06.164790 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2024.11.22 20:35:06.165040 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001675 sec., 57910.44776119403 rows/sec., 4.52 MiB/sec. | ||
| 5693 | 2024.11.22 20:35:06.165179 [ 5 ] {3d4b0400-4338-406a-848f-9028007f3d46} <Debug> TCPHandler: Processed in 0.001983298 sec. | ||
| 5694 | 2024.11.22 20:35:06.165404 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5695 | 2024.11.22 20:35:06.165562 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5696 | 2024.11.22 20:35:06.165637 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5697 | 2024.11.22 20:35:06.166277 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5698 | 2024.11.22 20:35:06.166320 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5699 | 2024.11.22 20:35:06.166756 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5700 | 2024.11.22 20:35:06.167007 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2024.11.22 20:35:06.167231 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 5702 | 2024.11.22 20:35:06.167285 [ 255 ] {d942abcf-b46a-4d7a-99ff-68cb9d79949e} <Debug> TCPHandler: Processed in 0.001985598 sec. | ||
| 5703 | 2024.11.22 20:35:06.167441 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5704 | 2024.11.22 20:35:06.167562 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5705 | 2024.11.22 20:35:06.167647 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <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 | ||
| 5706 | 2024.11.22 20:35:06.168852 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2024.11.22 20:35:06.168893 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5708 | 2024.11.22 20:35:06.169574 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5709 | 2024.11.22 20:35:06.169847 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5710 | 2024.11.22 20:35:06.170101 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002565 sec., 12865.497076023392 rows/sec., 23.05 MiB/sec. | ||
| 5711 | 2024.11.22 20:35:06.170218 [ 5 ] {b86c1d84-f641-4b0e-ae81-665400fa2851} <Debug> TCPHandler: Processed in 0.002834029 sec. | ||
| 5712 | 2024.11.22 20:35:06.170383 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2024.11.22 20:35:06.170528 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5714 | 2024.11.22 20:35:06.170591 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5715 | 2024.11.22 20:35:06.171103 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2024.11.22 20:35:06.171150 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5717 | 2024.11.22 20:35:06.171537 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5718 | 2024.11.22 20:35:06.171789 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2024.11.22 20:35:06.172016 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec. | ||
| 5720 | 2024.11.22 20:35:06.172069 [ 255 ] {cd3ed89d-1a6d-48ea-be82-e94816140428} <Debug> TCPHandler: Processed in 0.001755433 sec. | ||
| 5721 | 2024.11.22 20:35:10.575565 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5722 | 2024.11.22 20:35:10.575640 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5723 | 2024.11.22 20:35:10.704644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5724 | 2024.11.22 20:35:10.705294 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2024.11.22 20:35:10.705336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5726 | 2024.11.22 20:35:10.705910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5727 | 2024.11.22 20:35:10.706174 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2024.11.22 20:35:10.706319 [ 132 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5729 | 2024.11.22 20:35:10.706372 [ 132 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2024.11.22 20:35:10.706382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5731 | 2024.11.22 20:35:10.706399 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5732 | 2024.11.22 20:35:10.706700 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 5733 | 2024.11.22 20:35:10.706971 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5734 | 2024.11.22 20:35:10.707047 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5735 | 2024.11.22 20:35:10.707256 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5736 | 2024.11.22 20:35:10.707495 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5737 | 2024.11.22 20:35:10.707732 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5738 | 2024.11.22 20:35:10.707868 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5739 | 2024.11.22 20:35:10.707929 [ 194 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5740 | 2024.11.22 20:35:10.710355 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003866874 sec., 3091903.175536622 rows/sec., 44.23 MiB/sec. | ||
| 5741 | 2024.11.22 20:35:10.710684 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5742 | 2024.11.22 20:35:10.711081 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2024.11.22 20:35:10.711188 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_26_5} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5744 | 2024.11.22 20:35:10.711301 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5745 | 2024.11.22 20:35:11.160214 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5746 | 2024.11.22 20:35:11.160402 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5747 | 2024.11.22 20:35:11.160474 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5748 | 2024.11.22 20:35:11.161234 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5749 | 2024.11.22 20:35:11.161285 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5750 | 2024.11.22 20:35:11.161738 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5751 | 2024.11.22 20:35:11.162012 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2024.11.22 20:35:11.162208 [ 132 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5753 | 2024.11.22 20:35:11.162276 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 5754 | 2024.11.22 20:35:11.162287 [ 132 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.11.22 20:35:11.162349 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5756 | 2024.11.22 20:35:11.162416 [ 5 ] {6c943f3b-a43a-415e-b292-2960abe86d66} <Debug> TCPHandler: Processed in 0.002328457 sec. | ||
| 5757 | 2024.11.22 20:35:11.162609 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 5758 | 2024.11.22 20:35:11.162745 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2024.11.22 20:35:11.162818 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5760 | 2024.11.22 20:35:11.162901 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5761 | 2024.11.22 20:35:11.163013 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5762 | 2024.11.22 20:35:11.163112 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5763 | 2024.11.22 20:35:11.163176 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5764 | 2024.11.22 20:35:11.163456 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5765 | 2024.11.22 20:35:11.163831 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 5766 | 2024.11.22 20:35:11.164144 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5767 | 2024.11.22 20:35:11.166078 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2024.11.22 20:35:11.166154 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5769 | 2024.11.22 20:35:11.166579 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00410786 sec., 17040.50284089526 rows/sec., 1.26 MiB/sec. | ||
| 5770 | 2024.11.22 20:35:11.166793 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5771 | 2024.11.22 20:35:11.167109 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5772 | 2024.11.22 20:35:11.167288 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5773 | 2024.11.22 20:35:11.167461 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_17_4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5774 | 2024.11.22 20:35:11.167641 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2024.11.22 20:35:11.167653 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5776 | 2024.11.22 20:35:11.167837 [ 132 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5777 | 2024.11.22 20:35:11.167882 [ 132 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2024.11.22 20:35:11.167905 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5779 | 2024.11.22 20:35:11.167912 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004993 sec., 43861.4059683557 rows/sec., 3.82 MiB/sec. | ||
| 5780 | 2024.11.22 20:35:11.168095 [ 255 ] {9236a4b4-e49b-4e31-8260-e7fd71ba7850} <Debug> TCPHandler: Processed in 0.005519044 sec. | ||
| 5781 | 2024.11.22 20:35:11.168107 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 5782 | 2024.11.22 20:35:11.168401 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5783 | 2024.11.22 20:35:11.168431 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5784 | 2024.11.22 20:35:11.168522 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part | ||
| 5785 | 2024.11.22 20:35:11.168840 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 122 rows starting from the beginning of the part | ||
| 5786 | 2024.11.22 20:35:11.168853 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5787 | 2024.11.22 20:35:11.169050 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1360 rows starting from the beginning of the part | ||
| 5788 | 2024.11.22 20:35:11.169062 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5789 | 2024.11.22 20:35:11.169370 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5790 | 2024.11.22 20:35:11.169688 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 122 rows starting from the beginning of the part | ||
| 5791 | 2024.11.22 20:35:11.169986 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 219 rows starting from the beginning of the part | ||
| 5792 | 2024.11.22 20:35:11.171730 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2024.11.22 20:35:11.171809 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5794 | 2024.11.22 20:35:11.172777 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5795 | 2024.11.22 20:35:11.173093 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2024.11.22 20:35:11.173882 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005223 sec., 2871.9126938541067 rows/sec., 202.49 KiB/sec. | ||
| 5797 | 2024.11.22 20:35:11.173898 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005925655 sec., 559431.8265238189 rows/sec., 48.86 MiB/sec. | ||
| 5798 | 2024.11.22 20:35:11.174152 [ 5 ] {c22a7679-ed9e-4e59-976d-48e2bda442f3} <Debug> TCPHandler: Processed in 0.005935865 sec. | ||
| 5799 | 2024.11.22 20:35:11.174361 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5800 | 2024.11.22 20:35:11.174369 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5801 | 2024.11.22 20:35:11.174516 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5802 | 2024.11.22 20:35:11.174576 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5803 | 2024.11.22 20:35:11.174704 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2024.11.22 20:35:11.174825 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_41_8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5805 | 2024.11.22 20:35:11.174927 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5806 | 2024.11.22 20:35:11.175300 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.11.22 20:35:11.175340 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5808 | 2024.11.22 20:35:11.175700 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5809 | 2024.11.22 20:35:11.175949 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2024.11.22 20:35:11.176144 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec. | ||
| 5811 | 2024.11.22 20:35:11.176269 [ 255 ] {2ad35dd1-80cd-4144-83d4-e4abbb533002} <Debug> TCPHandler: Processed in 0.002000149 sec. | ||
| 5812 | 2024.11.22 20:35:11.176430 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5813 | 2024.11.22 20:35:11.176571 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5814 | 2024.11.22 20:35:11.176632 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5815 | 2024.11.22 20:35:11.177233 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2024.11.22 20:35:11.177274 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5817 | 2024.11.22 20:35:11.177646 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5818 | 2024.11.22 20:35:11.177895 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2024.11.22 20:35:11.178056 [ 132 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5820 | 2024.11.22 20:35:11.178115 [ 132 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2024.11.22 20:35:11.178140 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5822 | 2024.11.22 20:35:11.178162 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 5823 | 2024.11.22 20:35:11.178374 [ 5 ] {4cf4bc0d-6ad8-4832-9e43-1e3d9c594685} <Debug> TCPHandler: Processed in 0.002011879 sec. | ||
| 5824 | 2024.11.22 20:35:11.178431 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 5825 | 2024.11.22 20:35:11.178540 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5826 | 2024.11.22 20:35:11.178653 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5827 | 2024.11.22 20:35:11.178726 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5828 | 2024.11.22 20:35:11.178752 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5829 | 2024.11.22 20:35:11.178915 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5830 | 2024.11.22 20:35:11.179018 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5831 | 2024.11.22 20:35:11.179407 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5832 | 2024.11.22 20:35:11.179731 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5833 | 2024.11.22 20:35:11.179977 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5834 | 2024.11.22 20:35:11.181834 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5835 | 2024.11.22 20:35:11.181915 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5836 | 2024.11.22 20:35:11.182622 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004378667 sec., 14844.70045335715 rows/sec., 983.55 KiB/sec. | ||
| 5837 | 2024.11.22 20:35:11.182865 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5838 | 2024.11.22 20:35:11.182896 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5839 | 2024.11.22 20:35:11.183378 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2024.11.22 20:35:11.183384 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2024.11.22 20:35:11.183558 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_17_4} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5842 | 2024.11.22 20:35:11.183665 [ 132 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5843 | 2024.11.22 20:35:11.183767 [ 132 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2024.11.22 20:35:11.183825 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5845 | 2024.11.22 20:35:11.183835 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5846 | 2024.11.22 20:35:11.183908 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005223 sec., 74669.73004020678 rows/sec., 5.30 MiB/sec. | ||
| 5847 | 2024.11.22 20:35:11.184250 [ 255 ] {9f6d3b2f-1f43-49e8-b5db-5e1d924c8dba} <Debug> TCPHandler: Processed in 0.005768071 sec. | ||
| 5848 | 2024.11.22 20:35:11.184263 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 5849 | 2024.11.22 20:35:11.184628 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2024.11.22 20:35:11.184820 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5851 | 2024.11.22 20:35:11.184971 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 5852 | 2024.11.22 20:35:11.185087 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5853 | 2024.11.22 20:35:11.185269 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5854 | 2024.11.22 20:35:11.185421 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 97 rows starting from the beginning of the part | ||
| 5855 | 2024.11.22 20:35:11.185860 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 848 rows starting from the beginning of the part | ||
| 5856 | 2024.11.22 20:35:11.186295 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5857 | 2024.11.22 20:35:11.186620 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 97 rows starting from the beginning of the part | ||
| 5858 | 2024.11.22 20:35:11.186930 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 390 rows starting from the beginning of the part | ||
| 5859 | 2024.11.22 20:35:11.187892 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2024.11.22 20:35:11.187975 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5861 | 2024.11.22 20:35:11.188952 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5862 | 2024.11.22 20:35:11.189380 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5863 | 2024.11.22 20:35:11.189872 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004872 sec., 1231.527093596059 rows/sec., 64.34 KiB/sec. | ||
| 5864 | 2024.11.22 20:35:11.190036 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006096809 sec., 395452.7688172616 rows/sec., 30.32 MiB/sec. | ||
| 5865 | 2024.11.22 20:35:11.190054 [ 5 ] {79996974-6e0a-43d9-8c1a-837e1ba08bbd} <Debug> TCPHandler: Processed in 0.005661699 sec. | ||
| 5866 | 2024.11.22 20:35:11.190239 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5867 | 2024.11.22 20:35:11.190239 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5868 | 2024.11.22 20:35:11.190412 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5869 | 2024.11.22 20:35:11.190482 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5870 | 2024.11.22 20:35:11.190559 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2024.11.22 20:35:11.190685 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_41_8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5872 | 2024.11.22 20:35:11.190789 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5873 | 2024.11.22 20:35:11.191222 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2024.11.22 20:35:11.191262 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5875 | 2024.11.22 20:35:11.191665 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5876 | 2024.11.22 20:35:11.191909 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2024.11.22 20:35:11.192122 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001751 sec., 135351.2278697887 rows/sec., 9.07 MiB/sec. | ||
| 5878 | 2024.11.22 20:35:11.192176 [ 255 ] {659d21b7-47b5-4339-8d8e-2d7b1a4ac0d3} <Debug> TCPHandler: Processed in 0.002012159 sec. | ||
| 5879 | 2024.11.22 20:35:11.192322 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2024.11.22 20:35:11.192463 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5881 | 2024.11.22 20:35:11.192524 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5882 | 2024.11.22 20:35:11.193045 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2024.11.22 20:35:11.193086 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5884 | 2024.11.22 20:35:11.193458 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5885 | 2024.11.22 20:35:11.193704 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2024.11.22 20:35:11.193990 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 5887 | 2024.11.22 20:35:11.194189 [ 5 ] {0e42845a-bbf7-4c30-82f0-72631ebca0b7} <Debug> TCPHandler: Processed in 0.001930437 sec. | ||
| 5888 | 2024.11.22 20:35:11.194373 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2024.11.22 20:35:11.194512 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5890 | 2024.11.22 20:35:11.194606 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <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 | ||
| 5891 | 2024.11.22 20:35:11.195733 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2024.11.22 20:35:11.195773 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5893 | 2024.11.22 20:35:11.196381 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5894 | 2024.11.22 20:35:11.196638 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2024.11.22 20:35:11.196949 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002456 sec., 3257.328990228013 rows/sec., 5.84 MiB/sec. | ||
| 5896 | 2024.11.22 20:35:11.197472 [ 255 ] {caf517c7-cae1-4dd3-9f51-9e342aa52bf8} <Debug> TCPHandler: Processed in 0.003165497 sec. | ||
| 5897 | 2024.11.22 20:35:11.197787 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2024.11.22 20:35:11.197925 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5899 | 2024.11.22 20:35:11.197982 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5900 | 2024.11.22 20:35:11.198536 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2024.11.22 20:35:11.198583 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5902 | 2024.11.22 20:35:11.198992 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5903 | 2024.11.22 20:35:11.199236 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2024.11.22 20:35:11.199451 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
| 5905 | 2024.11.22 20:35:11.199502 [ 5 ] {37c0a91a-56ff-4038-8f09-0d0eaeab17b6} <Debug> TCPHandler: Processed in 0.001902916 sec. | ||
| 5906 | 2024.11.22 20:35:11.560951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5907 | 2024.11.22 20:35:11.582351 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2024.11.22 20:35:11.582411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5909 | 2024.11.22 20:35:11.589711 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5910 | 2024.11.22 20:35:11.590477 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5911 | 2024.11.22 20:35:11.590800 [ 26 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5912 | 2024.11.22 20:35:11.590868 [ 26 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2024.11.22 20:35:11.590913 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5914 | 2024.11.22 20:35:11.591382 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5915 | 2024.11.22 20:35:11.605300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5916 | 2024.11.22 20:35:11.607455 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5917 | 2024.11.22 20:35:11.609196 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5918 | 2024.11.22 20:35:11.614999 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5919 | 2024.11.22 20:35:11.621551 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5920 | 2024.11.22 20:35:11.627258 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5921 | 2024.11.22 20:35:11.633268 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5922 | 2024.11.22 20:35:11.638109 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 5923 | 2024.11.22 20:35:11.698406 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.107364561 sec., 1825.5558274950708 rows/sec., 9.44 MiB/sec. | ||
| 5924 | 2024.11.22 20:35:11.701103 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5925 | 2024.11.22 20:35:11.704126 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_26_5} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5926 | 2024.11.22 20:35:11.704216 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_26_5} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5927 | 2024.11.22 20:35:11.706485 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5928 | 2024.11.22 20:35:12.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.90 MiB, peak 203.44 MiB, free memory in arenas 0.00 B, will set to 194.01 MiB (RSS), difference: 1.11 MiB | ||
| 5929 | 2024.11.22 20:35:15.753112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 834 | ||
| 5930 | 2024.11.22 20:35:15.756450 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2024.11.22 20:35:15.756492 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5932 | 2024.11.22 20:35:15.758096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5933 | 2024.11.22 20:35:15.758425 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2024.11.22 20:35:15.758986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834 | ||
| 5935 | 2024.11.22 20:35:16.157339 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2024.11.22 20:35:16.157558 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5937 | 2024.11.22 20:35:16.157642 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5938 | 2024.11.22 20:35:16.158444 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2024.11.22 20:35:16.158495 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5940 | 2024.11.22 20:35:16.158925 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5941 | 2024.11.22 20:35:16.159184 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2024.11.22 20:35:16.159450 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001947 sec., 3081.664098613251 rows/sec., 251.29 KiB/sec. | ||
| 5943 | 2024.11.22 20:35:16.159563 [ 5 ] {54efa3c7-11f3-4091-8de1-42374b719059} <Debug> TCPHandler: Processed in 0.002364138 sec. | ||
| 5944 | 2024.11.22 20:35:16.159837 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5945 | 2024.11.22 20:35:16.160055 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5946 | 2024.11.22 20:35:16.160141 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5947 | 2024.11.22 20:35:16.161057 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2024.11.22 20:35:16.161111 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5949 | 2024.11.22 20:35:16.161572 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5950 | 2024.11.22 20:35:16.161834 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2024.11.22 20:35:16.162073 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.002078 sec., 60153.99422521656 rows/sec., 5.08 MiB/sec. | ||
| 5952 | 2024.11.22 20:35:16.162141 [ 255 ] {974cd691-1147-4cf3-8d8f-e8978121ae35} <Debug> TCPHandler: Processed in 0.002451509 sec. | ||
| 5953 | 2024.11.22 20:35:16.162302 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5954 | 2024.11.22 20:35:16.162448 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5955 | 2024.11.22 20:35:16.162510 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5956 | 2024.11.22 20:35:16.163180 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2024.11.22 20:35:16.163220 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5958 | 2024.11.22 20:35:16.163603 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5959 | 2024.11.22 20:35:16.163861 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2024.11.22 20:35:16.164059 [ 146 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5961 | 2024.11.22 20:35:16.164079 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001656 sec., 23550.72463768116 rows/sec., 1.71 MiB/sec. | ||
| 5962 | 2024.11.22 20:35:16.164153 [ 146 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5963 | 2024.11.22 20:35:16.164227 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5964 | 2024.11.22 20:35:16.164241 [ 5 ] {a0fa0de1-f178-4a68-876b-483d77985465} <Debug> TCPHandler: Processed in 0.002004669 sec. | ||
| 5965 | 2024.11.22 20:35:16.164500 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5966 | 2024.11.22 20:35:16.164509 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 5967 | 2024.11.22 20:35:16.164751 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5968 | 2024.11.22 20:35:16.164774 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5969 | 2024.11.22 20:35:16.164851 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part | ||
| 5970 | 2024.11.22 20:35:16.164867 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5971 | 2024.11.22 20:35:16.165154 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part | ||
| 5972 | 2024.11.22 20:35:16.165518 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 17 rows starting from the beginning of the part | ||
| 5973 | 2024.11.22 20:35:16.165870 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 33 rows starting from the beginning of the part | ||
| 5974 | 2024.11.22 20:35:16.166272 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part | ||
| 5975 | 2024.11.22 20:35:16.166641 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 5976 | 2024.11.22 20:35:16.167969 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2024.11.22 20:35:16.168054 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5978 | 2024.11.22 20:35:16.169154 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5979 | 2024.11.22 20:35:16.169536 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005165127 sec., 39302.03458695207 rows/sec., 2.97 MiB/sec. | ||
| 5980 | 2024.11.22 20:35:16.169678 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2024.11.22 20:35:16.169993 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5982 | 2024.11.22 20:35:16.170293 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.005588 sec., 18432.355046528275 rows/sec., 1.44 MiB/sec. | ||
| 5983 | 2024.11.22 20:35:16.170717 [ 255 ] {abc44c0e-5d97-4aa3-b2f4-2e9be35d74a9} <Debug> TCPHandler: Processed in 0.006357706 sec. | ||
| 5984 | 2024.11.22 20:35:16.171005 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5985 | 2024.11.22 20:35:16.171119 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2024.11.22 20:35:16.171226 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5987 | 2024.11.22 20:35:16.171294 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_36_7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5988 | 2024.11.22 20:35:16.171325 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5989 | 2024.11.22 20:35:16.171501 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5990 | 2024.11.22 20:35:16.172047 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2024.11.22 20:35:16.172091 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5992 | 2024.11.22 20:35:16.172487 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5993 | 2024.11.22 20:35:16.172732 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2024.11.22 20:35:16.172955 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001809 sec., 90105.03040353786 rows/sec., 6.27 MiB/sec. | ||
| 5995 | 2024.11.22 20:35:16.173011 [ 5 ] {c8c037c8-6687-497b-b321-dbeaa42a1c74} <Debug> TCPHandler: Processed in 0.002141882 sec. | ||
| 5996 | 2024.11.22 20:35:16.173166 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2024.11.22 20:35:16.173308 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5998 | 2024.11.22 20:35:16.173405 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <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 | ||
| 5999 | 2024.11.22 20:35:16.174685 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2024.11.22 20:35:16.174725 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6001 | 2024.11.22 20:35:16.175442 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6002 | 2024.11.22 20:35:16.175704 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2024.11.22 20:35:16.175900 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6004 | 2024.11.22 20:35:16.175973 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6005 | 2024.11.22 20:35:16.176011 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002725 sec., 12110.091743119267 rows/sec., 21.70 MiB/sec. | ||
| 6006 | 2024.11.22 20:35:16.176016 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6007 | 2024.11.22 20:35:16.176494 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 6008 | 2024.11.22 20:35:16.176857 [ 255 ] {76912e04-1a6b-4b7d-b64c-f0ed7e94340d} <Debug> TCPHandler: Processed in 0.003746841 sec. | ||
| 6009 | 2024.11.22 20:35:16.177220 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6010 | 2024.11.22 20:35:16.177595 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6011 | 2024.11.22 20:35:16.177735 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6012 | 2024.11.22 20:35:16.177767 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6013 | 2024.11.22 20:35:16.177985 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 577 rows starting from the beginning of the part | ||
| 6014 | 2024.11.22 20:35:16.178879 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part | ||
| 6015 | 2024.11.22 20:35:16.179654 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 6016 | 2024.11.22 20:35:16.179927 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2024.11.22 20:35:16.180027 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6018 | 2024.11.22 20:35:16.180468 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 33 rows starting from the beginning of the part | ||
| 6019 | 2024.11.22 20:35:16.181158 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 6020 | 2024.11.22 20:35:16.181548 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6021 | 2024.11.22 20:35:16.181811 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 33 rows starting from the beginning of the part | ||
| 6022 | 2024.11.22 20:35:16.182390 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6023 | 2024.11.22 20:35:16.183042 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005524 sec., 10861.694424330195 rows/sec., 749.57 KiB/sec. | ||
| 6024 | 2024.11.22 20:35:16.183152 [ 5 ] {00793199-7acb-4c40-855d-54c6038399b5} <Debug> TCPHandler: Processed in 0.00614639 sec. | ||
| 6025 | 2024.11.22 20:35:16.187493 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 19 columns (19 merged, 0 gathered) in 0.011327856 sec., 61088.34716825496 rows/sec., 109.47 MiB/sec. | ||
| 6026 | 2024.11.22 20:35:16.188700 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6027 | 2024.11.22 20:35:16.189136 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2024.11.22 20:35:16.189219 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6029 | 2024.11.22 20:35:16.189369 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 6030 | 2024.11.22 20:35:18.207443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 6031 | 2024.11.22 20:35:18.208133 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6032 | 2024.11.22 20:35:18.208175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6033 | 2024.11.22 20:35:18.208729 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6034 | 2024.11.22 20:35:18.208991 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6035 | 2024.11.22 20:35:18.209185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 6036 | 2024.11.22 20:35:19.106328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 6037 | 2024.11.22 20:35:19.125320 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6038 | 2024.11.22 20:35:19.125373 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6039 | 2024.11.22 20:35:19.132346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6040 | 2024.11.22 20:35:19.133086 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6041 | 2024.11.22 20:35:19.136325 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 6042 | 2024.11.22 20:35:21.160254 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6043 | 2024.11.22 20:35:21.160554 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6044 | 2024.11.22 20:35:21.160663 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6045 | 2024.11.22 20:35:21.161548 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2024.11.22 20:35:21.161591 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6047 | 2024.11.22 20:35:21.162084 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6048 | 2024.11.22 20:35:21.162341 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2024.11.22 20:35:21.162619 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002151 sec., 6508.600650860065 rows/sec., 468.53 KiB/sec. | ||
| 6050 | 2024.11.22 20:35:21.162852 [ 5 ] {a13dfac8-e165-4754-9c91-c1ad0cff07a4} <Debug> TCPHandler: Processed in 0.002787208 sec. | ||
| 6051 | 2024.11.22 20:35:21.163145 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2024.11.22 20:35:21.163368 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6053 | 2024.11.22 20:35:21.163460 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6054 | 2024.11.22 20:35:21.164383 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2024.11.22 20:35:21.164432 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6056 | 2024.11.22 20:35:21.164922 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6057 | 2024.11.22 20:35:21.165207 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6058 | 2024.11.22 20:35:21.165452 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002139 sec., 102384.2917251052 rows/sec., 8.92 MiB/sec. | ||
| 6059 | 2024.11.22 20:35:21.165510 [ 255 ] {612b4503-133d-43e5-85f8-1b8940ec99b1} <Debug> TCPHandler: Processed in 0.002503772 sec. | ||
| 6060 | 2024.11.22 20:35:21.165672 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2024.11.22 20:35:21.165820 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6062 | 2024.11.22 20:35:21.165885 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6063 | 2024.11.22 20:35:21.166518 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2024.11.22 20:35:21.166559 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6065 | 2024.11.22 20:35:21.167009 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6066 | 2024.11.22 20:35:21.167267 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2024.11.22 20:35:21.167454 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00167 sec., 8982.035928143712 rows/sec., 633.30 KiB/sec. | ||
| 6068 | 2024.11.22 20:35:21.167518 [ 5 ] {7b845f85-dcfa-4db0-ab92-9909d32e39da} <Debug> TCPHandler: Processed in 0.001916566 sec. | ||
| 6069 | 2024.11.22 20:35:21.167666 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6070 | 2024.11.22 20:35:21.167784 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6071 | 2024.11.22 20:35:21.167833 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6072 | 2024.11.22 20:35:21.168416 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2024.11.22 20:35:21.168456 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6074 | 2024.11.22 20:35:21.168806 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6075 | 2024.11.22 20:35:21.169054 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2024.11.22 20:35:21.169259 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001498 sec., 9345.794392523365 rows/sec., 654.52 KiB/sec. | ||
| 6077 | 2024.11.22 20:35:21.169313 [ 255 ] {59541565-48c5-467e-bf59-30a2f18f7b0e} <Debug> TCPHandler: Processed in 0.001704471 sec. | ||
| 6078 | 2024.11.22 20:35:21.169466 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6079 | 2024.11.22 20:35:21.169608 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6080 | 2024.11.22 20:35:21.169669 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6081 | 2024.11.22 20:35:21.170303 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2024.11.22 20:35:21.170343 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6083 | 2024.11.22 20:35:21.170699 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6084 | 2024.11.22 20:35:21.170938 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2024.11.22 20:35:21.171165 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 6086 | 2024.11.22 20:35:21.171381 [ 5 ] {77d44d57-7189-4c59-8453-6438d1617990} <Debug> TCPHandler: Processed in 0.001981858 sec. | ||
| 6087 | 2024.11.22 20:35:21.171531 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6088 | 2024.11.22 20:35:21.171645 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6089 | 2024.11.22 20:35:21.171699 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6090 | 2024.11.22 20:35:21.172404 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6091 | 2024.11.22 20:35:21.172443 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6092 | 2024.11.22 20:35:21.172808 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6093 | 2024.11.22 20:35:21.173040 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2024.11.22 20:35:21.173258 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001635 sec., 238532.11009174312 rows/sec., 16.92 MiB/sec. | ||
| 6095 | 2024.11.22 20:35:21.173312 [ 255 ] {2a736e66-a57c-43ad-be87-a3b43890f93b} <Debug> TCPHandler: Processed in 0.001838025 sec. | ||
| 6096 | 2024.11.22 20:35:21.173468 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6097 | 2024.11.22 20:35:21.173607 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6098 | 2024.11.22 20:35:21.173673 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6099 | 2024.11.22 20:35:21.174211 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2024.11.22 20:35:21.174248 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6101 | 2024.11.22 20:35:21.174610 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6102 | 2024.11.22 20:35:21.174859 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6103 | 2024.11.22 20:35:21.175094 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 6104 | 2024.11.22 20:35:21.175298 [ 5 ] {93e6cf0c-7072-40ab-abf0-983f0dbaa68f} <Debug> TCPHandler: Processed in 0.001897247 sec. | ||
| 6105 | 2024.11.22 20:35:21.175457 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6106 | 2024.11.22 20:35:21.175576 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6107 | 2024.11.22 20:35:21.175632 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6108 | 2024.11.22 20:35:21.176228 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6109 | 2024.11.22 20:35:21.176268 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6110 | 2024.11.22 20:35:21.176668 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6111 | 2024.11.22 20:35:21.176903 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6112 | 2024.11.22 20:35:21.177058 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6113 | 2024.11.22 20:35:21.177121 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2024.11.22 20:35:21.177136 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec. | ||
| 6115 | 2024.11.22 20:35:21.177161 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6116 | 2024.11.22 20:35:21.177279 [ 255 ] {e99eb7c7-5732-4cd0-95de-7fc67c2bd85c} <Debug> TCPHandler: Processed in 0.001876486 sec. | ||
| 6117 | 2024.11.22 20:35:21.177457 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 6118 | 2024.11.22 20:35:21.177485 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6119 | 2024.11.22 20:35:21.177747 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6120 | 2024.11.22 20:35:21.177747 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6121 | 2024.11.22 20:35:21.177844 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11001 rows starting from the beginning of the part | ||
| 6122 | 2024.11.22 20:35:21.177852 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6123 | 2024.11.22 20:35:21.178213 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 6124 | 2024.11.22 20:35:21.178613 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 6125 | 2024.11.22 20:35:21.178963 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 6126 | 2024.11.22 20:35:21.179236 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 163 rows starting from the beginning of the part | ||
| 6127 | 2024.11.22 20:35:21.179578 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 6128 | 2024.11.22 20:35:21.180266 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2024.11.22 20:35:21.180327 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6130 | 2024.11.22 20:35:21.181174 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6131 | 2024.11.22 20:35:21.181560 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6132 | 2024.11.22 20:35:21.181860 [ 125 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 6133 | 2024.11.22 20:35:21.181955 [ 125 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6134 | 2024.11.22 20:35:21.182048 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6135 | 2024.11.22 20:35:21.182236 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004559 sec., 219.34634788330777 rows/sec., 14.78 KiB/sec. | ||
| 6136 | 2024.11.22 20:35:21.182550 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 6137 | 2024.11.22 20:35:21.182599 [ 5 ] {713ade3d-4d4b-42ca-b27a-5a264acaabee} <Debug> TCPHandler: Processed in 0.005204887 sec. | ||
| 6138 | 2024.11.22 20:35:21.182953 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6139 | 2024.11.22 20:35:21.183043 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6140 | 2024.11.22 20:35:21.183161 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 6141 | 2024.11.22 20:35:21.183516 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6142 | 2024.11.22 20:35:21.183790 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6143 | 2024.11.22 20:35:21.183952 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6144 | 2024.11.22 20:35:21.183983 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6145 | 2024.11.22 20:35:21.184242 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6146 | 2024.11.22 20:35:21.184698 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6147 | 2024.11.22 20:35:21.185078 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <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 | ||
| 6148 | 2024.11.22 20:35:21.187020 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11830 rows, containing 5 columns (5 merged, 0 gathered) in 0.009703707 sec., 1219121.7232754452 rows/sec., 82.27 MiB/sec. | ||
| 6149 | 2024.11.22 20:35:21.187544 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6150 | 2024.11.22 20:35:21.188717 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2024.11.22 20:35:21.189065 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6152 | 2024.11.22 20:35:21.189412 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6153 | 2024.11.22 20:35:21.189918 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.007716458 sec., 2462.269606080925 rows/sec., 165.41 KiB/sec. | ||
| 6154 | 2024.11.22 20:35:21.190151 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6155 | 2024.11.22 20:35:21.190868 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2024.11.22 20:35:21.191091 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_19_4} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 6157 | 2024.11.22 20:35:21.191301 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6158 | 2024.11.22 20:35:21.191329 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2024.11.22 20:35:21.191383 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6160 | 2024.11.22 20:35:21.192019 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6161 | 2024.11.22 20:35:21.192274 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2024.11.22 20:35:21.192526 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.009201 sec., 869.4707097054667 rows/sec., 1.56 MiB/sec. | ||
| 6163 | 2024.11.22 20:35:21.192634 [ 255 ] {3f090cf8-e998-4f4e-9df3-f68ae7c168d0} <Debug> TCPHandler: Processed in 0.009915692 sec. | ||
| 6164 | 2024.11.22 20:35:21.192777 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6165 | 2024.11.22 20:35:21.192897 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6166 | 2024.11.22 20:35:21.192947 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6167 | 2024.11.22 20:35:21.193515 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2024.11.22 20:35:21.193561 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6169 | 2024.11.22 20:35:21.194012 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6170 | 2024.11.22 20:35:21.194253 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2024.11.22 20:35:21.194383 [ 125 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6172 | 2024.11.22 20:35:21.194424 [ 125 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6173 | 2024.11.22 20:35:21.194446 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. | ||
| 6174 | 2024.11.22 20:35:21.194452 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6175 | 2024.11.22 20:35:21.194563 [ 5 ] {3868b762-4738-4511-95ec-baeb62cd405c} <Debug> TCPHandler: Processed in 0.001839055 sec. | ||
| 6176 | 2024.11.22 20:35:21.194707 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6177 | 2024.11.22 20:35:21.194871 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6178 | 2024.11.22 20:35:21.194908 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2140 rows starting from the beginning of the part | ||
| 6179 | 2024.11.22 20:35:21.195033 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 6180 | 2024.11.22 20:35:21.195192 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6181 | 2024.11.22 20:35:21.195325 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6182 | 2024.11.22 20:35:21.195499 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6183 | 2024.11.22 20:35:21.195582 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6184 | 2024.11.22 20:35:21.197083 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 4 columns (4 merged, 0 gathered) in 0.002513941 sec., 968996.4879844037 rows/sec., 63.17 MiB/sec. | ||
| 6185 | 2024.11.22 20:35:21.197359 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6186 | 2024.11.22 20:35:21.197721 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2024.11.22 20:35:21.197820 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_41_8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6188 | 2024.11.22 20:35:21.197922 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6189 | 2024.11.22 20:35:25.575688 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6190 | 2024.11.22 20:35:25.575769 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6191 | 2024.11.22 20:35:25.710258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 6192 | 2024.11.22 20:35:25.710941 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2024.11.22 20:35:25.710996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6194 | 2024.11.22 20:35:25.711586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6195 | 2024.11.22 20:35:25.711854 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2024.11.22 20:35:25.712101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6197 | 2024.11.22 20:35:25.760107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 870 | ||
| 6198 | 2024.11.22 20:35:25.763293 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2024.11.22 20:35:25.763344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6200 | 2024.11.22 20:35:25.764831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6201 | 2024.11.22 20:35:25.765141 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.11.22 20:35:25.765678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 6203 | 2024.11.22 20:35:26.157937 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6204 | 2024.11.22 20:35:26.158219 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6205 | 2024.11.22 20:35:26.158290 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6206 | 2024.11.22 20:35:26.159078 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6207 | 2024.11.22 20:35:26.159126 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6208 | 2024.11.22 20:35:26.159583 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6209 | 2024.11.22 20:35:26.159856 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6210 | 2024.11.22 20:35:26.160071 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001924 sec., 63409.56340956341 rows/sec., 5.38 MiB/sec. | ||
| 6211 | 2024.11.22 20:35:26.160140 [ 5 ] {9a939f18-28b8-4997-b330-16d886f928b5} <Debug> TCPHandler: Processed in 0.002388118 sec. | ||
| 6212 | 2024.11.22 20:35:26.160391 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6213 | 2024.11.22 20:35:26.160606 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6214 | 2024.11.22 20:35:26.160694 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6215 | 2024.11.22 20:35:26.161526 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2024.11.22 20:35:26.161580 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6217 | 2024.11.22 20:35:26.162030 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6218 | 2024.11.22 20:35:26.162289 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.11.22 20:35:26.162544 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001999 sec., 16508.254127063534 rows/sec., 1.21 MiB/sec. | ||
| 6220 | 2024.11.22 20:35:26.162613 [ 255 ] {68e9db03-f7fe-48f3-987d-e9847904bf3a} <Debug> TCPHandler: Processed in 0.002367778 sec. | ||
| 6221 | 2024.11.22 20:35:26.162766 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6222 | 2024.11.22 20:35:26.162891 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6223 | 2024.11.22 20:35:26.162943 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6224 | 2024.11.22 20:35:26.163559 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6225 | 2024.11.22 20:35:26.163598 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6226 | 2024.11.22 20:35:26.163977 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6227 | 2024.11.22 20:35:26.164223 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6228 | 2024.11.22 20:35:26.164404 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001542 sec., 62905.317769131 rows/sec., 4.91 MiB/sec. | ||
| 6229 | 2024.11.22 20:35:26.164459 [ 5 ] {8e73a12b-9680-4fb3-a7df-c317bf769353} <Debug> TCPHandler: Processed in 0.001751583 sec. | ||
| 6230 | 2024.11.22 20:35:26.164611 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6231 | 2024.11.22 20:35:26.164758 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6232 | 2024.11.22 20:35:26.164826 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6233 | 2024.11.22 20:35:26.165467 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2024.11.22 20:35:26.165509 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6235 | 2024.11.22 20:35:26.165917 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6236 | 2024.11.22 20:35:26.166160 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2024.11.22 20:35:26.166375 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
| 6238 | 2024.11.22 20:35:26.166432 [ 255 ] {83298f8c-ee69-4d03-8b99-0382a1918d6f} <Debug> TCPHandler: Processed in 0.001889356 sec. | ||
| 6239 | 2024.11.22 20:35:26.166580 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2024.11.22 20:35:26.166721 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6241 | 2024.11.22 20:35:26.166816 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <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 | ||
| 6242 | 2024.11.22 20:35:26.168041 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2024.11.22 20:35:26.168078 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6244 | 2024.11.22 20:35:26.168745 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6245 | 2024.11.22 20:35:26.169008 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6246 | 2024.11.22 20:35:26.169265 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002569 sec., 12845.465161541455 rows/sec., 23.02 MiB/sec. | ||
| 6247 | 2024.11.22 20:35:26.169718 [ 5 ] {3a3b652e-4b7d-4749-a095-305b51569332} <Debug> TCPHandler: Processed in 0.003200908 sec. | ||
| 6248 | 2024.11.22 20:35:26.169954 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2024.11.22 20:35:26.170093 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6250 | 2024.11.22 20:35:26.170155 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6251 | 2024.11.22 20:35:26.170657 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2024.11.22 20:35:26.170698 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6253 | 2024.11.22 20:35:26.171079 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6254 | 2024.11.22 20:35:26.171323 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2024.11.22 20:35:26.171586 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 6256 | 2024.11.22 20:35:26.171758 [ 255 ] {48af61e8-9f5f-4a57-939d-dbe7411b9a99} <Debug> TCPHandler: Processed in 0.001925577 sec. | ||
| 6257 | 2024.11.22 20:35:26.637353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6258 | 2024.11.22 20:35:26.657406 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.11.22 20:35:26.657467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6260 | 2024.11.22 20:35:26.664996 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6261 | 2024.11.22 20:35:26.665735 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.11.22 20:35:26.668830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6263 | 2024.11.22 20:35:29.446803 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6264 | 2024.11.22 20:35:29.447034 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6265 | 2024.11.22 20:35:29.447121 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6266 | 2024.11.22 20:35:29.447970 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2024.11.22 20:35:29.448035 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6268 | 2024.11.22 20:35:29.448540 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6269 | 2024.11.22 20:35:29.448838 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2024.11.22 20:35:29.449096 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00211 sec., 6635.071090047394 rows/sec., 477.64 KiB/sec. | ||
| 6271 | 2024.11.22 20:35:29.449225 [ 5 ] {bbba1733-c1ac-48ab-9c64-7c38d0c097a4} <Debug> TCPHandler: Processed in 0.002558472 sec. | ||
| 6272 | 2024.11.22 20:35:29.449569 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6273 | 2024.11.22 20:35:29.449800 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6274 | 2024.11.22 20:35:29.449885 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6275 | 2024.11.22 20:35:29.450805 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6276 | 2024.11.22 20:35:29.450875 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6277 | 2024.11.22 20:35:29.451331 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6278 | 2024.11.22 20:35:29.451602 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6279 | 2024.11.22 20:35:29.451883 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002132 sec., 4690.431519699812 rows/sec., 382.47 KiB/sec. | ||
| 6280 | 2024.11.22 20:35:29.452074 [ 255 ] {80e8cd3c-9687-4d5f-b258-e8e6205ff78d} <Debug> TCPHandler: Processed in 0.002661635 sec. | ||
| 6281 | 2024.11.22 20:35:29.452291 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6282 | 2024.11.22 20:35:29.452453 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6283 | 2024.11.22 20:35:29.452519 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6284 | 2024.11.22 20:35:29.454036 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6285 | 2024.11.22 20:35:29.454082 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6286 | 2024.11.22 20:35:29.454586 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6287 | 2024.11.22 20:35:29.454853 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6288 | 2024.11.22 20:35:29.455112 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002693 sec., 506498.329001114 rows/sec., 42.07 MiB/sec. | ||
| 6289 | 2024.11.22 20:35:29.455195 [ 5 ] {4d355ee8-e07c-4a2e-9e8a-4a93e43de724} <Debug> TCPHandler: Processed in 0.002980042 sec. | ||
| 6290 | 2024.11.22 20:35:29.455446 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6291 | 2024.11.22 20:35:29.455624 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6292 | 2024.11.22 20:35:29.455682 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6293 | 2024.11.22 20:35:29.456358 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6294 | 2024.11.22 20:35:29.456404 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6295 | 2024.11.22 20:35:29.456795 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6296 | 2024.11.22 20:35:29.457048 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6297 | 2024.11.22 20:35:29.457285 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001694 sec., 14757.96930342385 rows/sec., 1.01 MiB/sec. | ||
| 6298 | 2024.11.22 20:35:29.457350 [ 255 ] {f76dc685-dad6-4043-a763-ed23a5a8f011} <Debug> TCPHandler: Processed in 0.002020299 sec. | ||
| 6299 | 2024.11.22 20:35:29.457545 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6300 | 2024.11.22 20:35:29.457693 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6301 | 2024.11.22 20:35:29.457757 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6302 | 2024.11.22 20:35:29.458519 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6303 | 2024.11.22 20:35:29.458562 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6304 | 2024.11.22 20:35:29.458956 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6305 | 2024.11.22 20:35:29.459210 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6306 | 2024.11.22 20:35:29.459454 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001795 sec., 134818.94150417828 rows/sec., 9.13 MiB/sec. | ||
| 6307 | 2024.11.22 20:35:29.459587 [ 5 ] {70708bd2-52b6-45ca-987a-be0424dbac49} <Debug> TCPHandler: Processed in 0.002112561 sec. | ||
| 6308 | 2024.11.22 20:35:29.459778 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6309 | 2024.11.22 20:35:29.459923 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6310 | 2024.11.22 20:35:29.459988 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6311 | 2024.11.22 20:35:29.460641 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2024.11.22 20:35:29.460685 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6313 | 2024.11.22 20:35:29.461071 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6314 | 2024.11.22 20:35:29.461317 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2024.11.22 20:35:29.461542 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec. | ||
| 6316 | 2024.11.22 20:35:29.461606 [ 255 ] {15b26f80-1eb5-4321-86c1-e29b803dcbda} <Debug> TCPHandler: Processed in 0.001897547 sec. | ||
| 6317 | 2024.11.22 20:35:29.461766 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6318 | 2024.11.22 20:35:29.461888 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6319 | 2024.11.22 20:35:29.461941 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6320 | 2024.11.22 20:35:29.462988 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6321 | 2024.11.22 20:35:29.463031 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6322 | 2024.11.22 20:35:29.463453 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6323 | 2024.11.22 20:35:29.463704 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6324 | 2024.11.22 20:35:29.463948 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.002081 sec., 411340.70158577606 rows/sec., 29.76 MiB/sec. | ||
| 6325 | 2024.11.22 20:35:29.464020 [ 5 ] {cbab1cca-c5e8-4111-8746-f2883a730b44} <Debug> TCPHandler: Processed in 0.002312667 sec. | ||
| 6326 | 2024.11.22 20:35:29.464285 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6327 | 2024.11.22 20:35:29.464418 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6328 | 2024.11.22 20:35:29.464479 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6329 | 2024.11.22 20:35:29.465028 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6330 | 2024.11.22 20:35:29.465071 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6331 | 2024.11.22 20:35:29.465471 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6332 | 2024.11.22 20:35:29.465755 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2024.11.22 20:35:29.466007 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001615 sec., 3715.170278637771 rows/sec., 194.10 KiB/sec. | ||
| 6334 | 2024.11.22 20:35:29.466085 [ 255 ] {d8ec8833-5c35-4d36-9d9a-349d7261d0d4} <Debug> TCPHandler: Processed in 0.001929697 sec. | ||
| 6335 | 2024.11.22 20:35:29.466273 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6336 | 2024.11.22 20:35:29.466418 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6337 | 2024.11.22 20:35:29.466485 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6338 | 2024.11.22 20:35:29.467498 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6339 | 2024.11.22 20:35:29.467549 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6340 | 2024.11.22 20:35:29.468142 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6341 | 2024.11.22 20:35:29.468449 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2024.11.22 20:35:29.468723 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.002338 sec., 397775.876817793 rows/sec., 26.55 MiB/sec. | ||
| 6343 | 2024.11.22 20:35:29.468796 [ 5 ] {9df04dfe-8c73-4c72-b21d-1deb8c86e184} <Debug> TCPHandler: Processed in 0.002581953 sec. | ||
| 6344 | 2024.11.22 20:35:29.468990 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6345 | 2024.11.22 20:35:29.469159 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6346 | 2024.11.22 20:35:29.469235 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6347 | 2024.11.22 20:35:29.469822 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6348 | 2024.11.22 20:35:29.469863 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6349 | 2024.11.22 20:35:29.470271 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6350 | 2024.11.22 20:35:29.470537 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6351 | 2024.11.22 20:35:29.470764 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001648 sec., 606.7961165048544 rows/sec., 40.89 KiB/sec. | ||
| 6352 | 2024.11.22 20:35:29.470817 [ 255 ] {fa1c5b43-e9ce-4ba0-9795-5b558412d2c8} <Debug> TCPHandler: Processed in 0.001903817 sec. | ||
| 6353 | 2024.11.22 20:35:29.470976 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6354 | 2024.11.22 20:35:29.471133 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6355 | 2024.11.22 20:35:29.471217 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <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 | ||
| 6356 | 2024.11.22 20:35:29.472418 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6357 | 2024.11.22 20:35:29.472460 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6358 | 2024.11.22 20:35:29.473086 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6359 | 2024.11.22 20:35:29.473353 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6360 | 2024.11.22 20:35:29.473648 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002542 sec., 3147.128245476003 rows/sec., 5.64 MiB/sec. | ||
| 6361 | 2024.11.22 20:35:29.473999 [ 5 ] {9c6b72ca-6ee8-4032-a0be-f64275375b28} <Debug> TCPHandler: Processed in 0.003085585 sec. | ||
| 6362 | 2024.11.22 20:35:29.474184 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6363 | 2024.11.22 20:35:29.474327 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6364 | 2024.11.22 20:35:29.474387 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6365 | 2024.11.22 20:35:29.474975 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2024.11.22 20:35:29.475022 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6367 | 2024.11.22 20:35:29.475428 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6368 | 2024.11.22 20:35:29.475670 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6369 | 2024.11.22 20:35:29.475911 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001612 sec., 43424.31761786601 rows/sec., 2.73 MiB/sec. | ||
| 6370 | 2024.11.22 20:35:29.476019 [ 255 ] {65d2efda-be36-4fe5-81c4-8c35895a09b5} <Debug> TCPHandler: Processed in 0.001893266 sec. | ||
| 6371 | 2024.11.22 20:35:31.149913 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6372 | 2024.11.22 20:35:31.150123 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6373 | 2024.11.22 20:35:31.150200 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6374 | 2024.11.22 20:35:31.151006 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6375 | 2024.11.22 20:35:31.151052 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6376 | 2024.11.22 20:35:31.151484 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6377 | 2024.11.22 20:35:31.151747 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6378 | 2024.11.22 20:35:31.151910 [ 57 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6379 | 2024.11.22 20:35:31.151956 [ 57 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.11.22 20:35:31.151964 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 6381 | 2024.11.22 20:35:31.151987 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6382 | 2024.11.22 20:35:31.152078 [ 5 ] {789f3915-3c45-4c38-b8f5-1385dcd7c537} <Debug> TCPHandler: Processed in 0.002294176 sec. | ||
| 6383 | 2024.11.22 20:35:31.152436 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 6384 | 2024.11.22 20:35:31.152455 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6385 | 2024.11.22 20:35:31.152828 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6386 | 2024.11.22 20:35:31.152846 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6387 | 2024.11.22 20:35:31.152903 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part | ||
| 6388 | 2024.11.22 20:35:31.152974 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6389 | 2024.11.22 20:35:31.153222 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 125 rows starting from the beginning of the part | ||
| 6390 | 2024.11.22 20:35:31.153510 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 219 rows starting from the beginning of the part | ||
| 6391 | 2024.11.22 20:35:31.153877 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 122 rows starting from the beginning of the part | ||
| 6392 | 2024.11.22 20:35:31.154232 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1364 rows starting from the beginning of the part | ||
| 6393 | 2024.11.22 20:35:31.154571 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 6394 | 2024.11.22 20:35:31.155997 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2024.11.22 20:35:31.156082 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6396 | 2024.11.22 20:35:31.157222 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6397 | 2024.11.22 20:35:31.157539 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2024.11.22 20:35:31.157836 [ 57 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6399 | 2024.11.22 20:35:31.157938 [ 57 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2024.11.22 20:35:31.158018 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6401 | 2024.11.22 20:35:31.158179 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005404 sec., 11843.079200592154 rows/sec., 946.56 KiB/sec. | ||
| 6402 | 2024.11.22 20:35:31.158573 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 6403 | 2024.11.22 20:35:31.158594 [ 255 ] {0e5a45c4-ba48-44b5-a36e-b2b9527e831b} <Debug> TCPHandler: Processed in 0.006364075 sec. | ||
| 6404 | 2024.11.22 20:35:31.158648 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.00654859 sec., 507284.7742796541 rows/sec., 44.29 MiB/sec. | ||
| 6405 | 2024.11.22 20:35:31.158869 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6406 | 2024.11.22 20:35:31.158873 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6407 | 2024.11.22 20:35:31.158975 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 6408 | 2024.11.22 20:35:31.159120 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6409 | 2024.11.22 20:35:31.159283 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6410 | 2024.11.22 20:35:31.159408 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 103 rows starting from the beginning of the part | ||
| 6411 | 2024.11.22 20:35:31.159540 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6412 | 2024.11.22 20:35:31.159966 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 390 rows starting from the beginning of the part | ||
| 6413 | 2024.11.22 20:35:31.160445 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6414 | 2024.11.22 20:35:31.160504 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 97 rows starting from the beginning of the part | ||
| 6415 | 2024.11.22 20:35:31.160875 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_46_9} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6416 | 2024.11.22 20:35:31.161109 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 856 rows starting from the beginning of the part | ||
| 6417 | 2024.11.22 20:35:31.161243 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6418 | 2024.11.22 20:35:31.161756 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6419 | 2024.11.22 20:35:31.162738 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2024.11.22 20:35:31.162802 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6421 | 2024.11.22 20:35:31.163722 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6422 | 2024.11.22 20:35:31.164267 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6423 | 2024.11.22 20:35:31.164606 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005514 sec., 5803.409503083061 rows/sec., 413.90 KiB/sec. | ||
| 6424 | 2024.11.22 20:35:31.164720 [ 5 ] {35e1f97e-fe7b-4cfd-9f03-44fbe26b905b} <Debug> TCPHandler: Processed in 0.005988167 sec. | ||
| 6425 | 2024.11.22 20:35:31.164914 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6426 | 2024.11.22 20:35:31.165067 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.006920719 sec., 350397.1191432567 rows/sec., 26.88 MiB/sec. | ||
| 6427 | 2024.11.22 20:35:31.165089 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6428 | 2024.11.22 20:35:31.165155 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6429 | 2024.11.22 20:35:31.165370 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6430 | 2024.11.22 20:35:31.166016 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2024.11.22 20:35:31.166199 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2024.11.22 20:35:31.166237 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_46_9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6433 | 2024.11.22 20:35:31.166263 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6434 | 2024.11.22 20:35:31.166398 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6435 | 2024.11.22 20:35:31.166781 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6436 | 2024.11.22 20:35:31.167032 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2024.11.22 20:35:31.167271 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002216 sec., 5415.162454873646 rows/sec., 373.70 KiB/sec. | ||
| 6438 | 2024.11.22 20:35:31.167328 [ 255 ] {cd0401bb-07a6-4c76-ba0f-e3ad4ba7dae3} <Debug> TCPHandler: Processed in 0.002491851 sec. | ||
| 6439 | 2024.11.22 20:35:33.213166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6440 | 2024.11.22 20:35:33.213877 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2024.11.22 20:35:33.213927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6442 | 2024.11.22 20:35:33.214471 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6443 | 2024.11.22 20:35:33.214730 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2024.11.22 20:35:33.215038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6445 | 2024.11.22 20:35:34.169845 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6446 | 2024.11.22 20:35:34.192444 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2024.11.22 20:35:34.192517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6448 | 2024.11.22 20:35:34.200889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6449 | 2024.11.22 20:35:34.201780 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2024.11.22 20:35:34.207242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6451 | 2024.11.22 20:35:35.766808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 914 | ||
| 6452 | 2024.11.22 20:35:35.770153 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2024.11.22 20:35:35.770207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6454 | 2024.11.22 20:35:35.771750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6455 | 2024.11.22 20:35:35.772066 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2024.11.22 20:35:35.772244 [ 63 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6457 | 2024.11.22 20:35:35.772306 [ 63 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6458 | 2024.11.22 20:35:35.772344 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6459 | 2024.11.22 20:35:35.772979 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 6460 | 2024.11.22 20:35:35.774279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914 | ||
| 6461 | 2024.11.22 20:35:35.774686 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6462 | 2024.11.22 20:35:35.774888 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 722 rows starting from the beginning of the part | ||
| 6463 | 2024.11.22 20:35:35.775552 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 6464 | 2024.11.22 20:35:35.776202 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part | ||
| 6465 | 2024.11.22 20:35:35.776817 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6466 | 2024.11.22 20:35:35.777547 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 6467 | 2024.11.22 20:35:35.778173 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
| 6468 | 2024.11.22 20:35:35.786573 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 72 columns (72 merged, 0 gathered) in 0.014073424 sec., 64945.105043378215 rows/sec., 53.71 MiB/sec. | ||
| 6469 | 2024.11.22 20:35:35.788164 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6470 | 2024.11.22 20:35:35.788999 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2024.11.22 20:35:35.789097 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_21_4} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6472 | 2024.11.22 20:35:35.789422 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6473 | 2024.11.22 20:35:36.156881 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6474 | 2024.11.22 20:35:36.157184 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6475 | 2024.11.22 20:35:36.157297 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6476 | 2024.11.22 20:35:36.158174 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6477 | 2024.11.22 20:35:36.158223 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6478 | 2024.11.22 20:35:36.158670 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6479 | 2024.11.22 20:35:36.158918 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6480 | 2024.11.22 20:35:36.159162 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00206 sec., 59223.30097087378 rows/sec., 5.02 MiB/sec. | ||
| 6481 | 2024.11.22 20:35:36.159218 [ 5 ] {e8f9fe1f-0ed1-436a-8681-2c7434b20c4b} <Debug> TCPHandler: Processed in 0.002534202 sec. | ||
| 6482 | 2024.11.22 20:35:36.159487 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6483 | 2024.11.22 20:35:36.159680 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6484 | 2024.11.22 20:35:36.159752 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6485 | 2024.11.22 20:35:36.160521 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6486 | 2024.11.22 20:35:36.160577 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6487 | 2024.11.22 20:35:36.161009 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6488 | 2024.11.22 20:35:36.161264 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6489 | 2024.11.22 20:35:36.161516 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001887 sec., 17488.076311605724 rows/sec., 1.28 MiB/sec. | ||
| 6490 | 2024.11.22 20:35:36.161638 [ 255 ] {97acf1e5-4ada-4324-a68c-89ff58e8ed68} <Debug> TCPHandler: Processed in 0.002281945 sec. | ||
| 6491 | 2024.11.22 20:35:36.161836 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6492 | 2024.11.22 20:35:36.161952 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6493 | 2024.11.22 20:35:36.162000 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6494 | 2024.11.22 20:35:36.162605 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2024.11.22 20:35:36.162644 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6496 | 2024.11.22 20:35:36.163004 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6497 | 2024.11.22 20:35:36.163246 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2024.11.22 20:35:36.163481 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001547 sec., 62702.00387847447 rows/sec., 4.90 MiB/sec. | ||
| 6499 | 2024.11.22 20:35:36.163534 [ 5 ] {afdabe59-9bc8-4a35-b7ae-c20a35e2a277} <Debug> TCPHandler: Processed in 0.001798924 sec. | ||
| 6500 | 2024.11.22 20:35:36.163747 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2024.11.22 20:35:36.164055 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6502 | 2024.11.22 20:35:36.164164 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6503 | 2024.11.22 20:35:36.164769 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2024.11.22 20:35:36.164809 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6505 | 2024.11.22 20:35:36.165203 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6506 | 2024.11.22 20:35:36.165434 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.11.22 20:35:36.165695 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001751 sec., 91376.35636778983 rows/sec., 6.36 MiB/sec. | ||
| 6508 | 2024.11.22 20:35:36.165804 [ 255 ] {818a5bd0-10fe-409c-96f9-81970b777b9b} <Debug> TCPHandler: Processed in 0.002176623 sec. | ||
| 6509 | 2024.11.22 20:35:36.166030 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2024.11.22 20:35:36.166175 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6511 | 2024.11.22 20:35:36.166266 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <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 | ||
| 6512 | 2024.11.22 20:35:36.168117 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2024.11.22 20:35:36.168157 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6514 | 2024.11.22 20:35:36.168832 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6515 | 2024.11.22 20:35:36.169098 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.11.22 20:35:36.169342 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003198 sec., 10318.949343339587 rows/sec., 18.49 MiB/sec. | ||
| 6517 | 2024.11.22 20:35:36.169453 [ 5 ] {cc634b5e-fbe0-4724-93e6-ecff71965589} <Debug> TCPHandler: Processed in 0.003541846 sec. | ||
| 6518 | 2024.11.22 20:35:36.169649 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2024.11.22 20:35:36.169768 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6520 | 2024.11.22 20:35:36.169819 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6521 | 2024.11.22 20:35:36.170349 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2024.11.22 20:35:36.170389 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 6523 | 2024.11.22 20:35:36.170771 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6524 | 2024.11.22 20:35:36.171013 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.11.22 20:35:36.171239 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 6526 | 2024.11.22 20:35:36.171294 [ 255 ] {118bf99a-4ffc-406b-880c-7be72a307b64} <Debug> TCPHandler: Processed in 0.001703032 sec. | ||
| 6527 | 2024.11.22 20:35:40.576019 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6528 | 2024.11.22 20:35:40.576095 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6529 | 2024.11.22 20:35:40.716112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6530 | 2024.11.22 20:35:40.716766 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2024.11.22 20:35:40.716817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6532 | 2024.11.22 20:35:40.717447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6533 | 2024.11.22 20:35:40.717711 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2024.11.22 20:35:40.718013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6535 | 2024.11.22 20:35:41.042844 [ 74 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 6536 | 2024.11.22 20:35:41.042918 [ 74 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2024.11.22 20:35:41.042943 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6538 | 2024.11.22 20:35:41.043126 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 6539 | 2024.11.22 20:35:41.043318 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6540 | 2024.11.22 20:35:41.043364 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 6541 | 2024.11.22 20:35:41.043475 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
| 6542 | 2024.11.22 20:35:41.043592 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6543 | 2024.11.22 20:35:41.043796 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6544 | 2024.11.22 20:35:41.043999 [ 197 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
| 6545 | 2024.11.22 20:35:41.045284 [ 194 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002258445 sec., 334300.81317012367 rows/sec., 23.93 MiB/sec. | ||
| 6546 | 2024.11.22 20:35:41.045490 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6547 | 2024.11.22 20:35:41.045880 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2024.11.22 20:35:41.045992 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_20_4} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 6549 | 2024.11.22 20:35:41.046110 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6550 | 2024.11.22 20:35:41.124998 [ 74 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6551 | 2024.11.22 20:35:41.125058 [ 74 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2024.11.22 20:35:41.125090 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6553 | 2024.11.22 20:35:41.125330 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 6554 | 2024.11.22 20:35:41.125590 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6555 | 2024.11.22 20:35:41.125640 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6556 | 2024.11.22 20:35:41.125738 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6557 | 2024.11.22 20:35:41.125954 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6558 | 2024.11.22 20:35:41.126101 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6559 | 2024.11.22 20:35:41.126285 [ 194 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6560 | 2024.11.22 20:35:41.127327 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002166473 sec., 52620.08804171573 rows/sec., 2.68 MiB/sec. | ||
| 6561 | 2024.11.22 20:35:41.127485 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6562 | 2024.11.22 20:35:41.127835 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6563 | 2024.11.22 20:35:41.127931 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_19_4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6564 | 2024.11.22 20:35:41.128019 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6565 | 2024.11.22 20:35:41.159788 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6566 | 2024.11.22 20:35:41.159983 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6567 | 2024.11.22 20:35:41.160062 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6568 | 2024.11.22 20:35:41.160893 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2024.11.22 20:35:41.160940 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6570 | 2024.11.22 20:35:41.161344 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6571 | 2024.11.22 20:35:41.161598 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2024.11.22 20:35:41.161856 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 6573 | 2024.11.22 20:35:41.161989 [ 5 ] {9f93554e-6474-4e0e-86bd-80c320477060} <Debug> TCPHandler: Processed in 0.002328047 sec. | ||
| 6574 | 2024.11.22 20:35:41.162241 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6575 | 2024.11.22 20:35:41.162407 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6576 | 2024.11.22 20:35:41.162473 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6577 | 2024.11.22 20:35:41.163324 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2024.11.22 20:35:41.163367 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6579 | 2024.11.22 20:35:41.163778 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6580 | 2024.11.22 20:35:41.164026 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2024.11.22 20:35:41.164274 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001911 sec., 114599.68602825746 rows/sec., 9.98 MiB/sec. | ||
| 6582 | 2024.11.22 20:35:41.164404 [ 255 ] {54ab1ef3-fa09-4eb8-aa9e-a2c8dcfda0ee} <Debug> TCPHandler: Processed in 0.002275776 sec. | ||
| 6583 | 2024.11.22 20:35:41.164644 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2024.11.22 20:35:41.164795 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6585 | 2024.11.22 20:35:41.164850 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6586 | 2024.11.22 20:35:41.165470 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2024.11.22 20:35:41.165513 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6588 | 2024.11.22 20:35:41.165895 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6589 | 2024.11.22 20:35:41.166148 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2024.11.22 20:35:41.166327 [ 143 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6591 | 2024.11.22 20:35:41.166397 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001626 sec., 9225.09225092251 rows/sec., 650.44 KiB/sec. | ||
| 6592 | 2024.11.22 20:35:41.166408 [ 143 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2024.11.22 20:35:41.166471 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6594 | 2024.11.22 20:35:41.166528 [ 5 ] {f85589b3-17ee-42e2-8299-ae49eb50dce3} <Debug> TCPHandler: Processed in 0.001998908 sec. | ||
| 6595 | 2024.11.22 20:35:41.166819 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2024.11.22 20:35:41.167020 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 6597 | 2024.11.22 20:35:41.167247 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6598 | 2024.11.22 20:35:41.167457 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6599 | 2024.11.22 20:35:41.167783 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6600 | 2024.11.22 20:35:41.167871 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part | ||
| 6601 | 2024.11.22 20:35:41.168470 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 15 rows starting from the beginning of the part | ||
| 6602 | 2024.11.22 20:35:41.168974 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 33 rows starting from the beginning of the part | ||
| 6603 | 2024.11.22 20:35:41.169341 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part | ||
| 6604 | 2024.11.22 20:35:41.169702 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 33 rows starting from the beginning of the part | ||
| 6605 | 2024.11.22 20:35:41.169902 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part | ||
| 6606 | 2024.11.22 20:35:41.170896 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2024.11.22 20:35:41.170988 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6608 | 2024.11.22 20:35:41.172025 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6609 | 2024.11.22 20:35:41.172507 [ 188 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005929625 sec., 31536.564285262557 rows/sec., 2.37 MiB/sec. | ||
| 6610 | 2024.11.22 20:35:41.172560 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.11.22 20:35:41.172653 [ 188 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6612 | 2024.11.22 20:35:41.172885 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005804 sec., 2412.129565816678 rows/sec., 168.93 KiB/sec. | ||
| 6613 | 2024.11.22 20:35:41.172974 [ 255 ] {81977669-0b14-437c-b9d8-e03e12f90ebc} <Debug> TCPHandler: Processed in 0.006326885 sec. | ||
| 6614 | 2024.11.22 20:35:41.173140 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2024.11.22 20:35:41.173212 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6616 | 2024.11.22 20:35:41.173321 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_41_8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6617 | 2024.11.22 20:35:41.173383 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6618 | 2024.11.22 20:35:41.173471 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6619 | 2024.11.22 20:35:41.173474 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6620 | 2024.11.22 20:35:41.174120 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2024.11.22 20:35:41.174162 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6622 | 2024.11.22 20:35:41.174547 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6623 | 2024.11.22 20:35:41.174792 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2024.11.22 20:35:41.175015 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 6625 | 2024.11.22 20:35:41.175071 [ 5 ] {bc91b42c-19bc-405c-9ddc-7ad1c6c98a1d} <Debug> TCPHandler: Processed in 0.001949648 sec. | ||
| 6626 | 2024.11.22 20:35:41.175219 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.11.22 20:35:41.175335 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6628 | 2024.11.22 20:35:41.175383 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6629 | 2024.11.22 20:35:41.176121 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2024.11.22 20:35:41.176160 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6631 | 2024.11.22 20:35:41.176531 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6632 | 2024.11.22 20:35:41.176766 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.11.22 20:35:41.176996 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001682 sec., 231866.82520808562 rows/sec., 16.44 MiB/sec. | ||
| 6634 | 2024.11.22 20:35:41.177068 [ 255 ] {d67a3a55-8314-41fa-8bca-44d4a47fdb18} <Debug> TCPHandler: Processed in 0.001905166 sec. | ||
| 6635 | 2024.11.22 20:35:41.177290 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2024.11.22 20:35:41.177437 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6637 | 2024.11.22 20:35:41.177497 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6638 | 2024.11.22 20:35:41.178002 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2024.11.22 20:35:41.178042 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6640 | 2024.11.22 20:35:41.178410 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6641 | 2024.11.22 20:35:41.178657 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2024.11.22 20:35:41.178872 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 6643 | 2024.11.22 20:35:41.178925 [ 5 ] {98baa7a4-3978-46fe-9da7-4f7575911faa} <Debug> TCPHandler: Processed in 0.001758043 sec. | ||
| 6644 | 2024.11.22 20:35:41.179065 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2024.11.22 20:35:41.179182 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6646 | 2024.11.22 20:35:41.179234 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6647 | 2024.11.22 20:35:41.179829 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2024.11.22 20:35:41.179866 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6649 | 2024.11.22 20:35:41.180250 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6650 | 2024.11.22 20:35:41.180485 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2024.11.22 20:35:41.180656 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6652 | 2024.11.22 20:35:41.180726 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2024.11.22 20:35:41.180739 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001572 sec., 150763.35877862596 rows/sec., 10.11 MiB/sec. | ||
| 6654 | 2024.11.22 20:35:41.180767 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6655 | 2024.11.22 20:35:41.180909 [ 255 ] {e2181780-bd68-4a6c-b917-1134d79c0e28} <Debug> TCPHandler: Processed in 0.001895917 sec. | ||
| 6656 | 2024.11.22 20:35:41.180981 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6657 | 2024.11.22 20:35:41.181071 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6658 | 2024.11.22 20:35:41.181146 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6659 | 2024.11.22 20:35:41.181228 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11830 rows starting from the beginning of the part | ||
| 6660 | 2024.11.22 20:35:41.181334 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6661 | 2024.11.22 20:35:41.181491 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 6662 | 2024.11.22 20:35:41.181549 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6663 | 2024.11.22 20:35:41.181912 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 930 rows starting from the beginning of the part | ||
| 6664 | 2024.11.22 20:35:41.182271 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 6665 | 2024.11.22 20:35:41.182607 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 6666 | 2024.11.22 20:35:41.182891 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 6667 | 2024.11.22 20:35:41.183964 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2024.11.22 20:35:41.184018 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6669 | 2024.11.22 20:35:41.184532 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6670 | 2024.11.22 20:35:41.185012 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2024.11.22 20:35:41.185709 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00443 sec., 225.73363431151242 rows/sec., 15.21 KiB/sec. | ||
| 6672 | 2024.11.22 20:35:41.186170 [ 5 ] {c4c9b61a-6082-424f-b843-f74de6b97462} <Debug> TCPHandler: Processed in 0.005169546 sec. | ||
| 6673 | 2024.11.22 20:35:41.186377 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2024.11.22 20:35:41.186492 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6675 | 2024.11.22 20:35:41.186577 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <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 | ||
| 6676 | 2024.11.22 20:35:41.188036 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2024.11.22 20:35:41.188074 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6678 | 2024.11.22 20:35:41.188784 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13349 rows, containing 5 columns (5 merged, 0 gathered) in 0.007886863 sec., 1692561.4151025575 rows/sec., 114.22 MiB/sec. | ||
| 6679 | 2024.11.22 20:35:41.188943 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6680 | 2024.11.22 20:35:41.189257 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2024.11.22 20:35:41.189267 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6682 | 2024.11.22 20:35:41.189533 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6683 | 2024.11.22 20:35:41.189661 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2024.11.22 20:35:41.189766 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6685 | 2024.11.22 20:35:41.189934 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003429 sec., 2333.0417031204433 rows/sec., 4.18 MiB/sec. | ||
| 6686 | 2024.11.22 20:35:41.190070 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2024.11.22 20:35:41.190179 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 6688 | 2024.11.22 20:35:41.190463 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6689 | 2024.11.22 20:35:41.190689 [ 255 ] {3fc9bc5c-f10b-4636-8800-c0198a0dc7b3} <Debug> TCPHandler: Processed in 0.004389137 sec. | ||
| 6690 | 2024.11.22 20:35:41.190722 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 6691 | 2024.11.22 20:35:41.190965 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2024.11.22 20:35:41.191124 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6693 | 2024.11.22 20:35:41.191160 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6694 | 2024.11.22 20:35:41.191208 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 692 rows starting from the beginning of the part | ||
| 6695 | 2024.11.22 20:35:41.191237 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6696 | 2024.11.22 20:35:41.191874 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
| 6697 | 2024.11.22 20:35:41.192421 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 33 rows starting from the beginning of the part | ||
| 6698 | 2024.11.22 20:35:41.193085 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 6699 | 2024.11.22 20:35:41.193088 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2024.11.22 20:35:41.193139 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6701 | 2024.11.22 20:35:41.193610 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 33 rows starting from the beginning of the part | ||
| 6702 | 2024.11.22 20:35:41.194154 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 6703 | 2024.11.22 20:35:41.194298 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6704 | 2024.11.22 20:35:41.194830 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2024.11.22 20:35:41.195101 [ 143 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6706 | 2024.11.22 20:35:41.195187 [ 143 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2024.11.22 20:35:41.195236 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004102 sec., 19990.24865919064 rows/sec., 1.27 MiB/sec. | ||
| 6708 | 2024.11.22 20:35:41.195260 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6709 | 2024.11.22 20:35:41.195699 [ 5 ] {75bb2ce7-7f9f-486f-88a0-1be6ead2d661} <Debug> TCPHandler: Processed in 0.004859568 sec. | ||
| 6710 | 2024.11.22 20:35:41.196090 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6711 | 2024.11.22 20:35:41.196936 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6712 | 2024.11.22 20:35:41.197079 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2436 rows starting from the beginning of the part | ||
| 6713 | 2024.11.22 20:35:41.197320 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 6714 | 2024.11.22 20:35:41.197450 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part | ||
| 6715 | 2024.11.22 20:35:41.197670 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 6716 | 2024.11.22 20:35:41.197838 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6717 | 2024.11.22 20:35:41.198000 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 6718 | 2024.11.22 20:35:41.201503 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2720 rows, containing 4 columns (4 merged, 0 gathered) in 0.006057128 sec., 449057.70523588074 rows/sec., 29.27 MiB/sec. | ||
| 6719 | 2024.11.22 20:35:41.201917 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6720 | 2024.11.22 20:35:41.202405 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.11.22 20:35:41.202490 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_46_9} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6722 | 2024.11.22 20:35:41.202904 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6723 | 2024.11.22 20:35:41.204908 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 19 columns (19 merged, 0 gathered) in 0.014997926 sec., 52140.5426323613 rows/sec., 93.43 MiB/sec. | ||
| 6724 | 2024.11.22 20:35:41.206247 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6725 | 2024.11.22 20:35:41.206659 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2024.11.22 20:35:41.206740 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6727 | 2024.11.22 20:35:41.206887 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 6728 | 2024.11.22 20:35:41.708256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6729 | 2024.11.22 20:35:41.730435 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2024.11.22 20:35:41.730498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6731 | 2024.11.22 20:35:41.737932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6732 | 2024.11.22 20:35:41.738734 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2024.11.22 20:35:41.742045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6734 | 2024.11.22 20:35:42.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.35 MiB, peak 205.39 MiB, free memory in arenas 0.00 B, will set to 199.88 MiB (RSS), difference: 1.52 MiB | ||
| 6735 | 2024.11.22 20:35:45.775449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 948 | ||
| 6736 | 2024.11.22 20:35:45.778636 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2024.11.22 20:35:45.778692 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6738 | 2024.11.22 20:35:45.780217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6739 | 2024.11.22 20:35:45.780548 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2024.11.22 20:35:45.781183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 948 | ||
| 6741 | 2024.11.22 20:35:46.157273 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2024.11.22 20:35:46.157484 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6743 | 2024.11.22 20:35:46.157568 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6744 | 2024.11.22 20:35:46.158374 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2024.11.22 20:35:46.158425 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6746 | 2024.11.22 20:35:46.158898 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6747 | 2024.11.22 20:35:46.159160 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2024.11.22 20:35:46.159406 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00198 sec., 61616.16161616162 rows/sec., 5.22 MiB/sec. | ||
| 6749 | 2024.11.22 20:35:46.159472 [ 5 ] {38dd8a81-6911-4ffa-bbff-6288ed4435a8} <Debug> TCPHandler: Processed in 0.002340337 sec. | ||
| 6750 | 2024.11.22 20:35:46.159756 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2024.11.22 20:35:46.159969 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6752 | 2024.11.22 20:35:46.160051 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6753 | 2024.11.22 20:35:46.160915 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2024.11.22 20:35:46.160964 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6755 | 2024.11.22 20:35:46.161408 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6756 | 2024.11.22 20:35:46.161666 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2024.11.22 20:35:46.161900 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001991 sec., 16574.585635359115 rows/sec., 1.22 MiB/sec. | ||
| 6758 | 2024.11.22 20:35:46.161978 [ 255 ] {20b458bd-c5c5-4175-822a-32ab677ee200} <Debug> TCPHandler: Processed in 0.002385088 sec. | ||
| 6759 | 2024.11.22 20:35:46.162139 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2024.11.22 20:35:46.162267 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6761 | 2024.11.22 20:35:46.162318 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6762 | 2024.11.22 20:35:46.162940 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2024.11.22 20:35:46.162980 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6764 | 2024.11.22 20:35:46.163363 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6765 | 2024.11.22 20:35:46.163612 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6766 | 2024.11.22 20:35:46.163835 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001596 sec., 60776.942355889725 rows/sec., 4.75 MiB/sec. | ||
| 6767 | 2024.11.22 20:35:46.163888 [ 5 ] {243fa87d-89f4-4ff7-a063-acde82fb0ce8} <Debug> TCPHandler: Processed in 0.001809084 sec. | ||
| 6768 | 2024.11.22 20:35:46.164034 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6769 | 2024.11.22 20:35:46.164159 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6770 | 2024.11.22 20:35:46.164218 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6771 | 2024.11.22 20:35:46.164821 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2024.11.22 20:35:46.164863 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6773 | 2024.11.22 20:35:46.165276 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6774 | 2024.11.22 20:35:46.165526 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2024.11.22 20:35:46.165749 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 6776 | 2024.11.22 20:35:46.165807 [ 255 ] {59d283b8-cfe8-4b07-8eb0-53916510e089} <Debug> TCPHandler: Processed in 0.001835505 sec. | ||
| 6777 | 2024.11.22 20:35:46.165976 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.11.22 20:35:46.166143 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6779 | 2024.11.22 20:35:46.166254 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <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 | ||
| 6780 | 2024.11.22 20:35:46.167555 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6781 | 2024.11.22 20:35:46.167594 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6782 | 2024.11.22 20:35:46.168248 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6783 | 2024.11.22 20:35:46.168507 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6784 | 2024.11.22 20:35:46.168743 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00264 sec., 12500 rows/sec., 22.40 MiB/sec. | ||
| 6785 | 2024.11.22 20:35:46.168833 [ 5 ] {e0329767-ce0a-4762-b2e6-bdbcfc592070} <Debug> TCPHandler: Processed in 0.002939731 sec. | ||
| 6786 | 2024.11.22 20:35:46.169031 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2024.11.22 20:35:46.169174 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6788 | 2024.11.22 20:35:46.169236 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6789 | 2024.11.22 20:35:46.169822 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6790 | 2024.11.22 20:35:46.169862 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6791 | 2024.11.22 20:35:46.170248 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6792 | 2024.11.22 20:35:46.170500 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6793 | 2024.11.22 20:35:46.170731 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 6794 | 2024.11.22 20:35:46.170805 [ 255 ] {088dcf73-aa9f-445c-b410-2150943ab5da} <Debug> TCPHandler: Processed in 0.001842665 sec. | ||
| 6795 | 2024.11.22 20:35:48.219240 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6796 | 2024.11.22 20:35:48.220275 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2024.11.22 20:35:48.220358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6798 | 2024.11.22 20:35:48.220948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6799 | 2024.11.22 20:35:48.221222 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2024.11.22 20:35:48.221424 [ 139 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6801 | 2024.11.22 20:35:48.221506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6802 | 2024.11.22 20:35:48.221522 [ 139 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.11.22 20:35:48.221557 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6804 | 2024.11.22 20:35:48.221761 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 6805 | 2024.11.22 20:35:48.222049 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6806 | 2024.11.22 20:35:48.222086 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 6807 | 2024.11.22 20:35:48.222154 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6808 | 2024.11.22 20:35:48.222341 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6809 | 2024.11.22 20:35:48.222600 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6810 | 2024.11.22 20:35:48.222779 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6811 | 2024.11.22 20:35:48.222859 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6812 | 2024.11.22 20:35:48.225372 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003749202 sec., 3807210.1743250964 rows/sec., 54.46 MiB/sec. | ||
| 6813 | 2024.11.22 20:35:48.225680 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6814 | 2024.11.22 20:35:48.225968 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2024.11.22 20:35:48.226048 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_31_6} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6816 | 2024.11.22 20:35:48.226137 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6817 | 2024.11.22 20:35:49.243066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6818 | 2024.11.22 20:35:49.264591 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2024.11.22 20:35:49.264659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6820 | 2024.11.22 20:35:49.272604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6821 | 2024.11.22 20:35:49.273381 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2024.11.22 20:35:49.273752 [ 140 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6823 | 2024.11.22 20:35:49.273896 [ 140 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2024.11.22 20:35:49.273978 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6825 | 2024.11.22 20:35:49.274616 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 6826 | 2024.11.22 20:35:49.289430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6827 | 2024.11.22 20:35:49.291279 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6828 | 2024.11.22 20:35:49.292581 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 6829 | 2024.11.22 20:35:49.298145 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 6830 | 2024.11.22 20:35:49.303704 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6831 | 2024.11.22 20:35:49.309324 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6832 | 2024.11.22 20:35:49.315168 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 6833 | 2024.11.22 20:35:49.319808 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 6834 | 2024.11.22 20:35:49.378858 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104719597 sec., 2234.5387750107557 rows/sec., 11.55 MiB/sec. | ||
| 6835 | 2024.11.22 20:35:49.381768 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6836 | 2024.11.22 20:35:49.384643 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6837 | 2024.11.22 20:35:49.384740 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_31_6} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6838 | 2024.11.22 20:35:49.387071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6839 | 2024.11.22 20:35:51.160627 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6840 | 2024.11.22 20:35:51.160824 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6841 | 2024.11.22 20:35:51.160898 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6842 | 2024.11.22 20:35:51.161609 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6843 | 2024.11.22 20:35:51.161648 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6844 | 2024.11.22 20:35:51.162069 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6845 | 2024.11.22 20:35:51.162326 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6846 | 2024.11.22 20:35:51.162467 [ 137 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6847 | 2024.11.22 20:35:51.162510 [ 137 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2024.11.22 20:35:51.162533 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001761 sec., 7950.028392958547 rows/sec., 572.30 KiB/sec. | ||
| 6849 | 2024.11.22 20:35:51.162538 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6850 | 2024.11.22 20:35:51.162657 [ 5 ] {1d78444e-18e6-46ec-af6f-f52942e76579} <Debug> TCPHandler: Processed in 0.002162913 sec. | ||
| 6851 | 2024.11.22 20:35:51.162951 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 6852 | 2024.11.22 20:35:51.163012 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6853 | 2024.11.22 20:35:51.163336 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6854 | 2024.11.22 20:35:51.163348 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6855 | 2024.11.22 20:35:51.163385 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6856 | 2024.11.22 20:35:51.163437 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6857 | 2024.11.22 20:35:51.163552 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6858 | 2024.11.22 20:35:51.163883 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 6859 | 2024.11.22 20:35:51.164208 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6860 | 2024.11.22 20:35:51.164610 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6861 | 2024.11.22 20:35:51.165939 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2024.11.22 20:35:51.165991 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6863 | 2024.11.22 20:35:51.166415 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003745312 sec., 18690.03169829376 rows/sec., 1.39 MiB/sec. | ||
| 6864 | 2024.11.22 20:35:51.166754 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6865 | 2024.11.22 20:35:51.166805 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6866 | 2024.11.22 20:35:51.167208 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2024.11.22 20:35:51.167362 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6868 | 2024.11.22 20:35:51.167636 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_21_5} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6869 | 2024.11.22 20:35:51.167674 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004404 sec., 49727.5204359673 rows/sec., 4.33 MiB/sec. | ||
| 6870 | 2024.11.22 20:35:51.167900 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6871 | 2024.11.22 20:35:51.167907 [ 255 ] {a191e4cb-baa4-4d8a-85ea-2baf9deeb12a} <Debug> TCPHandler: Processed in 0.005115375 sec. | ||
| 6872 | 2024.11.22 20:35:51.168087 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6873 | 2024.11.22 20:35:51.168224 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6874 | 2024.11.22 20:35:51.168281 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6875 | 2024.11.22 20:35:51.168960 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2024.11.22 20:35:51.168998 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6877 | 2024.11.22 20:35:51.169358 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6878 | 2024.11.22 20:35:51.169612 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2024.11.22 20:35:51.169800 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001606 sec., 9339.975093399751 rows/sec., 658.54 KiB/sec. | ||
| 6880 | 2024.11.22 20:35:51.169914 [ 5 ] {ba4dc038-fa00-4af0-9b9c-ab0684d8baa4} <Debug> TCPHandler: Processed in 0.001891717 sec. | ||
| 6881 | 2024.11.22 20:35:51.170112 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6882 | 2024.11.22 20:35:51.170256 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6883 | 2024.11.22 20:35:51.170319 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6884 | 2024.11.22 20:35:51.171021 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2024.11.22 20:35:51.171065 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6886 | 2024.11.22 20:35:51.171439 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6887 | 2024.11.22 20:35:51.171688 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6888 | 2024.11.22 20:35:51.171904 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec. | ||
| 6889 | 2024.11.22 20:35:51.171962 [ 255 ] {a5d94018-54d2-4d0e-8331-12e3d6342c21} <Debug> TCPHandler: Processed in 0.001956778 sec. | ||
| 6890 | 2024.11.22 20:35:51.172160 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2024.11.22 20:35:51.172380 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6892 | 2024.11.22 20:35:51.172470 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6893 | 2024.11.22 20:35:51.173247 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2024.11.22 20:35:51.173283 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6895 | 2024.11.22 20:35:51.173634 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6896 | 2024.11.22 20:35:51.173875 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2024.11.22 20:35:51.174000 [ 137 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6898 | 2024.11.22 20:35:51.174044 [ 137 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.11.22 20:35:51.174069 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6900 | 2024.11.22 20:35:51.174072 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001743 sec., 7458.4050487664945 rows/sec., 465.03 KiB/sec. | ||
| 6901 | 2024.11.22 20:35:51.174285 [ 5 ] {ddc8b99e-7d01-4723-be8f-4c2dffb87236} <Debug> TCPHandler: Processed in 0.002231764 sec. | ||
| 6902 | 2024.11.22 20:35:51.174323 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 6903 | 2024.11.22 20:35:51.174459 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2024.11.22 20:35:51.174480 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6905 | 2024.11.22 20:35:51.174518 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6906 | 2024.11.22 20:35:51.174693 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6907 | 2024.11.22 20:35:51.174737 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6908 | 2024.11.22 20:35:51.174865 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6909 | 2024.11.22 20:35:51.175085 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6910 | 2024.11.22 20:35:51.175431 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6911 | 2024.11.22 20:35:51.175766 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6912 | 2024.11.22 20:35:51.177120 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2024.11.22 20:35:51.177167 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6914 | 2024.11.22 20:35:51.177419 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003269269 sec., 19882.120437321002 rows/sec., 1.29 MiB/sec. | ||
| 6915 | 2024.11.22 20:35:51.177645 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6916 | 2024.11.22 20:35:51.177916 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6917 | 2024.11.22 20:35:51.178220 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6918 | 2024.11.22 20:35:51.178355 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_21_5} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6919 | 2024.11.22 20:35:51.178372 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2024.11.22 20:35:51.178513 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6921 | 2024.11.22 20:35:51.178709 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004135 sec., 94316.807738815 rows/sec., 6.69 MiB/sec. | ||
| 6922 | 2024.11.22 20:35:51.178777 [ 255 ] {fb5a5865-1b4b-4e15-abf9-afc771228405} <Debug> TCPHandler: Processed in 0.004391167 sec. | ||
| 6923 | 2024.11.22 20:35:51.178916 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6924 | 2024.11.22 20:35:51.179031 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6925 | 2024.11.22 20:35:51.179083 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6926 | 2024.11.22 20:35:51.179588 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2024.11.22 20:35:51.179624 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6928 | 2024.11.22 20:35:51.179986 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6929 | 2024.11.22 20:35:51.180224 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2024.11.22 20:35:51.180402 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 6931 | 2024.11.22 20:35:51.180451 [ 5 ] {e6889052-84b8-4e6d-bb43-90b52d587383} <Debug> TCPHandler: Processed in 0.001593519 sec. | ||
| 6932 | 2024.11.22 20:35:51.180611 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6933 | 2024.11.22 20:35:51.180731 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6934 | 2024.11.22 20:35:51.180786 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6935 | 2024.11.22 20:35:51.181405 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2024.11.22 20:35:51.181444 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6937 | 2024.11.22 20:35:51.181839 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6938 | 2024.11.22 20:35:51.182085 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2024.11.22 20:35:51.182339 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 6940 | 2024.11.22 20:35:51.182479 [ 255 ] {765b336a-c739-4179-ade0-6844514babf2} <Debug> TCPHandler: Processed in 0.001919457 sec. | ||
| 6941 | 2024.11.22 20:35:51.182723 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6942 | 2024.11.22 20:35:51.182875 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6943 | 2024.11.22 20:35:51.182936 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6944 | 2024.11.22 20:35:51.183496 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6945 | 2024.11.22 20:35:51.183540 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6946 | 2024.11.22 20:35:51.183948 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6947 | 2024.11.22 20:35:51.184190 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6948 | 2024.11.22 20:35:51.184368 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 6949 | 2024.11.22 20:35:51.184415 [ 5 ] {140de99c-0076-48a9-a582-89d2326df85e} <Debug> TCPHandler: Processed in 0.001813744 sec. | ||
| 6950 | 2024.11.22 20:35:51.184555 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6951 | 2024.11.22 20:35:51.184674 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6952 | 2024.11.22 20:35:51.184755 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <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 | ||
| 6953 | 2024.11.22 20:35:51.185829 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2024.11.22 20:35:51.185869 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6955 | 2024.11.22 20:35:51.186488 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6956 | 2024.11.22 20:35:51.186742 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6957 | 2024.11.22 20:35:51.187001 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002351 sec., 3402.80731603573 rows/sec., 6.10 MiB/sec. | ||
| 6958 | 2024.11.22 20:35:51.187110 [ 255 ] {c8e1e50d-8de6-4672-b8ae-18f9e66459f4} <Debug> TCPHandler: Processed in 0.002613513 sec. | ||
| 6959 | 2024.11.22 20:35:51.187305 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6960 | 2024.11.22 20:35:51.187523 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6961 | 2024.11.22 20:35:51.187617 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6962 | 2024.11.22 20:35:51.188238 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6963 | 2024.11.22 20:35:51.188276 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6964 | 2024.11.22 20:35:51.188646 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6965 | 2024.11.22 20:35:51.188875 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2024.11.22 20:35:51.189110 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001641 sec., 49969.53077391834 rows/sec., 3.17 MiB/sec. | ||
| 6967 | 2024.11.22 20:35:51.189159 [ 5 ] {fe3680d3-c4a9-440a-bc7c-93385ff48231} <Debug> TCPHandler: Processed in 0.001960777 sec. | ||
| 6968 | 2024.11.22 20:35:55.576157 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6969 | 2024.11.22 20:35:55.576257 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6970 | 2024.11.22 20:35:55.722591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6971 | 2024.11.22 20:35:55.723225 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2024.11.22 20:35:55.723278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6973 | 2024.11.22 20:35:55.723809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6974 | 2024.11.22 20:35:55.724077 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6975 | 2024.11.22 20:35:55.724327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6976 | 2024.11.22 20:35:55.782320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 982 | ||
| 6977 | 2024.11.22 20:35:55.785401 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2024.11.22 20:35:55.785450 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6979 | 2024.11.22 20:35:55.786938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6980 | 2024.11.22 20:35:55.787249 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2024.11.22 20:35:55.788539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6982 | 2024.11.22 20:35:56.002026 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001489336 sec. | ||
| 6983 | 2024.11.22 20:35:56.157699 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2024.11.22 20:35:56.157914 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6985 | 2024.11.22 20:35:56.157995 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6986 | 2024.11.22 20:35:56.158817 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2024.11.22 20:35:56.158870 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6988 | 2024.11.22 20:35:56.159315 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6989 | 2024.11.22 20:35:56.159575 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2024.11.22 20:35:56.159798 [ 130 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6991 | 2024.11.22 20:35:56.159809 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001944 sec., 62757.201646090536 rows/sec., 5.32 MiB/sec. | ||
| 6992 | 2024.11.22 20:35:56.159895 [ 130 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2024.11.22 20:35:56.159969 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6994 | 2024.11.22 20:35:56.159983 [ 5 ] {dbd7c69a-8b0b-4f29-82e3-cd9e5b13196e} <Debug> TCPHandler: Processed in 0.002422269 sec. | ||
| 6995 | 2024.11.22 20:35:56.160324 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 6996 | 2024.11.22 20:35:56.160361 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6997 | 2024.11.22 20:35:56.160844 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6998 | 2024.11.22 20:35:56.160992 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6999 | 2024.11.22 20:35:56.161067 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7000 | 2024.11.22 20:35:56.161131 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part | ||
| 7001 | 2024.11.22 20:35:56.161540 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 122 rows starting from the beginning of the part | ||
| 7002 | 2024.11.22 20:35:56.161819 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 219 rows starting from the beginning of the part | ||
| 7003 | 2024.11.22 20:35:56.162090 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 122 rows starting from the beginning of the part | ||
| 7004 | 2024.11.22 20:35:56.162564 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 219 rows starting from the beginning of the part | ||
| 7005 | 2024.11.22 20:35:56.162777 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 122 rows starting from the beginning of the part | ||
| 7006 | 2024.11.22 20:35:56.163696 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2024.11.22 20:35:56.163742 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7008 | 2024.11.22 20:35:56.165322 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7009 | 2024.11.22 20:35:56.165682 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2024.11.22 20:35:56.165963 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005277 sec., 6253.55315520182 rows/sec., 470.24 KiB/sec. | ||
| 7011 | 2024.11.22 20:35:56.166136 [ 255 ] {2bb1052f-4c44-4851-a571-1de5bcd4f1e4} <Debug> TCPHandler: Processed in 0.005972226 sec. | ||
| 7012 | 2024.11.22 20:35:56.166228 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613992 sec., 364825.60033355484 rows/sec., 32.17 MiB/sec. | ||
| 7013 | 2024.11.22 20:35:56.166328 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7014 | 2024.11.22 20:35:56.166459 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7015 | 2024.11.22 20:35:56.166510 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7016 | 2024.11.22 20:35:56.166609 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7017 | 2024.11.22 20:35:56.166972 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2024.11.22 20:35:56.167215 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_51_10} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7019 | 2024.11.22 20:35:56.167383 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7020 | 2024.11.22 20:35:56.167741 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.11.22 20:35:56.167788 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7022 | 2024.11.22 20:35:56.168165 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7023 | 2024.11.22 20:35:56.168410 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7024 | 2024.11.22 20:35:56.168599 [ 130 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7025 | 2024.11.22 20:35:56.168669 [ 130 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2024.11.22 20:35:56.168685 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002219 sec., 43713.38440739072 rows/sec., 3.41 MiB/sec. | ||
| 7027 | 2024.11.22 20:35:56.168706 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7028 | 2024.11.22 20:35:56.168843 [ 5 ] {7a9f12f4-f2f0-4368-a840-774f81351b1e} <Debug> TCPHandler: Processed in 0.002587713 sec. | ||
| 7029 | 2024.11.22 20:35:56.168897 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 7030 | 2024.11.22 20:35:56.169021 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7031 | 2024.11.22 20:35:56.169054 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7032 | 2024.11.22 20:35:56.169073 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 7033 | 2024.11.22 20:35:56.169370 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 97 rows starting from the beginning of the part | ||
| 7034 | 2024.11.22 20:35:56.169454 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7035 | 2024.11.22 20:35:56.169612 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 390 rows starting from the beginning of the part | ||
| 7036 | 2024.11.22 20:35:56.169732 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7037 | 2024.11.22 20:35:56.169980 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 97 rows starting from the beginning of the part | ||
| 7038 | 2024.11.22 20:35:56.170363 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 390 rows starting from the beginning of the part | ||
| 7039 | 2024.11.22 20:35:56.170732 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 97 rows starting from the beginning of the part | ||
| 7040 | 2024.11.22 20:35:56.172317 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2024.11.22 20:35:56.172393 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7042 | 2024.11.22 20:35:56.173315 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7043 | 2024.11.22 20:35:56.173786 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.004959891 sec., 400412.02518361795 rows/sec., 30.68 MiB/sec. | ||
| 7044 | 2024.11.22 20:35:56.173813 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2024.11.22 20:35:56.174049 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7046 | 2024.11.22 20:35:56.174248 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004955 sec., 32290.61553985873 rows/sec., 2.25 MiB/sec. | ||
| 7047 | 2024.11.22 20:35:56.174411 [ 255 ] {53ad4b70-6a33-41e5-bd8a-059e3adc48c7} <Debug> TCPHandler: Processed in 0.005446993 sec. | ||
| 7048 | 2024.11.22 20:35:56.174615 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2024.11.22 20:35:56.174623 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7050 | 2024.11.22 20:35:56.174712 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_51_10} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7051 | 2024.11.22 20:35:56.174800 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7052 | 2024.11.22 20:35:56.174810 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7053 | 2024.11.22 20:35:56.174894 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <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 | ||
| 7054 | 2024.11.22 20:35:56.176060 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2024.11.22 20:35:56.176099 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7056 | 2024.11.22 20:35:56.176750 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7057 | 2024.11.22 20:35:56.177008 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2024.11.22 20:35:56.177265 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002519 sec., 13100.436681222707 rows/sec., 23.48 MiB/sec. | ||
| 7059 | 2024.11.22 20:35:56.177367 [ 5 ] {6923987b-1b13-4dc8-9392-b55951446ac8} <Debug> TCPHandler: Processed in 0.002822159 sec. | ||
| 7060 | 2024.11.22 20:35:56.177527 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2024.11.22 20:35:56.177668 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7062 | 2024.11.22 20:35:56.177732 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7063 | 2024.11.22 20:35:56.178295 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2024.11.22 20:35:56.178335 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7065 | 2024.11.22 20:35:56.178715 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7066 | 2024.11.22 20:35:56.178949 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2024.11.22 20:35:56.179199 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
| 7068 | 2024.11.22 20:35:56.179384 [ 255 ] {b1d42b04-dc25-4320-bf3f-3b56a0ab0b03} <Debug> TCPHandler: Processed in 0.001919397 sec. | ||
| 7069 | 2024.11.22 20:35:56.790473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7070 | 2024.11.22 20:35:56.809573 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2024.11.22 20:35:56.809628 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7072 | 2024.11.22 20:35:56.816888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7073 | 2024.11.22 20:35:56.817626 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2024.11.22 20:35:56.821069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7075 | 2024.11.22 20:35:59.452476 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7076 | 2024.11.22 20:35:59.452716 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7077 | 2024.11.22 20:35:59.452799 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7078 | 2024.11.22 20:35:59.453681 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2024.11.22 20:35:59.453744 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7080 | 2024.11.22 20:35:59.454279 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7081 | 2024.11.22 20:35:59.454638 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7082 | 2024.11.22 20:35:59.454967 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002301 sec., 6084.311169056931 rows/sec., 437.99 KiB/sec. | ||
| 7083 | 2024.11.22 20:35:59.455145 [ 5 ] {0f7127df-4b24-4f21-8aec-14072e884661} <Debug> TCPHandler: Processed in 0.002813669 sec. | ||
| 7084 | 2024.11.22 20:35:59.455485 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.11.22 20:35:59.455707 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7086 | 2024.11.22 20:35:59.455801 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7087 | 2024.11.22 20:35:59.456610 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2024.11.22 20:35:59.456670 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7089 | 2024.11.22 20:35:59.457134 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7090 | 2024.11.22 20:35:59.457428 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2024.11.22 20:35:59.457707 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002053 sec., 974.1841207988309 rows/sec., 79.44 KiB/sec. | ||
| 7092 | 2024.11.22 20:35:59.457921 [ 255 ] {a4ef376d-26ca-4747-bc37-125a3dea2aea} <Debug> TCPHandler: Processed in 0.002584893 sec. | ||
| 7093 | 2024.11.22 20:35:59.458144 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2024.11.22 20:35:59.458324 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7095 | 2024.11.22 20:35:59.458406 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7096 | 2024.11.22 20:35:59.460179 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7097 | 2024.11.22 20:35:59.460234 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7098 | 2024.11.22 20:35:59.460831 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7099 | 2024.11.22 20:35:59.461099 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7100 | 2024.11.22 20:35:59.461354 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003075 sec., 442276.4227642276 rows/sec., 36.75 MiB/sec. | ||
| 7101 | 2024.11.22 20:35:59.461425 [ 5 ] {e37f2bca-d990-43d7-b392-9822af42910c} <Debug> TCPHandler: Processed in 0.003369522 sec. | ||
| 7102 | 2024.11.22 20:35:59.461609 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7103 | 2024.11.22 20:35:59.461739 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7104 | 2024.11.22 20:35:59.461796 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7105 | 2024.11.22 20:35:59.462470 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2024.11.22 20:35:59.462517 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7107 | 2024.11.22 20:35:59.462922 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7108 | 2024.11.22 20:35:59.463177 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2024.11.22 20:35:59.463424 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001715 sec., 9912.536443148689 rows/sec., 698.11 KiB/sec. | ||
| 7110 | 2024.11.22 20:35:59.463491 [ 255 ] {255362cd-d28d-4b79-aeeb-813144a784f8} <Debug> TCPHandler: Processed in 0.001948808 sec. | ||
| 7111 | 2024.11.22 20:35:59.463711 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7112 | 2024.11.22 20:35:59.463875 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7113 | 2024.11.22 20:35:59.463949 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7114 | 2024.11.22 20:35:59.464818 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2024.11.22 20:35:59.464863 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7116 | 2024.11.22 20:35:59.465303 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7117 | 2024.11.22 20:35:59.465603 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2024.11.22 20:35:59.465869 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002036 sec., 118860.51080550098 rows/sec., 8.05 MiB/sec. | ||
| 7119 | 2024.11.22 20:35:59.465946 [ 5 ] {0dc0ebf7-2123-45ca-b6a3-55f42f6f34ca} <Debug> TCPHandler: Processed in 0.002325977 sec. | ||
| 7120 | 2024.11.22 20:35:59.466144 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2024.11.22 20:35:59.466275 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7122 | 2024.11.22 20:35:59.466330 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7123 | 2024.11.22 20:35:59.466954 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7124 | 2024.11.22 20:35:59.466998 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7125 | 2024.11.22 20:35:59.467396 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7126 | 2024.11.22 20:35:59.467646 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2024.11.22 20:35:59.467868 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 7128 | 2024.11.22 20:35:59.467936 [ 255 ] {7d2c26d2-8ff1-4f93-8684-d1abd860a40d} <Debug> TCPHandler: Processed in 0.001854515 sec. | ||
| 7129 | 2024.11.22 20:35:59.468136 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2024.11.22 20:35:59.468279 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7131 | 2024.11.22 20:35:59.468345 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7132 | 2024.11.22 20:35:59.469501 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2024.11.22 20:35:59.469551 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7134 | 2024.11.22 20:35:59.470077 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7135 | 2024.11.22 20:35:59.470408 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2024.11.22 20:35:59.470689 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002444 sec., 346972.1767594108 rows/sec., 25.08 MiB/sec. | ||
| 7137 | 2024.11.22 20:35:59.470817 [ 5 ] {f1ca5622-fd0d-4584-9ca4-b206e6ebc2ca} <Debug> TCPHandler: Processed in 0.002741797 sec. | ||
| 7138 | 2024.11.22 20:35:59.471039 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2024.11.22 20:35:59.471164 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7140 | 2024.11.22 20:35:59.471224 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7141 | 2024.11.22 20:35:59.471748 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.11.22 20:35:59.471790 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7143 | 2024.11.22 20:35:59.472178 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7144 | 2024.11.22 20:35:59.472419 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.11.22 20:35:59.472676 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec. | ||
| 7146 | 2024.11.22 20:35:59.472753 [ 255 ] {408fd37c-53a0-4167-b2f0-b9a537395f28} <Debug> TCPHandler: Processed in 0.001787703 sec. | ||
| 7147 | 2024.11.22 20:35:59.473005 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7148 | 2024.11.22 20:35:59.473148 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7149 | 2024.11.22 20:35:59.473219 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7150 | 2024.11.22 20:35:59.474363 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.11.22 20:35:59.474419 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7152 | 2024.11.22 20:35:59.475041 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7153 | 2024.11.22 20:35:59.475372 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.11.22 20:35:59.475690 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002576 sec., 359472.049689441 rows/sec., 23.99 MiB/sec. | ||
| 7155 | 2024.11.22 20:35:59.475786 [ 5 ] {db3a6015-08d4-4c89-a061-f8fefb98ce55} <Debug> TCPHandler: Processed in 0.002899231 sec. | ||
| 7156 | 2024.11.22 20:35:59.477569 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7157 | 2024.11.22 20:35:59.477752 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.11.22 20:35:59.477830 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7159 | 2024.11.22 20:35:59.478491 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.11.22 20:35:59.478547 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7161 | 2024.11.22 20:35:59.479072 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7162 | 2024.11.22 20:35:59.479398 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7163 | 2024.11.22 20:35:59.479691 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001979 sec., 505.3057099545225 rows/sec., 34.05 KiB/sec. | ||
| 7164 | 2024.11.22 20:35:59.479775 [ 255 ] {96667f0b-13b3-477e-86e6-67a539d5092b} <Debug> TCPHandler: Processed in 0.002288836 sec. | ||
| 7165 | 2024.11.22 20:35:59.480022 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7166 | 2024.11.22 20:35:59.480179 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7167 | 2024.11.22 20:35:59.480288 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <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 | ||
| 7168 | 2024.11.22 20:35:59.481656 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7169 | 2024.11.22 20:35:59.481713 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7170 | 2024.11.22 20:35:59.482662 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7171 | 2024.11.22 20:35:59.483062 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7172 | 2024.11.22 20:35:59.483422 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003281 sec., 2438.28101188662 rows/sec., 4.37 MiB/sec. | ||
| 7173 | 2024.11.22 20:35:59.483624 [ 5 ] {c1d5b9f2-1a59-4a6c-8257-240b88641040} <Debug> TCPHandler: Processed in 0.003722651 sec. | ||
| 7174 | 2024.11.22 20:35:59.483822 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7175 | 2024.11.22 20:35:59.483978 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7176 | 2024.11.22 20:35:59.484043 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7177 | 2024.11.22 20:35:59.484603 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2024.11.22 20:35:59.484645 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7179 | 2024.11.22 20:35:59.485049 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7180 | 2024.11.22 20:35:59.485298 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2024.11.22 20:35:59.485542 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.0016 sec., 43750 rows/sec., 2.75 MiB/sec. | ||
| 7182 | 2024.11.22 20:35:59.485601 [ 255 ] {e28cdce1-1d1a-4e1b-ac4a-664baf21e865} <Debug> TCPHandler: Processed in 0.001850215 sec. | ||
| 7183 | 2024.11.22 20:36:01.149231 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7184 | 2024.11.22 20:36:01.149445 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7185 | 2024.11.22 20:36:01.149528 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7186 | 2024.11.22 20:36:01.150370 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7187 | 2024.11.22 20:36:01.150427 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7188 | 2024.11.22 20:36:01.150867 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7189 | 2024.11.22 20:36:01.151120 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7190 | 2024.11.22 20:36:01.151364 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.16 MiB/sec. | ||
| 7191 | 2024.11.22 20:36:01.151434 [ 5 ] {af4fcf5a-635b-46a6-9dc7-a0dbca58448a} <Debug> TCPHandler: Processed in 0.002345058 sec. | ||
| 7192 | 2024.11.22 20:36:01.151664 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7193 | 2024.11.22 20:36:01.151850 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7194 | 2024.11.22 20:36:01.151923 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7195 | 2024.11.22 20:36:01.152687 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7196 | 2024.11.22 20:36:01.152730 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7197 | 2024.11.22 20:36:01.153156 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7198 | 2024.11.22 20:36:01.153402 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7199 | 2024.11.22 20:36:01.153609 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001812 sec., 35320.08830022075 rows/sec., 2.76 MiB/sec. | ||
| 7200 | 2024.11.22 20:36:01.153673 [ 255 ] {ac52fc68-d883-4df4-87fe-a8d7f8021b13} <Debug> TCPHandler: Processed in 0.002135562 sec. | ||
| 7201 | 2024.11.22 20:36:01.153824 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7202 | 2024.11.22 20:36:01.153971 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7203 | 2024.11.22 20:36:01.154040 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7204 | 2024.11.22 20:36:01.154643 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2024.11.22 20:36:01.154686 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7206 | 2024.11.22 20:36:01.155079 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7207 | 2024.11.22 20:36:01.155320 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2024.11.22 20:36:01.155483 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7209 | 2024.11.22 20:36:01.155552 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7210 | 2024.11.22 20:36:01.155561 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001619 sec., 19765.287214329834 rows/sec., 1.38 MiB/sec. | ||
| 7211 | 2024.11.22 20:36:01.155588 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7212 | 2024.11.22 20:36:01.155746 [ 5 ] {46923218-49a9-4d67-9dcb-a1d627428c46} <Debug> TCPHandler: Processed in 0.001987909 sec. | ||
| 7213 | 2024.11.22 20:36:01.155867 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7214 | 2024.11.22 20:36:01.155973 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2024.11.22 20:36:01.156109 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7216 | 2024.11.22 20:36:01.156200 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13349 rows starting from the beginning of the part | ||
| 7217 | 2024.11.22 20:36:01.156226 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7218 | 2024.11.22 20:36:01.156411 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7219 | 2024.11.22 20:36:01.156450 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 7220 | 2024.11.22 20:36:01.156857 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 7221 | 2024.11.22 20:36:01.157294 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 7222 | 2024.11.22 20:36:01.157652 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 926 rows starting from the beginning of the part | ||
| 7223 | 2024.11.22 20:36:01.157884 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 7224 | 2024.11.22 20:36:01.158685 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2024.11.22 20:36:01.158750 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7226 | 2024.11.22 20:36:01.159497 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7227 | 2024.11.22 20:36:01.159864 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2024.11.22 20:36:01.160139 [ 124 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7229 | 2024.11.22 20:36:01.160226 [ 124 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2024.11.22 20:36:01.160320 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7231 | 2024.11.22 20:36:01.160466 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004277 sec., 2805.7049333645077 rows/sec., 193.62 KiB/sec. | ||
| 7232 | 2024.11.22 20:36:01.160951 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7233 | 2024.11.22 20:36:01.161119 [ 255 ] {09a2c031-45cf-490c-a2ef-11e3c24a9a9c} <Debug> TCPHandler: Processed in 0.005205837 sec. | ||
| 7234 | 2024.11.22 20:36:01.161642 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7235 | 2024.11.22 20:36:01.161775 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2720 rows starting from the beginning of the part | ||
| 7236 | 2024.11.22 20:36:01.162198 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 7237 | 2024.11.22 20:36:01.162553 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 7238 | 2024.11.22 20:36:01.162879 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 7239 | 2024.11.22 20:36:01.163145 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 70 rows starting from the beginning of the part | ||
| 7240 | 2024.11.22 20:36:01.163371 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part | ||
| 7241 | 2024.11.22 20:36:01.165858 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14864 rows, containing 5 columns (5 merged, 0 gathered) in 0.010112967 sec., 1469796.1537894863 rows/sec., 99.18 MiB/sec. | ||
| 7242 | 2024.11.22 20:36:01.166043 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3004 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556365 sec., 540641.2285729969 rows/sec., 35.24 MiB/sec. | ||
| 7243 | 2024.11.22 20:36:01.166326 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7244 | 2024.11.22 20:36:01.166532 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7245 | 2024.11.22 20:36:01.166837 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2024.11.22 20:36:01.167023 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7247 | 2024.11.22 20:36:01.167197 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 7248 | 2024.11.22 20:36:01.167253 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2024.11.22 20:36:01.167363 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_51_10} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7250 | 2024.11.22 20:36:01.167459 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 7251 | 2024.11.22 20:36:03.225400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 7252 | 2024.11.22 20:36:03.226131 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2024.11.22 20:36:03.226186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7254 | 2024.11.22 20:36:03.226753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7255 | 2024.11.22 20:36:03.227027 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2024.11.22 20:36:03.227399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7257 | 2024.11.22 20:36:04.322098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7258 | 2024.11.22 20:36:04.342870 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2024.11.22 20:36:04.342939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7260 | 2024.11.22 20:36:04.350681 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7261 | 2024.11.22 20:36:04.351466 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2024.11.22 20:36:04.355373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7263 | 2024.11.22 20:36:05.789676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1026 | ||
| 7264 | 2024.11.22 20:36:05.792956 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.11.22 20:36:05.792998 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7266 | 2024.11.22 20:36:05.794485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7267 | 2024.11.22 20:36:05.794794 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7268 | 2024.11.22 20:36:05.796553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1026 | ||
| 7269 | 2024.11.22 20:36:06.156582 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7270 | 2024.11.22 20:36:06.156893 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7271 | 2024.11.22 20:36:06.157012 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7272 | 2024.11.22 20:36:06.157995 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2024.11.22 20:36:06.158046 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7274 | 2024.11.22 20:36:06.158513 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7275 | 2024.11.22 20:36:06.158778 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2024.11.22 20:36:06.159041 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002233 sec., 54635.020152261524 rows/sec., 4.63 MiB/sec. | ||
| 7277 | 2024.11.22 20:36:06.159151 [ 5 ] {23c170e7-541a-442a-81f0-330f49e21b5b} <Debug> TCPHandler: Processed in 0.002755168 sec. | ||
| 7278 | 2024.11.22 20:36:06.159425 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2024.11.22 20:36:06.159611 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7280 | 2024.11.22 20:36:06.159687 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7281 | 2024.11.22 20:36:06.160469 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7282 | 2024.11.22 20:36:06.160522 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7283 | 2024.11.22 20:36:06.160969 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7284 | 2024.11.22 20:36:06.161222 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7285 | 2024.11.22 20:36:06.161405 [ 118 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7286 | 2024.11.22 20:36:06.161478 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001917 sec., 17214.397496087637 rows/sec., 1.26 MiB/sec. | ||
| 7287 | 2024.11.22 20:36:06.161488 [ 118 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2024.11.22 20:36:06.161565 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7289 | 2024.11.22 20:36:06.161628 [ 255 ] {ae178076-dc24-4c91-b8ba-26c10d1b98ee} <Debug> TCPHandler: Processed in 0.002339537 sec. | ||
| 7290 | 2024.11.22 20:36:06.161905 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7291 | 2024.11.22 20:36:06.161953 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 7292 | 2024.11.22 20:36:06.162287 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7293 | 2024.11.22 20:36:06.162482 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7294 | 2024.11.22 20:36:06.162534 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7295 | 2024.11.22 20:36:06.162682 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part | ||
| 7296 | 2024.11.22 20:36:06.163095 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 33 rows starting from the beginning of the part | ||
| 7297 | 2024.11.22 20:36:06.163542 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 15 rows starting from the beginning of the part | ||
| 7298 | 2024.11.22 20:36:06.164007 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 33 rows starting from the beginning of the part | ||
| 7299 | 2024.11.22 20:36:06.164365 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 17 rows starting from the beginning of the part | ||
| 7300 | 2024.11.22 20:36:06.164723 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 33 rows starting from the beginning of the part | ||
| 7301 | 2024.11.22 20:36:06.165489 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2024.11.22 20:36:06.165536 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7303 | 2024.11.22 20:36:06.166144 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7304 | 2024.11.22 20:36:06.166391 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004713625 sec., 41793.73624333714 rows/sec., 3.16 MiB/sec. | ||
| 7305 | 2024.11.22 20:36:06.166519 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2024.11.22 20:36:06.166808 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7307 | 2024.11.22 20:36:06.166908 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.004734 sec., 20490.0718208703 rows/sec., 1.60 MiB/sec. | ||
| 7308 | 2024.11.22 20:36:06.167103 [ 5 ] {0c1a960f-cbe8-492f-a92e-13be22a585ed} <Debug> TCPHandler: Processed in 0.005350861 sec. | ||
| 7309 | 2024.11.22 20:36:06.167298 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2024.11.22 20:36:06.167546 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7311 | 2024.11.22 20:36:06.167581 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2024.11.22 20:36:06.167687 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7313 | 2024.11.22 20:36:06.167770 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_46_9} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7314 | 2024.11.22 20:36:06.167989 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7315 | 2024.11.22 20:36:06.168569 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2024.11.22 20:36:06.168616 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7317 | 2024.11.22 20:36:06.169026 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7318 | 2024.11.22 20:36:06.169269 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2024.11.22 20:36:06.169537 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002066 sec., 77444.33688286543 rows/sec., 5.39 MiB/sec. | ||
| 7320 | 2024.11.22 20:36:06.169613 [ 255 ] {a9f025ae-5ff4-4686-8c45-a329d69c2b89} <Debug> TCPHandler: Processed in 0.002413939 sec. | ||
| 7321 | 2024.11.22 20:36:06.169929 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7322 | 2024.11.22 20:36:06.170175 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7323 | 2024.11.22 20:36:06.170316 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <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 | ||
| 7324 | 2024.11.22 20:36:06.171553 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2024.11.22 20:36:06.171594 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7326 | 2024.11.22 20:36:06.172290 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7327 | 2024.11.22 20:36:06.172561 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2024.11.22 20:36:06.172754 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7329 | 2024.11.22 20:36:06.172829 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2024.11.22 20:36:06.172865 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 7331 | 2024.11.22 20:36:06.172880 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002753 sec., 11986.92335633854 rows/sec., 21.48 MiB/sec. | ||
| 7332 | 2024.11.22 20:36:06.173199 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 7333 | 2024.11.22 20:36:06.173269 [ 5 ] {903b5f9d-3f99-4e87-a2c9-3f5dcafdd126} <Debug> TCPHandler: Processed in 0.003524046 sec. | ||
| 7334 | 2024.11.22 20:36:06.173521 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2024.11.22 20:36:06.173814 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7336 | 2024.11.22 20:36:06.173913 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7337 | 2024.11.22 20:36:06.173941 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7338 | 2024.11.22 20:36:06.174117 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 782 rows starting from the beginning of the part | ||
| 7339 | 2024.11.22 20:36:06.175034 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 33 rows starting from the beginning of the part | ||
| 7340 | 2024.11.22 20:36:06.175669 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 7341 | 2024.11.22 20:36:06.176405 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 33 rows starting from the beginning of the part | ||
| 7342 | 2024.11.22 20:36:06.176504 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2024.11.22 20:36:06.176631 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7344 | 2024.11.22 20:36:06.177028 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 7345 | 2024.11.22 20:36:06.177626 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 33 rows starting from the beginning of the part | ||
| 7346 | 2024.11.22 20:36:06.178486 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7347 | 2024.11.22 20:36:06.178957 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2024.11.22 20:36:06.179538 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005811 sec., 10325.245224574082 rows/sec., 712.55 KiB/sec. | ||
| 7349 | 2024.11.22 20:36:06.179700 [ 255 ] {4f0ae405-b915-46cd-a95a-5d484fd81d23} <Debug> TCPHandler: Processed in 0.006318434 sec. | ||
| 7350 | 2024.11.22 20:36:06.188089 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 897 rows, containing 19 columns (19 merged, 0 gathered) in 0.015139409 sec., 59249.340578618365 rows/sec., 106.17 MiB/sec. | ||
| 7351 | 2024.11.22 20:36:06.189559 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7352 | 2024.11.22 20:36:06.190002 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7353 | 2024.11.22 20:36:06.190090 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7354 | 2024.11.22 20:36:06.190253 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 7355 | 2024.11.22 20:36:07.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.74 MiB, peak 212.64 MiB, free memory in arenas 0.00 B, will set to 206.61 MiB (RSS), difference: 1.87 MiB | ||
| 7356 | 2024.11.22 20:36:10.576318 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7357 | 2024.11.22 20:36:10.576396 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7358 | 2024.11.22 20:36:10.728525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7359 | 2024.11.22 20:36:10.729171 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2024.11.22 20:36:10.729212 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7361 | 2024.11.22 20:36:10.729745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7362 | 2024.11.22 20:36:10.730006 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7363 | 2024.11.22 20:36:10.730206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7364 | 2024.11.22 20:36:10.857356 [ 112 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 7365 | 2024.11.22 20:36:10.857404 [ 112 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2024.11.22 20:36:10.857430 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7367 | 2024.11.22 20:36:10.857660 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 7368 | 2024.11.22 20:36:10.857920 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7369 | 2024.11.22 20:36:10.857976 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part | ||
| 7370 | 2024.11.22 20:36:10.858084 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7371 | 2024.11.22 20:36:10.858346 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7372 | 2024.11.22 20:36:10.858547 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7373 | 2024.11.22 20:36:10.858639 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7374 | 2024.11.22 20:36:10.859769 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268576 sec., 10138.518612556953 rows/sec., 681.44 KiB/sec. | ||
| 7375 | 2024.11.22 20:36:10.859909 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7376 | 2024.11.22 20:36:10.860234 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2024.11.22 20:36:10.860322 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_23_5} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 7378 | 2024.11.22 20:36:10.860403 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7379 | 2024.11.22 20:36:11.032468 [ 112 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7380 | 2024.11.22 20:36:11.032528 [ 112 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7381 | 2024.11.22 20:36:11.032552 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7382 | 2024.11.22 20:36:11.032768 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 7383 | 2024.11.22 20:36:11.032957 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7384 | 2024.11.22 20:36:11.032999 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 7385 | 2024.11.22 20:36:11.033088 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 7386 | 2024.11.22 20:36:11.033183 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 7387 | 2024.11.22 20:36:11.033434 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
| 7388 | 2024.11.22 20:36:11.033590 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 7389 | 2024.11.22 20:36:11.034696 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.0020649 sec., 18402.828224127075 rows/sec., 1.54 MiB/sec. | ||
| 7390 | 2024.11.22 20:36:11.034864 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7391 | 2024.11.22 20:36:11.035194 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2024.11.22 20:36:11.035282 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_9_2} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7393 | 2024.11.22 20:36:11.035382 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7394 | 2024.11.22 20:36:11.160700 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7395 | 2024.11.22 20:36:11.160999 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7396 | 2024.11.22 20:36:11.161117 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7397 | 2024.11.22 20:36:11.162044 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7398 | 2024.11.22 20:36:11.162097 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7399 | 2024.11.22 20:36:11.162531 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7400 | 2024.11.22 20:36:11.162786 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7401 | 2024.11.22 20:36:11.163029 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002112 sec., 6628.787878787878 rows/sec., 477.18 KiB/sec. | ||
| 7402 | 2024.11.22 20:36:11.163100 [ 5 ] {809745e3-7f01-4e42-9bbb-7cafa6a24c6e} <Debug> TCPHandler: Processed in 0.002587753 sec. | ||
| 7403 | 2024.11.22 20:36:11.163365 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7404 | 2024.11.22 20:36:11.163550 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7405 | 2024.11.22 20:36:11.163627 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7406 | 2024.11.22 20:36:11.164558 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7407 | 2024.11.22 20:36:11.164599 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7408 | 2024.11.22 20:36:11.165018 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7409 | 2024.11.22 20:36:11.165271 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7410 | 2024.11.22 20:36:11.165473 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001978 sec., 110717.89686552071 rows/sec., 9.64 MiB/sec. | ||
| 7411 | 2024.11.22 20:36:11.165534 [ 255 ] {42e8a621-5c76-47eb-9f47-69c38ca328d0} <Debug> TCPHandler: Processed in 0.002299256 sec. | ||
| 7412 | 2024.11.22 20:36:11.165678 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7413 | 2024.11.22 20:36:11.165803 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7414 | 2024.11.22 20:36:11.165858 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7415 | 2024.11.22 20:36:11.166471 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2024.11.22 20:36:11.166514 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7417 | 2024.11.22 20:36:11.166900 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7418 | 2024.11.22 20:36:11.167146 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2024.11.22 20:36:11.167381 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001605 sec., 9345.794392523363 rows/sec., 658.95 KiB/sec. | ||
| 7420 | 2024.11.22 20:36:11.167463 [ 5 ] {c1312b4c-6888-4402-86d3-4421ebb7f813} <Debug> TCPHandler: Processed in 0.001842585 sec. | ||
| 7421 | 2024.11.22 20:36:11.167663 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7422 | 2024.11.22 20:36:11.167793 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7423 | 2024.11.22 20:36:11.167846 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7424 | 2024.11.22 20:36:11.168451 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7425 | 2024.11.22 20:36:11.168489 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7426 | 2024.11.22 20:36:11.168841 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7427 | 2024.11.22 20:36:11.169070 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7428 | 2024.11.22 20:36:11.169250 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec. | ||
| 7429 | 2024.11.22 20:36:11.169303 [ 255 ] {e0fc650f-71d1-42da-9981-a66fca9e09b7} <Debug> TCPHandler: Processed in 0.001736912 sec. | ||
| 7430 | 2024.11.22 20:36:11.169454 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7431 | 2024.11.22 20:36:11.169683 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7432 | 2024.11.22 20:36:11.169778 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7433 | 2024.11.22 20:36:11.170697 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7434 | 2024.11.22 20:36:11.170739 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7435 | 2024.11.22 20:36:11.171098 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7436 | 2024.11.22 20:36:11.171337 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7437 | 2024.11.22 20:36:11.171570 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001942 sec., 6694.129763130793 rows/sec., 417.38 KiB/sec. | ||
| 7438 | 2024.11.22 20:36:11.171678 [ 5 ] {5018dd97-97cb-4a76-bf1e-8a2f4c65fdf6} <Debug> TCPHandler: Processed in 0.002287456 sec. | ||
| 7439 | 2024.11.22 20:36:11.171879 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7440 | 2024.11.22 20:36:11.172025 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7441 | 2024.11.22 20:36:11.172083 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7442 | 2024.11.22 20:36:11.172880 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7443 | 2024.11.22 20:36:11.172920 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7444 | 2024.11.22 20:36:11.173296 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7445 | 2024.11.22 20:36:11.173532 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2024.11.22 20:36:11.173791 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001783 sec., 218732.47335950643 rows/sec., 15.51 MiB/sec. | ||
| 7447 | 2024.11.22 20:36:11.173921 [ 255 ] {fe62550c-d40c-4b42-bfdb-7df4b12ffc5f} <Debug> TCPHandler: Processed in 0.002161203 sec. | ||
| 7448 | 2024.11.22 20:36:11.174163 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7449 | 2024.11.22 20:36:11.174407 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7450 | 2024.11.22 20:36:11.174504 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7451 | 2024.11.22 20:36:11.174993 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2024.11.22 20:36:11.175033 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7453 | 2024.11.22 20:36:11.175407 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7454 | 2024.11.22 20:36:11.175643 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7455 | 2024.11.22 20:36:11.175875 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 7456 | 2024.11.22 20:36:11.175927 [ 5 ] {d857d584-a944-4c7e-8d22-e4f1879c6b85} <Debug> TCPHandler: Processed in 0.001919187 sec. | ||
| 7457 | 2024.11.22 20:36:11.176072 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7458 | 2024.11.22 20:36:11.176210 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7459 | 2024.11.22 20:36:11.176273 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7460 | 2024.11.22 20:36:11.176891 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2024.11.22 20:36:11.176931 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7462 | 2024.11.22 20:36:11.177325 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7463 | 2024.11.22 20:36:11.177569 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2024.11.22 20:36:11.177799 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 7465 | 2024.11.22 20:36:11.177855 [ 255 ] {b386bab2-6471-439a-8a8b-ba27f49e64d5} <Debug> TCPHandler: Processed in 0.001848545 sec. | ||
| 7466 | 2024.11.22 20:36:11.178050 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7467 | 2024.11.22 20:36:11.178274 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7468 | 2024.11.22 20:36:11.178369 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7469 | 2024.11.22 20:36:11.178911 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7470 | 2024.11.22 20:36:11.178951 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7471 | 2024.11.22 20:36:11.179313 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7472 | 2024.11.22 20:36:11.179562 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7473 | 2024.11.22 20:36:11.179799 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00158 sec., 632.9113924050632 rows/sec., 42.65 KiB/sec. | ||
| 7474 | 2024.11.22 20:36:11.179853 [ 5 ] {cd2611e1-82a6-49d6-818e-4930c56a6746} <Debug> TCPHandler: Processed in 0.001912907 sec. | ||
| 7475 | 2024.11.22 20:36:11.179994 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7476 | 2024.11.22 20:36:11.180131 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7477 | 2024.11.22 20:36:11.180226 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <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 | ||
| 7478 | 2024.11.22 20:36:11.181365 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2024.11.22 20:36:11.181405 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7480 | 2024.11.22 20:36:11.182017 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7481 | 2024.11.22 20:36:11.182270 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2024.11.22 20:36:11.182507 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002406 sec., 3325.0207813798834 rows/sec., 5.96 MiB/sec. | ||
| 7483 | 2024.11.22 20:36:11.182599 [ 255 ] {55f23b20-3058-46fb-bfbd-8ce8fe4c8a18} <Debug> TCPHandler: Processed in 0.002671245 sec. | ||
| 7484 | 2024.11.22 20:36:11.182743 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7485 | 2024.11.22 20:36:11.182862 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7486 | 2024.11.22 20:36:11.182912 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7487 | 2024.11.22 20:36:11.183417 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2024.11.22 20:36:11.183458 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7489 | 2024.11.22 20:36:11.183835 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7490 | 2024.11.22 20:36:11.184078 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2024.11.22 20:36:11.184293 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 7492 | 2024.11.22 20:36:11.184345 [ 5 ] {0618f3e5-a091-4931-98d8-f0c02c62f9ab} <Debug> TCPHandler: Processed in 0.001658631 sec. | ||
| 7493 | 2024.11.22 20:36:11.856400 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7494 | 2024.11.22 20:36:11.876877 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2024.11.22 20:36:11.876931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7496 | 2024.11.22 20:36:11.884554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7497 | 2024.11.22 20:36:11.885328 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7498 | 2024.11.22 20:36:11.887997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7499 | 2024.11.22 20:36:15.797721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1060 | ||
| 7500 | 2024.11.22 20:36:15.800853 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2024.11.22 20:36:15.800909 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7502 | 2024.11.22 20:36:15.802416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7503 | 2024.11.22 20:36:15.802734 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2024.11.22 20:36:15.803371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1060 | ||
| 7505 | 2024.11.22 20:36:16.156620 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7506 | 2024.11.22 20:36:16.156805 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7507 | 2024.11.22 20:36:16.156877 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7508 | 2024.11.22 20:36:16.157641 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7509 | 2024.11.22 20:36:16.157683 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7510 | 2024.11.22 20:36:16.158109 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7511 | 2024.11.22 20:36:16.158360 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2024.11.22 20:36:16.158557 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001805 sec., 3324.0997229916898 rows/sec., 271.06 KiB/sec. | ||
| 7513 | 2024.11.22 20:36:16.158614 [ 5 ] {56abc567-bbb4-424b-9aac-186e2dfd357e} <Debug> TCPHandler: Processed in 0.002128532 sec. | ||
| 7514 | 2024.11.22 20:36:16.158875 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7515 | 2024.11.22 20:36:16.159085 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7516 | 2024.11.22 20:36:16.159165 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7517 | 2024.11.22 20:36:16.160053 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2024.11.22 20:36:16.160100 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7519 | 2024.11.22 20:36:16.160555 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7520 | 2024.11.22 20:36:16.160804 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2024.11.22 20:36:16.160989 [ 105 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7522 | 2024.11.22 20:36:16.161051 [ 105 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2024.11.22 20:36:16.161072 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.002036 sec., 61394.89194499017 rows/sec., 5.19 MiB/sec. | ||
| 7524 | 2024.11.22 20:36:16.161088 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7525 | 2024.11.22 20:36:16.161227 [ 255 ] {f1a114f2-57be-438e-a9cf-02e563312349} <Debug> TCPHandler: Processed in 0.002491641 sec. | ||
| 7526 | 2024.11.22 20:36:16.161290 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 7527 | 2024.11.22 20:36:16.161437 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7528 | 2024.11.22 20:36:16.161454 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7529 | 2024.11.22 20:36:16.161519 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part | ||
| 7530 | 2024.11.22 20:36:16.161733 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7531 | 2024.11.22 20:36:16.161780 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1360 rows starting from the beginning of the part | ||
| 7532 | 2024.11.22 20:36:16.161893 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7533 | 2024.11.22 20:36:16.161997 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7534 | 2024.11.22 20:36:16.162497 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 122 rows starting from the beginning of the part | ||
| 7535 | 2024.11.22 20:36:16.162889 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 219 rows starting from the beginning of the part | ||
| 7536 | 2024.11.22 20:36:16.163197 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 125 rows starting from the beginning of the part | ||
| 7537 | 2024.11.22 20:36:16.164797 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2024.11.22 20:36:16.164867 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7539 | 2024.11.22 20:36:16.165907 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7540 | 2024.11.22 20:36:16.166219 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2024.11.22 20:36:16.166456 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.004838 sec., 8061.182306738321 rows/sec., 599.50 KiB/sec. | ||
| 7542 | 2024.11.22 20:36:16.166606 [ 5 ] {9f90ec22-3097-478f-8d7d-0bf70b2c88c8} <Debug> TCPHandler: Processed in 0.005252188 sec. | ||
| 7543 | 2024.11.22 20:36:16.166852 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7544 | 2024.11.22 20:36:16.166985 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.005769761 sec., 575067.1474953642 rows/sec., 50.22 MiB/sec. | ||
| 7545 | 2024.11.22 20:36:16.167062 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7546 | 2024.11.22 20:36:16.167129 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7547 | 2024.11.22 20:36:16.167359 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7548 | 2024.11.22 20:36:16.167991 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.11.22 20:36:16.168213 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_56_11} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7550 | 2024.11.22 20:36:16.168408 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7551 | 2024.11.22 20:36:16.168505 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2024.11.22 20:36:16.168552 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7553 | 2024.11.22 20:36:16.168929 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7554 | 2024.11.22 20:36:16.169274 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2024.11.22 20:36:16.169481 [ 105 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7556 | 2024.11.22 20:36:16.169538 [ 105 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2024.11.22 20:36:16.169559 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.002539 sec., 40567.15242221347 rows/sec., 3.17 MiB/sec. | ||
| 7558 | 2024.11.22 20:36:16.169574 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7559 | 2024.11.22 20:36:16.169721 [ 255 ] {9813e585-118e-4d49-80eb-f4a51b01159f} <Debug> TCPHandler: Processed in 0.003016143 sec. | ||
| 7560 | 2024.11.22 20:36:16.169854 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 7561 | 2024.11.22 20:36:16.169934 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2024.11.22 20:36:16.170122 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7563 | 2024.11.22 20:36:16.170190 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7564 | 2024.11.22 20:36:16.170198 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 7565 | 2024.11.22 20:36:16.170306 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7566 | 2024.11.22 20:36:16.170522 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 848 rows starting from the beginning of the part | ||
| 7567 | 2024.11.22 20:36:16.170855 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7568 | 2024.11.22 20:36:16.171177 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 97 rows starting from the beginning of the part | ||
| 7569 | 2024.11.22 20:36:16.171641 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 390 rows starting from the beginning of the part | ||
| 7570 | 2024.11.22 20:36:16.172061 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 103 rows starting from the beginning of the part | ||
| 7571 | 2024.11.22 20:36:16.173306 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7572 | 2024.11.22 20:36:16.173383 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7573 | 2024.11.22 20:36:16.174760 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7574 | 2024.11.22 20:36:16.175172 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7575 | 2024.11.22 20:36:16.175455 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00534 sec., 30524.344569288387 rows/sec., 2.13 MiB/sec. | ||
| 7576 | 2024.11.22 20:36:16.175643 [ 5 ] {a5e3ea74-b85b-4461-a817-37b5db1a506c} <Debug> TCPHandler: Processed in 0.005807262 sec. | ||
| 7577 | 2024.11.22 20:36:16.175969 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7578 | 2024.11.22 20:36:16.176023 [ 193 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006294854 sec., 383964.42554505635 rows/sec., 29.45 MiB/sec. | ||
| 7579 | 2024.11.22 20:36:16.176131 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7580 | 2024.11.22 20:36:16.176245 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <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 | ||
| 7581 | 2024.11.22 20:36:16.176254 [ 192 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7582 | 2024.11.22 20:36:16.176726 [ 192 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2024.11.22 20:36:16.176866 [ 192 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_56_11} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7584 | 2024.11.22 20:36:16.176998 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7585 | 2024.11.22 20:36:16.177780 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7586 | 2024.11.22 20:36:16.177820 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7587 | 2024.11.22 20:36:16.178475 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7588 | 2024.11.22 20:36:16.178730 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2024.11.22 20:36:16.178987 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002888 sec., 11426.592797783933 rows/sec., 20.48 MiB/sec. | ||
| 7590 | 2024.11.22 20:36:16.179085 [ 255 ] {b3a24b5b-cf85-43c8-be70-807de3f3825a} <Debug> TCPHandler: Processed in 0.003315301 sec. | ||
| 7591 | 2024.11.22 20:36:16.179235 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7592 | 2024.11.22 20:36:16.179374 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7593 | 2024.11.22 20:36:16.179433 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7594 | 2024.11.22 20:36:16.179956 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2024.11.22 20:36:16.179994 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7596 | 2024.11.22 20:36:16.180367 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7597 | 2024.11.22 20:36:16.180601 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2024.11.22 20:36:16.180806 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 7599 | 2024.11.22 20:36:16.180857 [ 5 ] {83ce0604-2186-4df3-b8fe-c71b2b03e543} <Debug> TCPHandler: Processed in 0.001689691 sec. | ||
| 7600 | 2024.11.22 20:36:18.231281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7601 | 2024.11.22 20:36:18.231986 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2024.11.22 20:36:18.232040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7603 | 2024.11.22 20:36:18.232589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7604 | 2024.11.22 20:36:18.232851 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2024.11.22 20:36:18.233107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7606 | 2024.11.22 20:36:19.389036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7607 | 2024.11.22 20:36:19.410741 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2024.11.22 20:36:19.410811 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7609 | 2024.11.22 20:36:19.418362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7610 | 2024.11.22 20:36:19.419166 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2024.11.22 20:36:19.422856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7612 | 2024.11.22 20:36:21.160472 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7613 | 2024.11.22 20:36:21.160781 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7614 | 2024.11.22 20:36:21.160870 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7615 | 2024.11.22 20:36:21.161627 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2024.11.22 20:36:21.161680 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7617 | 2024.11.22 20:36:21.162119 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7618 | 2024.11.22 20:36:21.162391 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2024.11.22 20:36:21.162653 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 7620 | 2024.11.22 20:36:21.162720 [ 5 ] {89fb79ac-0442-4b36-abe8-3aaacd3984a3} <Debug> TCPHandler: Processed in 0.00244139 sec. | ||
| 7621 | 2024.11.22 20:36:21.162994 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2024.11.22 20:36:21.163204 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7623 | 2024.11.22 20:36:21.163285 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7624 | 2024.11.22 20:36:21.164211 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2024.11.22 20:36:21.164256 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7626 | 2024.11.22 20:36:21.164701 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7627 | 2024.11.22 20:36:21.164960 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2024.11.22 20:36:21.165242 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002092 sec., 104684.51242829827 rows/sec., 9.12 MiB/sec. | ||
| 7629 | 2024.11.22 20:36:21.165355 [ 255 ] {20f86121-6c9b-4489-be5a-4469b6016c32} <Debug> TCPHandler: Processed in 0.002498801 sec. | ||
| 7630 | 2024.11.22 20:36:21.165656 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2024.11.22 20:36:21.165880 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7632 | 2024.11.22 20:36:21.165944 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7633 | 2024.11.22 20:36:21.166655 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2024.11.22 20:36:21.166705 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7635 | 2024.11.22 20:36:21.167087 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7636 | 2024.11.22 20:36:21.167331 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7637 | 2024.11.22 20:36:21.167545 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001699 sec., 8828.722778104768 rows/sec., 622.49 KiB/sec. | ||
| 7638 | 2024.11.22 20:36:21.167608 [ 5 ] {6a801075-b17e-4b75-aa73-c6cbaa0aa800} <Debug> TCPHandler: Processed in 0.002150582 sec. | ||
| 7639 | 2024.11.22 20:36:21.167747 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7640 | 2024.11.22 20:36:21.167889 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7641 | 2024.11.22 20:36:21.167950 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7642 | 2024.11.22 20:36:21.168655 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.11.22 20:36:21.168704 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7644 | 2024.11.22 20:36:21.169075 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7645 | 2024.11.22 20:36:21.169313 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.11.22 20:36:21.169479 [ 99 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7647 | 2024.11.22 20:36:21.169549 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001688 sec., 8293.838862559242 rows/sec., 580.85 KiB/sec. | ||
| 7648 | 2024.11.22 20:36:21.169558 [ 99 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2024.11.22 20:36:21.169628 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7650 | 2024.11.22 20:36:21.169682 [ 255 ] {589366b8-53a6-4c8c-a55a-19c6bc6d8f25} <Debug> TCPHandler: Processed in 0.001993499 sec. | ||
| 7651 | 2024.11.22 20:36:21.169928 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7652 | 2024.11.22 20:36:21.169985 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7653 | 2024.11.22 20:36:21.170156 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7654 | 2024.11.22 20:36:21.170252 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 7655 | 2024.11.22 20:36:21.170360 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7656 | 2024.11.22 20:36:21.170487 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7657 | 2024.11.22 20:36:21.170663 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7658 | 2024.11.22 20:36:21.170832 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7659 | 2024.11.22 20:36:21.171210 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
| 7660 | 2024.11.22 20:36:21.171558 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7661 | 2024.11.22 20:36:21.171866 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7662 | 2024.11.22 20:36:21.173504 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7663 | 2024.11.22 20:36:21.173577 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7664 | 2024.11.22 20:36:21.174585 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7665 | 2024.11.22 20:36:21.175154 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005391501 sec., 100343.11409753982 rows/sec., 7.19 MiB/sec. | ||
| 7666 | 2024.11.22 20:36:21.175171 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7667 | 2024.11.22 20:36:21.175472 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7668 | 2024.11.22 20:36:21.175759 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005527 sec., 2352.0897412701283 rows/sec., 146.65 KiB/sec. | ||
| 7669 | 2024.11.22 20:36:21.176183 [ 5 ] {b0f86fa1-fab2-47ed-a1df-799edf16dcbd} <Debug> TCPHandler: Processed in 0.006368655 sec. | ||
| 7670 | 2024.11.22 20:36:21.176346 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7671 | 2024.11.22 20:36:21.176402 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7672 | 2024.11.22 20:36:21.176445 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_25_5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7673 | 2024.11.22 20:36:21.176550 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7674 | 2024.11.22 20:36:21.176570 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7675 | 2024.11.22 20:36:21.176631 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7676 | 2024.11.22 20:36:21.177370 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2024.11.22 20:36:21.177408 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7678 | 2024.11.22 20:36:21.177799 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7679 | 2024.11.22 20:36:21.178038 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7680 | 2024.11.22 20:36:21.178249 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001725 sec., 226086.95652173914 rows/sec., 16.03 MiB/sec. | ||
| 7681 | 2024.11.22 20:36:21.178301 [ 255 ] {058137d1-7734-4893-b1c2-f800b0c61518} <Debug> TCPHandler: Processed in 0.002001098 sec. | ||
| 7682 | 2024.11.22 20:36:21.178503 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2024.11.22 20:36:21.178728 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7684 | 2024.11.22 20:36:21.178804 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7685 | 2024.11.22 20:36:21.179289 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2024.11.22 20:36:21.179335 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7687 | 2024.11.22 20:36:21.179700 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7688 | 2024.11.22 20:36:21.179940 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2024.11.22 20:36:21.180104 [ 99 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7690 | 2024.11.22 20:36:21.180166 [ 99 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7691 | 2024.11.22 20:36:21.180184 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 7692 | 2024.11.22 20:36:21.180218 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7693 | 2024.11.22 20:36:21.180335 [ 5 ] {eb1a6623-0c36-4ee4-86cd-f41b2cc4f6f0} <Debug> TCPHandler: Processed in 0.001936878 sec. | ||
| 7694 | 2024.11.22 20:36:21.180479 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7695 | 2024.11.22 20:36:21.180529 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7696 | 2024.11.22 20:36:21.180771 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7697 | 2024.11.22 20:36:21.180779 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7698 | 2024.11.22 20:36:21.180835 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 114 rows starting from the beginning of the part | ||
| 7699 | 2024.11.22 20:36:21.180902 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7700 | 2024.11.22 20:36:21.181146 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7701 | 2024.11.22 20:36:21.181510 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7702 | 2024.11.22 20:36:21.181832 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7703 | 2024.11.22 20:36:21.182160 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7704 | 2024.11.22 20:36:21.182482 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7705 | 2024.11.22 20:36:21.183523 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2024.11.22 20:36:21.183580 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7707 | 2024.11.22 20:36:21.184662 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7708 | 2024.11.22 20:36:21.185020 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.004663814 sec., 30876.01692520328 rows/sec., 1.58 MiB/sec. | ||
| 7709 | 2024.11.22 20:36:21.185196 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2024.11.22 20:36:21.185222 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7711 | 2024.11.22 20:36:21.185647 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004959 sec., 47791.89352692075 rows/sec., 3.20 MiB/sec. | ||
| 7712 | 2024.11.22 20:36:21.185791 [ 255 ] {e07c03d4-a852-43d1-b206-7f92c24bfebf} <Debug> TCPHandler: Processed in 0.0053412 sec. | ||
| 7713 | 2024.11.22 20:36:21.185824 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2024.11.22 20:36:21.185954 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_24_5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7715 | 2024.11.22 20:36:21.186068 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7716 | 2024.11.22 20:36:21.186114 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7717 | 2024.11.22 20:36:21.186232 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7718 | 2024.11.22 20:36:21.186296 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7719 | 2024.11.22 20:36:21.186848 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2024.11.22 20:36:21.186887 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7721 | 2024.11.22 20:36:21.187245 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7722 | 2024.11.22 20:36:21.187480 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7723 | 2024.11.22 20:36:21.187719 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001518 sec., 658.7615283267457 rows/sec., 44.39 KiB/sec. | ||
| 7724 | 2024.11.22 20:36:21.187771 [ 5 ] {a50ae16e-81f5-4a01-9767-66441dff9bd7} <Debug> TCPHandler: Processed in 0.001803104 sec. | ||
| 7725 | 2024.11.22 20:36:21.187927 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2024.11.22 20:36:21.188065 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7727 | 2024.11.22 20:36:21.188159 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <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 | ||
| 7728 | 2024.11.22 20:36:21.189361 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2024.11.22 20:36:21.189401 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7730 | 2024.11.22 20:36:21.190026 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7731 | 2024.11.22 20:36:21.190281 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2024.11.22 20:36:21.190602 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002565 sec., 3118.9083820662768 rows/sec., 5.59 MiB/sec. | ||
| 7733 | 2024.11.22 20:36:21.190734 [ 255 ] {6aff6196-2aea-45b4-b5e9-ca681c4ec636} <Debug> TCPHandler: Processed in 0.0028723 sec. | ||
| 7734 | 2024.11.22 20:36:21.190880 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7735 | 2024.11.22 20:36:21.190995 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7736 | 2024.11.22 20:36:21.191045 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7737 | 2024.11.22 20:36:21.191541 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7738 | 2024.11.22 20:36:21.191579 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7739 | 2024.11.22 20:36:21.191949 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7740 | 2024.11.22 20:36:21.192177 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7741 | 2024.11.22 20:36:21.192393 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
| 7742 | 2024.11.22 20:36:21.192442 [ 5 ] {1a949125-4719-42cc-beed-91c82a4c2947} <Debug> TCPHandler: Processed in 0.00161731 sec. | ||
| 7743 | 2024.11.22 20:36:25.576439 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7744 | 2024.11.22 20:36:25.576518 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7745 | 2024.11.22 20:36:25.734222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7746 | 2024.11.22 20:36:25.734895 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7747 | 2024.11.22 20:36:25.734941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7748 | 2024.11.22 20:36:25.735477 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7749 | 2024.11.22 20:36:25.735725 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7750 | 2024.11.22 20:36:25.735930 [ 91 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7751 | 2024.11.22 20:36:25.735965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7752 | 2024.11.22 20:36:25.736009 [ 91 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7753 | 2024.11.22 20:36:25.736041 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7754 | 2024.11.22 20:36:25.736278 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 7755 | 2024.11.22 20:36:25.736597 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7756 | 2024.11.22 20:36:25.736669 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7757 | 2024.11.22 20:36:25.736791 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7758 | 2024.11.22 20:36:25.737001 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7759 | 2024.11.22 20:36:25.737237 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7760 | 2024.11.22 20:36:25.737371 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7761 | 2024.11.22 20:36:25.737545 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7762 | 2024.11.22 20:36:25.739952 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003825583 sec., 4321171.439751797 rows/sec., 61.81 MiB/sec. | ||
| 7763 | 2024.11.22 20:36:25.740102 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7764 | 2024.11.22 20:36:25.740509 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7765 | 2024.11.22 20:36:25.740616 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_36_7} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7766 | 2024.11.22 20:36:25.740752 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 7767 | 2024.11.22 20:36:25.804497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1096 | ||
| 7768 | 2024.11.22 20:36:25.807715 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2024.11.22 20:36:25.807757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7770 | 2024.11.22 20:36:25.809244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7771 | 2024.11.22 20:36:25.809562 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2024.11.22 20:36:25.809739 [ 91 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7773 | 2024.11.22 20:36:25.809801 [ 91 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7774 | 2024.11.22 20:36:25.809843 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7775 | 2024.11.22 20:36:25.810754 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 7776 | 2024.11.22 20:36:25.811908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1096 | ||
| 7777 | 2024.11.22 20:36:25.812291 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7778 | 2024.11.22 20:36:25.812450 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 914 rows starting from the beginning of the part | ||
| 7779 | 2024.11.22 20:36:25.813043 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7780 | 2024.11.22 20:36:25.813686 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 7781 | 2024.11.22 20:36:25.814304 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 44 rows starting from the beginning of the part | ||
| 7782 | 2024.11.22 20:36:25.814917 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7783 | 2024.11.22 20:36:25.815524 [ 189 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 7784 | 2024.11.22 20:36:25.823496 [ 201 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 72 columns (72 merged, 0 gathered) in 0.01350895 sec., 81131.3980731293 rows/sec., 65.48 MiB/sec. | ||
| 7785 | 2024.11.22 20:36:25.825055 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7786 | 2024.11.22 20:36:25.825917 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2024.11.22 20:36:25.826017 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_26_5} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7788 | 2024.11.22 20:36:25.826390 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
| 7789 | 2024.11.22 20:36:26.156671 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7790 | 2024.11.22 20:36:26.156944 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7791 | 2024.11.22 20:36:26.157011 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7792 | 2024.11.22 20:36:26.157781 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7793 | 2024.11.22 20:36:26.157824 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7794 | 2024.11.22 20:36:26.158240 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7795 | 2024.11.22 20:36:26.158489 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7796 | 2024.11.22 20:36:26.158750 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001881 sec., 64859.11749069644 rows/sec., 5.50 MiB/sec. | ||
| 7797 | 2024.11.22 20:36:26.158813 [ 5 ] {408777ef-7f67-4f09-bd86-beb335d9417a} <Debug> TCPHandler: Processed in 0.002318077 sec. | ||
| 7798 | 2024.11.22 20:36:26.159084 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7799 | 2024.11.22 20:36:26.159285 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7800 | 2024.11.22 20:36:26.159363 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7801 | 2024.11.22 20:36:26.160137 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2024.11.22 20:36:26.160192 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7803 | 2024.11.22 20:36:26.160640 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7804 | 2024.11.22 20:36:26.160906 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2024.11.22 20:36:26.161152 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001926 sec., 17133.956386292833 rows/sec., 1.26 MiB/sec. | ||
| 7806 | 2024.11.22 20:36:26.161221 [ 255 ] {34e08510-29bb-4700-a2e4-88f3a8834241} <Debug> TCPHandler: Processed in 0.002267846 sec. | ||
| 7807 | 2024.11.22 20:36:26.161400 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7808 | 2024.11.22 20:36:26.161541 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7809 | 2024.11.22 20:36:26.161600 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7810 | 2024.11.22 20:36:26.162259 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2024.11.22 20:36:26.162299 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7812 | 2024.11.22 20:36:26.162657 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7813 | 2024.11.22 20:36:26.162896 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2024.11.22 20:36:26.163118 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001609 sec., 60285.89185829708 rows/sec., 4.71 MiB/sec. | ||
| 7815 | 2024.11.22 20:36:26.163171 [ 5 ] {2ebec859-353d-45dd-ba10-db533226400e} <Debug> TCPHandler: Processed in 0.001839834 sec. | ||
| 7816 | 2024.11.22 20:36:26.163327 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7817 | 2024.11.22 20:36:26.163451 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7818 | 2024.11.22 20:36:26.163510 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7819 | 2024.11.22 20:36:26.164140 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.11.22 20:36:26.164182 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7821 | 2024.11.22 20:36:26.164594 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7822 | 2024.11.22 20:36:26.164838 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.11.22 20:36:26.165018 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7824 | 2024.11.22 20:36:26.165078 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 7825 | 2024.11.22 20:36:26.165106 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7826 | 2024.11.22 20:36:26.165177 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7827 | 2024.11.22 20:36:26.165201 [ 255 ] {af700e8d-b541-4724-a990-8444a1a4459a} <Debug> TCPHandler: Processed in 0.001933017 sec. | ||
| 7828 | 2024.11.22 20:36:26.165554 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2024.11.22 20:36:26.165637 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7830 | 2024.11.22 20:36:26.166007 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7831 | 2024.11.22 20:36:26.166193 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7832 | 2024.11.22 20:36:26.166298 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14864 rows starting from the beginning of the part | ||
| 7833 | 2024.11.22 20:36:26.166303 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <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 | ||
| 7834 | 2024.11.22 20:36:26.166677 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7835 | 2024.11.22 20:36:26.167103 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7836 | 2024.11.22 20:36:26.167549 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 163 rows starting from the beginning of the part | ||
| 7837 | 2024.11.22 20:36:26.167846 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7838 | 2024.11.22 20:36:26.168200 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 7839 | 2024.11.22 20:36:26.170158 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7840 | 2024.11.22 20:36:26.170201 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7841 | 2024.11.22 20:36:26.171099 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7842 | 2024.11.22 20:36:26.171654 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7843 | 2024.11.22 20:36:26.171926 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006037 sec., 5466.291204240517 rows/sec., 9.80 MiB/sec. | ||
| 7844 | 2024.11.22 20:36:26.172050 [ 5 ] {0561fecd-9978-4d30-89d0-9681db4bb701} <Debug> TCPHandler: Processed in 0.006742684 sec. | ||
| 7845 | 2024.11.22 20:36:26.172226 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7846 | 2024.11.22 20:36:26.172366 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7847 | 2024.11.22 20:36:26.172438 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7848 | 2024.11.22 20:36:26.173081 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7849 | 2024.11.22 20:36:26.173123 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7850 | 2024.11.22 20:36:26.173737 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15821 rows, containing 5 columns (5 merged, 0 gathered) in 0.008444267 sec., 1873578.843492277 rows/sec., 126.52 MiB/sec. | ||
| 7851 | 2024.11.22 20:36:26.173917 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7852 | 2024.11.22 20:36:26.174212 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7853 | 2024.11.22 20:36:26.174256 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2024.11.22 20:36:26.174603 [ 90 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7855 | 2024.11.22 20:36:26.174724 [ 90 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.11.22 20:36:26.174817 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002469 sec., 24301.336573511544 rows/sec., 1.64 MiB/sec. | ||
| 7857 | 2024.11.22 20:36:26.174822 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7858 | 2024.11.22 20:36:26.175001 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2024.11.22 20:36:26.175170 [ 255 ] {f2c15a61-c9a2-4df9-ab8a-891bed36b49b} <Debug> TCPHandler: Processed in 0.002993373 sec. | ||
| 7860 | 2024.11.22 20:36:26.175327 [ 201 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7861 | 2024.11.22 20:36:26.175414 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7862 | 2024.11.22 20:36:26.175510 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. | ||
| 7863 | 2024.11.22 20:36:26.175633 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7864 | 2024.11.22 20:36:26.175677 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3004 rows starting from the beginning of the part | ||
| 7865 | 2024.11.22 20:36:26.175764 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7866 | 2024.11.22 20:36:26.175916 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7867 | 2024.11.22 20:36:26.176086 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7868 | 2024.11.22 20:36:26.176223 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7869 | 2024.11.22 20:36:26.176383 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 7870 | 2024.11.22 20:36:26.178061 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3348 rows, containing 4 columns (4 merged, 0 gathered) in 0.003017224 sec., 1109629.248607329 rows/sec., 72.37 MiB/sec. | ||
| 7871 | 2024.11.22 20:36:26.178456 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7872 | 2024.11.22 20:36:26.178819 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2024.11.22 20:36:26.178913 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_56_11} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7874 | 2024.11.22 20:36:26.178995 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7875 | 2024.11.22 20:36:26.923877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7876 | 2024.11.22 20:36:26.945922 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7877 | 2024.11.22 20:36:26.945978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7878 | 2024.11.22 20:36:26.953407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7879 | 2024.11.22 20:36:26.954189 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7880 | 2024.11.22 20:36:26.954521 [ 90 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7881 | 2024.11.22 20:36:26.954595 [ 90 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2024.11.22 20:36:26.954642 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7883 | 2024.11.22 20:36:26.954908 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7884 | 2024.11.22 20:36:26.963122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7885 | 2024.11.22 20:36:26.964479 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7886 | 2024.11.22 20:36:26.965374 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7887 | 2024.11.22 20:36:26.970073 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7888 | 2024.11.22 20:36:26.974485 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7889 | 2024.11.22 20:36:26.979185 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7890 | 2024.11.22 20:36:26.984173 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7891 | 2024.11.22 20:36:26.988528 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 7892 | 2024.11.22 20:36:27.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.20 MiB, peak 217.20 MiB, free memory in arenas 0.00 B, will set to 208.46 MiB (RSS), difference: -8.74 MiB | ||
| 7893 | 2024.11.22 20:36:27.049542 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.094810845 sec., 2868.8701171263688 rows/sec., 14.83 MiB/sec. | ||
| 7894 | 2024.11.22 20:36:27.052751 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7895 | 2024.11.22 20:36:27.055948 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_36_7} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7896 | 2024.11.22 20:36:27.056095 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_36_7} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7897 | 2024.11.22 20:36:27.058940 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7898 | 2024.11.22 20:36:28.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.12 MiB, peak 217.20 MiB, free memory in arenas 0.00 B, will set to 210.01 MiB (RSS), difference: 9.89 MiB | ||
| 7899 | 2024.11.22 20:36:29.434618 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2024.11.22 20:36:29.434874 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7901 | 2024.11.22 20:36:29.434969 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7902 | 2024.11.22 20:36:29.435996 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2024.11.22 20:36:29.436060 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7904 | 2024.11.22 20:36:29.436633 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7905 | 2024.11.22 20:36:29.436973 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2024.11.22 20:36:29.437233 [ 87 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7907 | 2024.11.22 20:36:29.437268 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002464 sec., 5681.818181818182 rows/sec., 409.01 KiB/sec. | ||
| 7908 | 2024.11.22 20:36:29.437356 [ 87 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2024.11.22 20:36:29.437452 [ 5 ] {8bfc75e7-182d-466d-a535-4ed5aad3c143} <Debug> TCPHandler: Processed in 0.003035844 sec. | ||
| 7910 | 2024.11.22 20:36:29.437454 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7911 | 2024.11.22 20:36:29.437698 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 7912 | 2024.11.22 20:36:29.437889 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7913 | 2024.11.22 20:36:29.437936 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7914 | 2024.11.22 20:36:29.438024 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7915 | 2024.11.22 20:36:29.438335 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 7916 | 2024.11.22 20:36:29.438333 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7917 | 2024.11.22 20:36:29.438616 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7918 | 2024.11.22 20:36:29.438819 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7919 | 2024.11.22 20:36:29.439243 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7920 | 2024.11.22 20:36:29.439668 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 7921 | 2024.11.22 20:36:29.441382 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.11.22 20:36:29.441465 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7923 | 2024.11.22 20:36:29.442520 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7924 | 2024.11.22 20:36:29.443175 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2024.11.22 20:36:29.443274 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005670178 sec., 12345.29145293146 rows/sec., 936.92 KiB/sec. | ||
| 7926 | 2024.11.22 20:36:29.443527 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7927 | 2024.11.22 20:36:29.443538 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.005409 sec., 1848.7705675725642 rows/sec., 150.75 KiB/sec. | ||
| 7928 | 2024.11.22 20:36:29.443647 [ 255 ] {299a7db3-44b5-44bf-a391-dda154df17a7} <Debug> TCPHandler: Processed in 0.005992756 sec. | ||
| 7929 | 2024.11.22 20:36:29.443905 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2024.11.22 20:36:29.443909 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2024.11.22 20:36:29.444088 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_25_6} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7932 | 2024.11.22 20:36:29.444128 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7933 | 2024.11.22 20:36:29.444245 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7934 | 2024.11.22 20:36:29.444248 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7935 | 2024.11.22 20:36:29.445665 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7936 | 2024.11.22 20:36:29.445716 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7937 | 2024.11.22 20:36:29.446211 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7938 | 2024.11.22 20:36:29.446476 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7939 | 2024.11.22 20:36:29.446716 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002652 sec., 514328.8084464555 rows/sec., 42.72 MiB/sec. | ||
| 7940 | 2024.11.22 20:36:29.446786 [ 5 ] {e9265a62-fb2a-42b2-afbd-c8db400eaa29} <Debug> TCPHandler: Processed in 0.002991033 sec. | ||
| 7941 | 2024.11.22 20:36:29.446978 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7942 | 2024.11.22 20:36:29.447112 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7943 | 2024.11.22 20:36:29.447165 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7944 | 2024.11.22 20:36:29.447906 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7945 | 2024.11.22 20:36:29.447949 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7946 | 2024.11.22 20:36:29.448336 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7947 | 2024.11.22 20:36:29.448594 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7948 | 2024.11.22 20:36:29.448786 [ 87 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7949 | 2024.11.22 20:36:29.448837 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001749 sec., 14293.882218410521 rows/sec., 1003.92 KiB/sec. | ||
| 7950 | 2024.11.22 20:36:29.448866 [ 87 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2024.11.22 20:36:29.448935 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7952 | 2024.11.22 20:36:29.448961 [ 255 ] {903e3a48-0943-4fbe-a648-422fab868a68} <Debug> TCPHandler: Processed in 0.00205385 sec. | ||
| 7953 | 2024.11.22 20:36:29.449178 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 7954 | 2024.11.22 20:36:29.449200 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7955 | 2024.11.22 20:36:29.449313 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7956 | 2024.11.22 20:36:29.449355 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part | ||
| 7957 | 2024.11.22 20:36:29.449408 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7958 | 2024.11.22 20:36:29.449511 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part | ||
| 7959 | 2024.11.22 20:36:29.449603 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7960 | 2024.11.22 20:36:29.449841 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 7961 | 2024.11.22 20:36:29.450166 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part | ||
| 7962 | 2024.11.22 20:36:29.450601 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 33 rows starting from the beginning of the part | ||
| 7963 | 2024.11.22 20:36:29.450900 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part | ||
| 7964 | 2024.11.22 20:36:29.452077 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7965 | 2024.11.22 20:36:29.452130 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7966 | 2024.11.22 20:36:29.452581 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.003548737 sec., 54385.54618164152 rows/sec., 4.07 MiB/sec. | ||
| 7967 | 2024.11.22 20:36:29.452714 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7968 | 2024.11.22 20:36:29.452729 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7969 | 2024.11.22 20:36:29.453055 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7970 | 2024.11.22 20:36:29.453065 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2024.11.22 20:36:29.453162 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_51_10} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7972 | 2024.11.22 20:36:29.453344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7973 | 2024.11.22 20:36:29.453404 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004042 sec., 59871.35081642752 rows/sec., 4.06 MiB/sec. | ||
| 7974 | 2024.11.22 20:36:29.453474 [ 5 ] {ebe58583-4b8f-4120-a63a-2e836a8b51f2} <Debug> TCPHandler: Processed in 0.004377686 sec. | ||
| 7975 | 2024.11.22 20:36:29.453672 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2024.11.22 20:36:29.453823 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7977 | 2024.11.22 20:36:29.453883 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7978 | 2024.11.22 20:36:29.454506 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2024.11.22 20:36:29.454547 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7980 | 2024.11.22 20:36:29.454923 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7981 | 2024.11.22 20:36:29.455166 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2024.11.22 20:36:29.455351 [ 85 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7983 | 2024.11.22 20:36:29.455410 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 7984 | 2024.11.22 20:36:29.455418 [ 85 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2024.11.22 20:36:29.455499 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 7986 | 2024.11.22 20:36:29.455537 [ 255 ] {2d75eb5f-8c33-4cc5-af1b-bb095449cee0} <Debug> TCPHandler: Processed in 0.001929627 sec. | ||
| 7987 | 2024.11.22 20:36:29.455812 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7988 | 2024.11.22 20:36:29.455842 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 7989 | 2024.11.22 20:36:29.456141 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7990 | 2024.11.22 20:36:29.456236 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7991 | 2024.11.22 20:36:29.456248 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7992 | 2024.11.22 20:36:29.456320 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7993 | 2024.11.22 20:36:29.456680 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7994 | 2024.11.22 20:36:29.457101 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7995 | 2024.11.22 20:36:29.457464 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7996 | 2024.11.22 20:36:29.457838 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7997 | 2024.11.22 20:36:29.459743 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.11.22 20:36:29.459841 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7999 | 2024.11.22 20:36:29.460080 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004453039 sec., 14596.773125050107 rows/sec., 967.12 KiB/sec. | ||
| 8000 | 2024.11.22 20:36:29.460324 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8001 | 2024.11.22 20:36:29.460602 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8002 | 2024.11.22 20:36:29.460964 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8003 | 2024.11.22 20:36:29.461128 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8004 | 2024.11.22 20:36:29.461138 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_25_6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8005 | 2024.11.22 20:36:29.461322 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8006 | 2024.11.22 20:36:29.461482 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.005432 sec., 157584.68335787923 rows/sec., 11.40 MiB/sec. | ||
| 8007 | 2024.11.22 20:36:29.461560 [ 5 ] {2d0ee99d-20a5-4ace-b062-54030de0939c} <Debug> TCPHandler: Processed in 0.005896664 sec. | ||
| 8008 | 2024.11.22 20:36:29.461766 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8009 | 2024.11.22 20:36:29.461921 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8010 | 2024.11.22 20:36:29.461981 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8011 | 2024.11.22 20:36:29.462519 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2024.11.22 20:36:29.462560 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8013 | 2024.11.22 20:36:29.462989 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8014 | 2024.11.22 20:36:29.463300 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2024.11.22 20:36:29.463598 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001693 sec., 3544.0047253396338 rows/sec., 185.16 KiB/sec. | ||
| 8016 | 2024.11.22 20:36:29.463853 [ 255 ] {e18be08d-d8c7-45fc-af17-e7b26565e05a} <Debug> TCPHandler: Processed in 0.002145883 sec. | ||
| 8017 | 2024.11.22 20:36:29.464070 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2024.11.22 20:36:29.464205 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8019 | 2024.11.22 20:36:29.464276 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8020 | 2024.11.22 20:36:29.467326 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2024.11.22 20:36:29.467377 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8022 | 2024.11.22 20:36:29.467871 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8023 | 2024.11.22 20:36:29.468126 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2024.11.22 20:36:29.468315 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.004144 sec., 224420.8494208494 rows/sec., 14.98 MiB/sec. | ||
| 8025 | 2024.11.22 20:36:29.468378 [ 5 ] {332f2805-258b-4786-a700-143b7fb98e84} <Debug> TCPHandler: Processed in 0.004378307 sec. | ||
| 8026 | 2024.11.22 20:36:29.468552 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2024.11.22 20:36:29.468679 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8028 | 2024.11.22 20:36:29.468739 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8029 | 2024.11.22 20:36:29.469242 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2024.11.22 20:36:29.469283 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8031 | 2024.11.22 20:36:29.469680 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8032 | 2024.11.22 20:36:29.469923 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2024.11.22 20:36:29.470188 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 8034 | 2024.11.22 20:36:29.470258 [ 255 ] {587b622d-1350-4561-b164-52e0129ab4f6} <Debug> TCPHandler: Processed in 0.001765193 sec. | ||
| 8035 | 2024.11.22 20:36:29.470437 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8036 | 2024.11.22 20:36:29.470567 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8037 | 2024.11.22 20:36:29.470654 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <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 | ||
| 8038 | 2024.11.22 20:36:29.471947 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8039 | 2024.11.22 20:36:29.471988 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8040 | 2024.11.22 20:36:29.472633 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8041 | 2024.11.22 20:36:29.472926 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2024.11.22 20:36:29.473076 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8043 | 2024.11.22 20:36:29.473123 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8044 | 2024.11.22 20:36:29.473145 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002604 sec., 3072.1966205837175 rows/sec., 5.51 MiB/sec. | ||
| 8045 | 2024.11.22 20:36:29.473150 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8046 | 2024.11.22 20:36:29.473572 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8047 | 2024.11.22 20:36:29.473935 [ 5 ] {5bbabc2e-08f0-40d5-a36f-8810a9915059} <Debug> TCPHandler: Processed in 0.003562217 sec. | ||
| 8048 | 2024.11.22 20:36:29.474300 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2024.11.22 20:36:29.474753 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8050 | 2024.11.22 20:36:29.474841 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8051 | 2024.11.22 20:36:29.474904 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8052 | 2024.11.22 20:36:29.475074 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 897 rows starting from the beginning of the part | ||
| 8053 | 2024.11.22 20:36:29.475775 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8054 | 2024.11.22 20:36:29.475964 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2024.11.22 20:36:29.476030 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8056 | 2024.11.22 20:36:29.476259 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 33 rows starting from the beginning of the part | ||
| 8057 | 2024.11.22 20:36:29.476749 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8058 | 2024.11.22 20:36:29.476829 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8059 | 2024.11.22 20:36:29.477123 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 33 rows starting from the beginning of the part | ||
| 8060 | 2024.11.22 20:36:29.477254 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2024.11.22 20:36:29.477680 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8062 | 2024.11.22 20:36:29.477714 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003035 sec., 23064.250411861616 rows/sec., 1.45 MiB/sec. | ||
| 8063 | 2024.11.22 20:36:29.477810 [ 255 ] {5ec68cb2-4b4f-4f57-b2db-6a183adf2a97} <Debug> TCPHandler: Processed in 0.00370993 sec. | ||
| 8064 | 2024.11.22 20:36:29.485053 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 987 rows, containing 19 columns (19 merged, 0 gathered) in 0.011765437 sec., 83889.78666920745 rows/sec., 150.33 MiB/sec. | ||
| 8065 | 2024.11.22 20:36:29.486660 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8066 | 2024.11.22 20:36:29.487313 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2024.11.22 20:36:29.487457 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8068 | 2024.11.22 20:36:29.487703 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. | ||
| 8069 | 2024.11.22 20:36:30.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.04 MiB, peak 219.14 MiB, free memory in arenas 0.00 B, will set to 212.88 MiB (RSS), difference: 1.85 MiB | ||
| 8070 | 2024.11.22 20:36:31.148331 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8071 | 2024.11.22 20:36:31.148517 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8072 | 2024.11.22 20:36:31.148588 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8073 | 2024.11.22 20:36:31.149337 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2024.11.22 20:36:31.149384 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8075 | 2024.11.22 20:36:31.149803 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8076 | 2024.11.22 20:36:31.150053 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2024.11.22 20:36:31.150301 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.33 MiB/sec. | ||
| 8078 | 2024.11.22 20:36:31.150365 [ 5 ] {b4f32c2d-9cbd-40c8-8c34-700a520e5398} <Debug> TCPHandler: Processed in 0.002162873 sec. | ||
| 8079 | 2024.11.22 20:36:31.150646 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8080 | 2024.11.22 20:36:31.150842 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8081 | 2024.11.22 20:36:31.150917 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8082 | 2024.11.22 20:36:31.151707 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8083 | 2024.11.22 20:36:31.151761 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8084 | 2024.11.22 20:36:31.152209 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8085 | 2024.11.22 20:36:31.152471 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2024.11.22 20:36:31.152715 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 8087 | 2024.11.22 20:36:31.152772 [ 255 ] {cc870bb8-3a3b-44f0-978c-7083dbdd30d1} <Debug> TCPHandler: Processed in 0.002285475 sec. | ||
| 8088 | 2024.11.22 20:36:31.152931 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8089 | 2024.11.22 20:36:31.153072 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8090 | 2024.11.22 20:36:31.153136 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8091 | 2024.11.22 20:36:31.153802 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8092 | 2024.11.22 20:36:31.153850 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8093 | 2024.11.22 20:36:31.154263 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8094 | 2024.11.22 20:36:31.154498 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8095 | 2024.11.22 20:36:31.154720 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00168 sec., 19047.619047619046 rows/sec., 1.33 MiB/sec. | ||
| 8096 | 2024.11.22 20:36:31.154773 [ 5 ] {bb77b521-0669-4f59-b7ad-6a7a8e3155c2} <Debug> TCPHandler: Processed in 0.001907736 sec. | ||
| 8097 | 2024.11.22 20:36:31.154947 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8098 | 2024.11.22 20:36:31.155072 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8099 | 2024.11.22 20:36:31.155125 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8100 | 2024.11.22 20:36:31.155640 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8101 | 2024.11.22 20:36:31.155679 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 8102 | 2024.11.22 20:36:31.156060 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8103 | 2024.11.22 20:36:31.156307 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8104 | 2024.11.22 20:36:31.156557 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.0015 sec., 8000 rows/sec., 552.08 KiB/sec. | ||
| 8105 | 2024.11.22 20:36:31.156618 [ 255 ] {e1855390-4ff0-4aa8-87e7-f87afc9bdf1c} <Debug> TCPHandler: Processed in 0.001727542 sec. | ||
| 8106 | 2024.11.22 20:36:33.237049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 8107 | 2024.11.22 20:36:33.237735 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.11.22 20:36:33.237784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8109 | 2024.11.22 20:36:33.238310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8110 | 2024.11.22 20:36:33.238561 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.11.22 20:36:33.238791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 8112 | 2024.11.22 20:36:34.464160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 8113 | 2024.11.22 20:36:34.483022 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2024.11.22 20:36:34.483075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8115 | 2024.11.22 20:36:34.489981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8116 | 2024.11.22 20:36:34.490725 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2024.11.22 20:36:34.493144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 8118 | 2024.11.22 20:36:35.813064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1140 | ||
| 8119 | 2024.11.22 20:36:35.816390 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8120 | 2024.11.22 20:36:35.816439 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8121 | 2024.11.22 20:36:35.817905 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8122 | 2024.11.22 20:36:35.818210 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2024.11.22 20:36:35.818767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1140 | ||
| 8124 | 2024.11.22 20:36:36.156407 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8125 | 2024.11.22 20:36:36.156591 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8126 | 2024.11.22 20:36:36.156660 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8127 | 2024.11.22 20:36:36.157489 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8128 | 2024.11.22 20:36:36.157531 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8129 | 2024.11.22 20:36:36.157986 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8130 | 2024.11.22 20:36:36.158250 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8131 | 2024.11.22 20:36:36.158403 [ 77 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8132 | 2024.11.22 20:36:36.158443 [ 77 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2024.11.22 20:36:36.158455 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001912 sec., 63807.531380753135 rows/sec., 5.41 MiB/sec. | ||
| 8134 | 2024.11.22 20:36:36.158466 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8135 | 2024.11.22 20:36:36.158547 [ 5 ] {2d303068-7b9e-4de7-999b-5ff4c83532a1} <Debug> TCPHandler: Processed in 0.002270545 sec. | ||
| 8136 | 2024.11.22 20:36:36.158772 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 8137 | 2024.11.22 20:36:36.158970 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2024.11.22 20:36:36.159169 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8139 | 2024.11.22 20:36:36.159290 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part | ||
| 8140 | 2024.11.22 20:36:36.159525 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8141 | 2024.11.22 20:36:36.159700 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 219 rows starting from the beginning of the part | ||
| 8142 | 2024.11.22 20:36:36.159754 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8143 | 2024.11.22 20:36:36.160123 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 122 rows starting from the beginning of the part | ||
| 8144 | 2024.11.22 20:36:36.160538 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1364 rows starting from the beginning of the part | ||
| 8145 | 2024.11.22 20:36:36.161015 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 8146 | 2024.11.22 20:36:36.161451 [ 197 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 122 rows starting from the beginning of the part | ||
| 8147 | 2024.11.22 20:36:36.163272 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2024.11.22 20:36:36.163351 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8149 | 2024.11.22 20:36:36.164504 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8150 | 2024.11.22 20:36:36.164826 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2024.11.22 20:36:36.165345 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.006012 sec., 5489.021956087824 rows/sec., 412.75 KiB/sec. | ||
| 8152 | 2024.11.22 20:36:36.165490 [ 255 ] {71f6a08f-f9de-42f1-a6e5-95ff5140d847} <Debug> TCPHandler: Processed in 0.006769205 sec. | ||
| 8153 | 2024.11.22 20:36:36.165488 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006920519 sec., 479588.3083335224 rows/sec., 41.88 MiB/sec. | ||
| 8154 | 2024.11.22 20:36:36.165666 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8155 | 2024.11.22 20:36:36.165817 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8156 | 2024.11.22 20:36:36.165865 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8157 | 2024.11.22 20:36:36.165887 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8158 | 2024.11.22 20:36:36.166618 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2024.11.22 20:36:36.166743 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_61_12} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8160 | 2024.11.22 20:36:36.166926 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8161 | 2024.11.22 20:36:36.167119 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2024.11.22 20:36:36.167164 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8163 | 2024.11.22 20:36:36.167538 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8164 | 2024.11.22 20:36:36.167782 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8165 | 2024.11.22 20:36:36.167928 [ 73 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8166 | 2024.11.22 20:36:36.167972 [ 73 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8167 | 2024.11.22 20:36:36.167979 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002198 sec., 44131.02820746133 rows/sec., 3.45 MiB/sec. | ||
| 8168 | 2024.11.22 20:36:36.167998 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8169 | 2024.11.22 20:36:36.168140 [ 5 ] {c773ec5d-9ffd-441f-90d3-8b4d1c7fdeda} <Debug> TCPHandler: Processed in 0.002538842 sec. | ||
| 8170 | 2024.11.22 20:36:36.168435 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 8171 | 2024.11.22 20:36:36.168451 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2024.11.22 20:36:36.168908 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8173 | 2024.11.22 20:36:36.168983 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8174 | 2024.11.22 20:36:36.169109 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 8175 | 2024.11.22 20:36:36.169158 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8176 | 2024.11.22 20:36:36.169639 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 390 rows starting from the beginning of the part | ||
| 8177 | 2024.11.22 20:36:36.170269 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 97 rows starting from the beginning of the part | ||
| 8178 | 2024.11.22 20:36:36.170567 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 856 rows starting from the beginning of the part | ||
| 8179 | 2024.11.22 20:36:36.170887 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 8180 | 2024.11.22 20:36:36.171172 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 97 rows starting from the beginning of the part | ||
| 8181 | 2024.11.22 20:36:36.171791 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2024.11.22 20:36:36.171835 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8183 | 2024.11.22 20:36:36.172395 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8184 | 2024.11.22 20:36:36.172678 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2024.11.22 20:36:36.173094 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004313 sec., 37097.14815673545 rows/sec., 2.58 MiB/sec. | ||
| 8186 | 2024.11.22 20:36:36.173569 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005461233 sec., 442940.26641968946 rows/sec., 33.97 MiB/sec. | ||
| 8187 | 2024.11.22 20:36:36.173622 [ 255 ] {aba77f10-f52f-4f8d-a85e-7d6cc3bd965a} <Debug> TCPHandler: Processed in 0.00532588 sec. | ||
| 8188 | 2024.11.22 20:36:36.173980 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8189 | 2024.11.22 20:36:36.174007 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8190 | 2024.11.22 20:36:36.174412 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8191 | 2024.11.22 20:36:36.174790 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <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 | ||
| 8192 | 2024.11.22 20:36:36.175030 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2024.11.22 20:36:36.175388 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_61_12} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8194 | 2024.11.22 20:36:36.175616 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8195 | 2024.11.22 20:36:36.176712 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2024.11.22 20:36:36.176757 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8197 | 2024.11.22 20:36:36.177449 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8198 | 2024.11.22 20:36:36.177711 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2024.11.22 20:36:36.177919 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003658 sec., 9021.323127392017 rows/sec., 16.17 MiB/sec. | ||
| 8200 | 2024.11.22 20:36:36.178013 [ 5 ] {5edfe792-345d-4cf1-abdb-6e2f85fe5d42} <Debug> TCPHandler: Processed in 0.004224253 sec. | ||
| 8201 | 2024.11.22 20:36:36.178180 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8202 | 2024.11.22 20:36:36.178317 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8203 | 2024.11.22 20:36:36.178378 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8204 | 2024.11.22 20:36:36.178979 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8205 | 2024.11.22 20:36:36.179025 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8206 | 2024.11.22 20:36:36.179426 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8207 | 2024.11.22 20:36:36.179669 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8208 | 2024.11.22 20:36:36.179883 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. | ||
| 8209 | 2024.11.22 20:36:36.179934 [ 255 ] {4b50bc49-be91-4449-a377-b770f7d731ee} <Debug> TCPHandler: Processed in 0.001821554 sec. | ||
| 8210 | 2024.11.22 20:36:40.576582 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8211 | 2024.11.22 20:36:40.576697 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8212 | 2024.11.22 20:36:40.739859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 8213 | 2024.11.22 20:36:40.740507 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2024.11.22 20:36:40.740551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8215 | 2024.11.22 20:36:40.741097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8216 | 2024.11.22 20:36:40.741361 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2024.11.22 20:36:40.741647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8218 | 2024.11.22 20:36:41.159765 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2024.11.22 20:36:41.160072 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8220 | 2024.11.22 20:36:41.160187 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8221 | 2024.11.22 20:36:41.160986 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2024.11.22 20:36:41.161037 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8223 | 2024.11.22 20:36:41.161456 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8224 | 2024.11.22 20:36:41.161711 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2024.11.22 20:36:41.161945 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 514.45 KiB/sec. | ||
| 8226 | 2024.11.22 20:36:41.162001 [ 5 ] {e80d76ca-d873-4ce8-a5ff-239a899e9ba1} <Debug> TCPHandler: Processed in 0.002425179 sec. | ||
| 8227 | 2024.11.22 20:36:41.162252 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2024.11.22 20:36:41.162446 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8229 | 2024.11.22 20:36:41.162522 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8230 | 2024.11.22 20:36:41.163395 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2024.11.22 20:36:41.163449 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8232 | 2024.11.22 20:36:41.163905 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8233 | 2024.11.22 20:36:41.164177 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2024.11.22 20:36:41.164418 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002025 sec., 108148.14814814816 rows/sec., 9.42 MiB/sec. | ||
| 8235 | 2024.11.22 20:36:41.164488 [ 255 ] {d063ec2d-9400-485a-9a1e-22ceea623c1e} <Debug> TCPHandler: Processed in 0.002365448 sec. | ||
| 8236 | 2024.11.22 20:36:41.164645 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2024.11.22 20:36:41.164783 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8238 | 2024.11.22 20:36:41.164841 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8239 | 2024.11.22 20:36:41.165497 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2024.11.22 20:36:41.165537 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8241 | 2024.11.22 20:36:41.165893 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8242 | 2024.11.22 20:36:41.166132 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2024.11.22 20:36:41.166343 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00159 sec., 9433.962264150943 rows/sec., 665.17 KiB/sec. | ||
| 8244 | 2024.11.22 20:36:41.166395 [ 5 ] {9061ea8e-f9bc-41dd-9899-c5bd32d29bc2} <Debug> TCPHandler: Processed in 0.001814034 sec. | ||
| 8245 | 2024.11.22 20:36:41.166549 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2024.11.22 20:36:41.166695 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8247 | 2024.11.22 20:36:41.166759 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8248 | 2024.11.22 20:36:41.167451 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2024.11.22 20:36:41.167493 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8250 | 2024.11.22 20:36:41.167868 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8251 | 2024.11.22 20:36:41.168107 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2024.11.22 20:36:41.168330 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec. | ||
| 8253 | 2024.11.22 20:36:41.168389 [ 255 ] {18df01d3-b4a9-426a-b5d4-6dfb7628492d} <Debug> TCPHandler: Processed in 0.001905546 sec. | ||
| 8254 | 2024.11.22 20:36:41.168539 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2024.11.22 20:36:41.168653 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8256 | 2024.11.22 20:36:41.168702 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8257 | 2024.11.22 20:36:41.169295 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2024.11.22 20:36:41.169335 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8259 | 2024.11.22 20:36:41.169684 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8260 | 2024.11.22 20:36:41.169932 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2024.11.22 20:36:41.170169 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 8262 | 2024.11.22 20:36:41.170329 [ 5 ] {241c96c0-ced3-4c8d-bbec-57e0e570174a} <Debug> TCPHandler: Processed in 0.001837545 sec. | ||
| 8263 | 2024.11.22 20:36:41.170565 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8264 | 2024.11.22 20:36:41.170706 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8265 | 2024.11.22 20:36:41.170767 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8266 | 2024.11.22 20:36:41.171613 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2024.11.22 20:36:41.171654 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8268 | 2024.11.22 20:36:41.172036 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8269 | 2024.11.22 20:36:41.172284 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8270 | 2024.11.22 20:36:41.172535 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001861 sec., 209564.75013433638 rows/sec., 14.86 MiB/sec. | ||
| 8271 | 2024.11.22 20:36:41.172596 [ 255 ] {fe78cdc5-d8de-4263-ab4d-ef11b0e9da09} <Debug> TCPHandler: Processed in 0.002137513 sec. | ||
| 8272 | 2024.11.22 20:36:41.172775 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8273 | 2024.11.22 20:36:41.172891 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8274 | 2024.11.22 20:36:41.172943 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8275 | 2024.11.22 20:36:41.173428 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2024.11.22 20:36:41.173468 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8277 | 2024.11.22 20:36:41.173828 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8278 | 2024.11.22 20:36:41.174064 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2024.11.22 20:36:41.174325 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 8280 | 2024.11.22 20:36:41.174551 [ 5 ] {e4292d3c-8571-4eae-8b7b-84f5727516f4} <Debug> TCPHandler: Processed in 0.001828044 sec. | ||
| 8281 | 2024.11.22 20:36:41.174770 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8282 | 2024.11.22 20:36:41.174909 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8283 | 2024.11.22 20:36:41.174975 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8284 | 2024.11.22 20:36:41.175629 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8285 | 2024.11.22 20:36:41.175669 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8286 | 2024.11.22 20:36:41.176053 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8287 | 2024.11.22 20:36:41.176296 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8288 | 2024.11.22 20:36:41.176536 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec. | ||
| 8289 | 2024.11.22 20:36:41.176654 [ 255 ] {eec851e7-4ae4-4b4f-97b3-91885358cf18} <Debug> TCPHandler: Processed in 0.001983589 sec. | ||
| 8290 | 2024.11.22 20:36:41.176928 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8291 | 2024.11.22 20:36:41.177168 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8292 | 2024.11.22 20:36:41.177263 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8293 | 2024.11.22 20:36:41.177775 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2024.11.22 20:36:41.177813 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8295 | 2024.11.22 20:36:41.178166 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8296 | 2024.11.22 20:36:41.178398 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2024.11.22 20:36:41.178643 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 8298 | 2024.11.22 20:36:41.178857 [ 5 ] {ac0314e4-8a60-45f0-88f3-a2aa4eefd4b1} <Debug> TCPHandler: Processed in 0.002095782 sec. | ||
| 8299 | 2024.11.22 20:36:41.179047 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8300 | 2024.11.22 20:36:41.179184 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8301 | 2024.11.22 20:36:41.179279 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <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 | ||
| 8302 | 2024.11.22 20:36:41.180386 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2024.11.22 20:36:41.180425 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8304 | 2024.11.22 20:36:41.181037 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8305 | 2024.11.22 20:36:41.181294 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2024.11.22 20:36:41.181536 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002383 sec., 3357.112882920688 rows/sec., 6.02 MiB/sec. | ||
| 8307 | 2024.11.22 20:36:41.181631 [ 255 ] {f89e373b-97e0-4fe6-9546-18bb271c9776} <Debug> TCPHandler: Processed in 0.002667405 sec. | ||
| 8308 | 2024.11.22 20:36:41.181834 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8309 | 2024.11.22 20:36:41.182057 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8310 | 2024.11.22 20:36:41.182149 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8311 | 2024.11.22 20:36:41.182721 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8312 | 2024.11.22 20:36:41.182760 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8313 | 2024.11.22 20:36:41.183129 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8314 | 2024.11.22 20:36:41.183368 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8315 | 2024.11.22 20:36:41.183605 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec. | ||
| 8316 | 2024.11.22 20:36:41.183705 [ 5 ] {8ed6df4e-5467-49e1-b67a-6128908c1669} <Debug> TCPHandler: Processed in 0.001982448 sec. | ||
| 8317 | 2024.11.22 20:36:41.994162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8318 | 2024.11.22 20:36:42.014855 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2024.11.22 20:36:42.014914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8320 | 2024.11.22 20:36:42.022072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8321 | 2024.11.22 20:36:42.022830 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2024.11.22 20:36:42.025397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8323 | 2024.11.22 20:36:45.819930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1174 | ||
| 8324 | 2024.11.22 20:36:45.823118 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2024.11.22 20:36:45.823179 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8326 | 2024.11.22 20:36:45.824687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8327 | 2024.11.22 20:36:45.825014 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2024.11.22 20:36:45.826301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1174 | ||
| 8329 | 2024.11.22 20:36:46.156726 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2024.11.22 20:36:46.156938 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8331 | 2024.11.22 20:36:46.157018 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8332 | 2024.11.22 20:36:46.157889 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2024.11.22 20:36:46.157931 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8334 | 2024.11.22 20:36:46.158371 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8335 | 2024.11.22 20:36:46.158627 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2024.11.22 20:36:46.158840 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00196 sec., 62244.897959183676 rows/sec., 5.28 MiB/sec. | ||
| 8337 | 2024.11.22 20:36:46.158904 [ 5 ] {9ebcbfab-4af3-401e-9ab6-bed5eee23feb} <Debug> TCPHandler: Processed in 0.002314927 sec. | ||
| 8338 | 2024.11.22 20:36:46.159179 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2024.11.22 20:36:46.159393 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8340 | 2024.11.22 20:36:46.159479 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8341 | 2024.11.22 20:36:46.160265 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2024.11.22 20:36:46.160314 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8343 | 2024.11.22 20:36:46.160757 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8344 | 2024.11.22 20:36:46.161019 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2024.11.22 20:36:46.161301 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001961 sec., 16828.1489036206 rows/sec., 1.24 MiB/sec. | ||
| 8346 | 2024.11.22 20:36:46.161399 [ 255 ] {26fa0e53-9dee-4fe8-8502-5ddc18bb88a1} <Debug> TCPHandler: Processed in 0.002360318 sec. | ||
| 8347 | 2024.11.22 20:36:46.161649 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2024.11.22 20:36:46.161823 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8349 | 2024.11.22 20:36:46.161885 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8350 | 2024.11.22 20:36:46.162602 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2024.11.22 20:36:46.162641 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8352 | 2024.11.22 20:36:46.163008 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8353 | 2024.11.22 20:36:46.163249 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2024.11.22 20:36:46.163431 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001643 sec., 59038.344491783326 rows/sec., 4.61 MiB/sec. | ||
| 8355 | 2024.11.22 20:36:46.163486 [ 5 ] {c211f01b-a239-42f8-80ab-bfb24211d63e} <Debug> TCPHandler: Processed in 0.001971858 sec. | ||
| 8356 | 2024.11.22 20:36:46.163626 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2024.11.22 20:36:46.163752 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8358 | 2024.11.22 20:36:46.163813 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8359 | 2024.11.22 20:36:46.164443 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2024.11.22 20:36:46.164485 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8361 | 2024.11.22 20:36:46.164893 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8362 | 2024.11.22 20:36:46.165132 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2024.11.22 20:36:46.165297 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8364 | 2024.11.22 20:36:46.165361 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8365 | 2024.11.22 20:36:46.165371 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 8366 | 2024.11.22 20:36:46.165399 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8367 | 2024.11.22 20:36:46.165523 [ 255 ] {314cda2a-fe60-47cc-b982-758c144d6b29} <Debug> TCPHandler: Processed in 0.001953068 sec. | ||
| 8368 | 2024.11.22 20:36:46.165706 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 8369 | 2024.11.22 20:36:46.165753 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8370 | 2024.11.22 20:36:46.166005 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8371 | 2024.11.22 20:36:46.166021 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8372 | 2024.11.22 20:36:46.166119 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15821 rows starting from the beginning of the part | ||
| 8373 | 2024.11.22 20:36:46.166195 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <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 | ||
| 8374 | 2024.11.22 20:36:46.166468 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 930 rows starting from the beginning of the part | ||
| 8375 | 2024.11.22 20:36:46.166877 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 8376 | 2024.11.22 20:36:46.167287 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 8377 | 2024.11.22 20:36:46.167745 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 8378 | 2024.11.22 20:36:46.168126 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 8379 | 2024.11.22 20:36:46.171798 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2024.11.22 20:36:46.171891 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8381 | 2024.11.22 20:36:46.173403 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8382 | 2024.11.22 20:36:46.173736 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2024.11.22 20:36:46.174081 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.008158 sec., 4045.109095366511 rows/sec., 7.25 MiB/sec. | ||
| 8384 | 2024.11.22 20:36:46.174824 [ 5 ] {6cec2abd-1334-4bf3-bc9b-023d293c2375} <Debug> TCPHandler: Processed in 0.009173844 sec. | ||
| 8385 | 2024.11.22 20:36:46.175150 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2024.11.22 20:36:46.175294 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8387 | 2024.11.22 20:36:46.175358 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8388 | 2024.11.22 20:36:46.176050 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2024.11.22 20:36:46.176110 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8390 | 2024.11.22 20:36:46.176191 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17340 rows, containing 5 columns (5 merged, 0 gathered) in 0.01064726 sec., 1628588.0123149054 rows/sec., 109.97 MiB/sec. | ||
| 8391 | 2024.11.22 20:36:46.176609 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8392 | 2024.11.22 20:36:46.176741 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8393 | 2024.11.22 20:36:46.177179 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8394 | 2024.11.22 20:36:46.177202 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2024.11.22 20:36:46.177394 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8396 | 2024.11.22 20:36:46.177489 [ 52 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8397 | 2024.11.22 20:36:46.177585 [ 52 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2024.11.22 20:36:46.177655 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8399 | 2024.11.22 20:36:46.177671 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002399 sec., 25010.421008753645 rows/sec., 1.69 MiB/sec. | ||
| 8400 | 2024.11.22 20:36:46.177685 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 8401 | 2024.11.22 20:36:46.177756 [ 255 ] {32a22a22-380b-4f6a-b4f2-4d32f8b9e07f} <Debug> TCPHandler: Processed in 0.002792758 sec. | ||
| 8402 | 2024.11.22 20:36:46.178057 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 8403 | 2024.11.22 20:36:46.178535 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8404 | 2024.11.22 20:36:46.178622 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3348 rows starting from the beginning of the part | ||
| 8405 | 2024.11.22 20:36:46.178738 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 70 rows starting from the beginning of the part | ||
| 8406 | 2024.11.22 20:36:46.178956 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part | ||
| 8407 | 2024.11.22 20:36:46.179145 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 8408 | 2024.11.22 20:36:46.179288 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 8409 | 2024.11.22 20:36:46.179437 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 8410 | 2024.11.22 20:36:46.181085 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3632 rows, containing 4 columns (4 merged, 0 gathered) in 0.003226959 sec., 1125517.8637224706 rows/sec., 73.40 MiB/sec. | ||
| 8411 | 2024.11.22 20:36:46.181407 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8412 | 2024.11.22 20:36:46.181727 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2024.11.22 20:36:46.181805 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_61_12} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8414 | 2024.11.22 20:36:46.181894 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 8415 | 2024.11.22 20:36:48.242721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8416 | 2024.11.22 20:36:48.243433 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.11.22 20:36:48.243486 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8418 | 2024.11.22 20:36:48.244024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8419 | 2024.11.22 20:36:48.244297 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.11.22 20:36:48.244628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8421 | 2024.11.22 20:36:49.526419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8422 | 2024.11.22 20:36:49.547466 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.11.22 20:36:49.547538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8424 | 2024.11.22 20:36:49.555000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8425 | 2024.11.22 20:36:49.555800 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2024.11.22 20:36:49.559067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8427 | 2024.11.22 20:36:51.159807 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8428 | 2024.11.22 20:36:51.160100 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8429 | 2024.11.22 20:36:51.160224 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8430 | 2024.11.22 20:36:51.161118 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2024.11.22 20:36:51.161165 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8432 | 2024.11.22 20:36:51.161598 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8433 | 2024.11.22 20:36:51.161862 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2024.11.22 20:36:51.162120 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002106 sec., 6647.6733143399815 rows/sec., 478.54 KiB/sec. | ||
| 8435 | 2024.11.22 20:36:51.162188 [ 5 ] {bdbba8df-fb10-4503-b594-a74c28269536} <Debug> TCPHandler: Processed in 0.002573213 sec. | ||
| 8436 | 2024.11.22 20:36:51.162432 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8437 | 2024.11.22 20:36:51.162648 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8438 | 2024.11.22 20:36:51.162723 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8439 | 2024.11.22 20:36:51.163559 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8440 | 2024.11.22 20:36:51.163610 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8441 | 2024.11.22 20:36:51.164070 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8442 | 2024.11.22 20:36:51.164326 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8443 | 2024.11.22 20:36:51.164586 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001996 sec., 109719.43887775551 rows/sec., 9.56 MiB/sec. | ||
| 8444 | 2024.11.22 20:36:51.164696 [ 255 ] {9fec300f-60b7-484a-b505-c768425766f7} <Debug> TCPHandler: Processed in 0.002406589 sec. | ||
| 8445 | 2024.11.22 20:36:51.165014 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8446 | 2024.11.22 20:36:51.165262 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8447 | 2024.11.22 20:36:51.165357 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8448 | 2024.11.22 20:36:51.166091 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2024.11.22 20:36:51.166132 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8450 | 2024.11.22 20:36:51.166505 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8451 | 2024.11.22 20:36:51.166752 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2024.11.22 20:36:51.167003 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001799 sec., 8337.965536409116 rows/sec., 587.89 KiB/sec. | ||
| 8453 | 2024.11.22 20:36:51.167061 [ 5 ] {082bb146-50fd-47a9-9325-86a7f44c0d35} <Debug> TCPHandler: Processed in 0.002271536 sec. | ||
| 8454 | 2024.11.22 20:36:51.167221 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2024.11.22 20:36:51.167368 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8456 | 2024.11.22 20:36:51.167431 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8457 | 2024.11.22 20:36:51.168072 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2024.11.22 20:36:51.168114 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8459 | 2024.11.22 20:36:51.168486 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8460 | 2024.11.22 20:36:51.168730 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2024.11.22 20:36:51.168979 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 596.39 KiB/sec. | ||
| 8462 | 2024.11.22 20:36:51.169091 [ 255 ] {9766d7ba-025e-4d04-9984-7afea157de05} <Debug> TCPHandler: Processed in 0.001937128 sec. | ||
| 8463 | 2024.11.22 20:36:51.169253 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2024.11.22 20:36:51.169391 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8465 | 2024.11.22 20:36:51.169449 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8466 | 2024.11.22 20:36:51.170050 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2024.11.22 20:36:51.170090 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8468 | 2024.11.22 20:36:51.170448 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8469 | 2024.11.22 20:36:51.170694 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2024.11.22 20:36:51.170945 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec. | ||
| 8471 | 2024.11.22 20:36:51.171058 [ 5 ] {3051c9fa-e4c5-4957-87c6-c927c8638013} <Debug> TCPHandler: Processed in 0.001870065 sec. | ||
| 8472 | 2024.11.22 20:36:51.171299 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2024.11.22 20:36:51.171436 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8474 | 2024.11.22 20:36:51.171497 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8475 | 2024.11.22 20:36:51.172210 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2024.11.22 20:36:51.172250 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8477 | 2024.11.22 20:36:51.172654 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8478 | 2024.11.22 20:36:51.172896 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2024.11.22 20:36:51.173115 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001709 sec., 228203.62785254535 rows/sec., 16.18 MiB/sec. | ||
| 8480 | 2024.11.22 20:36:51.173172 [ 255 ] {2c1f91f8-6662-4c33-879c-e0e6e1b5e618} <Debug> TCPHandler: Processed in 0.002012139 sec. | ||
| 8481 | 2024.11.22 20:36:51.173307 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2024.11.22 20:36:51.173426 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8483 | 2024.11.22 20:36:51.173476 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8484 | 2024.11.22 20:36:51.173972 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2024.11.22 20:36:51.174012 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8486 | 2024.11.22 20:36:51.174383 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8487 | 2024.11.22 20:36:51.174624 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2024.11.22 20:36:51.174879 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 8489 | 2024.11.22 20:36:51.175084 [ 5 ] {f09eac2b-b4e8-4d78-a99e-11a69a8d61db} <Debug> TCPHandler: Processed in 0.001830425 sec. | ||
| 8490 | 2024.11.22 20:36:51.175279 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.11.22 20:36:51.175417 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8492 | 2024.11.22 20:36:51.175481 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8493 | 2024.11.22 20:36:51.176082 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2024.11.22 20:36:51.176120 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8495 | 2024.11.22 20:36:51.176519 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8496 | 2024.11.22 20:36:51.176762 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2024.11.22 20:36:51.176980 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 8498 | 2024.11.22 20:36:51.177034 [ 255 ] {32bd3b5f-2393-49e0-8241-6ef9ec748675} <Debug> TCPHandler: Processed in 0.001820915 sec. | ||
| 8499 | 2024.11.22 20:36:51.177247 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2024.11.22 20:36:51.177472 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8501 | 2024.11.22 20:36:51.177564 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8502 | 2024.11.22 20:36:51.178080 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2024.11.22 20:36:51.178120 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8504 | 2024.11.22 20:36:51.178482 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8505 | 2024.11.22 20:36:51.178729 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2024.11.22 20:36:51.178920 [ 47 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 8507 | 2024.11.22 20:36:51.178954 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 8508 | 2024.11.22 20:36:51.179042 [ 47 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2024.11.22 20:36:51.179084 [ 5 ] {92de1e4a-e808-4342-991e-95e41208d5ed} <Debug> TCPHandler: Processed in 0.001943677 sec. | ||
| 8510 | 2024.11.22 20:36:51.179116 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8511 | 2024.11.22 20:36:51.179287 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8512 | 2024.11.22 20:36:51.179467 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 8513 | 2024.11.22 20:36:51.179759 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8514 | 2024.11.22 20:36:51.179999 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8515 | 2024.11.22 20:36:51.180035 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <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 | ||
| 8516 | 2024.11.22 20:36:51.180073 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 8517 | 2024.11.22 20:36:51.180546 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8518 | 2024.11.22 20:36:51.180858 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8519 | 2024.11.22 20:36:51.181205 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8520 | 2024.11.22 20:36:51.181512 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8521 | 2024.11.22 20:36:51.182068 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8522 | 2024.11.22 20:36:51.185925 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2024.11.22 20:36:51.185993 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8524 | 2024.11.22 20:36:51.186014 [ 187 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.006766866 sec., 4137.809142371077 rows/sec., 278.24 KiB/sec. | ||
| 8525 | 2024.11.22 20:36:51.186296 [ 187 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8526 | 2024.11.22 20:36:51.186940 [ 187 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8527 | 2024.11.22 20:36:51.187194 [ 187 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_28_6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 8528 | 2024.11.22 20:36:51.187354 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8529 | 2024.11.22 20:36:51.187367 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8530 | 2024.11.22 20:36:51.187662 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2024.11.22 20:36:51.187937 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008377 sec., 954.9958218932792 rows/sec., 1.71 MiB/sec. | ||
| 8532 | 2024.11.22 20:36:51.188073 [ 255 ] {67729458-4d50-4b83-a2b0-8712f034090f} <Debug> TCPHandler: Processed in 0.008890237 sec. | ||
| 8533 | 2024.11.22 20:36:51.188241 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8534 | 2024.11.22 20:36:51.188383 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8535 | 2024.11.22 20:36:51.188442 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8536 | 2024.11.22 20:36:51.188965 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8537 | 2024.11.22 20:36:51.189005 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8538 | 2024.11.22 20:36:51.189389 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8539 | 2024.11.22 20:36:51.189632 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8540 | 2024.11.22 20:36:51.189834 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 8541 | 2024.11.22 20:36:51.189885 [ 5 ] {091447d0-5392-4dc5-84ef-68f4590db09e} <Debug> TCPHandler: Processed in 0.001711512 sec. | ||
| 8542 | 2024.11.22 20:36:55.576942 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8543 | 2024.11.22 20:36:55.577015 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8544 | 2024.11.22 20:36:55.745700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8545 | 2024.11.22 20:36:55.746320 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8546 | 2024.11.22 20:36:55.746358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8547 | 2024.11.22 20:36:55.746888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8548 | 2024.11.22 20:36:55.747138 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8549 | 2024.11.22 20:36:55.747337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8550 | 2024.11.22 20:36:55.827430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1208 | ||
| 8551 | 2024.11.22 20:36:55.830599 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.11.22 20:36:55.830664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8553 | 2024.11.22 20:36:55.832193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8554 | 2024.11.22 20:36:55.832515 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.11.22 20:36:55.833150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1208 | ||
| 8556 | 2024.11.22 20:36:56.157016 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8557 | 2024.11.22 20:36:56.157209 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8558 | 2024.11.22 20:36:56.157283 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8559 | 2024.11.22 20:36:56.158100 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2024.11.22 20:36:56.158150 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8561 | 2024.11.22 20:36:56.158606 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8562 | 2024.11.22 20:36:56.158872 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2024.11.22 20:36:56.159134 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001977 sec., 61709.66110268083 rows/sec., 5.23 MiB/sec. | ||
| 8564 | 2024.11.22 20:36:56.159201 [ 5 ] {6dd4a5f2-24b5-4bd1-9c9f-a43a3d7bec6e} <Debug> TCPHandler: Processed in 0.002308037 sec. | ||
| 8565 | 2024.11.22 20:36:56.159492 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2024.11.22 20:36:56.159711 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8567 | 2024.11.22 20:36:56.159795 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8568 | 2024.11.22 20:36:56.160577 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2024.11.22 20:36:56.160622 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8570 | 2024.11.22 20:36:56.161073 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8571 | 2024.11.22 20:36:56.161344 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8572 | 2024.11.22 20:36:56.161487 [ 40 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8573 | 2024.11.22 20:36:56.161533 [ 40 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8574 | 2024.11.22 20:36:56.161557 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001906 sec., 17313.746065057712 rows/sec., 1.27 MiB/sec. | ||
| 8575 | 2024.11.22 20:36:56.161559 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8576 | 2024.11.22 20:36:56.161665 [ 255 ] {557e4299-cc3c-49ec-9aa8-466796857d70} <Debug> TCPHandler: Processed in 0.002317517 sec. | ||
| 8577 | 2024.11.22 20:36:56.161892 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8578 | 2024.11.22 20:36:56.161917 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 8579 | 2024.11.22 20:36:56.162080 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8580 | 2024.11.22 20:36:56.162183 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8581 | 2024.11.22 20:36:56.162449 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8582 | 2024.11.22 20:36:56.162577 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part | ||
| 8583 | 2024.11.22 20:36:56.162997 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 33 rows starting from the beginning of the part | ||
| 8584 | 2024.11.22 20:36:56.163396 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part | ||
| 8585 | 2024.11.22 20:36:56.163766 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 33 rows starting from the beginning of the part | ||
| 8586 | 2024.11.22 20:36:56.164067 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 15 rows starting from the beginning of the part | ||
| 8587 | 2024.11.22 20:36:56.164464 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 33 rows starting from the beginning of the part | ||
| 8588 | 2024.11.22 20:36:56.165376 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2024.11.22 20:36:56.165442 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8590 | 2024.11.22 20:36:56.166369 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8591 | 2024.11.22 20:36:56.166956 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2024.11.22 20:36:56.167286 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005588847 sec., 34890.91757208598 rows/sec., 2.64 MiB/sec. | ||
| 8593 | 2024.11.22 20:36:56.167564 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005539 sec., 17512.186315219355 rows/sec., 1.37 MiB/sec. | ||
| 8594 | 2024.11.22 20:36:56.167668 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8595 | 2024.11.22 20:36:56.167980 [ 5 ] {1ee0b239-bc3f-412d-9e2c-fbd35b3c0363} <Debug> TCPHandler: Processed in 0.006186311 sec. | ||
| 8596 | 2024.11.22 20:36:56.168291 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2024.11.22 20:36:56.168707 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8598 | 2024.11.22 20:36:56.168768 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2024.11.22 20:36:56.168804 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8600 | 2024.11.22 20:36:56.168892 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_56_11} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8601 | 2024.11.22 20:36:56.169019 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8602 | 2024.11.22 20:36:56.169487 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8603 | 2024.11.22 20:36:56.169526 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8604 | 2024.11.22 20:36:56.169930 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8605 | 2024.11.22 20:36:56.170173 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8606 | 2024.11.22 20:36:56.170380 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001812 sec., 88300.22075055187 rows/sec., 6.15 MiB/sec. | ||
| 8607 | 2024.11.22 20:36:56.170455 [ 255 ] {d138bb94-1828-4264-abd6-c5bff5c413a1} <Debug> TCPHandler: Processed in 0.002332517 sec. | ||
| 8608 | 2024.11.22 20:36:56.170685 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8609 | 2024.11.22 20:36:56.170939 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8610 | 2024.11.22 20:36:56.171083 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <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 | ||
| 8611 | 2024.11.22 20:36:56.172596 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8612 | 2024.11.22 20:36:56.172637 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8613 | 2024.11.22 20:36:56.173326 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8614 | 2024.11.22 20:36:56.173590 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2024.11.22 20:36:56.173819 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8616 | 2024.11.22 20:36:56.173847 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002961 sec., 11144.883485309017 rows/sec., 19.97 MiB/sec. | ||
| 8617 | 2024.11.22 20:36:56.173939 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2024.11.22 20:36:56.174042 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8619 | 2024.11.22 20:36:56.174138 [ 5 ] {e439c92c-97ef-4c5f-a630-b47c6748fc2c} <Debug> TCPHandler: Processed in 0.003589507 sec. | ||
| 8620 | 2024.11.22 20:36:56.174455 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8621 | 2024.11.22 20:36:56.174509 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8622 | 2024.11.22 20:36:56.174713 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8623 | 2024.11.22 20:36:56.174831 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8624 | 2024.11.22 20:36:56.175770 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8625 | 2024.11.22 20:36:56.175910 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 987 rows starting from the beginning of the part | ||
| 8626 | 2024.11.22 20:36:56.176737 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 33 rows starting from the beginning of the part | ||
| 8627 | 2024.11.22 20:36:56.177120 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2024.11.22 20:36:56.177278 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8629 | 2024.11.22 20:36:56.177488 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8630 | 2024.11.22 20:36:56.178136 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 33 rows starting from the beginning of the part | ||
| 8631 | 2024.11.22 20:36:56.178846 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 8632 | 2024.11.22 20:36:56.178936 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8633 | 2024.11.22 20:36:56.179423 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 33 rows starting from the beginning of the part | ||
| 8634 | 2024.11.22 20:36:56.179895 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8635 | 2024.11.22 20:36:56.180667 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006032 sec., 9946.949602122017 rows/sec., 686.44 KiB/sec. | ||
| 8636 | 2024.11.22 20:36:56.180774 [ 255 ] {ee29ba64-5e58-4d26-ad5a-04d34cf24f59} <Debug> TCPHandler: Processed in 0.006489908 sec. | ||
| 8637 | 2024.11.22 20:36:56.187596 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 19 columns (19 merged, 0 gathered) in 0.013390197 sec., 82299.01322586964 rows/sec., 147.48 MiB/sec. | ||
| 8638 | 2024.11.22 20:36:56.188893 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8639 | 2024.11.22 20:36:56.189342 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8640 | 2024.11.22 20:36:56.189437 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8641 | 2024.11.22 20:36:56.189604 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.44 MiB. | ||
| 8642 | 2024.11.22 20:36:57.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.09 MiB, peak 222.46 MiB, free memory in arenas 0.00 B, will set to 216.76 MiB (RSS), difference: 2.68 MiB | ||
| 8643 | 2024.11.22 20:36:57.060107 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8644 | 2024.11.22 20:36:57.081016 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2024.11.22 20:36:57.081082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8646 | 2024.11.22 20:36:57.088484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8647 | 2024.11.22 20:36:57.089267 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2024.11.22 20:36:57.091986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8649 | 2024.11.22 20:36:59.442905 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8650 | 2024.11.22 20:36:59.443194 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8651 | 2024.11.22 20:36:59.443305 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8652 | 2024.11.22 20:36:59.444362 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.11.22 20:36:59.444439 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8654 | 2024.11.22 20:36:59.445074 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8655 | 2024.11.22 20:36:59.445441 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2024.11.22 20:36:59.445758 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002632 sec., 5319.148936170213 rows/sec., 382.91 KiB/sec. | ||
| 8657 | 2024.11.22 20:36:59.445858 [ 5 ] {97ffb88f-3bde-43bd-a981-b42d7ef284a8} <Debug> TCPHandler: Processed in 0.003164657 sec. | ||
| 8658 | 2024.11.22 20:36:59.446227 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8659 | 2024.11.22 20:36:59.446460 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8660 | 2024.11.22 20:36:59.446545 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8661 | 2024.11.22 20:36:59.447413 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2024.11.22 20:36:59.447483 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8663 | 2024.11.22 20:36:59.448096 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8664 | 2024.11.22 20:36:59.448468 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.11.22 20:36:59.448771 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002358 sec., 848.1764206955047 rows/sec., 69.16 KiB/sec. | ||
| 8666 | 2024.11.22 20:36:59.448872 [ 255 ] {bb94d907-1ac4-403a-b9f0-b1a987d7e03b} <Debug> TCPHandler: Processed in 0.002851829 sec. | ||
| 8667 | 2024.11.22 20:36:59.449113 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8668 | 2024.11.22 20:36:59.449289 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8669 | 2024.11.22 20:36:59.449366 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8670 | 2024.11.22 20:36:59.451205 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8671 | 2024.11.22 20:36:59.451258 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8672 | 2024.11.22 20:36:59.451785 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8673 | 2024.11.22 20:36:59.452067 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2024.11.22 20:36:59.452277 [ 32 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8675 | 2024.11.22 20:36:59.452339 [ 32 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2024.11.22 20:36:59.452357 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003102 sec., 438426.82140554476 rows/sec., 36.43 MiB/sec. | ||
| 8677 | 2024.11.22 20:36:59.452378 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8678 | 2024.11.22 20:36:59.452526 [ 5 ] {cfbca4af-5199-4efd-b59e-89e287d950e2} <Debug> TCPHandler: Processed in 0.003501686 sec. | ||
| 8679 | 2024.11.22 20:36:59.452602 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 8680 | 2024.11.22 20:36:59.452764 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8681 | 2024.11.22 20:36:59.452793 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8682 | 2024.11.22 20:36:59.452835 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part | ||
| 8683 | 2024.11.22 20:36:59.453054 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8684 | 2024.11.22 20:36:59.453134 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 219 rows starting from the beginning of the part | ||
| 8685 | 2024.11.22 20:36:59.453220 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8686 | 2024.11.22 20:36:59.453647 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 122 rows starting from the beginning of the part | ||
| 8687 | 2024.11.22 20:36:59.454049 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 219 rows starting from the beginning of the part | ||
| 8688 | 2024.11.22 20:36:59.454498 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 122 rows starting from the beginning of the part | ||
| 8689 | 2024.11.22 20:36:59.454954 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1360 rows starting from the beginning of the part | ||
| 8690 | 2024.11.22 20:36:59.456046 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2024.11.22 20:36:59.456117 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8692 | 2024.11.22 20:36:59.457012 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8693 | 2024.11.22 20:36:59.457555 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2024.11.22 20:36:59.458050 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.00509 sec., 3339.882121807466 rows/sec., 235.22 KiB/sec. | ||
| 8695 | 2024.11.22 20:36:59.458259 [ 255 ] {6cb6673a-44f3-4176-baff-7179e2981d53} <Debug> TCPHandler: Processed in 0.005557126 sec. | ||
| 8696 | 2024.11.22 20:36:59.458503 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8697 | 2024.11.22 20:36:59.458651 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8698 | 2024.11.22 20:36:59.458738 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8699 | 2024.11.22 20:36:59.459614 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.007110364 sec., 489145.1408113565 rows/sec., 42.89 MiB/sec. | ||
| 8700 | 2024.11.22 20:36:59.459724 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8701 | 2024.11.22 20:36:59.459767 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8702 | 2024.11.22 20:36:59.459870 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8703 | 2024.11.22 20:36:59.460231 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8704 | 2024.11.22 20:36:59.460260 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8705 | 2024.11.22 20:36:59.460348 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_66_13} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8706 | 2024.11.22 20:36:59.460455 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8707 | 2024.11.22 20:36:59.460563 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8708 | 2024.11.22 20:36:59.460835 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002215 sec., 109255.07900677201 rows/sec., 7.40 MiB/sec. | ||
| 8709 | 2024.11.22 20:36:59.460936 [ 5 ] {2138db3f-1fc3-4846-a7ae-f7e5ece46f90} <Debug> TCPHandler: Processed in 0.002514552 sec. | ||
| 8710 | 2024.11.22 20:36:59.461231 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8711 | 2024.11.22 20:36:59.461380 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8712 | 2024.11.22 20:36:59.461451 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8713 | 2024.11.22 20:36:59.462259 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8714 | 2024.11.22 20:36:59.462301 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8715 | 2024.11.22 20:36:59.462745 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8716 | 2024.11.22 20:36:59.463030 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8717 | 2024.11.22 20:36:59.463265 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001909 sec., 6809.848088004191 rows/sec., 424.59 KiB/sec. | ||
| 8718 | 2024.11.22 20:36:59.463549 [ 255 ] {11a69324-f0ea-44cf-a245-83303f8b3561} <Debug> TCPHandler: Processed in 0.00245017 sec. | ||
| 8719 | 2024.11.22 20:36:59.463874 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8720 | 2024.11.22 20:36:59.464079 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8721 | 2024.11.22 20:36:59.464139 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8722 | 2024.11.22 20:36:59.465093 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8723 | 2024.11.22 20:36:59.465139 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8724 | 2024.11.22 20:36:59.465565 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8725 | 2024.11.22 20:36:59.465827 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8726 | 2024.11.22 20:36:59.466021 [ 32 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8727 | 2024.11.22 20:36:59.466071 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002031 sec., 417528.31117676024 rows/sec., 30.18 MiB/sec. | ||
| 8728 | 2024.11.22 20:36:59.466079 [ 32 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2024.11.22 20:36:59.466166 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8730 | 2024.11.22 20:36:59.466216 [ 5 ] {42577901-59dc-46ae-86ff-fdc4987614a5} <Debug> TCPHandler: Processed in 0.002516051 sec. | ||
| 8731 | 2024.11.22 20:36:59.466468 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8732 | 2024.11.22 20:36:59.466614 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 8733 | 2024.11.22 20:36:59.466907 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8734 | 2024.11.22 20:36:59.467116 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8735 | 2024.11.22 20:36:59.467826 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8736 | 2024.11.22 20:36:59.467950 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 8737 | 2024.11.22 20:36:59.468249 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 390 rows starting from the beginning of the part | ||
| 8738 | 2024.11.22 20:36:59.468687 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 97 rows starting from the beginning of the part | ||
| 8739 | 2024.11.22 20:36:59.469054 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 390 rows starting from the beginning of the part | ||
| 8740 | 2024.11.22 20:36:59.469457 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 97 rows starting from the beginning of the part | ||
| 8741 | 2024.11.22 20:36:59.469540 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8742 | 2024.11.22 20:36:59.469661 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8743 | 2024.11.22 20:36:59.469785 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 848 rows starting from the beginning of the part | ||
| 8744 | 2024.11.22 20:36:59.470769 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8745 | 2024.11.22 20:36:59.471214 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.11.22 20:36:59.471699 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004966 sec., 1208.2158679017318 rows/sec., 63.12 KiB/sec. | ||
| 8747 | 2024.11.22 20:36:59.471866 [ 255 ] {f5b6c515-05e0-421d-ba66-22d632979374} <Debug> TCPHandler: Processed in 0.005522515 sec. | ||
| 8748 | 2024.11.22 20:36:59.472105 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2024.11.22 20:36:59.472356 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8750 | 2024.11.22 20:36:59.472493 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8751 | 2024.11.22 20:36:59.474102 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.007764449 sec., 352504.08625261113 rows/sec., 26.89 MiB/sec. | ||
| 8752 | 2024.11.22 20:36:59.474221 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8753 | 2024.11.22 20:36:59.474278 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8754 | 2024.11.22 20:36:59.474376 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8755 | 2024.11.22 20:36:59.475043 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8756 | 2024.11.22 20:36:59.475059 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8757 | 2024.11.22 20:36:59.475256 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_66_13} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8758 | 2024.11.22 20:36:59.475447 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8759 | 2024.11.22 20:36:59.475543 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2024.11.22 20:36:59.475788 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.003522 sec., 262918.79613855766 rows/sec., 17.54 MiB/sec. | ||
| 8761 | 2024.11.22 20:36:59.475863 [ 5 ] {560a88fb-515e-4b40-a0bd-6fd82c820d60} <Debug> TCPHandler: Processed in 0.003869555 sec. | ||
| 8762 | 2024.11.22 20:36:59.476037 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8763 | 2024.11.22 20:36:59.476201 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8764 | 2024.11.22 20:36:59.476282 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8765 | 2024.11.22 20:36:59.476915 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2024.11.22 20:36:59.476955 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8767 | 2024.11.22 20:36:59.477385 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8768 | 2024.11.22 20:36:59.477647 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2024.11.22 20:36:59.477867 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00171 sec., 584.7953216374269 rows/sec., 39.41 KiB/sec. | ||
| 8770 | 2024.11.22 20:36:59.478077 [ 255 ] {f51d6c0a-4820-4d3e-a366-c0e06f61d60b} <Debug> TCPHandler: Processed in 0.002112832 sec. | ||
| 8771 | 2024.11.22 20:36:59.478304 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2024.11.22 20:36:59.478429 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8773 | 2024.11.22 20:36:59.478508 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <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 | ||
| 8774 | 2024.11.22 20:36:59.479694 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2024.11.22 20:36:59.479735 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8776 | 2024.11.22 20:36:59.480472 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8777 | 2024.11.22 20:36:59.480813 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2024.11.22 20:36:59.481141 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002738 sec., 2921.8407596785974 rows/sec., 5.24 MiB/sec. | ||
| 8779 | 2024.11.22 20:36:59.481326 [ 5 ] {096003f0-7ba6-4e19-a73b-13521036db33} <Debug> TCPHandler: Processed in 0.003079845 sec. | ||
| 8780 | 2024.11.22 20:36:59.482485 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8781 | 2024.11.22 20:36:59.482726 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8782 | 2024.11.22 20:36:59.482815 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8783 | 2024.11.22 20:36:59.483627 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2024.11.22 20:36:59.483688 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8785 | 2024.11.22 20:36:59.484265 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8786 | 2024.11.22 20:36:59.484647 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8787 | 2024.11.22 20:36:59.484961 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002305 sec., 30368.76355748373 rows/sec., 1.91 MiB/sec. | ||
| 8788 | 2024.11.22 20:36:59.485071 [ 255 ] {d7188336-1daf-4410-95b3-59b35bb2a37c} <Debug> TCPHandler: Processed in 0.002787098 sec. | ||
| 8789 | 2024.11.22 20:37:01.149555 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2024.11.22 20:37:01.149737 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8791 | 2024.11.22 20:37:01.149810 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8792 | 2024.11.22 20:37:01.150568 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2024.11.22 20:37:01.150615 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8794 | 2024.11.22 20:37:01.151049 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8795 | 2024.11.22 20:37:01.151320 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8796 | 2024.11.22 20:37:01.151561 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.28 MiB/sec. | ||
| 8797 | 2024.11.22 20:37:01.151628 [ 5 ] {f1b6dc64-c84b-47d0-8291-59f3a1231fbe} <Debug> TCPHandler: Processed in 0.002206084 sec. | ||
| 8798 | 2024.11.22 20:37:01.151876 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2024.11.22 20:37:01.152074 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8800 | 2024.11.22 20:37:01.152154 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8801 | 2024.11.22 20:37:01.152956 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8802 | 2024.11.22 20:37:01.153012 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8803 | 2024.11.22 20:37:01.153468 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8804 | 2024.11.22 20:37:01.153727 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8805 | 2024.11.22 20:37:01.153968 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 8806 | 2024.11.22 20:37:01.154037 [ 255 ] {a2b76369-410c-41d4-95b8-2dea5f953acb} <Debug> TCPHandler: Processed in 0.002294996 sec. | ||
| 8807 | 2024.11.22 20:37:01.154182 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8808 | 2024.11.22 20:37:01.154308 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8809 | 2024.11.22 20:37:01.154365 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8810 | 2024.11.22 20:37:01.154908 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8811 | 2024.11.22 20:37:01.154949 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8812 | 2024.11.22 20:37:01.155342 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8813 | 2024.11.22 20:37:01.155579 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8814 | 2024.11.22 20:37:01.155818 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001536 sec., 20833.333333333332 rows/sec., 1.45 MiB/sec. | ||
| 8815 | 2024.11.22 20:37:01.155929 [ 5 ] {3220d43c-af9b-4525-b14d-1b41c6cf9adc} <Debug> TCPHandler: Processed in 0.001806224 sec. | ||
| 8816 | 2024.11.22 20:37:01.156130 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8817 | 2024.11.22 20:37:01.156288 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8818 | 2024.11.22 20:37:01.156352 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8819 | 2024.11.22 20:37:01.156941 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8820 | 2024.11.22 20:37:01.156981 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8821 | 2024.11.22 20:37:01.157369 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8822 | 2024.11.22 20:37:01.157616 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8823 | 2024.11.22 20:37:01.157853 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.0016 sec., 7500 rows/sec., 517.58 KiB/sec. | ||
| 8824 | 2024.11.22 20:37:01.157911 [ 255 ] {2d0ff752-160a-409f-b954-15fb8dd57581} <Debug> TCPHandler: Processed in 0.001889416 sec. | ||
| 8825 | 2024.11.22 20:37:03.248406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8826 | 2024.11.22 20:37:03.249104 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8827 | 2024.11.22 20:37:03.249157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8828 | 2024.11.22 20:37:03.249694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8829 | 2024.11.22 20:37:03.249967 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2024.11.22 20:37:03.250189 [ 27 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8831 | 2024.11.22 20:37:03.250287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8832 | 2024.11.22 20:37:03.250300 [ 27 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.11.22 20:37:03.250353 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8834 | 2024.11.22 20:37:03.250763 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 8835 | 2024.11.22 20:37:03.251003 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8836 | 2024.11.22 20:37:03.251048 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 8837 | 2024.11.22 20:37:03.251136 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8838 | 2024.11.22 20:37:03.251342 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8839 | 2024.11.22 20:37:03.251613 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8840 | 2024.11.22 20:37:03.251786 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8841 | 2024.11.22 20:37:03.251947 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8842 | 2024.11.22 20:37:03.254317 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003855604 sec., 4888728.199265277 rows/sec., 69.93 MiB/sec. | ||
| 8843 | 2024.11.22 20:37:03.254909 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8844 | 2024.11.22 20:37:03.255296 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8845 | 2024.11.22 20:37:03.255384 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_41_8} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8846 | 2024.11.22 20:37:03.255502 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8847 | 2024.11.22 20:37:04.593025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8848 | 2024.11.22 20:37:04.615335 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2024.11.22 20:37:04.615395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8850 | 2024.11.22 20:37:04.622884 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8851 | 2024.11.22 20:37:04.623662 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2024.11.22 20:37:04.624071 [ 25 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8853 | 2024.11.22 20:37:04.624220 [ 25 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2024.11.22 20:37:04.624301 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8855 | 2024.11.22 20:37:04.624711 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8856 | 2024.11.22 20:37:04.634165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8857 | 2024.11.22 20:37:04.635372 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8858 | 2024.11.22 20:37:04.636279 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8859 | 2024.11.22 20:37:04.640897 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8860 | 2024.11.22 20:37:04.645298 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8861 | 2024.11.22 20:37:04.650131 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8862 | 2024.11.22 20:37:04.655374 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8863 | 2024.11.22 20:37:04.659965 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 8864 | 2024.11.22 20:37:04.718713 [ 189 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.094283452 sec., 3277.351363842724 rows/sec., 16.95 MiB/sec. | ||
| 8865 | 2024.11.22 20:37:04.721869 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8866 | 2024.11.22 20:37:04.724932 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_41_8} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2024.11.22 20:37:04.725069 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_41_8} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8868 | 2024.11.22 20:37:04.728812 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8869 | 2024.11.22 20:37:05.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.97 MiB, peak 231.39 MiB, free memory in arenas 0.00 B, will set to 219.34 MiB (RSS), difference: 1.38 MiB | ||
| 8870 | 2024.11.22 20:37:05.834365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1252 | ||
| 8871 | 2024.11.22 20:37:05.837740 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8872 | 2024.11.22 20:37:05.837795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8873 | 2024.11.22 20:37:05.839300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8874 | 2024.11.22 20:37:05.839610 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8875 | 2024.11.22 20:37:05.841368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252 | ||
| 8876 | 2024.11.22 20:37:06.156215 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8877 | 2024.11.22 20:37:06.156526 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8878 | 2024.11.22 20:37:06.156640 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8879 | 2024.11.22 20:37:06.157608 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.11.22 20:37:06.157657 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8881 | 2024.11.22 20:37:06.158108 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8882 | 2024.11.22 20:37:06.158361 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.11.22 20:37:06.158602 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00216 sec., 56481.48148148148 rows/sec., 4.79 MiB/sec. | ||
| 8884 | 2024.11.22 20:37:06.158669 [ 5 ] {b0a7ea91-3803-4ede-a493-2c1bb815a976} <Debug> TCPHandler: Processed in 0.002644924 sec. | ||
| 8885 | 2024.11.22 20:37:06.158926 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8886 | 2024.11.22 20:37:06.159149 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8887 | 2024.11.22 20:37:06.159235 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8888 | 2024.11.22 20:37:06.160115 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8889 | 2024.11.22 20:37:06.160164 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8890 | 2024.11.22 20:37:06.160628 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8891 | 2024.11.22 20:37:06.160885 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8892 | 2024.11.22 20:37:06.161103 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002014 sec., 16385.30287984111 rows/sec., 1.20 MiB/sec. | ||
| 8893 | 2024.11.22 20:37:06.161171 [ 255 ] {49335618-be09-4d4b-bd8a-dddd9abc0486} <Debug> TCPHandler: Processed in 0.002384929 sec. | ||
| 8894 | 2024.11.22 20:37:06.161310 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8895 | 2024.11.22 20:37:06.161433 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8896 | 2024.11.22 20:37:06.161484 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8897 | 2024.11.22 20:37:06.162119 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2024.11.22 20:37:06.162159 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8899 | 2024.11.22 20:37:06.162528 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8900 | 2024.11.22 20:37:06.162787 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2024.11.22 20:37:06.162992 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001587 sec., 61121.61310649023 rows/sec., 4.77 MiB/sec. | ||
| 8902 | 2024.11.22 20:37:06.163049 [ 5 ] {24c54512-6bc4-433e-9c04-cc3efd1f629f} <Debug> TCPHandler: Processed in 0.001797004 sec. | ||
| 8903 | 2024.11.22 20:37:06.163211 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8904 | 2024.11.22 20:37:06.163358 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8905 | 2024.11.22 20:37:06.163427 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8906 | 2024.11.22 20:37:06.164128 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2024.11.22 20:37:06.164167 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8908 | 2024.11.22 20:37:06.164581 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8909 | 2024.11.22 20:37:06.164828 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8910 | 2024.11.22 20:37:06.164963 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8911 | 2024.11.22 20:37:06.165008 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2024.11.22 20:37:06.165024 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 8913 | 2024.11.22 20:37:06.165037 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8914 | 2024.11.22 20:37:06.165153 [ 255 ] {037530e1-4874-4611-993b-c6a5ec488845} <Debug> TCPHandler: Processed in 0.002007078 sec. | ||
| 8915 | 2024.11.22 20:37:06.165429 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 8916 | 2024.11.22 20:37:06.165464 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8917 | 2024.11.22 20:37:06.165720 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8918 | 2024.11.22 20:37:06.165752 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8919 | 2024.11.22 20:37:06.165798 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17340 rows starting from the beginning of the part | ||
| 8920 | 2024.11.22 20:37:06.166031 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <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 | ||
| 8921 | 2024.11.22 20:37:06.166133 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 8922 | 2024.11.22 20:37:06.166472 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 8923 | 2024.11.22 20:37:06.166897 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 926 rows starting from the beginning of the part | ||
| 8924 | 2024.11.22 20:37:06.167149 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 8925 | 2024.11.22 20:37:06.167395 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 8926 | 2024.11.22 20:37:06.169312 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2024.11.22 20:37:06.169362 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8928 | 2024.11.22 20:37:06.170404 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8929 | 2024.11.22 20:37:06.170972 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8930 | 2024.11.22 20:37:06.171269 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.005596 sec., 5897.069335239456 rows/sec., 10.57 MiB/sec. | ||
| 8931 | 2024.11.22 20:37:06.171404 [ 5 ] {14e2b21b-b967-4001-9a26-f3c361265a6d} <Debug> TCPHandler: Processed in 0.006114419 sec. | ||
| 8932 | 2024.11.22 20:37:06.171575 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8933 | 2024.11.22 20:37:06.171730 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8934 | 2024.11.22 20:37:06.171796 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8935 | 2024.11.22 20:37:06.172434 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8936 | 2024.11.22 20:37:06.172471 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8937 | 2024.11.22 20:37:06.173058 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8938 | 2024.11.22 20:37:06.173378 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2024.11.22 20:37:06.173593 [ 48 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8940 | 2024.11.22 20:37:06.173688 [ 48 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2024.11.22 20:37:06.173769 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 8942 | 2024.11.22 20:37:06.174031 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002246 sec., 26714.158504007122 rows/sec., 1.80 MiB/sec. | ||
| 8943 | 2024.11.22 20:37:06.174335 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 8944 | 2024.11.22 20:37:06.174487 [ 255 ] {996ce4a4-19ba-4b33-9c2b-234a6b3a14a5} <Debug> TCPHandler: Processed in 0.002977453 sec. | ||
| 8945 | 2024.11.22 20:37:06.174553 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18855 rows, containing 5 columns (5 merged, 0 gathered) in 0.009373289 sec., 2011567.1244106526 rows/sec., 135.82 MiB/sec. | ||
| 8946 | 2024.11.22 20:37:06.174719 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8947 | 2024.11.22 20:37:06.174767 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3632 rows starting from the beginning of the part | ||
| 8948 | 2024.11.22 20:37:06.174863 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 8949 | 2024.11.22 20:37:06.174993 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8950 | 2024.11.22 20:37:06.175143 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 8951 | 2024.11.22 20:37:06.175505 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 70 rows starting from the beginning of the part | ||
| 8952 | 2024.11.22 20:37:06.175824 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part | ||
| 8953 | 2024.11.22 20:37:06.176061 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 8954 | 2024.11.22 20:37:06.176165 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8955 | 2024.11.22 20:37:06.176500 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8956 | 2024.11.22 20:37:06.176663 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB. | ||
| 8957 | 2024.11.22 20:37:06.177782 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3916 rows, containing 4 columns (4 merged, 0 gathered) in 0.003823434 sec., 1024210.1733677108 rows/sec., 66.79 MiB/sec. | ||
| 8958 | 2024.11.22 20:37:06.178058 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8959 | 2024.11.22 20:37:06.178329 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2024.11.22 20:37:06.178406 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_66_13} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8961 | 2024.11.22 20:37:06.178478 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8962 | 2024.11.22 20:37:10.413787 [ 72 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
| 8963 | 2024.11.22 20:37:10.413868 [ 72 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2024.11.22 20:37:10.413892 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8965 | 2024.11.22 20:37:10.414197 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
| 8966 | 2024.11.22 20:37:10.414417 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8967 | 2024.11.22 20:37:10.414463 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 243 rows starting from the beginning of the part | ||
| 8968 | 2024.11.22 20:37:10.414570 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
| 8969 | 2024.11.22 20:37:10.414787 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8970 | 2024.11.22 20:37:10.414937 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8971 | 2024.11.22 20:37:10.415042 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
| 8972 | 2024.11.22 20:37:10.416323 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002331127 sec., 323877.6780501448 rows/sec., 23.18 MiB/sec. | ||
| 8973 | 2024.11.22 20:37:10.416537 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8974 | 2024.11.22 20:37:10.416929 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2024.11.22 20:37:10.417036 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_29_6} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
| 8976 | 2024.11.22 20:37:10.417153 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8977 | 2024.11.22 20:37:10.529697 [ 72 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8978 | 2024.11.22 20:37:10.529767 [ 72 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8979 | 2024.11.22 20:37:10.529807 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8980 | 2024.11.22 20:37:10.529985 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8981 | 2024.11.22 20:37:10.530191 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8982 | 2024.11.22 20:37:10.530230 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8983 | 2024.11.22 20:37:10.530321 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8984 | 2024.11.22 20:37:10.530501 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8985 | 2024.11.22 20:37:10.530725 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8986 | 2024.11.22 20:37:10.530946 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8987 | 2024.11.22 20:37:10.532265 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367408 sec., 70963.68686766287 rows/sec., 3.62 MiB/sec. | ||
| 8988 | 2024.11.22 20:37:10.532454 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8989 | 2024.11.22 20:37:10.532832 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2024.11.22 20:37:10.532938 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_28_6} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8991 | 2024.11.22 20:37:10.533050 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8992 | 2024.11.22 20:37:10.577259 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8993 | 2024.11.22 20:37:10.577299 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8994 | 2024.11.22 20:37:10.751370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8995 | 2024.11.22 20:37:10.751981 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2024.11.22 20:37:10.752024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8997 | 2024.11.22 20:37:10.752556 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8998 | 2024.11.22 20:37:10.752811 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2024.11.22 20:37:10.753045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 9000 | 2024.11.22 20:37:11.159896 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9001 | 2024.11.22 20:37:11.160104 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9002 | 2024.11.22 20:37:11.160180 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9003 | 2024.11.22 20:37:11.160938 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9004 | 2024.11.22 20:37:11.160988 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9005 | 2024.11.22 20:37:11.161410 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9006 | 2024.11.22 20:37:11.161659 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9007 | 2024.11.22 20:37:11.161856 [ 132 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9008 | 2024.11.22 20:37:11.161920 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 9009 | 2024.11.22 20:37:11.161934 [ 132 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2024.11.22 20:37:11.162001 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9011 | 2024.11.22 20:37:11.162061 [ 5 ] {4274c262-08d6-4423-a2f8-cb8d5e63b4df} <Debug> TCPHandler: Processed in 0.002297897 sec. | ||
| 9012 | 2024.11.22 20:37:11.162368 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 9013 | 2024.11.22 20:37:11.162449 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9014 | 2024.11.22 20:37:11.162879 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9015 | 2024.11.22 20:37:11.162904 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9016 | 2024.11.22 20:37:11.162957 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 9017 | 2024.11.22 20:37:11.162979 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9018 | 2024.11.22 20:37:11.163109 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9019 | 2024.11.22 20:37:11.163568 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9020 | 2024.11.22 20:37:11.163899 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 9021 | 2024.11.22 20:37:11.164191 [ 192 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9022 | 2024.11.22 20:37:11.165361 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9023 | 2024.11.22 20:37:11.165404 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9024 | 2024.11.22 20:37:11.165853 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003737681 sec., 18728.190019426485 rows/sec., 1.39 MiB/sec. | ||
| 9025 | 2024.11.22 20:37:11.166104 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9026 | 2024.11.22 20:37:11.166138 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9027 | 2024.11.22 20:37:11.166582 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2024.11.22 20:37:11.166703 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9029 | 2024.11.22 20:37:11.166927 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_29_7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9030 | 2024.11.22 20:37:11.167077 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004299 sec., 50942.07955338451 rows/sec., 4.44 MiB/sec. | ||
| 9031 | 2024.11.22 20:37:11.167311 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9032 | 2024.11.22 20:37:11.167436 [ 255 ] {24717f10-1e3a-41bd-b654-92980df4c65f} <Debug> TCPHandler: Processed in 0.005209597 sec. | ||
| 9033 | 2024.11.22 20:37:11.167690 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9034 | 2024.11.22 20:37:11.167840 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9035 | 2024.11.22 20:37:11.167900 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9036 | 2024.11.22 20:37:11.168519 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9037 | 2024.11.22 20:37:11.168560 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9038 | 2024.11.22 20:37:11.168921 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9039 | 2024.11.22 20:37:11.169172 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9040 | 2024.11.22 20:37:11.169412 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 659.36 KiB/sec. | ||
| 9041 | 2024.11.22 20:37:11.169500 [ 5 ] {b0590aef-2818-44c1-bbd7-283dd7800e4e} <Debug> TCPHandler: Processed in 0.001929397 sec. | ||
| 9042 | 2024.11.22 20:37:11.169765 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9043 | 2024.11.22 20:37:11.170100 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9044 | 2024.11.22 20:37:11.170179 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9045 | 2024.11.22 20:37:11.170757 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2024.11.22 20:37:11.170796 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9047 | 2024.11.22 20:37:11.171145 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9048 | 2024.11.22 20:37:11.171390 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2024.11.22 20:37:11.171571 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec. | ||
| 9050 | 2024.11.22 20:37:11.171622 [ 255 ] {3a995c6b-9856-42c0-a483-e29a51ba3cc3} <Debug> TCPHandler: Processed in 0.002023989 sec. | ||
| 9051 | 2024.11.22 20:37:11.171773 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2024.11.22 20:37:11.171911 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9053 | 2024.11.22 20:37:11.171969 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9054 | 2024.11.22 20:37:11.172578 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2024.11.22 20:37:11.172617 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9056 | 2024.11.22 20:37:11.172972 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9057 | 2024.11.22 20:37:11.173214 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9058 | 2024.11.22 20:37:11.173373 [ 132 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9059 | 2024.11.22 20:37:11.173435 [ 132 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2024.11.22 20:37:11.173463 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9061 | 2024.11.22 20:37:11.173482 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 9062 | 2024.11.22 20:37:11.173622 [ 5 ] {3bc62c8d-ac53-4171-99f1-4ffc58607ffe} <Debug> TCPHandler: Processed in 0.001915627 sec. | ||
| 9063 | 2024.11.22 20:37:11.173660 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 9064 | 2024.11.22 20:37:11.173809 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9065 | 2024.11.22 20:37:11.173832 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9066 | 2024.11.22 20:37:11.173883 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 9067 | 2024.11.22 20:37:11.174061 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9068 | 2024.11.22 20:37:11.174214 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9069 | 2024.11.22 20:37:11.174210 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 9070 | 2024.11.22 20:37:11.174540 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 9071 | 2024.11.22 20:37:11.174946 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 9072 | 2024.11.22 20:37:11.175316 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 9073 | 2024.11.22 20:37:11.177085 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2024.11.22 20:37:11.177192 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9075 | 2024.11.22 20:37:11.177799 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004250694 sec., 15291.620615363043 rows/sec., 1013.16 KiB/sec. | ||
| 9076 | 2024.11.22 20:37:11.178084 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9077 | 2024.11.22 20:37:11.178098 [ 191 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9078 | 2024.11.22 20:37:11.178537 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2024.11.22 20:37:11.178720 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9080 | 2024.11.22 20:37:11.178945 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004969 sec., 78486.61702555846 rows/sec., 5.57 MiB/sec. | ||
| 9081 | 2024.11.22 20:37:11.178977 [ 186 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_29_7} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9082 | 2024.11.22 20:37:11.179125 [ 255 ] {123dd4a0-16df-4dc4-87d5-c97fd7d5c026} <Debug> TCPHandler: Processed in 0.005411602 sec. | ||
| 9083 | 2024.11.22 20:37:11.179196 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9084 | 2024.11.22 20:37:11.179336 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2024.11.22 20:37:11.179476 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9086 | 2024.11.22 20:37:11.179535 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9087 | 2024.11.22 20:37:11.180110 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2024.11.22 20:37:11.180157 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9089 | 2024.11.22 20:37:11.180512 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9090 | 2024.11.22 20:37:11.180746 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2024.11.22 20:37:11.180952 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 9092 | 2024.11.22 20:37:11.181004 [ 5 ] {a50caa50-83ca-440e-b338-dee5d86f6d94} <Debug> TCPHandler: Processed in 0.001750812 sec. | ||
| 9093 | 2024.11.22 20:37:11.181168 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2024.11.22 20:37:11.181316 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9095 | 2024.11.22 20:37:11.181380 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9096 | 2024.11.22 20:37:11.182112 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2024.11.22 20:37:11.182158 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9098 | 2024.11.22 20:37:11.182586 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9099 | 2024.11.22 20:37:11.182830 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2024.11.22 20:37:11.183019 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec. | ||
| 9101 | 2024.11.22 20:37:11.183075 [ 255 ] {83d1fc6e-a8f8-44e4-8d0e-22d27568713f} <Debug> TCPHandler: Processed in 0.001966688 sec. | ||
| 9102 | 2024.11.22 20:37:11.183236 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9103 | 2024.11.22 20:37:11.183372 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9104 | 2024.11.22 20:37:11.183432 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9105 | 2024.11.22 20:37:11.183987 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2024.11.22 20:37:11.184034 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9107 | 2024.11.22 20:37:11.184406 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9108 | 2024.11.22 20:37:11.184647 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2024.11.22 20:37:11.184857 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec. | ||
| 9110 | 2024.11.22 20:37:11.184907 [ 5 ] {99704db6-8139-4252-a9b7-0ab9987063ef} <Debug> TCPHandler: Processed in 0.001738172 sec. | ||
| 9111 | 2024.11.22 20:37:11.185051 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2024.11.22 20:37:11.185168 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9113 | 2024.11.22 20:37:11.185262 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <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 | ||
| 9114 | 2024.11.22 20:37:11.186503 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2024.11.22 20:37:11.186542 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9116 | 2024.11.22 20:37:11.187154 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9117 | 2024.11.22 20:37:11.187411 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9118 | 2024.11.22 20:37:11.187652 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00251 sec., 3187.2509960159364 rows/sec., 5.71 MiB/sec. | ||
| 9119 | 2024.11.22 20:37:11.187753 [ 255 ] {f61e0357-f4a3-4367-b161-7cb0c57e52fb} <Debug> TCPHandler: Processed in 0.002760707 sec. | ||
| 9120 | 2024.11.22 20:37:11.187896 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2024.11.22 20:37:11.188015 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9122 | 2024.11.22 20:37:11.188064 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9123 | 2024.11.22 20:37:11.188618 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2024.11.22 20:37:11.188664 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9125 | 2024.11.22 20:37:11.189097 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9126 | 2024.11.22 20:37:11.189337 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2024.11.22 20:37:11.189544 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec. | ||
| 9128 | 2024.11.22 20:37:11.189595 [ 5 ] {6a1d8845-c2c4-4ec1-8245-ac1c8ed0b685} <Debug> TCPHandler: Processed in 0.001757223 sec. | ||
| 9129 | 2024.11.22 20:37:12.135200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 9130 | 2024.11.22 20:37:12.153535 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2024.11.22 20:37:12.153579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9132 | 2024.11.22 20:37:12.160507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9133 | 2024.11.22 20:37:12.161253 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2024.11.22 20:37:12.163781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 9135 | 2024.11.22 20:37:15.842516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1286 | ||
| 9136 | 2024.11.22 20:37:15.845600 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9137 | 2024.11.22 20:37:15.845641 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9138 | 2024.11.22 20:37:15.847101 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9139 | 2024.11.22 20:37:15.847414 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9140 | 2024.11.22 20:37:15.847588 [ 147 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9141 | 2024.11.22 20:37:15.847657 [ 147 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9142 | 2024.11.22 20:37:15.847707 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9143 | 2024.11.22 20:37:15.848224 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 9144 | 2024.11.22 20:37:15.849430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9145 | 2024.11.22 20:37:15.849733 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9146 | 2024.11.22 20:37:15.849881 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1096 rows starting from the beginning of the part | ||
| 9147 | 2024.11.22 20:37:15.850494 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 44 rows starting from the beginning of the part | ||
| 9148 | 2024.11.22 20:37:15.851009 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 9149 | 2024.11.22 20:37:15.851507 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 9150 | 2024.11.22 20:37:15.852028 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 44 rows starting from the beginning of the part | ||
| 9151 | 2024.11.22 20:37:15.852567 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 9152 | 2024.11.22 20:37:15.860533 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 72 columns (72 merged, 0 gathered) in 0.012716441 sec., 101128.92435863147 rows/sec., 80.13 MiB/sec. | ||
| 9153 | 2024.11.22 20:37:15.862258 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9154 | 2024.11.22 20:37:15.863117 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.11.22 20:37:15.863228 [ 196 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_31_6} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9156 | 2024.11.22 20:37:15.863577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 9157 | 2024.11.22 20:37:16.157582 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9158 | 2024.11.22 20:37:16.157884 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9159 | 2024.11.22 20:37:16.158009 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9160 | 2024.11.22 20:37:16.158911 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9161 | 2024.11.22 20:37:16.158961 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9162 | 2024.11.22 20:37:16.159381 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9163 | 2024.11.22 20:37:16.159628 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9164 | 2024.11.22 20:37:16.159872 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002072 sec., 2895.7528957528957 rows/sec., 236.13 KiB/sec. | ||
| 9165 | 2024.11.22 20:37:16.159939 [ 5 ] {f6355c41-4ad4-40b6-9170-0edb5b894194} <Debug> TCPHandler: Processed in 0.002545732 sec. | ||
| 9166 | 2024.11.22 20:37:16.160201 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9167 | 2024.11.22 20:37:16.160373 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9168 | 2024.11.22 20:37:16.160444 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9169 | 2024.11.22 20:37:16.161298 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.11.22 20:37:16.161347 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9171 | 2024.11.22 20:37:16.161762 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9172 | 2024.11.22 20:37:16.162013 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.11.22 20:37:16.162247 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.001926 sec., 64901.34994807892 rows/sec., 5.48 MiB/sec. | ||
| 9174 | 2024.11.22 20:37:16.162310 [ 255 ] {da4fa709-64f6-4215-b554-9ba44ea713a6} <Debug> TCPHandler: Processed in 0.002234085 sec. | ||
| 9175 | 2024.11.22 20:37:16.162471 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9176 | 2024.11.22 20:37:16.162614 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9177 | 2024.11.22 20:37:16.162676 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9178 | 2024.11.22 20:37:16.163373 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2024.11.22 20:37:16.163415 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9180 | 2024.11.22 20:37:16.163781 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9181 | 2024.11.22 20:37:16.164019 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2024.11.22 20:37:16.164229 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.00165 sec., 23636.363636363636 rows/sec., 1.72 MiB/sec. | ||
| 9183 | 2024.11.22 20:37:16.164284 [ 5 ] {1e215b5d-9e18-4bb9-9b9f-e800e38ebfeb} <Debug> TCPHandler: Processed in 0.001882166 sec. | ||
| 9184 | 2024.11.22 20:37:16.164424 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9185 | 2024.11.22 20:37:16.164546 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9186 | 2024.11.22 20:37:16.164597 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9187 | 2024.11.22 20:37:16.165242 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9188 | 2024.11.22 20:37:16.165283 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9189 | 2024.11.22 20:37:16.165652 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9190 | 2024.11.22 20:37:16.165880 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9191 | 2024.11.22 20:37:16.166106 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001589 sec., 64820.64191315293 rows/sec., 5.07 MiB/sec. | ||
| 9192 | 2024.11.22 20:37:16.166162 [ 255 ] {3fcecc08-8fa1-483a-b31c-c55d96331544} <Debug> TCPHandler: Processed in 0.001794834 sec. | ||
| 9193 | 2024.11.22 20:37:16.166298 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9194 | 2024.11.22 20:37:16.166519 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9195 | 2024.11.22 20:37:16.166615 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9196 | 2024.11.22 20:37:16.167500 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2024.11.22 20:37:16.167539 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9198 | 2024.11.22 20:37:16.167938 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9199 | 2024.11.22 20:37:16.168176 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2024.11.22 20:37:16.168384 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001922 sec., 84807.49219562954 rows/sec., 5.91 MiB/sec. | ||
| 9201 | 2024.11.22 20:37:16.168439 [ 5 ] {f25a67c1-5dda-4014-a4c8-2d200897112b} <Debug> TCPHandler: Processed in 0.002200603 sec. | ||
| 9202 | 2024.11.22 20:37:16.168578 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9203 | 2024.11.22 20:37:16.168695 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9204 | 2024.11.22 20:37:16.168777 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <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 | ||
| 9205 | 2024.11.22 20:37:16.170017 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9206 | 2024.11.22 20:37:16.170057 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9207 | 2024.11.22 20:37:16.170726 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9208 | 2024.11.22 20:37:16.170977 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9209 | 2024.11.22 20:37:16.171247 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002578 sec., 12800.620636152056 rows/sec., 22.94 MiB/sec. | ||
| 9210 | 2024.11.22 20:37:16.171361 [ 255 ] {2ae57041-83a7-4a1d-8aaf-d3a5d7a050a6} <Debug> TCPHandler: Processed in 0.00283991 sec. | ||
| 9211 | 2024.11.22 20:37:16.171566 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9212 | 2024.11.22 20:37:16.171787 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9213 | 2024.11.22 20:37:16.171878 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9214 | 2024.11.22 20:37:16.172573 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2024.11.22 20:37:16.172612 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9216 | 2024.11.22 20:37:16.172979 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9217 | 2024.11.22 20:37:16.173221 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2024.11.22 20:37:16.173465 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001726 sec., 34762.456546929316 rows/sec., 2.34 MiB/sec. | ||
| 9219 | 2024.11.22 20:37:16.173536 [ 5 ] {b88d370c-a0ee-43fb-a67e-a42f06316573} <Debug> TCPHandler: Processed in 0.002078801 sec. | ||
| 9220 | 2024.11.22 20:37:18.254111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 9221 | 2024.11.22 20:37:18.254799 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2024.11.22 20:37:18.254838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9223 | 2024.11.22 20:37:18.255375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9224 | 2024.11.22 20:37:18.255636 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2024.11.22 20:37:18.255821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9226 | 2024.11.22 20:37:19.664795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9227 | 2024.11.22 20:37:19.684751 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9228 | 2024.11.22 20:37:19.684809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9229 | 2024.11.22 20:37:19.691947 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9230 | 2024.11.22 20:37:19.692711 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9231 | 2024.11.22 20:37:19.695289 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9232 | 2024.11.22 20:37:21.160440 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9233 | 2024.11.22 20:37:21.160625 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9234 | 2024.11.22 20:37:21.160695 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9235 | 2024.11.22 20:37:21.161446 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9236 | 2024.11.22 20:37:21.161492 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9237 | 2024.11.22 20:37:21.161915 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9238 | 2024.11.22 20:37:21.162171 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2024.11.22 20:37:21.162425 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 9240 | 2024.11.22 20:37:21.162491 [ 5 ] {aa5865d0-07dc-4ccc-9f61-8c31122f1c95} <Debug> TCPHandler: Processed in 0.002178393 sec. | ||
| 9241 | 2024.11.22 20:37:21.162744 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2024.11.22 20:37:21.162930 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9243 | 2024.11.22 20:37:21.163011 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9244 | 2024.11.22 20:37:21.163880 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2024.11.22 20:37:21.163923 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9246 | 2024.11.22 20:37:21.164376 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9247 | 2024.11.22 20:37:21.164622 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2024.11.22 20:37:21.164772 [ 64 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9249 | 2024.11.22 20:37:21.164822 [ 64 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.11.22 20:37:21.164837 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00196 sec., 111734.69387755102 rows/sec., 9.73 MiB/sec. | ||
| 9251 | 2024.11.22 20:37:21.164852 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9252 | 2024.11.22 20:37:21.164963 [ 255 ] {a3f8292e-5276-4686-b407-fc2e394a2519} <Debug> TCPHandler: Processed in 0.002337587 sec. | ||
| 9253 | 2024.11.22 20:37:21.165233 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9254 | 2024.11.22 20:37:21.165241 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 9255 | 2024.11.22 20:37:21.165560 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9256 | 2024.11.22 20:37:21.165730 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9257 | 2024.11.22 20:37:21.165920 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9258 | 2024.11.22 20:37:21.166100 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part | ||
| 9259 | 2024.11.22 20:37:21.166406 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 9260 | 2024.11.22 20:37:21.166755 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 122 rows starting from the beginning of the part | ||
| 9261 | 2024.11.22 20:37:21.167279 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 219 rows starting from the beginning of the part | ||
| 9262 | 2024.11.22 20:37:21.167747 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 125 rows starting from the beginning of the part | ||
| 9263 | 2024.11.22 20:37:21.168055 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 219 rows starting from the beginning of the part | ||
| 9264 | 2024.11.22 20:37:21.168898 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9265 | 2024.11.22 20:37:21.168957 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9266 | 2024.11.22 20:37:21.169893 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9267 | 2024.11.22 20:37:21.170452 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9268 | 2024.11.22 20:37:21.170676 [ 64 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9269 | 2024.11.22 20:37:21.170785 [ 64 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9270 | 2024.11.22 20:37:21.170803 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005356 sec., 2800.5974607916355 rows/sec., 197.46 KiB/sec. | ||
| 9271 | 2024.11.22 20:37:21.170913 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9272 | 2024.11.22 20:37:21.171100 [ 5 ] {84271c3d-c060-493c-a162-affd8c54f7f6} <Debug> TCPHandler: Processed in 0.006005797 sec. | ||
| 9273 | 2024.11.22 20:37:21.171596 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 9274 | 2024.11.22 20:37:21.171622 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9275 | 2024.11.22 20:37:21.171801 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006826017 sec., 318926.83537119813 rows/sec., 28.05 MiB/sec. | ||
| 9276 | 2024.11.22 20:37:21.171980 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9277 | 2024.11.22 20:37:21.171987 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9278 | 2024.11.22 20:37:21.172037 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part | ||
| 9279 | 2024.11.22 20:37:21.172114 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9280 | 2024.11.22 20:37:21.172334 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9281 | 2024.11.22 20:37:21.172541 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 17 rows starting from the beginning of the part | ||
| 9282 | 2024.11.22 20:37:21.173101 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 33 rows starting from the beginning of the part | ||
| 9283 | 2024.11.22 20:37:21.173639 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part | ||
| 9284 | 2024.11.22 20:37:21.173815 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2024.11.22 20:37:21.174285 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_71_14} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9286 | 2024.11.22 20:37:21.174302 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 9287 | 2024.11.22 20:37:21.174582 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9288 | 2024.11.22 20:37:21.174768 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 15 rows starting from the beginning of the part | ||
| 9289 | 2024.11.22 20:37:21.175964 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2024.11.22 20:37:21.176043 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9291 | 2024.11.22 20:37:21.176999 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9292 | 2024.11.22 20:37:21.177635 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2024.11.22 20:37:21.177732 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006605631 sec., 28006.408471802315 rows/sec., 2.10 MiB/sec. | ||
| 9294 | 2024.11.22 20:37:21.178018 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006147 sec., 2277.5337563038884 rows/sec., 159.50 KiB/sec. | ||
| 9295 | 2024.11.22 20:37:21.178030 [ 188 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9296 | 2024.11.22 20:37:21.178458 [ 255 ] {4c195144-5d2e-4cb5-ad6e-4c156b4dcd10} <Debug> TCPHandler: Processed in 0.007197005 sec. | ||
| 9297 | 2024.11.22 20:37:21.178767 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9298 | 2024.11.22 20:37:21.178994 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9299 | 2024.11.22 20:37:21.179003 [ 188 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9300 | 2024.11.22 20:37:21.179113 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9301 | 2024.11.22 20:37:21.179219 [ 188 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_61_12} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9302 | 2024.11.22 20:37:21.179380 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9303 | 2024.11.22 20:37:21.179890 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2024.11.22 20:37:21.179933 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9305 | 2024.11.22 20:37:21.180300 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9306 | 2024.11.22 20:37:21.180543 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2024.11.22 20:37:21.180757 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001828 sec., 7111.597374179431 rows/sec., 443.41 KiB/sec. | ||
| 9308 | 2024.11.22 20:37:21.180811 [ 5 ] {479ded31-41b8-4ccf-bc0b-2ea7aa802cfa} <Debug> TCPHandler: Processed in 0.002238315 sec. | ||
| 9309 | 2024.11.22 20:37:21.180947 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2024.11.22 20:37:21.181073 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9311 | 2024.11.22 20:37:21.181123 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9312 | 2024.11.22 20:37:21.181886 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2024.11.22 20:37:21.181923 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9314 | 2024.11.22 20:37:21.182308 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9315 | 2024.11.22 20:37:21.182550 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2024.11.22 20:37:21.182678 [ 64 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9317 | 2024.11.22 20:37:21.182714 [ 64 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9318 | 2024.11.22 20:37:21.182737 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9319 | 2024.11.22 20:37:21.182741 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001693 sec., 230360.30714707618 rows/sec., 16.34 MiB/sec. | ||
| 9320 | 2024.11.22 20:37:21.182930 [ 255 ] {e27a7511-cbfe-46db-b4b6-d2556e88a603} <Debug> TCPHandler: Processed in 0.00203555 sec. | ||
| 9321 | 2024.11.22 20:37:21.183002 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 9322 | 2024.11.22 20:37:21.183206 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9323 | 2024.11.22 20:37:21.183206 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9324 | 2024.11.22 20:37:21.183263 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 9325 | 2024.11.22 20:37:21.183502 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 9326 | 2024.11.22 20:37:21.183723 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9327 | 2024.11.22 20:37:21.183838 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 97 rows starting from the beginning of the part | ||
| 9328 | 2024.11.22 20:37:21.183907 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9329 | 2024.11.22 20:37:21.184126 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 390 rows starting from the beginning of the part | ||
| 9330 | 2024.11.22 20:37:21.184500 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 103 rows starting from the beginning of the part | ||
| 9331 | 2024.11.22 20:37:21.184893 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
| 9332 | 2024.11.22 20:37:21.186235 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2024.11.22 20:37:21.186298 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9334 | 2024.11.22 20:37:21.187431 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9335 | 2024.11.22 20:37:21.187774 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.11.22 20:37:21.188306 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.005493504 sec., 356602.9987417867 rows/sec., 27.30 MiB/sec. | ||
| 9337 | 2024.11.22 20:37:21.188336 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004778 sec., 1255.7555462536625 rows/sec., 65.61 KiB/sec. | ||
| 9338 | 2024.11.22 20:37:21.188461 [ 5 ] {9423aae1-799c-4c30-b14f-62db9f6f3acf} <Debug> TCPHandler: Processed in 0.005400812 sec. | ||
| 9339 | 2024.11.22 20:37:21.188582 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9340 | 2024.11.22 20:37:21.188662 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9341 | 2024.11.22 20:37:21.188860 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9342 | 2024.11.22 20:37:21.188960 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9343 | 2024.11.22 20:37:21.189055 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2024.11.22 20:37:21.189305 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_71_14} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9345 | 2024.11.22 20:37:21.189476 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9346 | 2024.11.22 20:37:21.189912 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2024.11.22 20:37:21.189964 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9348 | 2024.11.22 20:37:21.190367 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9349 | 2024.11.22 20:37:21.190598 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9350 | 2024.11.22 20:37:21.190814 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002001 sec., 118440.77961019489 rows/sec., 7.94 MiB/sec. | ||
| 9351 | 2024.11.22 20:37:21.190891 [ 255 ] {2e229a99-0702-4438-9f22-051bf7d6d346} <Debug> TCPHandler: Processed in 0.002320166 sec. | ||
| 9352 | 2024.11.22 20:37:21.191118 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9353 | 2024.11.22 20:37:21.191283 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9354 | 2024.11.22 20:37:21.191342 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9355 | 2024.11.22 20:37:21.191817 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9356 | 2024.11.22 20:37:21.191856 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9357 | 2024.11.22 20:37:21.192210 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9358 | 2024.11.22 20:37:21.192457 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9359 | 2024.11.22 20:37:21.192676 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 9360 | 2024.11.22 20:37:21.192725 [ 5 ] {83b8483a-8ed7-4e9e-a58d-b4d28b22769a} <Debug> TCPHandler: Processed in 0.001733152 sec. | ||
| 9361 | 2024.11.22 20:37:21.192865 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9362 | 2024.11.22 20:37:21.192988 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9363 | 2024.11.22 20:37:21.193069 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <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 | ||
| 9364 | 2024.11.22 20:37:21.194200 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9365 | 2024.11.22 20:37:21.194237 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9366 | 2024.11.22 20:37:21.194858 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9367 | 2024.11.22 20:37:21.195127 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2024.11.22 20:37:21.195266 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9369 | 2024.11.22 20:37:21.195312 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2024.11.22 20:37:21.195332 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9371 | 2024.11.22 20:37:21.195348 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002391 sec., 3345.8803847762442 rows/sec., 6.00 MiB/sec. | ||
| 9372 | 2024.11.22 20:37:21.195826 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 9373 | 2024.11.22 20:37:21.196247 [ 255 ] {b9b9b0fd-d642-4fdc-8f7e-581452c33212} <Debug> TCPHandler: Processed in 0.003435074 sec. | ||
| 9374 | 2024.11.22 20:37:21.196629 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9375 | 2024.11.22 20:37:21.197035 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9376 | 2024.11.22 20:37:21.197128 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9377 | 2024.11.22 20:37:21.197145 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9378 | 2024.11.22 20:37:21.197261 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1102 rows starting from the beginning of the part | ||
| 9379 | 2024.11.22 20:37:21.197918 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 9380 | 2024.11.22 20:37:21.198485 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 33 rows starting from the beginning of the part | ||
| 9381 | 2024.11.22 20:37:21.198840 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9382 | 2024.11.22 20:37:21.198918 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9383 | 2024.11.22 20:37:21.198988 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 9384 | 2024.11.22 20:37:21.199535 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 33 rows starting from the beginning of the part | ||
| 9385 | 2024.11.22 20:37:21.199949 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9386 | 2024.11.22 20:37:21.200025 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part | ||
| 9387 | 2024.11.22 20:37:21.200556 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2024.11.22 20:37:21.200953 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004021 sec., 20392.937080328276 rows/sec., 1.30 MiB/sec. | ||
| 9389 | 2024.11.22 20:37:21.201172 [ 5 ] {eb488cec-ae42-4500-9813-dca436fdd30b} <Debug> TCPHandler: Processed in 0.004776826 sec. | ||
| 9390 | 2024.11.22 20:37:21.207978 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1192 rows, containing 19 columns (19 merged, 0 gathered) in 0.012564436 sec., 94870.95162886739 rows/sec., 170.00 MiB/sec. | ||
| 9391 | 2024.11.22 20:37:21.208940 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9392 | 2024.11.22 20:37:21.209343 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9393 | 2024.11.22 20:37:21.209421 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9394 | 2024.11.22 20:37:21.209527 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 9395 | 2024.11.22 20:37:22.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.87 MiB, peak 232.39 MiB, free memory in arenas 0.00 B, will set to 223.81 MiB (RSS), difference: 2.95 MiB | ||
| 9396 | 2024.11.22 20:37:25.577339 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9397 | 2024.11.22 20:37:25.577413 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9398 | 2024.11.22 20:37:25.756937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9399 | 2024.11.22 20:37:25.757603 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2024.11.22 20:37:25.757654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9401 | 2024.11.22 20:37:25.758202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9402 | 2024.11.22 20:37:25.758459 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9403 | 2024.11.22 20:37:25.758714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9404 | 2024.11.22 20:37:25.850563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1322 | ||
| 9405 | 2024.11.22 20:37:25.853757 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9406 | 2024.11.22 20:37:25.853806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9407 | 2024.11.22 20:37:25.855294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9408 | 2024.11.22 20:37:25.855599 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2024.11.22 20:37:25.856176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 9410 | 2024.11.22 20:37:26.156194 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9411 | 2024.11.22 20:37:26.156492 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9412 | 2024.11.22 20:37:26.156603 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9413 | 2024.11.22 20:37:26.157417 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2024.11.22 20:37:26.157457 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9415 | 2024.11.22 20:37:26.157882 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9416 | 2024.11.22 20:37:26.158135 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2024.11.22 20:37:26.158345 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001934 sec., 63081.695966907966 rows/sec., 5.35 MiB/sec. | ||
| 9418 | 2024.11.22 20:37:26.158401 [ 5 ] {d2f65f95-a4a4-4e37-9913-db9ee3c8ba6c} <Debug> TCPHandler: Processed in 0.002385358 sec. | ||
| 9419 | 2024.11.22 20:37:26.158689 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9420 | 2024.11.22 20:37:26.158885 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9421 | 2024.11.22 20:37:26.158970 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9422 | 2024.11.22 20:37:26.159755 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9423 | 2024.11.22 20:37:26.159809 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9424 | 2024.11.22 20:37:26.160257 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9425 | 2024.11.22 20:37:26.160509 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9426 | 2024.11.22 20:37:26.160741 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00191 sec., 17277.486910994765 rows/sec., 1.27 MiB/sec. | ||
| 9427 | 2024.11.22 20:37:26.160810 [ 255 ] {390af08b-b16e-4a4c-acb7-a77fd48474ff} <Debug> TCPHandler: Processed in 0.002276946 sec. | ||
| 9428 | 2024.11.22 20:37:26.160964 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9429 | 2024.11.22 20:37:26.161081 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9430 | 2024.11.22 20:37:26.161128 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9431 | 2024.11.22 20:37:26.161736 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9432 | 2024.11.22 20:37:26.161772 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9433 | 2024.11.22 20:37:26.162130 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9434 | 2024.11.22 20:37:26.162372 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2024.11.22 20:37:26.162547 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001489 sec., 65144.3922095366 rows/sec., 5.09 MiB/sec. | ||
| 9436 | 2024.11.22 20:37:26.162596 [ 5 ] {9be1b083-2e08-41c2-b907-12bd51de5efd} <Debug> TCPHandler: Processed in 0.001698871 sec. | ||
| 9437 | 2024.11.22 20:37:26.162751 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9438 | 2024.11.22 20:37:26.162874 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9439 | 2024.11.22 20:37:26.162941 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9440 | 2024.11.22 20:37:26.163549 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9441 | 2024.11.22 20:37:26.163591 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9442 | 2024.11.22 20:37:26.164004 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9443 | 2024.11.22 20:37:26.164244 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9444 | 2024.11.22 20:37:26.164464 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 9445 | 2024.11.22 20:37:26.164520 [ 255 ] {d0767daa-f8f4-4481-a799-b86963d94716} <Debug> TCPHandler: Processed in 0.001828784 sec. | ||
| 9446 | 2024.11.22 20:37:26.164675 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9447 | 2024.11.22 20:37:26.164813 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9448 | 2024.11.22 20:37:26.164905 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <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 | ||
| 9449 | 2024.11.22 20:37:26.166209 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2024.11.22 20:37:26.166247 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9451 | 2024.11.22 20:37:26.166894 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9452 | 2024.11.22 20:37:26.167145 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2024.11.22 20:37:26.167335 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002553 sec., 12925.969447708578 rows/sec., 23.16 MiB/sec. | ||
| 9454 | 2024.11.22 20:37:26.167425 [ 5 ] {e675f758-8d24-4c2f-839c-01404fe7a124} <Debug> TCPHandler: Processed in 0.002815779 sec. | ||
| 9455 | 2024.11.22 20:37:26.167572 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9456 | 2024.11.22 20:37:26.167690 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9457 | 2024.11.22 20:37:26.167743 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9458 | 2024.11.22 20:37:26.168281 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2024.11.22 20:37:26.168321 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9460 | 2024.11.22 20:37:26.168686 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9461 | 2024.11.22 20:37:26.168934 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9462 | 2024.11.22 20:37:26.169150 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 9463 | 2024.11.22 20:37:26.169201 [ 255 ] {9b09da7d-9098-4e71-8f32-8fbb5154cc93} <Debug> TCPHandler: Processed in 0.001685181 sec. | ||
| 9464 | 2024.11.22 20:37:27.196309 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9465 | 2024.11.22 20:37:27.220198 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9466 | 2024.11.22 20:37:27.220280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9467 | 2024.11.22 20:37:27.227614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9468 | 2024.11.22 20:37:27.228409 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9469 | 2024.11.22 20:37:27.231904 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9470 | 2024.11.22 20:37:27.985784 [ 37 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9471 | 2024.11.22 20:37:27.985886 [ 37 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2024.11.22 20:37:27.985931 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9473 | 2024.11.22 20:37:27.986284 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 9474 | 2024.11.22 20:37:27.986587 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9475 | 2024.11.22 20:37:27.986654 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 9476 | 2024.11.22 20:37:27.986765 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 9477 | 2024.11.22 20:37:27.986853 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
| 9478 | 2024.11.22 20:37:27.987065 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 9479 | 2024.11.22 20:37:27.987344 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 9480 | 2024.11.22 20:37:27.988416 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002363318 sec., 17771.62447034212 rows/sec., 1.48 MiB/sec. | ||
| 9481 | 2024.11.22 20:37:27.988529 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9482 | 2024.11.22 20:37:27.988799 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2024.11.22 20:37:27.988877 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_13_3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9484 | 2024.11.22 20:37:27.988953 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9485 | 2024.11.22 20:37:29.444362 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9486 | 2024.11.22 20:37:29.444565 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9487 | 2024.11.22 20:37:29.444653 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9488 | 2024.11.22 20:37:29.445490 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2024.11.22 20:37:29.445551 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9490 | 2024.11.22 20:37:29.446043 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9491 | 2024.11.22 20:37:29.446322 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2024.11.22 20:37:29.446588 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002076 sec., 6743.73795761079 rows/sec., 485.46 KiB/sec. | ||
| 9493 | 2024.11.22 20:37:29.446666 [ 5 ] {522a23ff-00a4-4d29-81ee-2943a6c4e1aa} <Debug> TCPHandler: Processed in 0.00244658 sec. | ||
| 9494 | 2024.11.22 20:37:29.446992 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9495 | 2024.11.22 20:37:29.447201 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9496 | 2024.11.22 20:37:29.447285 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9497 | 2024.11.22 20:37:29.448108 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9498 | 2024.11.22 20:37:29.448170 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9499 | 2024.11.22 20:37:29.448662 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9500 | 2024.11.22 20:37:29.448946 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2024.11.22 20:37:29.449230 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002082 sec., 4803.073967339097 rows/sec., 391.66 KiB/sec. | ||
| 9502 | 2024.11.22 20:37:29.449331 [ 255 ] {23e83e17-7d2a-4b9b-bb4d-1d0b8e584b2d} <Debug> TCPHandler: Processed in 0.002493401 sec. | ||
| 9503 | 2024.11.22 20:37:29.450366 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9504 | 2024.11.22 20:37:29.450550 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9505 | 2024.11.22 20:37:29.450630 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9506 | 2024.11.22 20:37:29.452771 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9507 | 2024.11.22 20:37:29.452824 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9508 | 2024.11.22 20:37:29.453529 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9509 | 2024.11.22 20:37:29.453902 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2024.11.22 20:37:29.454164 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.003662 sec., 372474.0578918624 rows/sec., 30.94 MiB/sec. | ||
| 9511 | 2024.11.22 20:37:29.454236 [ 5 ] {b694380d-0360-4953-be23-8ab2dceb4c22} <Debug> TCPHandler: Processed in 0.004015238 sec. | ||
| 9512 | 2024.11.22 20:37:29.454442 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9513 | 2024.11.22 20:37:29.454590 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9514 | 2024.11.22 20:37:29.454652 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9515 | 2024.11.22 20:37:29.455362 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2024.11.22 20:37:29.455410 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9517 | 2024.11.22 20:37:29.455823 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9518 | 2024.11.22 20:37:29.456129 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.11.22 20:37:29.456388 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001835 sec., 13623.978201634876 rows/sec., 956.87 KiB/sec. | ||
| 9520 | 2024.11.22 20:37:29.456462 [ 255 ] {96d343c0-53c4-4a41-8f30-1e39ad4b494b} <Debug> TCPHandler: Processed in 0.002098761 sec. | ||
| 9521 | 2024.11.22 20:37:29.456638 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9522 | 2024.11.22 20:37:29.456782 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9523 | 2024.11.22 20:37:29.456844 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9524 | 2024.11.22 20:37:29.457657 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9525 | 2024.11.22 20:37:29.457704 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9526 | 2024.11.22 20:37:29.458112 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9527 | 2024.11.22 20:37:29.458364 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9528 | 2024.11.22 20:37:29.458599 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001855 sec., 130458.22102425875 rows/sec., 8.84 MiB/sec. | ||
| 9529 | 2024.11.22 20:37:29.458664 [ 5 ] {fe91692a-237e-479a-8c34-5fc734527a8f} <Debug> TCPHandler: Processed in 0.002086431 sec. | ||
| 9530 | 2024.11.22 20:37:29.458843 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2024.11.22 20:37:29.458976 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9532 | 2024.11.22 20:37:29.459031 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9533 | 2024.11.22 20:37:29.459666 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.11.22 20:37:29.459710 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9535 | 2024.11.22 20:37:29.460186 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9536 | 2024.11.22 20:37:29.460553 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.11.22 20:37:29.460898 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001945 sec., 6683.8046272493575 rows/sec., 416.73 KiB/sec. | ||
| 9538 | 2024.11.22 20:37:29.461189 [ 255 ] {e9baa1a1-f326-4cd2-91ec-5c6272705464} <Debug> TCPHandler: Processed in 0.002401128 sec. | ||
| 9539 | 2024.11.22 20:37:29.461433 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9540 | 2024.11.22 20:37:29.461576 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9541 | 2024.11.22 20:37:29.461639 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9542 | 2024.11.22 20:37:29.462593 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9543 | 2024.11.22 20:37:29.462634 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9544 | 2024.11.22 20:37:29.463054 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9545 | 2024.11.22 20:37:29.463305 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9546 | 2024.11.22 20:37:29.463531 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001988 sec., 430583.5010060362 rows/sec., 31.16 MiB/sec. | ||
| 9547 | 2024.11.22 20:37:29.463606 [ 5 ] {1fb35204-c985-4fb4-86ce-f970c9ed3ef4} <Debug> TCPHandler: Processed in 0.002281656 sec. | ||
| 9548 | 2024.11.22 20:37:29.463854 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2024.11.22 20:37:29.464007 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9550 | 2024.11.22 20:37:29.464075 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9551 | 2024.11.22 20:37:29.464725 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9552 | 2024.11.22 20:37:29.464773 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9553 | 2024.11.22 20:37:29.465258 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9554 | 2024.11.22 20:37:29.465573 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9555 | 2024.11.22 20:37:29.465852 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001881 sec., 3189.7926634768737 rows/sec., 166.65 KiB/sec. | ||
| 9556 | 2024.11.22 20:37:29.465930 [ 255 ] {d94b0d67-32e1-440a-9be5-bbcb07f8a24c} <Debug> TCPHandler: Processed in 0.002186043 sec. | ||
| 9557 | 2024.11.22 20:37:29.466094 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9558 | 2024.11.22 20:37:29.466246 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9559 | 2024.11.22 20:37:29.466315 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9560 | 2024.11.22 20:37:29.467248 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2024.11.22 20:37:29.467289 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9562 | 2024.11.22 20:37:29.467760 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9563 | 2024.11.22 20:37:29.468009 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.11.22 20:37:29.468195 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9565 | 2024.11.22 20:37:29.468235 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.002025 sec., 459259.25925925927 rows/sec., 30.65 MiB/sec. | ||
| 9566 | 2024.11.22 20:37:29.468285 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2024.11.22 20:37:29.468363 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9568 | 2024.11.22 20:37:29.468368 [ 5 ] {e6b63426-287d-45cd-b874-c2bcd3ac11ec} <Debug> TCPHandler: Processed in 0.002339177 sec. | ||
| 9569 | 2024.11.22 20:37:29.468647 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2024.11.22 20:37:29.468731 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 9571 | 2024.11.22 20:37:29.469100 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9572 | 2024.11.22 20:37:29.469357 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9573 | 2024.11.22 20:37:29.469609 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9574 | 2024.11.22 20:37:29.469719 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18855 rows starting from the beginning of the part | ||
| 9575 | 2024.11.22 20:37:29.470156 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 9576 | 2024.11.22 20:37:29.470431 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 163 rows starting from the beginning of the part | ||
| 9577 | 2024.11.22 20:37:29.470762 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 9578 | 2024.11.22 20:37:29.471075 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 9579 | 2024.11.22 20:37:29.471398 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 930 rows starting from the beginning of the part | ||
| 9580 | 2024.11.22 20:37:29.471849 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2024.11.22 20:37:29.471937 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9582 | 2024.11.22 20:37:29.472697 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9583 | 2024.11.22 20:37:29.473023 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2024.11.22 20:37:29.473345 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec. | ||
| 9585 | 2024.11.22 20:37:29.473510 [ 255 ] {0f929032-a656-405d-aa62-f8b4a078d818} <Debug> TCPHandler: Processed in 0.004988372 sec. | ||
| 9586 | 2024.11.22 20:37:29.473715 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2024.11.22 20:37:29.474005 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9588 | 2024.11.22 20:37:29.474297 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <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 | ||
| 9589 | 2024.11.22 20:37:29.476325 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2024.11.22 20:37:29.476366 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9591 | 2024.11.22 20:37:29.477086 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9592 | 2024.11.22 20:37:29.477451 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2024.11.22 20:37:29.477766 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00386 sec., 2072.538860103627 rows/sec., 3.71 MiB/sec. | ||
| 9594 | 2024.11.22 20:37:29.477889 [ 5 ] {6c7f73b7-f2b2-4634-953c-0e724d4b0921} <Debug> TCPHandler: Processed in 0.004280184 sec. | ||
| 9595 | 2024.11.22 20:37:29.478061 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2024.11.22 20:37:29.478307 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9597 | 2024.11.22 20:37:29.478436 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9598 | 2024.11.22 20:37:29.479306 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.11.22 20:37:29.479415 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9600 | 2024.11.22 20:37:29.479562 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20582 rows, containing 5 columns (5 merged, 0 gathered) in 0.01104323 sec., 1863766.3075024246 rows/sec., 125.81 MiB/sec. | ||
| 9601 | 2024.11.22 20:37:29.479955 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9602 | 2024.11.22 20:37:29.480084 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9603 | 2024.11.22 20:37:29.480504 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9604 | 2024.11.22 20:37:29.480619 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.11.22 20:37:29.480701 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9606 | 2024.11.22 20:37:29.480909 [ 51 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9607 | 2024.11.22 20:37:29.481009 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9608 | 2024.11.22 20:37:29.481031 [ 51 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2024.11.22 20:37:29.481107 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9610 | 2024.11.22 20:37:29.481134 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002868 sec., 24407.252440725246 rows/sec., 1.53 MiB/sec. | ||
| 9611 | 2024.11.22 20:37:29.481367 [ 255 ] {2fbe5733-a407-487b-b193-cc2d4278e528} <Debug> TCPHandler: Processed in 0.003360902 sec. | ||
| 9612 | 2024.11.22 20:37:29.481407 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 9613 | 2024.11.22 20:37:29.481569 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9614 | 2024.11.22 20:37:29.481607 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3916 rows starting from the beginning of the part | ||
| 9615 | 2024.11.22 20:37:29.481722 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 9616 | 2024.11.22 20:37:29.481839 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 9617 | 2024.11.22 20:37:29.482061 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 9618 | 2024.11.22 20:37:29.482190 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 9619 | 2024.11.22 20:37:29.482424 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 70 rows starting from the beginning of the part | ||
| 9620 | 2024.11.22 20:37:29.484324 [ 194 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4270 rows, containing 4 columns (4 merged, 0 gathered) in 0.003119366 sec., 1368867.9045677872 rows/sec., 89.20 MiB/sec. | ||
| 9621 | 2024.11.22 20:37:29.484730 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9622 | 2024.11.22 20:37:29.485052 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9623 | 2024.11.22 20:37:29.485149 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_71_14} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9624 | 2024.11.22 20:37:29.485245 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9625 | 2024.11.22 20:37:31.148409 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9626 | 2024.11.22 20:37:31.148592 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9627 | 2024.11.22 20:37:31.148661 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9628 | 2024.11.22 20:37:31.149435 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9629 | 2024.11.22 20:37:31.149476 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9630 | 2024.11.22 20:37:31.149905 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9631 | 2024.11.22 20:37:31.150161 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9632 | 2024.11.22 20:37:31.150366 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.34 MiB/sec. | ||
| 9633 | 2024.11.22 20:37:31.150421 [ 5 ] {fab56133-d1ac-4f92-acb5-4211bcaebdfd} <Debug> TCPHandler: Processed in 0.002139902 sec. | ||
| 9634 | 2024.11.22 20:37:31.150685 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9635 | 2024.11.22 20:37:31.150877 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9636 | 2024.11.22 20:37:31.150951 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9637 | 2024.11.22 20:37:31.151722 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9638 | 2024.11.22 20:37:31.151773 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9639 | 2024.11.22 20:37:31.152206 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9640 | 2024.11.22 20:37:31.152452 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9641 | 2024.11.22 20:37:31.152698 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec. | ||
| 9642 | 2024.11.22 20:37:31.152797 [ 255 ] {53beb9f1-8098-4c16-986c-213a43155b3a} <Debug> TCPHandler: Processed in 0.002240684 sec. | ||
| 9643 | 2024.11.22 20:37:31.153009 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9644 | 2024.11.22 20:37:31.153190 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9645 | 2024.11.22 20:37:31.153255 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9646 | 2024.11.22 20:37:31.153868 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.11.22 20:37:31.153906 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9648 | 2024.11.22 20:37:31.154287 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9649 | 2024.11.22 20:37:31.154525 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2024.11.22 20:37:31.154699 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001541 sec., 20765.736534717715 rows/sec., 1.45 MiB/sec. | ||
| 9651 | 2024.11.22 20:37:31.154749 [ 5 ] {3fc54244-3916-4053-84ed-50f3b6780f5b} <Debug> TCPHandler: Processed in 0.001862015 sec. | ||
| 9652 | 2024.11.22 20:37:31.154886 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9653 | 2024.11.22 20:37:31.155004 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9654 | 2024.11.22 20:37:31.155057 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9655 | 2024.11.22 20:37:31.155545 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9656 | 2024.11.22 20:37:31.155584 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9657 | 2024.11.22 20:37:31.155958 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9658 | 2024.11.22 20:37:31.156192 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9659 | 2024.11.22 20:37:31.156392 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001412 sec., 8498.583569405098 rows/sec., 586.49 KiB/sec. | ||
| 9660 | 2024.11.22 20:37:31.156440 [ 255 ] {856c8f3a-0994-4842-aecd-e5b8961abade} <Debug> TCPHandler: Processed in 0.001610659 sec. | ||
| 9661 | 2024.11.22 20:37:33.259785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9662 | 2024.11.22 20:37:33.260463 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2024.11.22 20:37:33.260509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9664 | 2024.11.22 20:37:33.261037 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9665 | 2024.11.22 20:37:33.261294 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2024.11.22 20:37:33.261542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9667 | 2024.11.22 20:37:34.732946 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9668 | 2024.11.22 20:37:34.753869 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.11.22 20:37:34.753916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9670 | 2024.11.22 20:37:34.761157 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9671 | 2024.11.22 20:37:34.761935 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2024.11.22 20:37:34.765549 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9673 | 2024.11.22 20:37:35.857310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1366 | ||
| 9674 | 2024.11.22 20:37:35.860658 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2024.11.22 20:37:35.860710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9676 | 2024.11.22 20:37:35.862248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9677 | 2024.11.22 20:37:35.862560 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2024.11.22 20:37:35.863122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1366 | ||
| 9679 | 2024.11.22 20:37:36.156202 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9680 | 2024.11.22 20:37:36.156392 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9681 | 2024.11.22 20:37:36.156465 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9682 | 2024.11.22 20:37:36.157309 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9683 | 2024.11.22 20:37:36.157358 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9684 | 2024.11.22 20:37:36.157803 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9685 | 2024.11.22 20:37:36.158093 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9686 | 2024.11.22 20:37:36.158342 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001995 sec., 61152.88220551379 rows/sec., 5.18 MiB/sec. | ||
| 9687 | 2024.11.22 20:37:36.158450 [ 5 ] {291508ab-ba09-488c-817d-497c300d2e97} <Debug> TCPHandler: Processed in 0.002374558 sec. | ||
| 9688 | 2024.11.22 20:37:36.158746 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9689 | 2024.11.22 20:37:36.158947 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9690 | 2024.11.22 20:37:36.159020 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9691 | 2024.11.22 20:37:36.159798 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9692 | 2024.11.22 20:37:36.159848 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9693 | 2024.11.22 20:37:36.160306 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9694 | 2024.11.22 20:37:36.160563 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2024.11.22 20:37:36.160804 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001908 sec., 17295.59748427673 rows/sec., 1.27 MiB/sec. | ||
| 9696 | 2024.11.22 20:37:36.160925 [ 255 ] {4a838e65-52d7-4f0a-9253-6de8bb1d85ff} <Debug> TCPHandler: Processed in 0.002341298 sec. | ||
| 9697 | 2024.11.22 20:37:36.161128 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9698 | 2024.11.22 20:37:36.161250 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9699 | 2024.11.22 20:37:36.161298 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9700 | 2024.11.22 20:37:36.161917 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2024.11.22 20:37:36.161957 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9702 | 2024.11.22 20:37:36.162355 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9703 | 2024.11.22 20:37:36.162597 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9704 | 2024.11.22 20:37:36.162807 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00158 sec., 61392.40506329114 rows/sec., 4.79 MiB/sec. | ||
| 9705 | 2024.11.22 20:37:36.162859 [ 5 ] {0ebf08e2-7463-4f6c-ad98-301833946f1a} <Debug> TCPHandler: Processed in 0.001826505 sec. | ||
| 9706 | 2024.11.22 20:37:36.163017 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9707 | 2024.11.22 20:37:36.163147 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9708 | 2024.11.22 20:37:36.163206 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9709 | 2024.11.22 20:37:36.163811 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9710 | 2024.11.22 20:37:36.163852 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9711 | 2024.11.22 20:37:36.164267 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9712 | 2024.11.22 20:37:36.164502 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9713 | 2024.11.22 20:37:36.164729 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 9714 | 2024.11.22 20:37:36.164790 [ 255 ] {09f2c54b-1b33-4a89-8398-6192004fc5ac} <Debug> TCPHandler: Processed in 0.001831105 sec. | ||
| 9715 | 2024.11.22 20:37:36.165033 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9716 | 2024.11.22 20:37:36.165251 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9717 | 2024.11.22 20:37:36.165391 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <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 | ||
| 9718 | 2024.11.22 20:37:36.166859 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9719 | 2024.11.22 20:37:36.166899 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9720 | 2024.11.22 20:37:36.167565 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9721 | 2024.11.22 20:37:36.167828 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9722 | 2024.11.22 20:37:36.168099 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002889 sec., 11422.63759086189 rows/sec., 20.47 MiB/sec. | ||
| 9723 | 2024.11.22 20:37:36.168456 [ 5 ] {ef2df9c9-9cce-4ce8-81ae-c3c2f05588c7} <Debug> TCPHandler: Processed in 0.003568557 sec. | ||
| 9724 | 2024.11.22 20:37:36.168736 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9725 | 2024.11.22 20:37:36.168886 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9726 | 2024.11.22 20:37:36.168939 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9727 | 2024.11.22 20:37:36.169454 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9728 | 2024.11.22 20:37:36.169495 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9729 | 2024.11.22 20:37:36.169898 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9730 | 2024.11.22 20:37:36.170146 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9731 | 2024.11.22 20:37:36.170362 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 9732 | 2024.11.22 20:37:36.170418 [ 255 ] {69faa95c-a394-4541-b25f-2dae69960f96} <Debug> TCPHandler: Processed in 0.001831784 sec. | ||
| 9733 | 2024.11.22 20:37:40.577457 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9734 | 2024.11.22 20:37:40.577534 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9735 | 2024.11.22 20:37:40.762616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9736 | 2024.11.22 20:37:40.763283 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9737 | 2024.11.22 20:37:40.763335 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9738 | 2024.11.22 20:37:40.763871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9739 | 2024.11.22 20:37:40.764128 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2024.11.22 20:37:40.764334 [ 74 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9741 | 2024.11.22 20:37:40.764397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9742 | 2024.11.22 20:37:40.764423 [ 74 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9743 | 2024.11.22 20:37:40.764461 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9744 | 2024.11.22 20:37:40.764591 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 9745 | 2024.11.22 20:37:40.764718 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9746 | 2024.11.22 20:37:40.764756 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9747 | 2024.11.22 20:37:40.764838 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9748 | 2024.11.22 20:37:40.765046 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9749 | 2024.11.22 20:37:40.765250 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9750 | 2024.11.22 20:37:40.765425 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9751 | 2024.11.22 20:37:40.765554 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9752 | 2024.11.22 20:37:40.768007 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003472465 sec., 6078103.019036909 rows/sec., 86.95 MiB/sec. | ||
| 9753 | 2024.11.22 20:37:40.768255 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9754 | 2024.11.22 20:37:40.768532 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9755 | 2024.11.22 20:37:40.768635 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_46_9} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9756 | 2024.11.22 20:37:40.768721 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9757 | 2024.11.22 20:37:40.822251 [ 74 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 | ||
| 9758 | 2024.11.22 20:37:40.822295 [ 74 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.11.22 20:37:40.822317 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9760 | 2024.11.22 20:37:40.822499 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full | ||
| 9761 | 2024.11.22 20:37:40.822794 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9762 | 2024.11.22 20:37:40.822841 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 28 rows starting from the beginning of the part | ||
| 9763 | 2024.11.22 20:37:40.822949 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9764 | 2024.11.22 20:37:40.823046 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9765 | 2024.11.22 20:37:40.823228 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9766 | 2024.11.22 20:37:40.823421 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9767 | 2024.11.22 20:37:40.824469 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002097842 sec., 15253.770303006613 rows/sec., 1.00 MiB/sec. | ||
| 9768 | 2024.11.22 20:37:40.824609 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9769 | 2024.11.22 20:37:40.824905 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9770 | 2024.11.22 20:37:40.824985 [ 198 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_32_7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 | ||
| 9771 | 2024.11.22 20:37:40.825060 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9772 | 2024.11.22 20:37:41.160505 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9773 | 2024.11.22 20:37:41.160813 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9774 | 2024.11.22 20:37:41.160938 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9775 | 2024.11.22 20:37:41.161733 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2024.11.22 20:37:41.161784 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9777 | 2024.11.22 20:37:41.162210 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9778 | 2024.11.22 20:37:41.162475 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2024.11.22 20:37:41.162748 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002016 sec., 6944.444444444444 rows/sec., 499.91 KiB/sec. | ||
| 9780 | 2024.11.22 20:37:41.162918 [ 5 ] {8da13116-7a3c-4690-b9e2-c63fb262cdc4} <Debug> TCPHandler: Processed in 0.002601984 sec. | ||
| 9781 | 2024.11.22 20:37:41.163249 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.11.22 20:37:41.163451 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9783 | 2024.11.22 20:37:41.163531 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9784 | 2024.11.22 20:37:41.164414 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9785 | 2024.11.22 20:37:41.164476 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9786 | 2024.11.22 20:37:41.164951 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9787 | 2024.11.22 20:37:41.165213 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9788 | 2024.11.22 20:37:41.165431 [ 143 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9789 | 2024.11.22 20:37:41.165459 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002062 sec., 106207.56547041707 rows/sec., 9.25 MiB/sec. | ||
| 9790 | 2024.11.22 20:37:41.165517 [ 143 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9791 | 2024.11.22 20:37:41.165597 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9792 | 2024.11.22 20:37:41.165620 [ 255 ] {05262c32-2581-422c-a364-026862d5dda3} <Debug> TCPHandler: Processed in 0.002564573 sec. | ||
| 9793 | 2024.11.22 20:37:41.165837 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9794 | 2024.11.22 20:37:41.165862 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 9795 | 2024.11.22 20:37:41.166058 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9796 | 2024.11.22 20:37:41.166139 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9797 | 2024.11.22 20:37:41.166166 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9798 | 2024.11.22 20:37:41.166197 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part | ||
| 9799 | 2024.11.22 20:37:41.166535 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 122 rows starting from the beginning of the part | ||
| 9800 | 2024.11.22 20:37:41.166965 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1364 rows starting from the beginning of the part | ||
| 9801 | 2024.11.22 20:37:41.167637 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9802 | 2024.11.22 20:37:41.168287 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 122 rows starting from the beginning of the part | ||
| 9803 | 2024.11.22 20:37:41.168859 [ 186 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 219 rows starting from the beginning of the part | ||
| 9804 | 2024.11.22 20:37:41.170506 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9805 | 2024.11.22 20:37:41.170567 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9806 | 2024.11.22 20:37:41.171514 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9807 | 2024.11.22 20:37:41.171943 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9808 | 2024.11.22 20:37:41.172264 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.006278 sec., 2389.2959541255177 rows/sec., 168.46 KiB/sec. | ||
| 9809 | 2024.11.22 20:37:41.172456 [ 5 ] {61827fd5-a626-46a5-8771-96849943327a} <Debug> TCPHandler: Processed in 0.006734755 sec. | ||
| 9810 | 2024.11.22 20:37:41.172780 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9811 | 2024.11.22 20:37:41.172877 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007134504 sec., 465204.0281987367 rows/sec., 40.62 MiB/sec. | ||
| 9812 | 2024.11.22 20:37:41.172944 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9813 | 2024.11.22 20:37:41.173013 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9814 | 2024.11.22 20:37:41.173321 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9815 | 2024.11.22 20:37:41.174076 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9816 | 2024.11.22 20:37:41.174180 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9817 | 2024.11.22 20:37:41.174241 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9818 | 2024.11.22 20:37:41.174257 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_76_15} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9819 | 2024.11.22 20:37:41.174447 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 9820 | 2024.11.22 20:37:41.174758 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9821 | 2024.11.22 20:37:41.175006 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2024.11.22 20:37:41.175273 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002364 sec., 5922.165820642977 rows/sec., 414.75 KiB/sec. | ||
| 9823 | 2024.11.22 20:37:41.175457 [ 255 ] {7cc7a8b5-32a7-40f0-8e92-82d473b2f7a1} <Debug> TCPHandler: Processed in 0.002846949 sec. | ||
| 9824 | 2024.11.22 20:37:41.175684 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2024.11.22 20:37:41.175804 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9826 | 2024.11.22 20:37:41.175856 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9827 | 2024.11.22 20:37:41.176445 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2024.11.22 20:37:41.176485 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9829 | 2024.11.22 20:37:41.176845 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9830 | 2024.11.22 20:37:41.177089 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2024.11.22 20:37:41.177351 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 9832 | 2024.11.22 20:37:41.177440 [ 5 ] {a60adca2-1f27-440a-971d-45fa2ef5e2f1} <Debug> TCPHandler: Processed in 0.001851356 sec. | ||
| 9833 | 2024.11.22 20:37:41.177669 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9834 | 2024.11.22 20:37:41.177904 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9835 | 2024.11.22 20:37:41.177955 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9836 | 2024.11.22 20:37:41.178692 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9837 | 2024.11.22 20:37:41.178733 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9838 | 2024.11.22 20:37:41.179130 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9839 | 2024.11.22 20:37:41.179370 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9840 | 2024.11.22 20:37:41.179540 [ 143 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9841 | 2024.11.22 20:37:41.179608 [ 143 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2024.11.22 20:37:41.179622 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001775 sec., 219718.30985915492 rows/sec., 15.58 MiB/sec. | ||
| 9843 | 2024.11.22 20:37:41.179652 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9844 | 2024.11.22 20:37:41.179786 [ 255 ] {8d39314a-d8fc-4225-9c6b-d366aae2efa2} <Debug> TCPHandler: Processed in 0.002243565 sec. | ||
| 9845 | 2024.11.22 20:37:41.180031 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 9846 | 2024.11.22 20:37:41.180218 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9847 | 2024.11.22 20:37:41.180500 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9848 | 2024.11.22 20:37:41.180645 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 9849 | 2024.11.22 20:37:41.181191 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 97 rows starting from the beginning of the part | ||
| 9850 | 2024.11.22 20:37:41.181264 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9851 | 2024.11.22 20:37:41.181478 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9852 | 2024.11.22 20:37:41.181663 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 856 rows starting from the beginning of the part | ||
| 9853 | 2024.11.22 20:37:41.182224 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9854 | 2024.11.22 20:37:41.182747 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 97 rows starting from the beginning of the part | ||
| 9855 | 2024.11.22 20:37:41.183041 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 390 rows starting from the beginning of the part | ||
| 9856 | 2024.11.22 20:37:41.184052 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2024.11.22 20:37:41.184102 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9858 | 2024.11.22 20:37:41.185115 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9859 | 2024.11.22 20:37:41.185496 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.11.22 20:37:41.185911 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005023 sec., 1194.5052757316346 rows/sec., 62.41 KiB/sec. | ||
| 9861 | 2024.11.22 20:37:41.186229 [ 5 ] {fd9da354-1e06-423e-b853-d878c04b09f7} <Debug> TCPHandler: Processed in 0.006322694 sec. | ||
| 9862 | 2024.11.22 20:37:41.186273 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006490908 sec., 372675.1326624873 rows/sec., 28.59 MiB/sec. | ||
| 9863 | 2024.11.22 20:37:41.186416 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9864 | 2024.11.22 20:37:41.186528 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9865 | 2024.11.22 20:37:41.186664 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9866 | 2024.11.22 20:37:41.186768 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9867 | 2024.11.22 20:37:41.187222 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9868 | 2024.11.22 20:37:41.187437 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_76_15} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9869 | 2024.11.22 20:37:41.187553 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9870 | 2024.11.22 20:37:41.187856 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2024.11.22 20:37:41.187901 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9872 | 2024.11.22 20:37:41.188317 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9873 | 2024.11.22 20:37:41.188555 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2024.11.22 20:37:41.188773 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002214 sec., 107046.07046070462 rows/sec., 7.17 MiB/sec. | ||
| 9875 | 2024.11.22 20:37:41.188831 [ 255 ] {5ff296f7-cbb6-4b8f-92c3-713fad66e122} <Debug> TCPHandler: Processed in 0.002498931 sec. | ||
| 9876 | 2024.11.22 20:37:41.188996 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9877 | 2024.11.22 20:37:41.189133 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9878 | 2024.11.22 20:37:41.189193 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9879 | 2024.11.22 20:37:41.189750 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9880 | 2024.11.22 20:37:41.189797 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9881 | 2024.11.22 20:37:41.190187 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9882 | 2024.11.22 20:37:41.190423 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9883 | 2024.11.22 20:37:41.190625 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec. | ||
| 9884 | 2024.11.22 20:37:41.190675 [ 5 ] {710b4317-6177-4003-b0bc-e711310564a2} <Debug> TCPHandler: Processed in 0.001747103 sec. | ||
| 9885 | 2024.11.22 20:37:41.190818 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9886 | 2024.11.22 20:37:41.190932 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9887 | 2024.11.22 20:37:41.191013 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <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 | ||
| 9888 | 2024.11.22 20:37:41.192130 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9889 | 2024.11.22 20:37:41.192169 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9890 | 2024.11.22 20:37:41.192773 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9891 | 2024.11.22 20:37:41.193032 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9892 | 2024.11.22 20:37:41.193345 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002425 sec., 3298.9690721649486 rows/sec., 5.91 MiB/sec. | ||
| 9893 | 2024.11.22 20:37:41.193770 [ 255 ] {a7820eca-7867-4418-82a8-b2799f7a297d} <Debug> TCPHandler: Processed in 0.003003503 sec. | ||
| 9894 | 2024.11.22 20:37:41.194151 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9895 | 2024.11.22 20:37:41.194372 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9896 | 2024.11.22 20:37:41.194464 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9897 | 2024.11.22 20:37:41.195210 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9898 | 2024.11.22 20:37:41.195249 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9899 | 2024.11.22 20:37:41.195621 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9900 | 2024.11.22 20:37:41.195854 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9901 | 2024.11.22 20:37:41.196067 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00175 sec., 46857.142857142855 rows/sec., 2.98 MiB/sec. | ||
| 9902 | 2024.11.22 20:37:41.196115 [ 5 ] {83fbb843-c162-40f1-8aa3-4fcbb4b6a212} <Debug> TCPHandler: Processed in 0.002204674 sec. | ||
| 9903 | 2024.11.22 20:37:42.266575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9904 | 2024.11.22 20:37:42.288895 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2024.11.22 20:37:42.288963 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9906 | 2024.11.22 20:37:42.296369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9907 | 2024.11.22 20:37:42.297148 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2024.11.22 20:37:42.297553 [ 96 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9909 | 2024.11.22 20:37:42.297691 [ 96 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2024.11.22 20:37:42.297766 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9911 | 2024.11.22 20:37:42.298321 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9912 | 2024.11.22 20:37:42.314175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9913 | 2024.11.22 20:37:42.315761 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9914 | 2024.11.22 20:37:42.317089 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9915 | 2024.11.22 20:37:42.322259 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9916 | 2024.11.22 20:37:42.327574 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9917 | 2024.11.22 20:37:42.332931 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9918 | 2024.11.22 20:37:42.338660 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9919 | 2024.11.22 20:37:42.342993 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 9920 | 2024.11.22 20:37:42.405696 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107780272 sec., 3219.5131220303474 rows/sec., 16.65 MiB/sec. | ||
| 9921 | 2024.11.22 20:37:42.408992 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9922 | 2024.11.22 20:37:42.412069 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_46_9} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2024.11.22 20:37:42.412206 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_46_9} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9924 | 2024.11.22 20:37:42.414700 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9925 | 2024.11.22 20:37:43.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.22 MiB, peak 238.62 MiB, free memory in arenas 0.00 B, will set to 226.53 MiB (RSS), difference: 1.31 MiB | ||
| 9926 | 2024.11.22 20:37:45.864315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1400 | ||
| 9927 | 2024.11.22 20:37:45.867407 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9928 | 2024.11.22 20:37:45.867459 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9929 | 2024.11.22 20:37:45.868916 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9930 | 2024.11.22 20:37:45.869223 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2024.11.22 20:37:45.869794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1400 | ||
| 9932 | 2024.11.22 20:37:46.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.52 MiB, peak 238.62 MiB, free memory in arenas 0.00 B, will set to 226.53 MiB (RSS), difference: 4.01 MiB | ||
| 9933 | 2024.11.22 20:37:46.156801 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9934 | 2024.11.22 20:37:46.156998 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9935 | 2024.11.22 20:37:46.157071 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9936 | 2024.11.22 20:37:46.157910 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.11.22 20:37:46.157962 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9938 | 2024.11.22 20:37:46.158421 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9939 | 2024.11.22 20:37:46.158693 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9940 | 2024.11.22 20:37:46.158951 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002006 sec., 60817.547357926225 rows/sec., 5.16 MiB/sec. | ||
| 9941 | 2024.11.22 20:37:46.159016 [ 5 ] {fb13006c-6ee5-4c57-a25b-5c1a8c4fbdc5} <Debug> TCPHandler: Processed in 0.002344197 sec. | ||
| 9942 | 2024.11.22 20:37:46.159292 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9943 | 2024.11.22 20:37:46.159507 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9944 | 2024.11.22 20:37:46.159588 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9945 | 2024.11.22 20:37:46.160425 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9946 | 2024.11.22 20:37:46.160474 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9947 | 2024.11.22 20:37:46.160903 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9948 | 2024.11.22 20:37:46.161148 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9949 | 2024.11.22 20:37:46.161332 [ 142 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9950 | 2024.11.22 20:37:46.161402 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00195 sec., 16923.076923076926 rows/sec., 1.24 MiB/sec. | ||
| 9951 | 2024.11.22 20:37:46.161428 [ 142 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9952 | 2024.11.22 20:37:46.161500 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9953 | 2024.11.22 20:37:46.161520 [ 255 ] {1ec77234-9e32-4952-ba91-e13821776007} <Debug> TCPHandler: Processed in 0.002368567 sec. | ||
| 9954 | 2024.11.22 20:37:46.161733 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9955 | 2024.11.22 20:37:46.161743 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 9956 | 2024.11.22 20:37:46.161922 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9957 | 2024.11.22 20:37:46.161928 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9958 | 2024.11.22 20:37:46.161984 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part | ||
| 9959 | 2024.11.22 20:37:46.161992 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9960 | 2024.11.22 20:37:46.162254 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 33 rows starting from the beginning of the part | ||
| 9961 | 2024.11.22 20:37:46.162583 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part | ||
| 9962 | 2024.11.22 20:37:46.162977 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 33 rows starting from the beginning of the part | ||
| 9963 | 2024.11.22 20:37:46.163329 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part | ||
| 9964 | 2024.11.22 20:37:46.163832 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 33 rows starting from the beginning of the part | ||
| 9965 | 2024.11.22 20:37:46.164813 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9966 | 2024.11.22 20:37:46.164865 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9967 | 2024.11.22 20:37:46.165497 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9968 | 2024.11.22 20:37:46.165604 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.003996547 sec., 51294.27978702616 rows/sec., 3.87 MiB/sec. | ||
| 9969 | 2024.11.22 20:37:46.165735 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9970 | 2024.11.22 20:37:46.165840 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9971 | 2024.11.22 20:37:46.166149 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9972 | 2024.11.22 20:37:46.166164 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.004293 sec., 22594.92196599115 rows/sec., 1.76 MiB/sec. | ||
| 9973 | 2024.11.22 20:37:46.166348 [ 5 ] {41eb13e2-5859-4b59-914f-39135f355026} <Debug> TCPHandler: Processed in 0.004717415 sec. | ||
| 9974 | 2024.11.22 20:37:46.166352 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_66_13} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9975 | 2024.11.22 20:37:46.166591 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9976 | 2024.11.22 20:37:46.166674 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9977 | 2024.11.22 20:37:46.166900 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9978 | 2024.11.22 20:37:46.166963 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9979 | 2024.11.22 20:37:46.167597 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9980 | 2024.11.22 20:37:46.167636 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9981 | 2024.11.22 20:37:46.168033 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9982 | 2024.11.22 20:37:46.168266 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9983 | 2024.11.22 20:37:46.168493 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 9984 | 2024.11.22 20:37:46.168544 [ 255 ] {877281fe-d60b-440c-b7bb-795b0b81b994} <Debug> TCPHandler: Processed in 0.0020512 sec. | ||
| 9985 | 2024.11.22 20:37:46.168698 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9986 | 2024.11.22 20:37:46.168842 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9987 | 2024.11.22 20:37:46.168938 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <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 | ||
| 9988 | 2024.11.22 20:37:46.170188 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9989 | 2024.11.22 20:37:46.170229 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9990 | 2024.11.22 20:37:46.170893 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9991 | 2024.11.22 20:37:46.171167 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9992 | 2024.11.22 20:37:46.171351 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9993 | 2024.11.22 20:37:46.171427 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9994 | 2024.11.22 20:37:46.171458 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 9995 | 2024.11.22 20:37:46.171487 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002669 sec., 12364.181341326339 rows/sec., 22.16 MiB/sec. | ||
| 9996 | 2024.11.22 20:37:46.171714 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 9997 | 2024.11.22 20:37:46.171749 [ 5 ] {f8c69a43-08ef-4fd5-9d1a-03cb802fb771} <Debug> TCPHandler: Processed in 0.003117036 sec. | ||
| 9998 | 2024.11.22 20:37:46.171960 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9999 | 2024.11.22 20:37:46.172250 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10000 | 2024.11.22 20:37:46.172295 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10001 | 2024.11.22 20:37:46.172371 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10002 | 2024.11.22 20:37:46.172420 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1192 rows starting from the beginning of the part | ||
| 10003 | 2024.11.22 20:37:46.173362 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 33 rows starting from the beginning of the part | ||
| 10004 | 2024.11.22 20:37:46.174000 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
| 10005 | 2024.11.22 20:37:46.174795 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 33 rows starting from the beginning of the part | ||
| 10006 | 2024.11.22 20:37:46.174877 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10007 | 2024.11.22 20:37:46.174962 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10008 | 2024.11.22 20:37:46.175439 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 10009 | 2024.11.22 20:37:46.176102 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 33 rows starting from the beginning of the part | ||
| 10010 | 2024.11.22 20:37:46.176833 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10011 | 2024.11.22 20:37:46.177313 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10012 | 2024.11.22 20:37:46.177846 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005684 sec., 10555.94651653765 rows/sec., 728.47 KiB/sec. | ||
| 10013 | 2024.11.22 20:37:46.178010 [ 255 ] {41aadba8-fafd-40a4-b24e-eaa7314ba4b1} <Debug> TCPHandler: Processed in 0.006171191 sec. | ||
| 10014 | 2024.11.22 20:37:46.184002 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1307 rows, containing 19 columns (19 merged, 0 gathered) in 0.012436943 sec., 105090.13348376687 rows/sec., 188.32 MiB/sec. | ||
| 10015 | 2024.11.22 20:37:46.185478 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10016 | 2024.11.22 20:37:46.185946 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2024.11.22 20:37:46.186037 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10018 | 2024.11.22 20:37:46.186210 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
| 10019 | 2024.11.22 20:37:47.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.04 MiB, peak 238.64 MiB, free memory in arenas 0.00 B, will set to 229.39 MiB (RSS), difference: 2.34 MiB | ||
| 10020 | 2024.11.22 20:37:48.265482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 10021 | 2024.11.22 20:37:48.266180 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2024.11.22 20:37:48.266229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10023 | 2024.11.22 20:37:48.266768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10024 | 2024.11.22 20:37:48.267038 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2024.11.22 20:37:48.267263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 10026 | 2024.11.22 20:37:49.815223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10027 | 2024.11.22 20:37:49.833749 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10028 | 2024.11.22 20:37:49.833801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10029 | 2024.11.22 20:37:49.840696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10030 | 2024.11.22 20:37:49.841441 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10031 | 2024.11.22 20:37:49.844789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10032 | 2024.11.22 20:37:51.159426 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10033 | 2024.11.22 20:37:51.159642 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10034 | 2024.11.22 20:37:51.159726 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10035 | 2024.11.22 20:37:51.160566 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10036 | 2024.11.22 20:37:51.160620 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10037 | 2024.11.22 20:37:51.161071 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10038 | 2024.11.22 20:37:51.161328 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2024.11.22 20:37:51.161531 [ 138 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10040 | 2024.11.22 20:37:51.161561 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec. | ||
| 10041 | 2024.11.22 20:37:51.161620 [ 138 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2024.11.22 20:37:51.161694 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10043 | 2024.11.22 20:37:51.161715 [ 5 ] {1cb4b323-b12f-4fd9-b987-48c423ea59f6} <Debug> TCPHandler: Processed in 0.002423439 sec. | ||
| 10044 | 2024.11.22 20:37:51.162042 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 10045 | 2024.11.22 20:37:51.162170 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10046 | 2024.11.22 20:37:51.162516 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10047 | 2024.11.22 20:37:51.162578 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10048 | 2024.11.22 20:37:51.162584 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 10049 | 2024.11.22 20:37:51.162687 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10050 | 2024.11.22 20:37:51.162836 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10051 | 2024.11.22 20:37:51.163249 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10052 | 2024.11.22 20:37:51.163564 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10053 | 2024.11.22 20:37:51.163950 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10054 | 2024.11.22 20:37:51.165640 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.11.22 20:37:51.165732 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10056 | 2024.11.22 20:37:51.166618 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004824808 sec., 14508.349347787518 rows/sec., 1.08 MiB/sec. | ||
| 10057 | 2024.11.22 20:37:51.166812 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10058 | 2024.11.22 20:37:51.166909 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10059 | 2024.11.22 20:37:51.167232 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2024.11.22 20:37:51.167620 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10061 | 2024.11.22 20:37:51.167736 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005259 sec., 41642.89788933258 rows/sec., 3.63 MiB/sec. | ||
| 10062 | 2024.11.22 20:37:51.167838 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_33_8} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10063 | 2024.11.22 20:37:51.167908 [ 255 ] {6d5ad079-a099-420d-addc-510be13ed0f4} <Debug> TCPHandler: Processed in 0.006047297 sec. | ||
| 10064 | 2024.11.22 20:37:51.168102 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10065 | 2024.11.22 20:37:51.168160 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10066 | 2024.11.22 20:37:51.168308 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10067 | 2024.11.22 20:37:51.168360 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10068 | 2024.11.22 20:37:51.168972 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2024.11.22 20:37:51.169014 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10070 | 2024.11.22 20:37:51.169394 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10071 | 2024.11.22 20:37:51.169642 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10072 | 2024.11.22 20:37:51.169888 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001614 sec., 9293.68029739777 rows/sec., 655.28 KiB/sec. | ||
| 10073 | 2024.11.22 20:37:51.169964 [ 5 ] {753bb618-9067-4984-a2aa-1008632659d0} <Debug> TCPHandler: Processed in 0.001928856 sec. | ||
| 10074 | 2024.11.22 20:37:51.170209 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10075 | 2024.11.22 20:37:51.170377 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10076 | 2024.11.22 20:37:51.170441 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10077 | 2024.11.22 20:37:51.171154 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10078 | 2024.11.22 20:37:51.171203 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10079 | 2024.11.22 20:37:51.171582 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10080 | 2024.11.22 20:37:51.171821 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10081 | 2024.11.22 20:37:51.171977 [ 138 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 10082 | 2024.11.22 20:37:51.172034 [ 138 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2024.11.22 20:37:51.172066 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001708 sec., 8196.721311475409 rows/sec., 574.04 KiB/sec. | ||
| 10084 | 2024.11.22 20:37:51.172074 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10085 | 2024.11.22 20:37:51.172225 [ 255 ] {6e4142a2-eba1-4a9b-9a73-c4e4b045ee83} <Debug> TCPHandler: Processed in 0.002154513 sec. | ||
| 10086 | 2024.11.22 20:37:51.172362 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 10087 | 2024.11.22 20:37:51.172499 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10088 | 2024.11.22 20:37:51.172540 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10089 | 2024.11.22 20:37:51.172592 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 243 rows starting from the beginning of the part | ||
| 10090 | 2024.11.22 20:37:51.172884 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10091 | 2024.11.22 20:37:51.173078 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10092 | 2024.11.22 20:37:51.173273 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10093 | 2024.11.22 20:37:51.173422 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10094 | 2024.11.22 20:37:51.173680 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
| 10095 | 2024.11.22 20:37:51.173993 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10096 | 2024.11.22 20:37:51.174305 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10097 | 2024.11.22 20:37:51.175944 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2024.11.22 20:37:51.176018 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10099 | 2024.11.22 20:37:51.176892 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10100 | 2024.11.22 20:37:51.177098 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00487998 sec., 110861.11008651675 rows/sec., 7.94 MiB/sec. | ||
| 10101 | 2024.11.22 20:37:51.177316 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 10102 | 2024.11.22 20:37:51.177454 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10103 | 2024.11.22 20:37:51.177825 [ 138 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10104 | 2024.11.22 20:37:51.177932 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00504 sec., 2579.365079365079 rows/sec., 160.82 KiB/sec. | ||
| 10105 | 2024.11.22 20:37:51.177957 [ 138 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10106 | 2024.11.22 20:37:51.178003 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10107 | 2024.11.22 20:37:51.178144 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10108 | 2024.11.22 20:37:51.178240 [ 5 ] {3434d14c-7f46-45af-b424-d940f9198156} <Debug> TCPHandler: Processed in 0.005891043 sec. | ||
| 10109 | 2024.11.22 20:37:51.178376 [ 187 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_34_7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 10110 | 2024.11.22 20:37:51.178662 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10111 | 2024.11.22 20:37:51.178691 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10112 | 2024.11.22 20:37:51.178669 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 10113 | 2024.11.22 20:37:51.179132 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10114 | 2024.11.22 20:37:51.179221 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10115 | 2024.11.22 20:37:51.179351 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 10116 | 2024.11.22 20:37:51.179367 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10117 | 2024.11.22 20:37:51.179842 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 10118 | 2024.11.22 20:37:51.180121 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 10119 | 2024.11.22 20:37:51.180519 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 10120 | 2024.11.22 20:37:51.180945 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 10121 | 2024.11.22 20:37:51.182324 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2024.11.22 20:37:51.182403 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10123 | 2024.11.22 20:37:51.183265 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00490625 sec., 13248.407643312103 rows/sec., 877.79 KiB/sec. | ||
| 10124 | 2024.11.22 20:37:51.183396 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10125 | 2024.11.22 20:37:51.183434 [ 193 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10126 | 2024.11.22 20:37:51.183864 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10127 | 2024.11.22 20:37:51.183919 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2024.11.22 20:37:51.184143 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_33_8} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10129 | 2024.11.22 20:37:51.184335 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005429 sec., 71836.43396573955 rows/sec., 5.09 MiB/sec. | ||
| 10130 | 2024.11.22 20:37:51.184352 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10131 | 2024.11.22 20:37:51.184482 [ 255 ] {4d326d49-93ca-4f91-86e4-3ed77abbd8dd} <Debug> TCPHandler: Processed in 0.006079629 sec. | ||
| 10132 | 2024.11.22 20:37:51.184653 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2024.11.22 20:37:51.184798 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10134 | 2024.11.22 20:37:51.184860 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10135 | 2024.11.22 20:37:51.185431 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10136 | 2024.11.22 20:37:51.185471 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10137 | 2024.11.22 20:37:51.185849 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10138 | 2024.11.22 20:37:51.186091 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2024.11.22 20:37:51.186259 [ 138 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 10140 | 2024.11.22 20:37:51.186330 [ 138 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10141 | 2024.11.22 20:37:51.186348 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 198.65 KiB/sec. | ||
| 10142 | 2024.11.22 20:37:51.186373 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10143 | 2024.11.22 20:37:51.186525 [ 5 ] {8fcd9cab-a05e-49c0-b9e9-14ae20acfe13} <Debug> TCPHandler: Processed in 0.001929517 sec. | ||
| 10144 | 2024.11.22 20:37:51.186805 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2024.11.22 20:37:51.186846 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 10146 | 2024.11.22 20:37:51.187249 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10147 | 2024.11.22 20:37:51.187439 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10148 | 2024.11.22 20:37:51.187451 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10149 | 2024.11.22 20:37:51.187561 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 168 rows starting from the beginning of the part | ||
| 10150 | 2024.11.22 20:37:51.187808 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 10151 | 2024.11.22 20:37:51.188129 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10152 | 2024.11.22 20:37:51.188438 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10153 | 2024.11.22 20:37:51.188672 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10154 | 2024.11.22 20:37:51.188789 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10155 | 2024.11.22 20:37:51.189374 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.11.22 20:37:51.189417 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10157 | 2024.11.22 20:37:51.190018 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10158 | 2024.11.22 20:37:51.190252 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.003736701 sec., 52987.91634653134 rows/sec., 2.70 MiB/sec. | ||
| 10159 | 2024.11.22 20:37:51.190436 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2024.11.22 20:37:51.190480 [ 195 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10161 | 2024.11.22 20:37:51.190778 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10162 | 2024.11.22 20:37:51.190896 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10163 | 2024.11.22 20:37:51.190967 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003862 sec., 61367.167270844126 rows/sec., 4.11 MiB/sec. | ||
| 10164 | 2024.11.22 20:37:51.190977 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10165 | 2024.11.22 20:37:51.191284 [ 255 ] {d54e2c75-ef0c-4636-b572-d708aa5f27fd} <Debug> TCPHandler: Processed in 0.004649183 sec. | ||
| 10166 | 2024.11.22 20:37:51.191296 [ 192 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10167 | 2024.11.22 20:37:51.191358 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 10168 | 2024.11.22 20:37:51.191510 [ 192 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_33_7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 10169 | 2024.11.22 20:37:51.191601 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10170 | 2024.11.22 20:37:51.191645 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10171 | 2024.11.22 20:37:51.191689 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20582 rows starting from the beginning of the part | ||
| 10172 | 2024.11.22 20:37:51.191704 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10173 | 2024.11.22 20:37:51.191866 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part | ||
| 10174 | 2024.11.22 20:37:51.192209 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 10175 | 2024.11.22 20:37:51.192355 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10176 | 2024.11.22 20:37:51.192460 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part | ||
| 10177 | 2024.11.22 20:37:51.192544 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10178 | 2024.11.22 20:37:51.192852 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 10179 | 2024.11.22 20:37:51.193162 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 10180 | 2024.11.22 20:37:51.194534 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2024.11.22 20:37:51.194595 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10182 | 2024.11.22 20:37:51.195125 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10183 | 2024.11.22 20:37:51.195642 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2024.11.22 20:37:51.196190 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004178 sec., 239.34897079942556 rows/sec., 16.13 KiB/sec. | ||
| 10185 | 2024.11.22 20:37:51.196393 [ 5 ] {cd665b96-064f-49ac-8a6f-03deeb029209} <Debug> TCPHandler: Processed in 0.004985532 sec. | ||
| 10186 | 2024.11.22 20:37:51.196569 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2024.11.22 20:37:51.196709 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10188 | 2024.11.22 20:37:51.196818 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <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 | ||
| 10189 | 2024.11.22 20:37:51.198085 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.11.22 20:37:51.198126 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10191 | 2024.11.22 20:37:51.199126 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10192 | 2024.11.22 20:37:51.199422 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2024.11.22 20:37:51.199762 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003075 sec., 2601.6260162601625 rows/sec., 4.66 MiB/sec. | ||
| 10194 | 2024.11.22 20:37:51.200629 [ 255 ] {c45d0af3-2d5c-4db8-a63c-ac90fb326143} <Debug> TCPHandler: Processed in 0.004142341 sec. | ||
| 10195 | 2024.11.22 20:37:51.200965 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2024.11.22 20:37:51.201148 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10197 | 2024.11.22 20:37:51.201227 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10198 | 2024.11.22 20:37:51.201905 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21408 rows, containing 5 columns (5 merged, 0 gathered) in 0.010742552 sec., 1992822.5620876676 rows/sec., 134.57 MiB/sec. | ||
| 10199 | 2024.11.22 20:37:51.202325 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10200 | 2024.11.22 20:37:51.202347 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10201 | 2024.11.22 20:37:51.202421 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10202 | 2024.11.22 20:37:51.202873 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10203 | 2024.11.22 20:37:51.203071 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10204 | 2024.11.22 20:37:51.203221 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 10205 | 2024.11.22 20:37:51.203248 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10206 | 2024.11.22 20:37:51.203514 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2024.11.22 20:37:51.203715 [ 135 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10208 | 2024.11.22 20:37:51.203752 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002629 sec., 31190.566755420314 rows/sec., 1.98 MiB/sec. | ||
| 10209 | 2024.11.22 20:37:51.203781 [ 135 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2024.11.22 20:37:51.203864 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 10211 | 2024.11.22 20:37:51.203889 [ 5 ] {266a8293-db07-4c30-bba3-94c19e0decbb} <Debug> TCPHandler: Processed in 0.003121037 sec. | ||
| 10212 | 2024.11.22 20:37:51.204175 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 10213 | 2024.11.22 20:37:51.204534 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10214 | 2024.11.22 20:37:51.204617 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4270 rows starting from the beginning of the part | ||
| 10215 | 2024.11.22 20:37:51.204921 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
| 10216 | 2024.11.22 20:37:51.205259 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 10217 | 2024.11.22 20:37:51.205619 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 10218 | 2024.11.22 20:37:51.205797 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 10219 | 2024.11.22 20:37:51.205960 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 10220 | 2024.11.22 20:37:51.207704 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4566 rows, containing 4 columns (4 merged, 0 gathered) in 0.00371004 sec., 1230714.4936442734 rows/sec., 80.21 MiB/sec. | ||
| 10221 | 2024.11.22 20:37:51.208102 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10222 | 2024.11.22 20:37:51.208429 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10223 | 2024.11.22 20:37:51.208512 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_76_15} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10224 | 2024.11.22 20:37:51.208603 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 10225 | 2024.11.22 20:37:55.577570 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10226 | 2024.11.22 20:37:55.577643 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10227 | 2024.11.22 20:37:55.768361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 10228 | 2024.11.22 20:37:55.769222 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10229 | 2024.11.22 20:37:55.769267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10230 | 2024.11.22 20:37:55.769791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10231 | 2024.11.22 20:37:55.770057 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10232 | 2024.11.22 20:37:55.770300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10233 | 2024.11.22 20:37:55.870928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1434 | ||
| 10234 | 2024.11.22 20:37:55.874126 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10235 | 2024.11.22 20:37:55.874188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10236 | 2024.11.22 20:37:55.875681 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10237 | 2024.11.22 20:37:55.876017 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10238 | 2024.11.22 20:37:55.877678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1434 | ||
| 10239 | 2024.11.22 20:37:56.001334 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000958724 sec. | ||
| 10240 | 2024.11.22 20:37:56.155836 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10241 | 2024.11.22 20:37:56.156147 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10242 | 2024.11.22 20:37:56.156265 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10243 | 2024.11.22 20:37:56.157187 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2024.11.22 20:37:56.157239 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10245 | 2024.11.22 20:37:56.157703 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10246 | 2024.11.22 20:37:56.157969 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2024.11.22 20:37:56.158245 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002177 sec., 56040.422599908125 rows/sec., 4.75 MiB/sec. | ||
| 10248 | 2024.11.22 20:37:56.158362 [ 5 ] {152a532c-fa21-402a-b70a-2c339aef9b18} <Debug> TCPHandler: Processed in 0.002724277 sec. | ||
| 10249 | 2024.11.22 20:37:56.158649 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10250 | 2024.11.22 20:37:56.158853 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10251 | 2024.11.22 20:37:56.158932 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10252 | 2024.11.22 20:37:56.159736 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2024.11.22 20:37:56.159784 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10254 | 2024.11.22 20:37:56.160214 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10255 | 2024.11.22 20:37:56.160465 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10256 | 2024.11.22 20:37:56.160701 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001907 sec., 17304.6670162559 rows/sec., 1.27 MiB/sec. | ||
| 10257 | 2024.11.22 20:37:56.160764 [ 255 ] {216c1a15-a1e1-4081-8bb1-52bc933951e4} <Debug> TCPHandler: Processed in 0.002263646 sec. | ||
| 10258 | 2024.11.22 20:37:56.160933 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10259 | 2024.11.22 20:37:56.161079 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10260 | 2024.11.22 20:37:56.161142 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10261 | 2024.11.22 20:37:56.161826 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2024.11.22 20:37:56.161869 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10263 | 2024.11.22 20:37:56.162249 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10264 | 2024.11.22 20:37:56.162492 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2024.11.22 20:37:56.162725 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001679 sec., 57772.4836212031 rows/sec., 4.51 MiB/sec. | ||
| 10266 | 2024.11.22 20:37:56.162795 [ 5 ] {3b17ea91-8d86-49c8-9d1e-6635c6865953} <Debug> TCPHandler: Processed in 0.001931687 sec. | ||
| 10267 | 2024.11.22 20:37:56.163012 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10268 | 2024.11.22 20:37:56.163185 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10269 | 2024.11.22 20:37:56.163252 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10270 | 2024.11.22 20:37:56.163869 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2024.11.22 20:37:56.163909 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10272 | 2024.11.22 20:37:56.164311 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10273 | 2024.11.22 20:37:56.164564 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2024.11.22 20:37:56.164776 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
| 10275 | 2024.11.22 20:37:56.164835 [ 255 ] {97fb1c0c-d7f3-4f48-82b5-bdcf935aa696} <Debug> TCPHandler: Processed in 0.001948028 sec. | ||
| 10276 | 2024.11.22 20:37:56.165040 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10277 | 2024.11.22 20:37:56.165265 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10278 | 2024.11.22 20:37:56.165408 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <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 | ||
| 10279 | 2024.11.22 20:37:56.166650 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2024.11.22 20:37:56.166692 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10281 | 2024.11.22 20:37:56.167379 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10282 | 2024.11.22 20:37:56.167647 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10283 | 2024.11.22 20:37:56.167922 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002715 sec., 12154.696132596686 rows/sec., 21.78 MiB/sec. | ||
| 10284 | 2024.11.22 20:37:56.168048 [ 5 ] {d55189a7-004b-4067-afed-815a7cf8bca3} <Debug> TCPHandler: Processed in 0.003120047 sec. | ||
| 10285 | 2024.11.22 20:37:56.168205 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2024.11.22 20:37:56.168344 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10287 | 2024.11.22 20:37:56.168405 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10288 | 2024.11.22 20:37:56.168981 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2024.11.22 20:37:56.169029 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10290 | 2024.11.22 20:37:56.169465 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10291 | 2024.11.22 20:37:56.169694 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2024.11.22 20:37:56.169909 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec. | ||
| 10293 | 2024.11.22 20:37:56.169961 [ 255 ] {d9e8fd2f-ad0f-49a2-8e1d-34fefa0407bc} <Debug> TCPHandler: Processed in 0.001825904 sec. | ||
| 10294 | 2024.11.22 20:37:57.345820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10295 | 2024.11.22 20:37:57.367799 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2024.11.22 20:37:57.367860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10297 | 2024.11.22 20:37:57.375153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10298 | 2024.11.22 20:37:57.375923 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2024.11.22 20:37:57.378651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10300 | 2024.11.22 20:37:59.460143 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10301 | 2024.11.22 20:37:59.460347 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10302 | 2024.11.22 20:37:59.460425 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10303 | 2024.11.22 20:37:59.461285 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10304 | 2024.11.22 20:37:59.461345 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10305 | 2024.11.22 20:37:59.461879 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10306 | 2024.11.22 20:37:59.462260 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10307 | 2024.11.22 20:37:59.462589 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00228 sec., 6140.350877192983 rows/sec., 442.02 KiB/sec. | ||
| 10308 | 2024.11.22 20:37:59.462877 [ 5 ] {f510f135-057f-4d68-a7e1-6d6cbb6cd32f} <Debug> TCPHandler: Processed in 0.00287372 sec. | ||
| 10309 | 2024.11.22 20:37:59.463242 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10310 | 2024.11.22 20:37:59.463479 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10311 | 2024.11.22 20:37:59.463559 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10312 | 2024.11.22 20:37:59.464387 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2024.11.22 20:37:59.464445 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10314 | 2024.11.22 20:37:59.464909 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10315 | 2024.11.22 20:37:59.465189 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10316 | 2024.11.22 20:37:59.465449 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002028 sec., 986.1932938856016 rows/sec., 80.42 KiB/sec. | ||
| 10317 | 2024.11.22 20:37:59.465535 [ 255 ] {bab04380-7625-4ce2-8911-1fa114450353} <Debug> TCPHandler: Processed in 0.00245892 sec. | ||
| 10318 | 2024.11.22 20:37:59.465752 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2024.11.22 20:37:59.465928 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10320 | 2024.11.22 20:37:59.465991 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10321 | 2024.11.22 20:37:59.467326 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2024.11.22 20:37:59.467372 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10323 | 2024.11.22 20:37:59.467855 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10324 | 2024.11.22 20:37:59.468113 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10325 | 2024.11.22 20:37:59.468372 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.002478 sec., 548829.7013720742 rows/sec., 45.61 MiB/sec. | ||
| 10326 | 2024.11.22 20:37:59.468458 [ 5 ] {d6b20e39-50f2-4b1e-93b8-24b5754c4fc7} <Debug> TCPHandler: Processed in 0.002772848 sec. | ||
| 10327 | 2024.11.22 20:37:59.468729 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2024.11.22 20:37:59.468896 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10329 | 2024.11.22 20:37:59.468971 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10330 | 2024.11.22 20:37:59.469820 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2024.11.22 20:37:59.469875 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10332 | 2024.11.22 20:37:59.470408 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10333 | 2024.11.22 20:37:59.470747 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2024.11.22 20:37:59.470979 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.002125 sec., 7999.999999999999 rows/sec., 563.42 KiB/sec. | ||
| 10335 | 2024.11.22 20:37:59.471071 [ 255 ] {41859040-b8b0-4ddc-a842-11510c70a3fa} <Debug> TCPHandler: Processed in 0.002476111 sec. | ||
| 10336 | 2024.11.22 20:37:59.471593 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10337 | 2024.11.22 20:37:59.471755 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10338 | 2024.11.22 20:37:59.471829 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10339 | 2024.11.22 20:37:59.473655 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2024.11.22 20:37:59.473710 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10341 | 2024.11.22 20:37:59.474161 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10342 | 2024.11.22 20:37:59.474511 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2024.11.22 20:37:59.474804 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003089 sec., 78342.50566526383 rows/sec., 5.31 MiB/sec. | ||
| 10344 | 2024.11.22 20:37:59.474918 [ 5 ] {73a1df67-ba6e-4c85-8cac-666d45265e10} <Debug> TCPHandler: Processed in 0.003412424 sec. | ||
| 10345 | 2024.11.22 20:37:59.475171 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10346 | 2024.11.22 20:37:59.475351 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10347 | 2024.11.22 20:37:59.475428 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10348 | 2024.11.22 20:37:59.476301 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2024.11.22 20:37:59.476360 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10350 | 2024.11.22 20:37:59.476847 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10351 | 2024.11.22 20:37:59.477178 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2024.11.22 20:37:59.477493 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002183 sec., 5955.107650022904 rows/sec., 371.30 KiB/sec. | ||
| 10353 | 2024.11.22 20:37:59.477778 [ 255 ] {4a549f76-c3a4-4860-b949-629ba6932e79} <Debug> TCPHandler: Processed in 0.002691065 sec. | ||
| 10354 | 2024.11.22 20:37:59.478033 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10355 | 2024.11.22 20:37:59.478197 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10356 | 2024.11.22 20:37:59.478274 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10357 | 2024.11.22 20:37:59.479505 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2024.11.22 20:37:59.479557 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10359 | 2024.11.22 20:37:59.480116 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10360 | 2024.11.22 20:37:59.480441 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2024.11.22 20:37:59.480740 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002588 sec., 327666.1514683153 rows/sec., 23.69 MiB/sec. | ||
| 10362 | 2024.11.22 20:37:59.480823 [ 5 ] {f5f70792-33ff-46c3-8a5a-cfe90c463df5} <Debug> TCPHandler: Processed in 0.00287408 sec. | ||
| 10363 | 2024.11.22 20:37:59.481045 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2024.11.22 20:37:59.481210 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10365 | 2024.11.22 20:37:59.481290 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10366 | 2024.11.22 20:37:59.482004 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2024.11.22 20:37:59.482060 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10368 | 2024.11.22 20:37:59.482600 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10369 | 2024.11.22 20:37:59.482944 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2024.11.22 20:37:59.483272 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002093 sec., 2866.698518872432 rows/sec., 149.77 KiB/sec. | ||
| 10371 | 2024.11.22 20:37:59.483664 [ 255 ] {92040062-c810-4ea2-8e67-7984dc5d0cd4} <Debug> TCPHandler: Processed in 0.002696015 sec. | ||
| 10372 | 2024.11.22 20:37:59.484021 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10373 | 2024.11.22 20:37:59.484220 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10374 | 2024.11.22 20:37:59.484298 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10375 | 2024.11.22 20:37:59.485399 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2024.11.22 20:37:59.485445 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10377 | 2024.11.22 20:37:59.485943 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10378 | 2024.11.22 20:37:59.486194 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2024.11.22 20:37:59.486426 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002248 sec., 411921.7081850534 rows/sec., 27.49 MiB/sec. | ||
| 10380 | 2024.11.22 20:37:59.486496 [ 5 ] {c5affa7b-e536-46c7-bdfe-7f1a0d448ce1} <Debug> TCPHandler: Processed in 0.002590484 sec. | ||
| 10381 | 2024.11.22 20:37:59.486729 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10382 | 2024.11.22 20:37:59.486884 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10383 | 2024.11.22 20:37:59.486948 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10384 | 2024.11.22 20:37:59.487479 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2024.11.22 20:37:59.487522 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10386 | 2024.11.22 20:37:59.487908 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10387 | 2024.11.22 20:37:59.488162 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2024.11.22 20:37:59.488422 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 10389 | 2024.11.22 20:37:59.488660 [ 255 ] {85757452-63e3-49fe-91fa-6520dd631460} <Debug> TCPHandler: Processed in 0.0020339 sec. | ||
| 10390 | 2024.11.22 20:37:59.488858 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10391 | 2024.11.22 20:37:59.488981 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10392 | 2024.11.22 20:37:59.489065 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <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 | ||
| 10393 | 2024.11.22 20:37:59.490186 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2024.11.22 20:37:59.490226 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10395 | 2024.11.22 20:37:59.490839 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10396 | 2024.11.22 20:37:59.491097 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2024.11.22 20:37:59.491349 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002397 sec., 3337.5052148518985 rows/sec., 5.98 MiB/sec. | ||
| 10398 | 2024.11.22 20:37:59.491447 [ 5 ] {c631a373-4620-48d7-b2cf-914681b82edd} <Debug> TCPHandler: Processed in 0.002647624 sec. | ||
| 10399 | 2024.11.22 20:37:59.491615 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2024.11.22 20:37:59.491756 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10401 | 2024.11.22 20:37:59.491824 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10402 | 2024.11.22 20:37:59.492358 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10403 | 2024.11.22 20:37:59.492401 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10404 | 2024.11.22 20:37:59.492821 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10405 | 2024.11.22 20:37:59.493061 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2024.11.22 20:37:59.493306 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001591 sec., 43997.485857950975 rows/sec., 2.77 MiB/sec. | ||
| 10407 | 2024.11.22 20:37:59.493360 [ 255 ] {52aa251b-f145-4caf-bdbe-e4593828c61b} <Debug> TCPHandler: Processed in 0.001805324 sec. | ||
| 10408 | 2024.11.22 20:38:01.147913 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10409 | 2024.11.22 20:38:01.148119 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10410 | 2024.11.22 20:38:01.148195 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10411 | 2024.11.22 20:38:01.148999 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10412 | 2024.11.22 20:38:01.149039 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10413 | 2024.11.22 20:38:01.149463 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10414 | 2024.11.22 20:38:01.149705 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10415 | 2024.11.22 20:38:01.149867 [ 121 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10416 | 2024.11.22 20:38:01.149910 [ 121 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2024.11.22 20:38:01.149914 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001851 sec., 30253.916801728796 rows/sec., 2.31 MiB/sec. | ||
| 10418 | 2024.11.22 20:38:01.149936 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10419 | 2024.11.22 20:38:01.150015 [ 5 ] {da1ce74e-d699-4ab1-bf68-a0b52da6d045} <Debug> TCPHandler: Processed in 0.002235824 sec. | ||
| 10420 | 2024.11.22 20:38:01.150211 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 10421 | 2024.11.22 20:38:01.150329 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2024.11.22 20:38:01.150414 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10423 | 2024.11.22 20:38:01.150478 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part | ||
| 10424 | 2024.11.22 20:38:01.150667 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10425 | 2024.11.22 20:38:01.150721 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 122 rows starting from the beginning of the part | ||
| 10426 | 2024.11.22 20:38:01.151022 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 219 rows starting from the beginning of the part | ||
| 10427 | 2024.11.22 20:38:01.151076 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10428 | 2024.11.22 20:38:01.151334 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 122 rows starting from the beginning of the part | ||
| 10429 | 2024.11.22 20:38:01.151665 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1360 rows starting from the beginning of the part | ||
| 10430 | 2024.11.22 20:38:01.151948 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 10431 | 2024.11.22 20:38:01.153784 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10432 | 2024.11.22 20:38:01.153897 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10433 | 2024.11.22 20:38:01.154805 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10434 | 2024.11.22 20:38:01.155140 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10435 | 2024.11.22 20:38:01.155523 [ 121 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10436 | 2024.11.22 20:38:01.155642 [ 121 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10437 | 2024.11.22 20:38:01.155701 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005657198 sec., 585979.1366680113 rows/sec., 51.18 MiB/sec. | ||
| 10438 | 2024.11.22 20:38:01.155717 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10439 | 2024.11.22 20:38:01.155856 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005307 sec., 12059.543998492556 rows/sec., 963.87 KiB/sec. | ||
| 10440 | 2024.11.22 20:38:01.155954 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 10441 | 2024.11.22 20:38:01.156098 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10442 | 2024.11.22 20:38:01.156258 [ 255 ] {900cb65c-afe1-4225-9cbf-bd35faf95290} <Debug> TCPHandler: Processed in 0.006093679 sec. | ||
| 10443 | 2024.11.22 20:38:01.156410 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10444 | 2024.11.22 20:38:01.156522 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 10445 | 2024.11.22 20:38:01.156614 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2024.11.22 20:38:01.156944 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 97 rows starting from the beginning of the part | ||
| 10447 | 2024.11.22 20:38:01.157124 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10448 | 2024.11.22 20:38:01.157142 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10449 | 2024.11.22 20:38:01.157523 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 390 rows starting from the beginning of the part | ||
| 10450 | 2024.11.22 20:38:01.157547 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10451 | 2024.11.22 20:38:01.157771 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_81_16} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10452 | 2024.11.22 20:38:01.158159 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10453 | 2024.11.22 20:38:01.158178 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 97 rows starting from the beginning of the part | ||
| 10454 | 2024.11.22 20:38:01.158560 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 848 rows starting from the beginning of the part | ||
| 10455 | 2024.11.22 20:38:01.158953 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 10456 | 2024.11.22 20:38:01.160590 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10457 | 2024.11.22 20:38:01.160649 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10458 | 2024.11.22 20:38:01.161640 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10459 | 2024.11.22 20:38:01.161975 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10460 | 2024.11.22 20:38:01.162433 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006597511 sec., 365440.84579775616 rows/sec., 28.02 MiB/sec. | ||
| 10461 | 2024.11.22 20:38:01.162522 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005583 sec., 5731.685473759627 rows/sec., 408.78 KiB/sec. | ||
| 10462 | 2024.11.22 20:38:01.162772 [ 5 ] {c9ea688f-96b2-4588-931c-605d439f7d88} <Debug> TCPHandler: Processed in 0.006318734 sec. | ||
| 10463 | 2024.11.22 20:38:01.162803 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10464 | 2024.11.22 20:38:01.163302 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10465 | 2024.11.22 20:38:01.163674 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10466 | 2024.11.22 20:38:01.163687 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10467 | 2024.11.22 20:38:01.163794 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10468 | 2024.11.22 20:38:01.163903 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_81_16} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10469 | 2024.11.22 20:38:01.164111 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10470 | 2024.11.22 20:38:01.164548 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2024.11.22 20:38:01.164594 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10472 | 2024.11.22 20:38:01.164980 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10473 | 2024.11.22 20:38:01.165221 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2024.11.22 20:38:01.165437 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001846 sec., 6500.541711809317 rows/sec., 448.61 KiB/sec. | ||
| 10475 | 2024.11.22 20:38:01.165492 [ 255 ] {cf92c81a-6477-403d-841c-14cf407a448a} <Debug> TCPHandler: Processed in 0.002581263 sec. | ||
| 10476 | 2024.11.22 20:38:03.271375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10477 | 2024.11.22 20:38:03.272078 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10478 | 2024.11.22 20:38:03.272130 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10479 | 2024.11.22 20:38:03.272664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10480 | 2024.11.22 20:38:03.272928 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10481 | 2024.11.22 20:38:03.273198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10482 | 2024.11.22 20:38:04.879669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10483 | 2024.11.22 20:38:04.900045 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10484 | 2024.11.22 20:38:04.900096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10485 | 2024.11.22 20:38:04.907426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10486 | 2024.11.22 20:38:04.908181 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10487 | 2024.11.22 20:38:04.911672 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10488 | 2024.11.22 20:38:05.878892 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1478 | ||
| 10489 | 2024.11.22 20:38:05.883470 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2024.11.22 20:38:05.883523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10491 | 2024.11.22 20:38:05.885029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10492 | 2024.11.22 20:38:05.885350 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2024.11.22 20:38:05.885547 [ 119 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10494 | 2024.11.22 20:38:05.885613 [ 119 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2024.11.22 20:38:05.885657 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10496 | 2024.11.22 20:38:05.886515 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 10497 | 2024.11.22 20:38:05.888575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1478 | ||
| 10498 | 2024.11.22 20:38:05.888829 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10499 | 2024.11.22 20:38:05.888957 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1286 rows starting from the beginning of the part | ||
| 10500 | 2024.11.22 20:38:05.889545 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 10501 | 2024.11.22 20:38:05.890044 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part | ||
| 10502 | 2024.11.22 20:38:05.890536 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 10503 | 2024.11.22 20:38:05.891056 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 10504 | 2024.11.22 20:38:05.891640 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 44 rows starting from the beginning of the part | ||
| 10505 | 2024.11.22 20:38:05.900088 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 72 columns (72 merged, 0 gathered) in 0.01432435 sec., 103180.947128491 rows/sec., 80.61 MiB/sec. | ||
| 10506 | 2024.11.22 20:38:05.901899 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10507 | 2024.11.22 20:38:05.902783 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10508 | 2024.11.22 20:38:05.902887 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_36_7} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10509 | 2024.11.22 20:38:05.903287 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 10510 | 2024.11.22 20:38:06.156460 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10511 | 2024.11.22 20:38:06.156672 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10512 | 2024.11.22 20:38:06.156750 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10513 | 2024.11.22 20:38:06.157615 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2024.11.22 20:38:06.157664 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10515 | 2024.11.22 20:38:06.158105 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10516 | 2024.11.22 20:38:06.158356 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2024.11.22 20:38:06.158600 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001985 sec., 61460.957178841316 rows/sec., 5.21 MiB/sec. | ||
| 10518 | 2024.11.22 20:38:06.158665 [ 5 ] {90f99c9d-a45a-4370-a804-63eeb3ee3a6c} <Debug> TCPHandler: Processed in 0.002345407 sec. | ||
| 10519 | 2024.11.22 20:38:06.158932 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10520 | 2024.11.22 20:38:06.159126 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10521 | 2024.11.22 20:38:06.159204 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10522 | 2024.11.22 20:38:06.159980 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10523 | 2024.11.22 20:38:06.160034 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10524 | 2024.11.22 20:38:06.160521 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10525 | 2024.11.22 20:38:06.160779 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2024.11.22 20:38:06.161038 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001967 sec., 16776.81748856126 rows/sec., 1.23 MiB/sec. | ||
| 10527 | 2024.11.22 20:38:06.161107 [ 255 ] {2888c343-3b45-42e0-932c-cb2eae4bae9b} <Debug> TCPHandler: Processed in 0.002310176 sec. | ||
| 10528 | 2024.11.22 20:38:06.161295 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10529 | 2024.11.22 20:38:06.161443 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10530 | 2024.11.22 20:38:06.161503 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10531 | 2024.11.22 20:38:06.162186 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2024.11.22 20:38:06.162233 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10533 | 2024.11.22 20:38:06.162620 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10534 | 2024.11.22 20:38:06.162861 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10535 | 2024.11.22 20:38:06.163084 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001672 sec., 58014.354066985645 rows/sec., 4.53 MiB/sec. | ||
| 10536 | 2024.11.22 20:38:06.163191 [ 5 ] {dd72f07f-a172-4007-87ba-a7d80e687f2b} <Debug> TCPHandler: Processed in 0.001976298 sec. | ||
| 10537 | 2024.11.22 20:38:06.163381 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10538 | 2024.11.22 20:38:06.163517 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10539 | 2024.11.22 20:38:06.163575 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10540 | 2024.11.22 20:38:06.164168 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2024.11.22 20:38:06.164208 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10542 | 2024.11.22 20:38:06.164610 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10543 | 2024.11.22 20:38:06.164858 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2024.11.22 20:38:06.165073 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 10545 | 2024.11.22 20:38:06.165128 [ 255 ] {4ff64482-6649-42d4-afae-4290b38af352} <Debug> TCPHandler: Processed in 0.001824394 sec. | ||
| 10546 | 2024.11.22 20:38:06.165285 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2024.11.22 20:38:06.165425 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10548 | 2024.11.22 20:38:06.165520 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <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 | ||
| 10549 | 2024.11.22 20:38:06.166715 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2024.11.22 20:38:06.166753 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10551 | 2024.11.22 20:38:06.167418 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10552 | 2024.11.22 20:38:06.167672 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2024.11.22 20:38:06.167972 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002575 sec., 12815.533980582524 rows/sec., 22.96 MiB/sec. | ||
| 10554 | 2024.11.22 20:38:06.168334 [ 5 ] {6ca7e1df-be5d-4211-91f5-2c55378f3069} <Debug> TCPHandler: Processed in 0.003112747 sec. | ||
| 10555 | 2024.11.22 20:38:06.168629 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2024.11.22 20:38:06.168796 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10557 | 2024.11.22 20:38:06.168860 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10558 | 2024.11.22 20:38:06.169454 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10559 | 2024.11.22 20:38:06.169502 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10560 | 2024.11.22 20:38:06.169917 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10561 | 2024.11.22 20:38:06.170149 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2024.11.22 20:38:06.170364 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec. | ||
| 10563 | 2024.11.22 20:38:06.170418 [ 255 ] {633fe17e-2fa0-47cf-9ae3-6d1e7d90c0c2} <Debug> TCPHandler: Processed in 0.001959228 sec. | ||
| 10564 | 2024.11.22 20:38:10.577691 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10565 | 2024.11.22 20:38:10.577756 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10566 | 2024.11.22 20:38:10.774275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10567 | 2024.11.22 20:38:10.774901 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2024.11.22 20:38:10.774943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10569 | 2024.11.22 20:38:10.775465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10570 | 2024.11.22 20:38:10.775732 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2024.11.22 20:38:10.776010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10572 | 2024.11.22 20:38:11.158998 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10573 | 2024.11.22 20:38:11.159177 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10574 | 2024.11.22 20:38:11.159243 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10575 | 2024.11.22 20:38:11.160005 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10576 | 2024.11.22 20:38:11.160044 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10577 | 2024.11.22 20:38:11.160461 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10578 | 2024.11.22 20:38:11.160711 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10579 | 2024.11.22 20:38:11.160909 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001782 sec., 7856.341189674523 rows/sec., 565.55 KiB/sec. | ||
| 10580 | 2024.11.22 20:38:11.160962 [ 5 ] {b6a8609d-e84e-4ff3-97ed-984f4b9aa13e} <Debug> TCPHandler: Processed in 0.002117031 sec. | ||
| 10581 | 2024.11.22 20:38:11.161221 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10582 | 2024.11.22 20:38:11.161414 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10583 | 2024.11.22 20:38:11.161488 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10584 | 2024.11.22 20:38:11.162349 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10585 | 2024.11.22 20:38:11.162401 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10586 | 2024.11.22 20:38:11.162850 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10587 | 2024.11.22 20:38:11.163104 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10588 | 2024.11.22 20:38:11.163337 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001977 sec., 110773.89984825494 rows/sec., 9.65 MiB/sec. | ||
| 10589 | 2024.11.22 20:38:11.163394 [ 255 ] {d2059f82-1f0c-4e63-ad1a-31329d9bbc3a} <Debug> TCPHandler: Processed in 0.002303087 sec. | ||
| 10590 | 2024.11.22 20:38:11.163560 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10591 | 2024.11.22 20:38:11.163703 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10592 | 2024.11.22 20:38:11.163761 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10593 | 2024.11.22 20:38:11.164356 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2024.11.22 20:38:11.164394 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10595 | 2024.11.22 20:38:11.164742 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10596 | 2024.11.22 20:38:11.164994 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2024.11.22 20:38:11.165121 [ 113 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10598 | 2024.11.22 20:38:11.165171 [ 113 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10599 | 2024.11.22 20:38:11.165181 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00151 sec., 9933.774834437087 rows/sec., 700.41 KiB/sec. | ||
| 10600 | 2024.11.22 20:38:11.165200 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10601 | 2024.11.22 20:38:11.165249 [ 5 ] {d11170d5-e025-4532-9250-26deae3509fa} <Debug> TCPHandler: Processed in 0.001757563 sec. | ||
| 10602 | 2024.11.22 20:38:11.165472 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10603 | 2024.11.22 20:38:11.165475 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 10604 | 2024.11.22 20:38:11.165680 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10605 | 2024.11.22 20:38:11.165796 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10606 | 2024.11.22 20:38:11.165801 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10607 | 2024.11.22 20:38:11.165910 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part | ||
| 10608 | 2024.11.22 20:38:11.166173 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 15 rows starting from the beginning of the part | ||
| 10609 | 2024.11.22 20:38:11.166524 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 33 rows starting from the beginning of the part | ||
| 10610 | 2024.11.22 20:38:11.166906 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 17 rows starting from the beginning of the part | ||
| 10611 | 2024.11.22 20:38:11.167266 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 33 rows starting from the beginning of the part | ||
| 10612 | 2024.11.22 20:38:11.167578 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part | ||
| 10613 | 2024.11.22 20:38:11.168508 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2024.11.22 20:38:11.168588 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10615 | 2024.11.22 20:38:11.169581 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10616 | 2024.11.22 20:38:11.170128 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004820228 sec., 37135.17285904318 rows/sec., 2.79 MiB/sec. | ||
| 10617 | 2024.11.22 20:38:11.170132 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10618 | 2024.11.22 20:38:11.170337 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10619 | 2024.11.22 20:38:11.170651 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005032 sec., 2782.1939586645467 rows/sec., 194.85 KiB/sec. | ||
| 10620 | 2024.11.22 20:38:11.170788 [ 255 ] {bb323bfc-bb73-40b0-a0fd-318761ad4a96} <Debug> TCPHandler: Processed in 0.005416052 sec. | ||
| 10621 | 2024.11.22 20:38:11.171029 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10622 | 2024.11.22 20:38:11.171042 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10623 | 2024.11.22 20:38:11.171198 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_71_14} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10624 | 2024.11.22 20:38:11.171239 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10625 | 2024.11.22 20:38:11.171360 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10626 | 2024.11.22 20:38:11.171361 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10627 | 2024.11.22 20:38:11.172052 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10628 | 2024.11.22 20:38:11.172095 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10629 | 2024.11.22 20:38:11.172450 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10630 | 2024.11.22 20:38:11.172684 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10631 | 2024.11.22 20:38:11.172859 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001682 sec., 7728.894173602855 rows/sec., 481.89 KiB/sec. | ||
| 10632 | 2024.11.22 20:38:11.172910 [ 5 ] {0852245c-ac18-44e3-8618-09222b53adad} <Debug> TCPHandler: Processed in 0.001988578 sec. | ||
| 10633 | 2024.11.22 20:38:11.173067 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10634 | 2024.11.22 20:38:11.173202 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10635 | 2024.11.22 20:38:11.173260 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10636 | 2024.11.22 20:38:11.174109 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10637 | 2024.11.22 20:38:11.174149 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10638 | 2024.11.22 20:38:11.174530 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10639 | 2024.11.22 20:38:11.174768 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10640 | 2024.11.22 20:38:11.174988 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001815 sec., 214876.03305785125 rows/sec., 15.24 MiB/sec. | ||
| 10641 | 2024.11.22 20:38:11.175044 [ 255 ] {5037530f-f9ab-4000-9b0c-c1ccea8b8600} <Debug> TCPHandler: Processed in 0.00204207 sec. | ||
| 10642 | 2024.11.22 20:38:11.175258 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10643 | 2024.11.22 20:38:11.175477 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10644 | 2024.11.22 20:38:11.175568 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10645 | 2024.11.22 20:38:11.176224 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10646 | 2024.11.22 20:38:11.176261 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10647 | 2024.11.22 20:38:11.176619 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10648 | 2024.11.22 20:38:11.176848 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10649 | 2024.11.22 20:38:11.177068 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001639 sec., 3660.7687614399024 rows/sec., 191.26 KiB/sec. | ||
| 10650 | 2024.11.22 20:38:11.177149 [ 5 ] {bc370b35-1d78-4d9f-8ce7-faa02b772ed2} <Debug> TCPHandler: Processed in 0.002002219 sec. | ||
| 10651 | 2024.11.22 20:38:11.177402 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10652 | 2024.11.22 20:38:11.177552 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10653 | 2024.11.22 20:38:11.177615 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10654 | 2024.11.22 20:38:11.178255 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10655 | 2024.11.22 20:38:11.178293 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10656 | 2024.11.22 20:38:11.178686 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10657 | 2024.11.22 20:38:11.178920 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10658 | 2024.11.22 20:38:11.179074 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10659 | 2024.11.22 20:38:11.179116 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001594 sec., 148682.55959849435 rows/sec., 9.97 MiB/sec. | ||
| 10660 | 2024.11.22 20:38:11.179129 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10661 | 2024.11.22 20:38:11.179166 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10662 | 2024.11.22 20:38:11.179189 [ 255 ] {a19d5ce8-b90d-4f66-b564-b73639d2814e} <Debug> TCPHandler: Processed in 0.001932777 sec. | ||
| 10663 | 2024.11.22 20:38:11.179428 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 10664 | 2024.11.22 20:38:11.179504 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2024.11.22 20:38:11.179613 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10666 | 2024.11.22 20:38:11.179666 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21408 rows starting from the beginning of the part | ||
| 10667 | 2024.11.22 20:38:11.179976 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 10668 | 2024.11.22 20:38:11.179991 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10669 | 2024.11.22 20:38:11.180240 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 926 rows starting from the beginning of the part | ||
| 10670 | 2024.11.22 20:38:11.180252 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10671 | 2024.11.22 20:38:11.180606 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part | ||
| 10672 | 2024.11.22 20:38:11.180984 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 10673 | 2024.11.22 20:38:11.181336 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 10674 | 2024.11.22 20:38:11.182558 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10675 | 2024.11.22 20:38:11.182603 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10676 | 2024.11.22 20:38:11.183126 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10677 | 2024.11.22 20:38:11.183415 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10678 | 2024.11.22 20:38:11.183792 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004022 sec., 248.63252113376427 rows/sec., 16.75 KiB/sec. | ||
| 10679 | 2024.11.22 20:38:11.184002 [ 5 ] {03011c98-9cbe-4e3b-9535-36e83d98bc6a} <Debug> TCPHandler: Processed in 0.004705995 sec. | ||
| 10680 | 2024.11.22 20:38:11.184221 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10681 | 2024.11.22 20:38:11.184506 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10682 | 2024.11.22 20:38:11.184770 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <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 | ||
| 10683 | 2024.11.22 20:38:11.186085 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10684 | 2024.11.22 20:38:11.186123 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10685 | 2024.11.22 20:38:11.190973 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10686 | 2024.11.22 20:38:11.191406 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10687 | 2024.11.22 20:38:11.191592 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10688 | 2024.11.22 20:38:11.191705 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10689 | 2024.11.22 20:38:11.191751 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10690 | 2024.11.22 20:38:11.191812 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007395 sec., 1081.8120351588911 rows/sec., 1.94 MiB/sec. | ||
| 10691 | 2024.11.22 20:38:11.192317 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 10692 | 2024.11.22 20:38:11.192394 [ 255 ] {afd4ca3e-fad1-4788-a0c0-4822a6441a09} <Debug> TCPHandler: Processed in 0.008268432 sec. | ||
| 10693 | 2024.11.22 20:38:11.192898 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10694 | 2024.11.22 20:38:11.193171 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10695 | 2024.11.22 20:38:11.193255 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10696 | 2024.11.22 20:38:11.193295 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10697 | 2024.11.22 20:38:11.193387 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1307 rows starting from the beginning of the part | ||
| 10698 | 2024.11.22 20:38:11.194833 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 10699 | 2024.11.22 20:38:11.194851 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22923 rows, containing 5 columns (5 merged, 0 gathered) in 0.015588511 sec., 1470506.0669360918 rows/sec., 99.30 MiB/sec. | ||
| 10700 | 2024.11.22 20:38:11.195337 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 33 rows starting from the beginning of the part | ||
| 10701 | 2024.11.22 20:38:11.195493 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10702 | 2024.11.22 20:38:11.195627 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2024.11.22 20:38:11.195716 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10704 | 2024.11.22 20:38:11.196190 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 10705 | 2024.11.22 20:38:11.196368 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2024.11.22 20:38:11.196945 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10707 | 2024.11.22 20:38:11.197153 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 10708 | 2024.11.22 20:38:11.197153 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 33 rows starting from the beginning of the part | ||
| 10709 | 2024.11.22 20:38:11.197209 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10710 | 2024.11.22 20:38:11.197631 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 10711 | 2024.11.22 20:38:11.197965 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10712 | 2024.11.22 20:38:11.198345 [ 112 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10713 | 2024.11.22 20:38:11.198443 [ 112 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2024.11.22 20:38:11.198540 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10715 | 2024.11.22 20:38:11.198567 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005482 sec., 14958.044509303174 rows/sec., 972.82 KiB/sec. | ||
| 10716 | 2024.11.22 20:38:11.199022 [ 5 ] {64ce20b0-7450-4ff3-9e77-7d030356b044} <Debug> TCPHandler: Processed in 0.006376765 sec. | ||
| 10717 | 2024.11.22 20:38:11.199237 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 10718 | 2024.11.22 20:38:11.199542 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10719 | 2024.11.22 20:38:11.199621 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4566 rows starting from the beginning of the part | ||
| 10720 | 2024.11.22 20:38:11.199805 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 10721 | 2024.11.22 20:38:11.200221 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 70 rows starting from the beginning of the part | ||
| 10722 | 2024.11.22 20:38:11.200600 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part | ||
| 10723 | 2024.11.22 20:38:11.200990 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 10724 | 2024.11.22 20:38:11.201272 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 10725 | 2024.11.22 20:38:11.203775 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4850 rows, containing 4 columns (4 merged, 0 gathered) in 0.005006852 sec., 968672.5311632939 rows/sec., 63.13 MiB/sec. | ||
| 10726 | 2024.11.22 20:38:11.204282 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10727 | 2024.11.22 20:38:11.204941 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.11.22 20:38:11.205184 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_81_16} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10729 | 2024.11.22 20:38:11.205335 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10730 | 2024.11.22 20:38:11.209546 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1397 rows, containing 19 columns (19 merged, 0 gathered) in 0.017708812 sec., 78887.27939513954 rows/sec., 141.36 MiB/sec. | ||
| 10731 | 2024.11.22 20:38:11.210966 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10732 | 2024.11.22 20:38:11.211457 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10733 | 2024.11.22 20:38:11.211559 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10734 | 2024.11.22 20:38:11.211736 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 10735 | 2024.11.22 20:38:12.000143 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.72 MiB, peak 242.20 MiB, free memory in arenas 0.00 B, will set to 233.58 MiB (RSS), difference: 2.86 MiB | ||
| 10736 | 2024.11.22 20:38:12.412698 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10737 | 2024.11.22 20:38:12.434439 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10738 | 2024.11.22 20:38:12.434506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10739 | 2024.11.22 20:38:12.441916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10740 | 2024.11.22 20:38:12.442697 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10741 | 2024.11.22 20:38:12.445564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10742 | 2024.11.22 20:38:15.889748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1512 | ||
| 10743 | 2024.11.22 20:38:15.892918 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10744 | 2024.11.22 20:38:15.892969 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10745 | 2024.11.22 20:38:15.894468 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10746 | 2024.11.22 20:38:15.894785 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2024.11.22 20:38:15.896369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1512 | ||
| 10748 | 2024.11.22 20:38:16.156728 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.11.22 20:38:16.156915 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10750 | 2024.11.22 20:38:16.156986 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10751 | 2024.11.22 20:38:16.157733 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10752 | 2024.11.22 20:38:16.157781 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10753 | 2024.11.22 20:38:16.158207 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10754 | 2024.11.22 20:38:16.158462 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10755 | 2024.11.22 20:38:16.158718 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001851 sec., 3241.4910858995136 rows/sec., 264.32 KiB/sec. | ||
| 10756 | 2024.11.22 20:38:16.158854 [ 5 ] {315b86e2-8d93-4194-ab8f-fcc044072a0e} <Debug> TCPHandler: Processed in 0.002247664 sec. | ||
| 10757 | 2024.11.22 20:38:16.159116 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10758 | 2024.11.22 20:38:16.159329 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10759 | 2024.11.22 20:38:16.159411 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10760 | 2024.11.22 20:38:16.160304 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10761 | 2024.11.22 20:38:16.160355 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10762 | 2024.11.22 20:38:16.160807 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10763 | 2024.11.22 20:38:16.161068 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10764 | 2024.11.22 20:38:16.161334 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.00206 sec., 60679.61165048543 rows/sec., 5.12 MiB/sec. | ||
| 10765 | 2024.11.22 20:38:16.161433 [ 255 ] {7f13fb0d-69fb-4818-896e-b185574a53bc} <Debug> TCPHandler: Processed in 0.00245358 sec. | ||
| 10766 | 2024.11.22 20:38:16.161624 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10767 | 2024.11.22 20:38:16.161790 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10768 | 2024.11.22 20:38:16.161847 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10769 | 2024.11.22 20:38:16.162466 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2024.11.22 20:38:16.162506 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10771 | 2024.11.22 20:38:16.162875 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10772 | 2024.11.22 20:38:16.163121 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2024.11.22 20:38:16.163325 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001579 sec., 24699.176694110196 rows/sec., 1.79 MiB/sec. | ||
| 10774 | 2024.11.22 20:38:16.163380 [ 5 ] {6c79d933-1c4b-4b24-bf88-35067c991683} <Debug> TCPHandler: Processed in 0.001854935 sec. | ||
| 10775 | 2024.11.22 20:38:16.163553 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10776 | 2024.11.22 20:38:16.163674 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10777 | 2024.11.22 20:38:16.163729 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10778 | 2024.11.22 20:38:16.164378 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10779 | 2024.11.22 20:38:16.164419 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10780 | 2024.11.22 20:38:16.164792 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10781 | 2024.11.22 20:38:16.165030 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10782 | 2024.11.22 20:38:16.165241 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001593 sec., 64657.878217200254 rows/sec., 5.06 MiB/sec. | ||
| 10783 | 2024.11.22 20:38:16.165296 [ 255 ] {72dd34d3-33ec-4552-813c-42533f92e542} <Debug> TCPHandler: Processed in 0.001803514 sec. | ||
| 10784 | 2024.11.22 20:38:16.165451 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10785 | 2024.11.22 20:38:16.165590 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10786 | 2024.11.22 20:38:16.165656 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10787 | 2024.11.22 20:38:16.166286 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10788 | 2024.11.22 20:38:16.166325 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10789 | 2024.11.22 20:38:16.166722 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10790 | 2024.11.22 20:38:16.166963 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10791 | 2024.11.22 20:38:16.167181 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001622 sec., 100493.21824907522 rows/sec., 7.00 MiB/sec. | ||
| 10792 | 2024.11.22 20:38:16.167236 [ 5 ] {d0003198-89ca-4212-a3b9-6572bfefd896} <Debug> TCPHandler: Processed in 0.001854575 sec. | ||
| 10793 | 2024.11.22 20:38:16.167376 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10794 | 2024.11.22 20:38:16.167514 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10795 | 2024.11.22 20:38:16.167612 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <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 | ||
| 10796 | 2024.11.22 20:38:16.168980 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10797 | 2024.11.22 20:38:16.169032 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10798 | 2024.11.22 20:38:16.169727 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10799 | 2024.11.22 20:38:16.170005 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10800 | 2024.11.22 20:38:16.170253 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002769 sec., 11917.659804983748 rows/sec., 21.36 MiB/sec. | ||
| 10801 | 2024.11.22 20:38:16.170368 [ 255 ] {9bf9d3f8-c519-4c81-a9fb-b20ef26f7a5d} <Debug> TCPHandler: Processed in 0.003056405 sec. | ||
| 10802 | 2024.11.22 20:38:16.170525 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10803 | 2024.11.22 20:38:16.170646 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10804 | 2024.11.22 20:38:16.170698 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10805 | 2024.11.22 20:38:16.171219 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10806 | 2024.11.22 20:38:16.171258 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 10807 | 2024.11.22 20:38:16.171645 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10808 | 2024.11.22 20:38:16.171890 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10809 | 2024.11.22 20:38:16.172107 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 10810 | 2024.11.22 20:38:16.172166 [ 5 ] {01ff4ff1-42ea-4736-880f-38170c64fa3b} <Debug> TCPHandler: Processed in 0.001697282 sec. | ||
| 10811 | 2024.11.22 20:38:18.277098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10812 | 2024.11.22 20:38:18.277787 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2024.11.22 20:38:18.277834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10814 | 2024.11.22 20:38:18.278368 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10815 | 2024.11.22 20:38:18.278626 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10816 | 2024.11.22 20:38:18.278843 [ 103 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10817 | 2024.11.22 20:38:18.278893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10818 | 2024.11.22 20:38:18.278936 [ 103 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10819 | 2024.11.22 20:38:18.278969 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10820 | 2024.11.22 20:38:18.279125 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 10821 | 2024.11.22 20:38:18.279304 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10822 | 2024.11.22 20:38:18.279353 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 10823 | 2024.11.22 20:38:18.279442 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10824 | 2024.11.22 20:38:18.279654 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10825 | 2024.11.22 20:38:18.279810 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10826 | 2024.11.22 20:38:18.279962 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10827 | 2024.11.22 20:38:18.280070 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10828 | 2024.11.22 20:38:18.282533 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003486295 sec., 6718880.645499018 rows/sec., 96.11 MiB/sec. | ||
| 10829 | 2024.11.22 20:38:18.283021 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10830 | 2024.11.22 20:38:18.283368 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2024.11.22 20:38:18.283467 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_51_10} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10832 | 2024.11.22 20:38:18.283583 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10833 | 2024.11.22 20:38:19.946584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10834 | 2024.11.22 20:38:19.968519 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2024.11.22 20:38:19.968579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10836 | 2024.11.22 20:38:19.975984 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10837 | 2024.11.22 20:38:19.976749 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2024.11.22 20:38:19.977208 [ 101 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10839 | 2024.11.22 20:38:19.977388 [ 101 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10840 | 2024.11.22 20:38:19.977493 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10841 | 2024.11.22 20:38:19.978305 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10842 | 2024.11.22 20:38:19.994313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10843 | 2024.11.22 20:38:19.996050 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10844 | 2024.11.22 20:38:19.997417 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10845 | 2024.11.22 20:38:20.003519 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10846 | 2024.11.22 20:38:20.009226 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10847 | 2024.11.22 20:38:20.015037 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10848 | 2024.11.22 20:38:20.020852 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10849 | 2024.11.22 20:38:20.025695 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 10850 | 2024.11.22 20:38:20.086120 [ 196 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.108426638 sec., 3550.7879530489545 rows/sec., 18.36 MiB/sec. | ||
| 10851 | 2024.11.22 20:38:20.089279 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10852 | 2024.11.22 20:38:20.092192 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_51_10} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2024.11.22 20:38:20.092328 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_51_10} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10854 | 2024.11.22 20:38:20.094843 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10855 | 2024.11.22 20:38:21.159432 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10856 | 2024.11.22 20:38:21.159612 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10857 | 2024.11.22 20:38:21.159681 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10858 | 2024.11.22 20:38:21.160429 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10859 | 2024.11.22 20:38:21.160469 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10860 | 2024.11.22 20:38:21.160882 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10861 | 2024.11.22 20:38:21.161146 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10862 | 2024.11.22 20:38:21.161388 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 10863 | 2024.11.22 20:38:21.161445 [ 5 ] {3dfe869d-f2f8-4ae4-97ad-d7a21849db98} <Debug> TCPHandler: Processed in 0.002139832 sec. | ||
| 10864 | 2024.11.22 20:38:21.161710 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10865 | 2024.11.22 20:38:21.161903 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10866 | 2024.11.22 20:38:21.161975 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10867 | 2024.11.22 20:38:21.162874 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10868 | 2024.11.22 20:38:21.162918 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10869 | 2024.11.22 20:38:21.163385 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10870 | 2024.11.22 20:38:21.163661 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10871 | 2024.11.22 20:38:21.163884 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002034 sec., 107669.61651917406 rows/sec., 9.38 MiB/sec. | ||
| 10872 | 2024.11.22 20:38:21.163950 [ 255 ] {96b51acb-9c3f-471b-bd1e-b4c7def7c64f} <Debug> TCPHandler: Processed in 0.002375588 sec. | ||
| 10873 | 2024.11.22 20:38:21.164134 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10874 | 2024.11.22 20:38:21.164271 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10875 | 2024.11.22 20:38:21.164328 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10876 | 2024.11.22 20:38:21.165020 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.11.22 20:38:21.165067 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10878 | 2024.11.22 20:38:21.165442 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10879 | 2024.11.22 20:38:21.165676 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10880 | 2024.11.22 20:38:21.165893 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001653 sec., 9074.410163339384 rows/sec., 639.82 KiB/sec. | ||
| 10881 | 2024.11.22 20:38:21.165945 [ 5 ] {49f52ad4-6b1d-4f4c-90c0-06ee84d18b57} <Debug> TCPHandler: Processed in 0.001882506 sec. | ||
| 10882 | 2024.11.22 20:38:21.166101 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10883 | 2024.11.22 20:38:21.166232 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10884 | 2024.11.22 20:38:21.166296 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10885 | 2024.11.22 20:38:21.167009 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10886 | 2024.11.22 20:38:21.167057 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10887 | 2024.11.22 20:38:21.167454 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10888 | 2024.11.22 20:38:21.167697 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10889 | 2024.11.22 20:38:21.167885 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001688 sec., 8293.838862559242 rows/sec., 580.85 KiB/sec. | ||
| 10890 | 2024.11.22 20:38:21.168020 [ 255 ] {a2f93835-7903-42e6-8d3c-25db11258636} <Debug> TCPHandler: Processed in 0.001980639 sec. | ||
| 10891 | 2024.11.22 20:38:21.168190 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10892 | 2024.11.22 20:38:21.168334 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10893 | 2024.11.22 20:38:21.168392 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10894 | 2024.11.22 20:38:21.169120 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2024.11.22 20:38:21.169168 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10896 | 2024.11.22 20:38:21.169556 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10897 | 2024.11.22 20:38:21.169800 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10898 | 2024.11.22 20:38:21.170021 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001717 sec., 7571.3453698311005 rows/sec., 472.07 KiB/sec. | ||
| 10899 | 2024.11.22 20:38:21.170074 [ 5 ] {01f95d4b-6908-4657-b9bc-61fae3a62411} <Debug> TCPHandler: Processed in 0.001951468 sec. | ||
| 10900 | 2024.11.22 20:38:21.170232 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10901 | 2024.11.22 20:38:21.170370 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10902 | 2024.11.22 20:38:21.170430 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10903 | 2024.11.22 20:38:21.171265 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10904 | 2024.11.22 20:38:21.171304 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10905 | 2024.11.22 20:38:21.171691 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10906 | 2024.11.22 20:38:21.171929 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10907 | 2024.11.22 20:38:21.172140 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001801 sec., 216546.36313159356 rows/sec., 15.36 MiB/sec. | ||
| 10908 | 2024.11.22 20:38:21.172241 [ 255 ] {ec15c4c6-7ff0-4495-bb8e-3199122c02d9} <Debug> TCPHandler: Processed in 0.002072301 sec. | ||
| 10909 | 2024.11.22 20:38:21.172416 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10910 | 2024.11.22 20:38:21.172575 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10911 | 2024.11.22 20:38:21.172637 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10912 | 2024.11.22 20:38:21.173208 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10913 | 2024.11.22 20:38:21.173247 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10914 | 2024.11.22 20:38:21.173616 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10915 | 2024.11.22 20:38:21.173858 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2024.11.22 20:38:21.174109 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec. | ||
| 10917 | 2024.11.22 20:38:21.174182 [ 5 ] {f49ed939-47a6-483c-b907-b27b964815c7} <Debug> TCPHandler: Processed in 0.001849965 sec. | ||
| 10918 | 2024.11.22 20:38:21.174434 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10919 | 2024.11.22 20:38:21.174599 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10920 | 2024.11.22 20:38:21.174661 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10921 | 2024.11.22 20:38:21.175320 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10922 | 2024.11.22 20:38:21.175358 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10923 | 2024.11.22 20:38:21.175756 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10924 | 2024.11.22 20:38:21.175996 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2024.11.22 20:38:21.176173 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 10926 | 2024.11.22 20:38:21.176227 [ 255 ] {c42955a8-e3aa-4ba7-9373-4d3f512bc8c2} <Debug> TCPHandler: Processed in 0.001939947 sec. | ||
| 10927 | 2024.11.22 20:38:21.176435 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.11.22 20:38:21.176664 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10929 | 2024.11.22 20:38:21.176762 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10930 | 2024.11.22 20:38:21.177442 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2024.11.22 20:38:21.177481 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10932 | 2024.11.22 20:38:21.177839 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10933 | 2024.11.22 20:38:21.178072 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2024.11.22 20:38:21.178244 [ 100 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 | ||
| 10935 | 2024.11.22 20:38:21.178313 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001704 sec., 586.8544600938967 rows/sec., 39.54 KiB/sec. | ||
| 10936 | 2024.11.22 20:38:21.178316 [ 100 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10937 | 2024.11.22 20:38:21.178401 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10938 | 2024.11.22 20:38:21.178429 [ 5 ] {8cddcbd6-de58-42c4-af21-c21cdcc19e03} <Debug> TCPHandler: Processed in 0.002103391 sec. | ||
| 10939 | 2024.11.22 20:38:21.178722 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10940 | 2024.11.22 20:38:21.179187 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10941 | 2024.11.22 20:38:21.179311 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full | ||
| 10942 | 2024.11.22 20:38:21.179599 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <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 | ||
| 10943 | 2024.11.22 20:38:21.179797 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10944 | 2024.11.22 20:38:21.179924 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 10945 | 2024.11.22 20:38:21.180243 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10946 | 2024.11.22 20:38:21.180519 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10947 | 2024.11.22 20:38:21.180887 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10948 | 2024.11.22 20:38:21.181242 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10949 | 2024.11.22 20:38:21.181500 [ 191 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 10950 | 2024.11.22 20:38:21.185549 [ 196 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.006916269 sec., 5349.705166181361 rows/sec., 359.91 KiB/sec. | ||
| 10951 | 2024.11.22 20:38:21.185564 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2024.11.22 20:38:21.185614 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10953 | 2024.11.22 20:38:21.185704 [ 196 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10954 | 2024.11.22 20:38:21.186122 [ 196 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2024.11.22 20:38:21.186255 [ 196 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_37_8} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 | ||
| 10956 | 2024.11.22 20:38:21.186374 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10957 | 2024.11.22 20:38:21.186516 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10958 | 2024.11.22 20:38:21.186777 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10959 | 2024.11.22 20:38:21.186983 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007987 sec., 1001.6276449229999 rows/sec., 1.79 MiB/sec. | ||
| 10960 | 2024.11.22 20:38:21.187088 [ 255 ] {774ce2d5-5175-4e39-ba67-4b322c26ceac} <Debug> TCPHandler: Processed in 0.008563569 sec. | ||
| 10961 | 2024.11.22 20:38:21.187263 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10962 | 2024.11.22 20:38:21.187402 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10963 | 2024.11.22 20:38:21.187463 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10964 | 2024.11.22 20:38:21.188058 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.11.22 20:38:21.188105 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10966 | 2024.11.22 20:38:21.188498 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10967 | 2024.11.22 20:38:21.188741 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2024.11.22 20:38:21.188977 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001605 sec., 51090.34267912772 rows/sec., 3.24 MiB/sec. | ||
| 10969 | 2024.11.22 20:38:21.189081 [ 5 ] {8a044ef7-0ba0-44ac-b4dd-502603cb0169} <Debug> TCPHandler: Processed in 0.001880096 sec. | ||
| 10970 | 2024.11.22 20:38:25.577809 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10971 | 2024.11.22 20:38:25.577909 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10972 | 2024.11.22 20:38:25.779983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10973 | 2024.11.22 20:38:25.780629 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10974 | 2024.11.22 20:38:25.780675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10975 | 2024.11.22 20:38:25.781205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10976 | 2024.11.22 20:38:25.781457 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2024.11.22 20:38:25.781709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10978 | 2024.11.22 20:38:25.897505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1548 | ||
| 10979 | 2024.11.22 20:38:25.900688 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10980 | 2024.11.22 20:38:25.900736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10981 | 2024.11.22 20:38:25.902186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10982 | 2024.11.22 20:38:25.902508 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10983 | 2024.11.22 20:38:25.903052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 10984 | 2024.11.22 20:38:26.156233 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2024.11.22 20:38:26.156533 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10986 | 2024.11.22 20:38:26.156650 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10987 | 2024.11.22 20:38:26.157783 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2024.11.22 20:38:26.157831 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10989 | 2024.11.22 20:38:26.158271 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10990 | 2024.11.22 20:38:26.158527 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2024.11.22 20:38:26.158742 [ 92 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10992 | 2024.11.22 20:38:26.158770 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002318 sec., 52631.57894736842 rows/sec., 4.46 MiB/sec. | ||
| 10993 | 2024.11.22 20:38:26.158828 [ 92 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.11.22 20:38:26.158910 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 10995 | 2024.11.22 20:38:26.158918 [ 5 ] {151e4420-86b6-4e5d-874a-8cea0ccf0086} <Debug> TCPHandler: Processed in 0.00287041 sec. | ||
| 10996 | 2024.11.22 20:38:26.159114 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 10997 | 2024.11.22 20:38:26.159230 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10998 | 2024.11.22 20:38:26.159258 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10999 | 2024.11.22 20:38:26.159319 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1436 rows starting from the beginning of the part | ||
| 11000 | 2024.11.22 20:38:26.159569 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 122 rows starting from the beginning of the part | ||
| 11001 | 2024.11.22 20:38:26.159630 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11002 | 2024.11.22 20:38:26.159836 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 219 rows starting from the beginning of the part | ||
| 11003 | 2024.11.22 20:38:26.159839 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11004 | 2024.11.22 20:38:26.160251 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 125 rows starting from the beginning of the part | ||
| 11005 | 2024.11.22 20:38:26.160530 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 219 rows starting from the beginning of the part | ||
| 11006 | 2024.11.22 20:38:26.160875 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 122 rows starting from the beginning of the part | ||
| 11007 | 2024.11.22 20:38:26.162643 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11008 | 2024.11.22 20:38:26.162734 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11009 | 2024.11.22 20:38:26.163651 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11010 | 2024.11.22 20:38:26.164147 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11011 | 2024.11.22 20:38:26.164273 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247528 sec., 427439.35811300104 rows/sec., 37.69 MiB/sec. | ||
| 11012 | 2024.11.22 20:38:26.164447 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00502 sec., 6573.705179282868 rows/sec., 494.31 KiB/sec. | ||
| 11013 | 2024.11.22 20:38:26.164524 [ 255 ] {b97d161a-e4db-4375-b65f-b859058daccc} <Debug> TCPHandler: Processed in 0.005454483 sec. | ||
| 11014 | 2024.11.22 20:38:26.164567 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11015 | 2024.11.22 20:38:26.164733 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11016 | 2024.11.22 20:38:26.164978 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11017 | 2024.11.22 20:38:26.165075 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2024.11.22 20:38:26.165090 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11019 | 2024.11.22 20:38:26.165313 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_86_17} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11020 | 2024.11.22 20:38:26.165475 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 11021 | 2024.11.22 20:38:26.166037 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11022 | 2024.11.22 20:38:26.166081 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11023 | 2024.11.22 20:38:26.166450 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11024 | 2024.11.22 20:38:26.166698 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11025 | 2024.11.22 20:38:26.166863 [ 92 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11026 | 2024.11.22 20:38:26.166915 [ 92 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11027 | 2024.11.22 20:38:26.166940 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002037 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. | ||
| 11028 | 2024.11.22 20:38:26.166954 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11029 | 2024.11.22 20:38:26.167135 [ 5 ] {841c85d4-3b2b-4fb8-a6d7-ef3547778add} <Debug> TCPHandler: Processed in 0.002496821 sec. | ||
| 11030 | 2024.11.22 20:38:26.167197 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 11031 | 2024.11.22 20:38:26.167354 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11032 | 2024.11.22 20:38:26.167363 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11033 | 2024.11.22 20:38:26.167423 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 11034 | 2024.11.22 20:38:26.167551 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11035 | 2024.11.22 20:38:26.167661 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 97 rows starting from the beginning of the part | ||
| 11036 | 2024.11.22 20:38:26.167743 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11037 | 2024.11.22 20:38:26.168021 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 390 rows starting from the beginning of the part | ||
| 11038 | 2024.11.22 20:38:26.168368 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 103 rows starting from the beginning of the part | ||
| 11039 | 2024.11.22 20:38:26.168496 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 390 rows starting from the beginning of the part | ||
| 11040 | 2024.11.22 20:38:26.168974 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 97 rows starting from the beginning of the part | ||
| 11041 | 2024.11.22 20:38:26.169710 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.11.22 20:38:26.169754 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11043 | 2024.11.22 20:38:26.170336 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11044 | 2024.11.22 20:38:26.170710 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.11.22 20:38:26.171012 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003524 sec., 45402.95119182747 rows/sec., 3.16 MiB/sec. | ||
| 11046 | 2024.11.22 20:38:26.171264 [ 255 ] {dba2d5e9-cfaa-45f0-be1a-34d19f75bf4c} <Debug> TCPHandler: Processed in 0.003975437 sec. | ||
| 11047 | 2024.11.22 20:38:26.171654 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.004572562 sec., 435641.9880145967 rows/sec., 33.39 MiB/sec. | ||
| 11048 | 2024.11.22 20:38:26.171807 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11049 | 2024.11.22 20:38:26.171995 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11050 | 2024.11.22 20:38:26.172452 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11051 | 2024.11.22 20:38:26.172620 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <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 | ||
| 11052 | 2024.11.22 20:38:26.172799 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11053 | 2024.11.22 20:38:26.173049 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_86_17} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11054 | 2024.11.22 20:38:26.173213 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11055 | 2024.11.22 20:38:26.174319 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2024.11.22 20:38:26.174363 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11057 | 2024.11.22 20:38:26.175037 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11058 | 2024.11.22 20:38:26.175309 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2024.11.22 20:38:26.175574 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003223 sec., 10238.907849829351 rows/sec., 18.35 MiB/sec. | ||
| 11060 | 2024.11.22 20:38:26.175821 [ 5 ] {1c90def2-a02b-4018-bd10-6f6efc9ae167} <Debug> TCPHandler: Processed in 0.004400578 sec. | ||
| 11061 | 2024.11.22 20:38:26.176093 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11062 | 2024.11.22 20:38:26.176264 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11063 | 2024.11.22 20:38:26.176323 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11064 | 2024.11.22 20:38:26.176814 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2024.11.22 20:38:26.176852 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11066 | 2024.11.22 20:38:26.177231 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11067 | 2024.11.22 20:38:26.177464 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11068 | 2024.11.22 20:38:26.177642 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 11069 | 2024.11.22 20:38:26.177693 [ 255 ] {ed095214-a7e3-4012-9784-2ffed719bf42} <Debug> TCPHandler: Processed in 0.001768673 sec. | ||
| 11070 | 2024.11.22 20:38:27.495363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 11071 | 2024.11.22 20:38:27.514269 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.11.22 20:38:27.514335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11073 | 2024.11.22 20:38:27.521266 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11074 | 2024.11.22 20:38:27.522017 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.11.22 20:38:27.524692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 11076 | 2024.11.22 20:38:29.442621 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11077 | 2024.11.22 20:38:29.442821 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11078 | 2024.11.22 20:38:29.442897 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11079 | 2024.11.22 20:38:29.443689 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11080 | 2024.11.22 20:38:29.443743 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11081 | 2024.11.22 20:38:29.444202 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11082 | 2024.11.22 20:38:29.444466 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2024.11.22 20:38:29.444638 [ 89 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11084 | 2024.11.22 20:38:29.444684 [ 89 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.11.22 20:38:29.444687 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 11086 | 2024.11.22 20:38:29.444711 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11087 | 2024.11.22 20:38:29.444777 [ 5 ] {18a3e8eb-a164-4a87-a782-0ccd984c67df} <Debug> TCPHandler: Processed in 0.002288476 sec. | ||
| 11088 | 2024.11.22 20:38:29.444984 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 11089 | 2024.11.22 20:38:29.445140 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11090 | 2024.11.22 20:38:29.445214 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11091 | 2024.11.22 20:38:29.445281 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 11092 | 2024.11.22 20:38:29.445502 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11093 | 2024.11.22 20:38:29.445558 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11094 | 2024.11.22 20:38:29.445648 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11095 | 2024.11.22 20:38:29.445884 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11096 | 2024.11.22 20:38:29.446201 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11097 | 2024.11.22 20:38:29.446455 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11098 | 2024.11.22 20:38:29.448283 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2024.11.22 20:38:29.448382 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11100 | 2024.11.22 20:38:29.448960 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004133651 sec., 16934.18239711093 rows/sec., 1.26 MiB/sec. | ||
| 11101 | 2024.11.22 20:38:29.449160 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11102 | 2024.11.22 20:38:29.449484 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11103 | 2024.11.22 20:38:29.449925 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11104 | 2024.11.22 20:38:29.450015 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2024.11.22 20:38:29.450203 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_37_9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11106 | 2024.11.22 20:38:29.450597 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.005195 sec., 1924.9278152069298 rows/sec., 156.96 KiB/sec. | ||
| 11107 | 2024.11.22 20:38:29.450657 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11108 | 2024.11.22 20:38:29.450922 [ 255 ] {c1593f14-d4b7-42e6-8394-ab763f0ca1ac} <Debug> TCPHandler: Processed in 0.005961246 sec. | ||
| 11109 | 2024.11.22 20:38:29.451142 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11110 | 2024.11.22 20:38:29.451275 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11111 | 2024.11.22 20:38:29.451331 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11112 | 2024.11.22 20:38:29.452621 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11113 | 2024.11.22 20:38:29.452690 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11114 | 2024.11.22 20:38:29.453169 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11115 | 2024.11.22 20:38:29.453415 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11116 | 2024.11.22 20:38:29.453615 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002372 sec., 575042.1585160203 rows/sec., 47.77 MiB/sec. | ||
| 11117 | 2024.11.22 20:38:29.453677 [ 5 ] {440f4787-6a58-49ff-8fcb-61e27c737a06} <Debug> TCPHandler: Processed in 0.002606404 sec. | ||
| 11118 | 2024.11.22 20:38:29.453882 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11119 | 2024.11.22 20:38:29.454032 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11120 | 2024.11.22 20:38:29.454096 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11121 | 2024.11.22 20:38:29.454802 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11122 | 2024.11.22 20:38:29.454846 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11123 | 2024.11.22 20:38:29.455227 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11124 | 2024.11.22 20:38:29.455479 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11125 | 2024.11.22 20:38:29.455701 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001707 sec., 14645.577035735208 rows/sec., 1.00 MiB/sec. | ||
| 11126 | 2024.11.22 20:38:29.455774 [ 255 ] {976d3360-35d9-424b-8353-e0f0b40c9329} <Debug> TCPHandler: Processed in 0.001962498 sec. | ||
| 11127 | 2024.11.22 20:38:29.456014 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11128 | 2024.11.22 20:38:29.456166 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11129 | 2024.11.22 20:38:29.456231 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11130 | 2024.11.22 20:38:29.457986 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11131 | 2024.11.22 20:38:29.458031 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11132 | 2024.11.22 20:38:29.458509 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11133 | 2024.11.22 20:38:29.458815 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11134 | 2024.11.22 20:38:29.459046 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002914 sec., 83047.35758407688 rows/sec., 5.63 MiB/sec. | ||
| 11135 | 2024.11.22 20:38:29.459202 [ 5 ] {b9612014-0f42-412e-bbe0-97c1432a5d59} <Debug> TCPHandler: Processed in 0.00326053 sec. | ||
| 11136 | 2024.11.22 20:38:29.459386 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11137 | 2024.11.22 20:38:29.459520 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11138 | 2024.11.22 20:38:29.459573 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11139 | 2024.11.22 20:38:29.460214 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11140 | 2024.11.22 20:38:29.460257 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11141 | 2024.11.22 20:38:29.460650 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11142 | 2024.11.22 20:38:29.460901 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11143 | 2024.11.22 20:38:29.461093 [ 89 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11144 | 2024.11.22 20:38:29.461156 [ 89 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11145 | 2024.11.22 20:38:29.461173 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00167 sec., 7784.43113772455 rows/sec., 485.36 KiB/sec. | ||
| 11146 | 2024.11.22 20:38:29.461193 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11147 | 2024.11.22 20:38:29.461331 [ 255 ] {1b45363e-edf4-445f-b03c-dd6253a2f44d} <Debug> TCPHandler: Processed in 0.002008109 sec. | ||
| 11148 | 2024.11.22 20:38:29.461382 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 11149 | 2024.11.22 20:38:29.461521 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11150 | 2024.11.22 20:38:29.461533 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11151 | 2024.11.22 20:38:29.461571 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11152 | 2024.11.22 20:38:29.461824 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11153 | 2024.11.22 20:38:29.461834 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11154 | 2024.11.22 20:38:29.462023 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11155 | 2024.11.22 20:38:29.462129 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11156 | 2024.11.22 20:38:29.462556 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11157 | 2024.11.22 20:38:29.462904 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11158 | 2024.11.22 20:38:29.465151 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2024.11.22 20:38:29.465170 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003863815 sec., 16822.751606896294 rows/sec., 1.09 MiB/sec. | ||
| 11160 | 2024.11.22 20:38:29.465207 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11161 | 2024.11.22 20:38:29.465362 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11162 | 2024.11.22 20:38:29.465762 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11163 | 2024.11.22 20:38:29.465805 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11164 | 2024.11.22 20:38:29.465933 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_37_9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11165 | 2024.11.22 20:38:29.466064 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11166 | 2024.11.22 20:38:29.466102 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11167 | 2024.11.22 20:38:29.466307 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.004598 sec., 186167.8990865594 rows/sec., 13.47 MiB/sec. | ||
| 11168 | 2024.11.22 20:38:29.466370 [ 5 ] {c95967db-c00e-44d5-b111-e7d43810ec20} <Debug> TCPHandler: Processed in 0.00492067 sec. | ||
| 11169 | 2024.11.22 20:38:29.466578 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11170 | 2024.11.22 20:38:29.466765 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11171 | 2024.11.22 20:38:29.466823 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11172 | 2024.11.22 20:38:29.467332 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11173 | 2024.11.22 20:38:29.467374 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11174 | 2024.11.22 20:38:29.467760 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11175 | 2024.11.22 20:38:29.468000 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11176 | 2024.11.22 20:38:29.468221 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 11177 | 2024.11.22 20:38:29.468271 [ 255 ] {25cc57e2-4743-43b8-bb35-f68abd5727a0} <Debug> TCPHandler: Processed in 0.001793853 sec. | ||
| 11178 | 2024.11.22 20:38:29.468423 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11179 | 2024.11.22 20:38:29.468564 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11180 | 2024.11.22 20:38:29.468628 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11181 | 2024.11.22 20:38:29.469600 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.11.22 20:38:29.469638 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11183 | 2024.11.22 20:38:29.470084 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11184 | 2024.11.22 20:38:29.470338 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2024.11.22 20:38:29.470533 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.002 sec., 465000 rows/sec., 31.03 MiB/sec. | ||
| 11186 | 2024.11.22 20:38:29.470587 [ 5 ] {4d0985d9-bec0-43f6-b975-7a33644ef857} <Debug> TCPHandler: Processed in 0.002221294 sec. | ||
| 11187 | 2024.11.22 20:38:29.470792 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11188 | 2024.11.22 20:38:29.470943 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11189 | 2024.11.22 20:38:29.470995 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11190 | 2024.11.22 20:38:29.471472 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2024.11.22 20:38:29.471511 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11192 | 2024.11.22 20:38:29.471876 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11193 | 2024.11.22 20:38:29.472113 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2024.11.22 20:38:29.472369 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 11195 | 2024.11.22 20:38:29.472555 [ 255 ] {c9ce092d-d3da-400c-a9e1-f91dc35e7ce1} <Debug> TCPHandler: Processed in 0.001865036 sec. | ||
| 11196 | 2024.11.22 20:38:29.472766 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11197 | 2024.11.22 20:38:29.472899 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11198 | 2024.11.22 20:38:29.472988 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <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 | ||
| 11199 | 2024.11.22 20:38:29.474134 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2024.11.22 20:38:29.474173 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11201 | 2024.11.22 20:38:29.474762 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11202 | 2024.11.22 20:38:29.475021 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2024.11.22 20:38:29.475222 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002352 sec., 3401.360544217687 rows/sec., 6.10 MiB/sec. | ||
| 11204 | 2024.11.22 20:38:29.475315 [ 5 ] {56917721-ddce-4e4b-8295-0b95185ce45a} <Debug> TCPHandler: Processed in 0.002657724 sec. | ||
| 11205 | 2024.11.22 20:38:29.475478 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11206 | 2024.11.22 20:38:29.475616 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11207 | 2024.11.22 20:38:29.475676 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11208 | 2024.11.22 20:38:29.476257 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2024.11.22 20:38:29.476303 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11210 | 2024.11.22 20:38:29.476710 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11211 | 2024.11.22 20:38:29.476956 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2024.11.22 20:38:29.477186 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.0016 sec., 43750 rows/sec., 2.75 MiB/sec. | ||
| 11213 | 2024.11.22 20:38:29.477238 [ 255 ] {22ba6a92-975d-4e1e-ab25-816abd2f195d} <Debug> TCPHandler: Processed in 0.001824714 sec. | ||
| 11214 | 2024.11.22 20:38:31.148142 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11215 | 2024.11.22 20:38:31.148330 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11216 | 2024.11.22 20:38:31.148400 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11217 | 2024.11.22 20:38:31.149171 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2024.11.22 20:38:31.149217 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11219 | 2024.11.22 20:38:31.149637 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11220 | 2024.11.22 20:38:31.149879 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11221 | 2024.11.22 20:38:31.150082 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.37 MiB/sec. | ||
| 11222 | 2024.11.22 20:38:31.150140 [ 5 ] {e5d25ee8-109b-4549-a806-0f71c7856f7d} <Debug> TCPHandler: Processed in 0.002131152 sec. | ||
| 11223 | 2024.11.22 20:38:31.150414 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11224 | 2024.11.22 20:38:31.150616 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11225 | 2024.11.22 20:38:31.150689 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11226 | 2024.11.22 20:38:31.151462 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2024.11.22 20:38:31.151515 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11228 | 2024.11.22 20:38:31.151954 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11229 | 2024.11.22 20:38:31.152201 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2024.11.22 20:38:31.152431 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001868 sec., 34261.24197002141 rows/sec., 2.67 MiB/sec. | ||
| 11231 | 2024.11.22 20:38:31.152486 [ 255 ] {eaf71c45-9a9f-4346-885e-b15a676515f8} <Debug> TCPHandler: Processed in 0.002210944 sec. | ||
| 11232 | 2024.11.22 20:38:31.152656 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2024.11.22 20:38:31.152795 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11234 | 2024.11.22 20:38:31.152858 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11235 | 2024.11.22 20:38:31.153501 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2024.11.22 20:38:31.153540 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11237 | 2024.11.22 20:38:31.153919 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11238 | 2024.11.22 20:38:31.154156 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11239 | 2024.11.22 20:38:31.154291 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_81_16 to all_85_85_0 | ||
| 11240 | 2024.11.22 20:38:31.154333 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11241 | 2024.11.22 20:38:31.154343 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001577 sec., 20291.69308814204 rows/sec., 1.41 MiB/sec. | ||
| 11242 | 2024.11.22 20:38:31.154358 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11243 | 2024.11.22 20:38:31.154462 [ 5 ] {64bd24d7-7cac-466f-a5b0-f3302edf892d} <Debug> TCPHandler: Processed in 0.001874296 sec. | ||
| 11244 | 2024.11.22 20:38:31.154723 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_81_16 to all_85_85_0 into Compact with storage Full | ||
| 11245 | 2024.11.22 20:38:31.154789 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11246 | 2024.11.22 20:38:31.155304 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11247 | 2024.11.22 20:38:31.155328 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11248 | 2024.11.22 20:38:31.155452 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22923 rows starting from the beginning of the part | ||
| 11249 | 2024.11.22 20:38:31.155559 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11250 | 2024.11.22 20:38:31.156040 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 163 rows starting from the beginning of the part | ||
| 11251 | 2024.11.22 20:38:31.156572 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 11252 | 2024.11.22 20:38:31.157140 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 11253 | 2024.11.22 20:38:31.157503 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 930 rows starting from the beginning of the part | ||
| 11254 | 2024.11.22 20:38:31.158430 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11255 | 2024.11.22 20:38:31.158491 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11256 | 2024.11.22 20:38:31.159428 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11257 | 2024.11.22 20:38:31.159796 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11258 | 2024.11.22 20:38:31.160035 [ 85 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11259 | 2024.11.22 20:38:31.160117 [ 85 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11260 | 2024.11.22 20:38:31.160190 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11261 | 2024.11.22 20:38:31.160314 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005185 sec., 2314.368370298939 rows/sec., 159.72 KiB/sec. | ||
| 11262 | 2024.11.22 20:38:31.160641 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | 2024.11.22 20:38:31.160664 [ 255 ] {8940ac2d-32c8-4ed1-bb6d-633d7d9f2c73} <Debug> TCPHandler: Processed in 0.006074209 sec. | ||
| 11264 | 2024.11.22 20:38:31.161038 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11265 | 2024.11.22 20:38:31.161132 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4850 rows starting from the beginning of the part | ||
| 11266 | 2024.11.22 20:38:31.161386 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 11267 | 2024.11.22 20:38:31.161754 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 11268 | 2024.11.22 20:38:31.162026 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 11269 | 2024.11.22 20:38:31.162141 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 70 rows starting from the beginning of the part | ||
| 11270 | 2024.11.22 20:38:31.162332 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part | ||
| 11271 | 2024.11.22 20:38:31.165504 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5134 rows, containing 4 columns (4 merged, 0 gathered) in 0.005174317 sec., 992208.2470014882 rows/sec., 64.66 MiB/sec. | ||
| 11272 | 2024.11.22 20:38:31.166209 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11273 | 2024.11.22 20:38:31.166639 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11274 | 2024.11.22 20:38:31.166792 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_86_17} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11275 | 2024.11.22 20:38:31.166934 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 11276 | 2024.11.22 20:38:31.167325 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24413 rows, containing 5 columns (5 merged, 0 gathered) in 0.012846954 sec., 1900294.8091820052 rows/sec., 128.30 MiB/sec. | ||
| 11277 | 2024.11.22 20:38:31.168003 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 11278 | 2024.11.22 20:38:31.168358 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2024.11.22 20:38:31.168459 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_81_16, all_85_85_0] -> all_1_85_17 | ||
| 11280 | 2024.11.22 20:38:31.168558 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 11281 | 2024.11.22 20:38:32.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.46 MiB, peak 247.58 MiB, free memory in arenas 0.00 B, will set to 236.48 MiB (RSS), difference: 2.02 MiB | ||
| 11282 | 2024.11.22 20:38:33.282785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 11283 | 2024.11.22 20:38:33.283471 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11284 | 2024.11.22 20:38:33.283525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11285 | 2024.11.22 20:38:33.284072 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11286 | 2024.11.22 20:38:33.284344 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11287 | 2024.11.22 20:38:33.284631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11288 | 2024.11.22 20:38:35.025720 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11289 | 2024.11.22 20:38:35.046193 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2024.11.22 20:38:35.046262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11291 | 2024.11.22 20:38:35.053628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11292 | 2024.11.22 20:38:35.054393 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2024.11.22 20:38:35.057272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11294 | 2024.11.22 20:38:35.904218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1592 | ||
| 11295 | 2024.11.22 20:38:35.907497 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2024.11.22 20:38:35.907540 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11297 | 2024.11.22 20:38:35.909049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11298 | 2024.11.22 20:38:35.909367 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2024.11.22 20:38:35.909887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1592 | ||
| 11300 | 2024.11.22 20:38:36.156475 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11301 | 2024.11.22 20:38:36.156757 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11302 | 2024.11.22 20:38:36.156833 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11303 | 2024.11.22 20:38:36.157688 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11304 | 2024.11.22 20:38:36.157737 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11305 | 2024.11.22 20:38:36.158191 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11306 | 2024.11.22 20:38:36.158444 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11307 | 2024.11.22 20:38:36.158698 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001992 sec., 61244.97991967872 rows/sec., 5.19 MiB/sec. | ||
| 11308 | 2024.11.22 20:38:36.158765 [ 5 ] {1c845f54-2a16-421c-a1a3-c211375aeb01} <Debug> TCPHandler: Processed in 0.00248628 sec. | ||
| 11309 | 2024.11.22 20:38:36.159025 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11310 | 2024.11.22 20:38:36.159224 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11311 | 2024.11.22 20:38:36.159301 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11312 | 2024.11.22 20:38:36.160091 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11313 | 2024.11.22 20:38:36.160148 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11314 | 2024.11.22 20:38:36.160596 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11315 | 2024.11.22 20:38:36.160855 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11316 | 2024.11.22 20:38:36.161048 [ 79 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11317 | 2024.11.22 20:38:36.161131 [ 79 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11318 | 2024.11.22 20:38:36.161138 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001957 sec., 16862.544711292794 rows/sec., 1.24 MiB/sec. | ||
| 11319 | 2024.11.22 20:38:36.161170 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11320 | 2024.11.22 20:38:36.161368 [ 255 ] {5f9d565b-7118-4fdd-a8c7-89efb8432bfe} <Debug> TCPHandler: Processed in 0.00246243 sec. | ||
| 11321 | 2024.11.22 20:38:36.161580 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 11322 | 2024.11.22 20:38:36.161697 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11323 | 2024.11.22 20:38:36.162179 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11324 | 2024.11.22 20:38:36.162203 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11325 | 2024.11.22 20:38:36.162314 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 66 rows starting from the beginning of the part | ||
| 11326 | 2024.11.22 20:38:36.162423 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11327 | 2024.11.22 20:38:36.162780 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 39 rows starting from the beginning of the part | ||
| 11328 | 2024.11.22 20:38:36.163627 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 15 rows starting from the beginning of the part | ||
| 11329 | 2024.11.22 20:38:36.164304 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 33 rows starting from the beginning of the part | ||
| 11330 | 2024.11.22 20:38:36.164661 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part | ||
| 11331 | 2024.11.22 20:38:36.165031 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 33 rows starting from the beginning of the part | ||
| 11332 | 2024.11.22 20:38:36.166370 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11333 | 2024.11.22 20:38:36.166424 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11334 | 2024.11.22 20:38:36.167017 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.00572019 sec., 36886.886624395345 rows/sec., 2.78 MiB/sec. | ||
| 11335 | 2024.11.22 20:38:36.167052 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11336 | 2024.11.22 20:38:36.167204 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11337 | 2024.11.22 20:38:36.167477 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2024.11.22 20:38:36.167803 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11339 | 2024.11.22 20:38:36.167915 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005877 sec., 16505.019567806703 rows/sec., 1.29 MiB/sec. | ||
| 11340 | 2024.11.22 20:38:36.168001 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_76_15} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11341 | 2024.11.22 20:38:36.168069 [ 5 ] {ae22f0df-5b6a-46ac-9d57-f95cbaff9d66} <Debug> TCPHandler: Processed in 0.0065513 sec. | ||
| 11342 | 2024.11.22 20:38:36.168236 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11343 | 2024.11.22 20:38:36.168296 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11344 | 2024.11.22 20:38:36.168420 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11345 | 2024.11.22 20:38:36.168479 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11346 | 2024.11.22 20:38:36.169086 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11347 | 2024.11.22 20:38:36.169129 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11348 | 2024.11.22 20:38:36.169542 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11349 | 2024.11.22 20:38:36.169784 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11350 | 2024.11.22 20:38:36.170015 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 11351 | 2024.11.22 20:38:36.170072 [ 255 ] {f86564e3-60c8-426e-bd67-3a6a197797cf} <Debug> TCPHandler: Processed in 0.001882666 sec. | ||
| 11352 | 2024.11.22 20:38:36.170295 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11353 | 2024.11.22 20:38:36.170522 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11354 | 2024.11.22 20:38:36.170671 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <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 | ||
| 11355 | 2024.11.22 20:38:36.171892 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11356 | 2024.11.22 20:38:36.171932 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11357 | 2024.11.22 20:38:36.172618 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11358 | 2024.11.22 20:38:36.172874 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11359 | 2024.11.22 20:38:36.173060 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11360 | 2024.11.22 20:38:36.173126 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11361 | 2024.11.22 20:38:36.173168 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 11362 | 2024.11.22 20:38:36.173186 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002719 sec., 12136.815005516733 rows/sec., 21.75 MiB/sec. | ||
| 11363 | 2024.11.22 20:38:36.173461 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 11364 | 2024.11.22 20:38:36.173568 [ 5 ] {b406f03d-8691-47c7-8c49-c68d994500be} <Debug> TCPHandler: Processed in 0.003386133 sec. | ||
| 11365 | 2024.11.22 20:38:36.173797 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11366 | 2024.11.22 20:38:36.174047 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11367 | 2024.11.22 20:38:36.174058 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11368 | 2024.11.22 20:38:36.174200 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11369 | 2024.11.22 20:38:36.174213 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1397 rows starting from the beginning of the part | ||
| 11370 | 2024.11.22 20:38:36.175184 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 33 rows starting from the beginning of the part | ||
| 11371 | 2024.11.22 20:38:36.175859 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 11372 | 2024.11.22 20:38:36.176598 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11373 | 2024.11.22 20:38:36.176628 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 33 rows starting from the beginning of the part | ||
| 11374 | 2024.11.22 20:38:36.176678 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11375 | 2024.11.22 20:38:36.177219 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 11376 | 2024.11.22 20:38:36.177943 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 33 rows starting from the beginning of the part | ||
| 11377 | 2024.11.22 20:38:36.178118 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11378 | 2024.11.22 20:38:36.178870 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11379 | 2024.11.22 20:38:36.179325 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005348 sec., 11219.147344801795 rows/sec., 774.24 KiB/sec. | ||
| 11380 | 2024.11.22 20:38:36.179529 [ 255 ] {c5dbed23-8d14-446c-875e-c6e519a69337} <Debug> TCPHandler: Processed in 0.005835982 sec. | ||
| 11381 | 2024.11.22 20:38:36.185803 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1512 rows, containing 19 columns (19 merged, 0 gathered) in 0.012547217 sec., 120504.80995108318 rows/sec., 215.94 MiB/sec. | ||
| 11382 | 2024.11.22 20:38:36.187615 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11383 | 2024.11.22 20:38:36.188123 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11384 | 2024.11.22 20:38:36.188222 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11385 | 2024.11.22 20:38:36.188419 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
| 11386 | 2024.11.22 20:38:37.000329 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.98 MiB, peak 248.58 MiB, free memory in arenas 0.00 B, will set to 238.97 MiB (RSS), difference: 1.99 MiB | ||
| 11387 | 2024.11.22 20:38:40.577971 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11388 | 2024.11.22 20:38:40.578042 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11389 | 2024.11.22 20:38:40.785719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11390 | 2024.11.22 20:38:40.786548 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11391 | 2024.11.22 20:38:40.786589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11392 | 2024.11.22 20:38:40.787123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11393 | 2024.11.22 20:38:40.787390 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2024.11.22 20:38:40.787660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11395 | 2024.11.22 20:38:41.091226 [ 69 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 5 parts from all_1_34_7 to all_38_38_0 | ||
| 11396 | 2024.11.22 20:38:41.091292 [ 69 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11397 | 2024.11.22 20:38:41.091316 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11398 | 2024.11.22 20:38:41.091521 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_7 to all_38_38_0 into Compact with storage Full | ||
| 11399 | 2024.11.22 20:38:41.091811 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11400 | 2024.11.22 20:38:41.091848 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 243 rows starting from the beginning of the part | ||
| 11401 | 2024.11.22 20:38:41.091930 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part | ||
| 11402 | 2024.11.22 20:38:41.092164 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11403 | 2024.11.22 20:38:41.092363 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11404 | 2024.11.22 20:38:41.092585 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
| 11405 | 2024.11.22 20:38:41.093899 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002509171 sec., 300896.1924077713 rows/sec., 21.54 MiB/sec. | ||
| 11406 | 2024.11.22 20:38:41.094094 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11407 | 2024.11.22 20:38:41.094443 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11408 | 2024.11.22 20:38:41.094542 [ 199 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_38_8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 5 parts: [all_1_34_7, all_38_38_0] -> all_1_38_8 | ||
| 11409 | 2024.11.22 20:38:41.094635 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11410 | 2024.11.22 20:38:41.159231 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11411 | 2024.11.22 20:38:41.159422 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11412 | 2024.11.22 20:38:41.159502 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11413 | 2024.11.22 20:38:41.160306 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11414 | 2024.11.22 20:38:41.160347 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11415 | 2024.11.22 20:38:41.160788 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11416 | 2024.11.22 20:38:41.161041 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11417 | 2024.11.22 20:38:41.161244 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 11418 | 2024.11.22 20:38:41.161301 [ 5 ] {79f29368-35ff-40d2-b5ad-e70414ada171} <Debug> TCPHandler: Processed in 0.002199353 sec. | ||
| 11419 | 2024.11.22 20:38:41.161571 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11420 | 2024.11.22 20:38:41.161779 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11421 | 2024.11.22 20:38:41.161852 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11422 | 2024.11.22 20:38:41.162722 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11423 | 2024.11.22 20:38:41.162769 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11424 | 2024.11.22 20:38:41.163217 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11425 | 2024.11.22 20:38:41.163475 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11426 | 2024.11.22 20:38:41.163717 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001995 sec., 109774.43609022557 rows/sec., 9.56 MiB/sec. | ||
| 11427 | 2024.11.22 20:38:41.163782 [ 255 ] {7c206ead-5078-484c-b9fc-d70ebb4a690d} <Debug> TCPHandler: Processed in 0.002347898 sec. | ||
| 11428 | 2024.11.22 20:38:41.163984 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11429 | 2024.11.22 20:38:41.164206 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11430 | 2024.11.22 20:38:41.164298 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11431 | 2024.11.22 20:38:41.165141 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2024.11.22 20:38:41.165181 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11433 | 2024.11.22 20:38:41.165542 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11434 | 2024.11.22 20:38:41.165782 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2024.11.22 20:38:41.165962 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001812 sec., 8278.14569536424 rows/sec., 583.67 KiB/sec. | ||
| 11436 | 2024.11.22 20:38:41.166014 [ 5 ] {8f98ba3f-708c-4d1b-82ef-15a13ccb599e} <Debug> TCPHandler: Processed in 0.002139962 sec. | ||
| 11437 | 2024.11.22 20:38:41.166176 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11438 | 2024.11.22 20:38:41.166322 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11439 | 2024.11.22 20:38:41.166384 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11440 | 2024.11.22 20:38:41.167053 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11441 | 2024.11.22 20:38:41.167095 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11442 | 2024.11.22 20:38:41.167446 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11443 | 2024.11.22 20:38:41.167691 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11444 | 2024.11.22 20:38:41.167902 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec. | ||
| 11445 | 2024.11.22 20:38:41.167959 [ 255 ] {4cdbf09e-6442-4a42-9aee-07c0ae111771} <Debug> TCPHandler: Processed in 0.001853805 sec. | ||
| 11446 | 2024.11.22 20:38:41.168143 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11447 | 2024.11.22 20:38:41.168280 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11448 | 2024.11.22 20:38:41.168338 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11449 | 2024.11.22 20:38:41.169000 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11450 | 2024.11.22 20:38:41.169042 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11451 | 2024.11.22 20:38:41.169403 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11452 | 2024.11.22 20:38:41.169651 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11453 | 2024.11.22 20:38:41.169873 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 11454 | 2024.11.22 20:38:41.169970 [ 5 ] {c3645ffe-86b0-4398-aef2-420c41f52b2c} <Debug> TCPHandler: Processed in 0.001891726 sec. | ||
| 11455 | 2024.11.22 20:38:41.170235 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11456 | 2024.11.22 20:38:41.170376 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11457 | 2024.11.22 20:38:41.170435 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11458 | 2024.11.22 20:38:41.171254 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11459 | 2024.11.22 20:38:41.171294 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11460 | 2024.11.22 20:38:41.171671 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11461 | 2024.11.22 20:38:41.171901 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11462 | 2024.11.22 20:38:41.172138 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001793 sec., 217512.54880089234 rows/sec., 15.43 MiB/sec. | ||
| 11463 | 2024.11.22 20:38:41.172208 [ 255 ] {db99d138-8684-439a-b76a-60d90c4d5206} <Debug> TCPHandler: Processed in 0.002123101 sec. | ||
| 11464 | 2024.11.22 20:38:41.172413 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11465 | 2024.11.22 20:38:41.172556 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11466 | 2024.11.22 20:38:41.172609 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11467 | 2024.11.22 20:38:41.173109 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11468 | 2024.11.22 20:38:41.173148 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11469 | 2024.11.22 20:38:41.173510 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11470 | 2024.11.22 20:38:41.173767 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2024.11.22 20:38:41.173897 [ 69 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11472 | 2024.11.22 20:38:41.173938 [ 69 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2024.11.22 20:38:41.173958 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 11474 | 2024.11.22 20:38:41.173962 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11475 | 2024.11.22 20:38:41.174095 [ 5 ] {c7ead0c2-8267-40bc-878f-0ec186f3a8a5} <Debug> TCPHandler: Processed in 0.001787253 sec. | ||
| 11476 | 2024.11.22 20:38:41.174388 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 11477 | 2024.11.22 20:38:41.174521 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11478 | 2024.11.22 20:38:41.174786 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11479 | 2024.11.22 20:38:41.174824 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11480 | 2024.11.22 20:38:41.174843 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11481 | 2024.11.22 20:38:41.174957 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11482 | 2024.11.22 20:38:41.175131 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11483 | 2024.11.22 20:38:41.175504 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11484 | 2024.11.22 20:38:41.175717 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11485 | 2024.11.22 20:38:41.175991 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11486 | 2024.11.22 20:38:41.176345 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11487 | 2024.11.22 20:38:41.177828 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2024.11.22 20:38:41.177889 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11489 | 2024.11.22 20:38:41.178967 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11490 | 2024.11.22 20:38:41.179164 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005079614 sec., 44885.300339750225 rows/sec., 2.29 MiB/sec. | ||
| 11491 | 2024.11.22 20:38:41.179360 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11492 | 2024.11.22 20:38:41.179506 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11493 | 2024.11.22 20:38:41.179915 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005159 sec., 45939.13549137429 rows/sec., 3.08 MiB/sec. | ||
| 11494 | 2024.11.22 20:38:41.180018 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11495 | 2024.11.22 20:38:41.180083 [ 255 ] {60cde000-46dd-4ddd-8c31-500fea4a92ee} <Debug> TCPHandler: Processed in 0.005874604 sec. | ||
| 11496 | 2024.11.22 20:38:41.180230 [ 199 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_38_8} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11497 | 2024.11.22 20:38:41.180294 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11498 | 2024.11.22 20:38:41.180359 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11499 | 2024.11.22 20:38:41.180451 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11500 | 2024.11.22 20:38:41.180508 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11501 | 2024.11.22 20:38:41.180997 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11502 | 2024.11.22 20:38:41.181037 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11503 | 2024.11.22 20:38:41.181398 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11504 | 2024.11.22 20:38:41.181640 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11505 | 2024.11.22 20:38:41.181820 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 11506 | 2024.11.22 20:38:41.181871 [ 5 ] {dec8846c-fb38-4308-9205-8e41d0dc7110} <Debug> TCPHandler: Processed in 0.001683311 sec. | ||
| 11507 | 2024.11.22 20:38:41.182024 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11508 | 2024.11.22 20:38:41.182163 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11509 | 2024.11.22 20:38:41.182258 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <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 | ||
| 11510 | 2024.11.22 20:38:41.183454 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11511 | 2024.11.22 20:38:41.183493 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11512 | 2024.11.22 20:38:41.184119 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11513 | 2024.11.22 20:38:41.184371 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11514 | 2024.11.22 20:38:41.184631 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002499 sec., 3201.280512204882 rows/sec., 5.74 MiB/sec. | ||
| 11515 | 2024.11.22 20:38:41.184740 [ 255 ] {9b14a068-e6f9-4e3b-b85d-202989e30403} <Debug> TCPHandler: Processed in 0.002783657 sec. | ||
| 11516 | 2024.11.22 20:38:41.184890 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11517 | 2024.11.22 20:38:41.185029 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11518 | 2024.11.22 20:38:41.185090 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11519 | 2024.11.22 20:38:41.185708 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11520 | 2024.11.22 20:38:41.185754 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11521 | 2024.11.22 20:38:41.186138 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11522 | 2024.11.22 20:38:41.186378 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11523 | 2024.11.22 20:38:41.186584 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001584 sec., 51767.67676767677 rows/sec., 3.29 MiB/sec. | ||
| 11524 | 2024.11.22 20:38:41.186641 [ 5 ] {38924cbc-c73c-4184-97c3-657e6c653801} <Debug> TCPHandler: Processed in 0.001817294 sec. | ||
| 11525 | 2024.11.22 20:38:42.270010 [ 68 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11526 | 2024.11.22 20:38:42.270134 [ 68 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11527 | 2024.11.22 20:38:42.270182 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11528 | 2024.11.22 20:38:42.270434 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 11529 | 2024.11.22 20:38:42.270648 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11530 | 2024.11.22 20:38:42.270693 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 11531 | 2024.11.22 20:38:42.270796 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
| 11532 | 2024.11.22 20:38:42.270890 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 11533 | 2024.11.22 20:38:42.271184 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 11534 | 2024.11.22 20:38:42.271436 [ 190 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 11535 | 2024.11.22 20:38:42.272694 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002408559 sec., 19098.55643976336 rows/sec., 1.59 MiB/sec. | ||
| 11536 | 2024.11.22 20:38:42.272933 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11537 | 2024.11.22 20:38:42.273278 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2024.11.22 20:38:42.273379 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_17_4} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11539 | 2024.11.22 20:38:42.273482 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11540 | 2024.11.22 20:38:42.558286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11541 | 2024.11.22 20:38:42.580570 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11542 | 2024.11.22 20:38:42.580614 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11543 | 2024.11.22 20:38:42.587949 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11544 | 2024.11.22 20:38:42.588720 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11545 | 2024.11.22 20:38:42.591317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11546 | 2024.11.22 20:38:45.911086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1626 | ||
| 11547 | 2024.11.22 20:38:45.914161 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2024.11.22 20:38:45.914222 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11549 | 2024.11.22 20:38:45.915710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11550 | 2024.11.22 20:38:45.916030 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2024.11.22 20:38:45.917088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1626 | ||
| 11552 | 2024.11.22 20:38:46.156364 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11553 | 2024.11.22 20:38:46.156668 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11554 | 2024.11.22 20:38:46.156788 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11555 | 2024.11.22 20:38:46.157703 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11556 | 2024.11.22 20:38:46.157752 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11557 | 2024.11.22 20:38:46.158203 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11558 | 2024.11.22 20:38:46.158475 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11559 | 2024.11.22 20:38:46.158688 [ 56 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11560 | 2024.11.22 20:38:46.158757 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00217 sec., 56221.198156682025 rows/sec., 4.77 MiB/sec. | ||
| 11561 | 2024.11.22 20:38:46.158769 [ 56 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11562 | 2024.11.22 20:38:46.158846 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11563 | 2024.11.22 20:38:46.158905 [ 5 ] {b76d4780-be5f-46ed-9a1e-ede321881eab} <Debug> TCPHandler: Processed in 0.002723716 sec. | ||
| 11564 | 2024.11.22 20:38:46.159118 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 11565 | 2024.11.22 20:38:46.159206 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11566 | 2024.11.22 20:38:46.159377 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11567 | 2024.11.22 20:38:46.159456 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1436 rows starting from the beginning of the part | ||
| 11568 | 2024.11.22 20:38:46.159465 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11569 | 2024.11.22 20:38:46.159614 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11570 | 2024.11.22 20:38:46.159714 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1364 rows starting from the beginning of the part | ||
| 11571 | 2024.11.22 20:38:46.160149 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 11572 | 2024.11.22 20:38:46.160466 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 122 rows starting from the beginning of the part | ||
| 11573 | 2024.11.22 20:38:46.160816 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 219 rows starting from the beginning of the part | ||
| 11574 | 2024.11.22 20:38:46.161211 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 122 rows starting from the beginning of the part | ||
| 11575 | 2024.11.22 20:38:46.162616 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2024.11.22 20:38:46.162679 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11577 | 2024.11.22 20:38:46.163743 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11578 | 2024.11.22 20:38:46.164108 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2024.11.22 20:38:46.164400 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005001 sec., 6598.68026394721 rows/sec., 496.19 KiB/sec. | ||
| 11580 | 2024.11.22 20:38:46.164548 [ 255 ] {569e34ca-ea29-418a-8402-5be10a08502d} <Debug> TCPHandler: Processed in 0.005491874 sec. | ||
| 11581 | 2024.11.22 20:38:46.164919 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933115 sec., 559402.6072307717 rows/sec., 48.85 MiB/sec. | ||
| 11582 | 2024.11.22 20:38:46.165003 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11583 | 2024.11.22 20:38:46.165151 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11584 | 2024.11.22 20:38:46.165379 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11585 | 2024.11.22 20:38:46.165536 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11586 | 2024.11.22 20:38:46.165773 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11587 | 2024.11.22 20:38:46.165969 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_91_18} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11588 | 2024.11.22 20:38:46.166161 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11589 | 2024.11.22 20:38:46.166685 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11590 | 2024.11.22 20:38:46.166732 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11591 | 2024.11.22 20:38:46.167119 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11592 | 2024.11.22 20:38:46.167359 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11593 | 2024.11.22 20:38:46.167560 [ 56 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11594 | 2024.11.22 20:38:46.167629 [ 56 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2024.11.22 20:38:46.167629 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002367 sec., 40980.1436417406 rows/sec., 3.20 MiB/sec. | ||
| 11596 | 2024.11.22 20:38:46.167672 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11597 | 2024.11.22 20:38:46.167820 [ 5 ] {fe406e5f-aeba-4b02-88e0-f3660be92962} <Debug> TCPHandler: Processed in 0.003151207 sec. | ||
| 11598 | 2024.11.22 20:38:46.168011 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 11599 | 2024.11.22 20:38:46.168131 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11600 | 2024.11.22 20:38:46.168566 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11601 | 2024.11.22 20:38:46.168661 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11602 | 2024.11.22 20:38:46.168814 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11603 | 2024.11.22 20:38:46.168827 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 11604 | 2024.11.22 20:38:46.169461 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 856 rows starting from the beginning of the part | ||
| 11605 | 2024.11.22 20:38:46.170099 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 11606 | 2024.11.22 20:38:46.170731 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 97 rows starting from the beginning of the part | ||
| 11607 | 2024.11.22 20:38:46.170997 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 390 rows starting from the beginning of the part | ||
| 11608 | 2024.11.22 20:38:46.171186 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 97 rows starting from the beginning of the part | ||
| 11609 | 2024.11.22 20:38:46.171773 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11610 | 2024.11.22 20:38:46.171817 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11611 | 2024.11.22 20:38:46.172407 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11612 | 2024.11.22 20:38:46.172672 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11613 | 2024.11.22 20:38:46.172958 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004547 sec., 35188.03606773697 rows/sec., 2.45 MiB/sec. | ||
| 11614 | 2024.11.22 20:38:46.173143 [ 255 ] {046b22eb-970a-4677-84b9-8396c9a3715d} <Debug> TCPHandler: Processed in 0.005178197 sec. | ||
| 11615 | 2024.11.22 20:38:46.173246 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005453663 sec., 443555.0931548209 rows/sec., 34.02 MiB/sec. | ||
| 11616 | 2024.11.22 20:38:46.173419 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11617 | 2024.11.22 20:38:46.173433 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11618 | 2024.11.22 20:38:46.173741 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11619 | 2024.11.22 20:38:46.173944 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11620 | 2024.11.22 20:38:46.173993 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <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 | ||
| 11621 | 2024.11.22 20:38:46.174161 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_91_18} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11622 | 2024.11.22 20:38:46.174453 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11623 | 2024.11.22 20:38:46.175579 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2024.11.22 20:38:46.175625 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11625 | 2024.11.22 20:38:46.176322 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11626 | 2024.11.22 20:38:46.176586 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2024.11.22 20:38:46.176841 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003205 sec., 10296.411856474258 rows/sec., 18.45 MiB/sec. | ||
| 11628 | 2024.11.22 20:38:46.176952 [ 5 ] {84cd9d46-07a4-4fba-9b1e-7524df9a9898} <Debug> TCPHandler: Processed in 0.003666149 sec. | ||
| 11629 | 2024.11.22 20:38:46.177121 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11630 | 2024.11.22 20:38:46.177255 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11631 | 2024.11.22 20:38:46.177315 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11632 | 2024.11.22 20:38:46.177904 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11633 | 2024.11.22 20:38:46.177949 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11634 | 2024.11.22 20:38:46.178340 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11635 | 2024.11.22 20:38:46.178576 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11636 | 2024.11.22 20:38:46.178814 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 11637 | 2024.11.22 20:38:46.178896 [ 255 ] {baa1c6ea-f830-4a1d-91c8-73a9f9c28628} <Debug> TCPHandler: Processed in 0.001840225 sec. | ||
| 11638 | 2024.11.22 20:38:48.288744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11639 | 2024.11.22 20:38:48.289460 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11640 | 2024.11.22 20:38:48.289508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11641 | 2024.11.22 20:38:48.290048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11642 | 2024.11.22 20:38:48.290311 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11643 | 2024.11.22 20:38:48.290524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11644 | 2024.11.22 20:38:50.092336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11645 | 2024.11.22 20:38:50.113369 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11646 | 2024.11.22 20:38:50.113415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11647 | 2024.11.22 20:38:50.120721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11648 | 2024.11.22 20:38:50.121529 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11649 | 2024.11.22 20:38:50.124274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11650 | 2024.11.22 20:38:51.158758 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11651 | 2024.11.22 20:38:51.158942 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11652 | 2024.11.22 20:38:51.159012 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11653 | 2024.11.22 20:38:51.159750 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11654 | 2024.11.22 20:38:51.159794 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11655 | 2024.11.22 20:38:51.160220 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11656 | 2024.11.22 20:38:51.160496 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11657 | 2024.11.22 20:38:51.160717 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001817 sec., 7705.008255365988 rows/sec., 554.66 KiB/sec. | ||
| 11658 | 2024.11.22 20:38:51.160857 [ 5 ] {f74b2bf6-ca33-4299-8098-9126d17dff5b} <Debug> TCPHandler: Processed in 0.002231795 sec. | ||
| 11659 | 2024.11.22 20:38:51.161146 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11660 | 2024.11.22 20:38:51.161329 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11661 | 2024.11.22 20:38:51.161399 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11662 | 2024.11.22 20:38:51.162245 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11663 | 2024.11.22 20:38:51.162293 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11664 | 2024.11.22 20:38:51.162746 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11665 | 2024.11.22 20:38:51.163005 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11666 | 2024.11.22 20:38:51.163246 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00197 sec., 111167.51269035533 rows/sec., 9.68 MiB/sec. | ||
| 11667 | 2024.11.22 20:38:51.163310 [ 255 ] {8322cea0-2404-49e1-b02e-30c40ca771cd} <Debug> TCPHandler: Processed in 0.002318297 sec. | ||
| 11668 | 2024.11.22 20:38:51.163481 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11669 | 2024.11.22 20:38:51.163624 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11670 | 2024.11.22 20:38:51.163686 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11671 | 2024.11.22 20:38:51.164324 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2024.11.22 20:38:51.164362 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11673 | 2024.11.22 20:38:51.164729 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11674 | 2024.11.22 20:38:51.164968 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2024.11.22 20:38:51.165147 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001557 sec., 9633.911368015415 rows/sec., 679.27 KiB/sec. | ||
| 11676 | 2024.11.22 20:38:51.165202 [ 5 ] {8dcd186d-d6d8-4bf5-b373-551a92d0aa39} <Debug> TCPHandler: Processed in 0.001792094 sec. | ||
| 11677 | 2024.11.22 20:38:51.165348 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11678 | 2024.11.22 20:38:51.165491 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11679 | 2024.11.22 20:38:51.165553 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11680 | 2024.11.22 20:38:51.166224 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11681 | 2024.11.22 20:38:51.166265 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11682 | 2024.11.22 20:38:51.166622 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11683 | 2024.11.22 20:38:51.166865 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11684 | 2024.11.22 20:38:51.167086 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 11685 | 2024.11.22 20:38:51.167183 [ 255 ] {3adaf6bb-f18b-48d4-ba6e-b667510421fc} <Debug> TCPHandler: Processed in 0.001899686 sec. | ||
| 11686 | 2024.11.22 20:38:51.167383 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11687 | 2024.11.22 20:38:51.167521 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11688 | 2024.11.22 20:38:51.167579 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11689 | 2024.11.22 20:38:51.168236 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11690 | 2024.11.22 20:38:51.168275 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11691 | 2024.11.22 20:38:51.168632 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11692 | 2024.11.22 20:38:51.168866 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11693 | 2024.11.22 20:38:51.169042 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec. | ||
| 11694 | 2024.11.22 20:38:51.169093 [ 5 ] {3da3a83f-9ed5-47d6-9c1d-c2ac9657b73d} <Debug> TCPHandler: Processed in 0.001831895 sec. | ||
| 11695 | 2024.11.22 20:38:51.169262 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11696 | 2024.11.22 20:38:51.169380 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11697 | 2024.11.22 20:38:51.169431 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11698 | 2024.11.22 20:38:51.170166 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11699 | 2024.11.22 20:38:51.170206 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11700 | 2024.11.22 20:38:51.170595 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11701 | 2024.11.22 20:38:51.170849 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11702 | 2024.11.22 20:38:51.171058 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001705 sec., 228739.00293255132 rows/sec., 16.22 MiB/sec. | ||
| 11703 | 2024.11.22 20:38:51.171115 [ 255 ] {2d244d0b-a7e3-4fb6-b6c1-d83a168e7084} <Debug> TCPHandler: Processed in 0.001909857 sec. | ||
| 11704 | 2024.11.22 20:38:51.171277 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11705 | 2024.11.22 20:38:51.171415 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11706 | 2024.11.22 20:38:51.171478 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11707 | 2024.11.22 20:38:51.172035 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11708 | 2024.11.22 20:38:51.172076 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11709 | 2024.11.22 20:38:51.172438 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11710 | 2024.11.22 20:38:51.172672 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11711 | 2024.11.22 20:38:51.172847 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 11712 | 2024.11.22 20:38:51.172894 [ 5 ] {f7b69b7b-32cd-4c16-93bf-5435c2a1d732} <Debug> TCPHandler: Processed in 0.001686211 sec. | ||
| 11713 | 2024.11.22 20:38:51.173033 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11714 | 2024.11.22 20:38:51.173167 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11715 | 2024.11.22 20:38:51.173230 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11716 | 2024.11.22 20:38:51.173925 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11717 | 2024.11.22 20:38:51.173973 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11718 | 2024.11.22 20:38:51.174392 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11719 | 2024.11.22 20:38:51.174625 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11720 | 2024.11.22 20:38:51.174787 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 11721 | 2024.11.22 20:38:51.174842 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2024.11.22 20:38:51.174854 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001709 sec., 138677.58923346986 rows/sec., 9.30 MiB/sec. | ||
| 11723 | 2024.11.22 20:38:51.174880 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11724 | 2024.11.22 20:38:51.175021 [ 255 ] {ddcc1e5c-73d1-4ce7-8cc1-c99bcd7628af} <Debug> TCPHandler: Processed in 0.002041009 sec. | ||
| 11725 | 2024.11.22 20:38:51.175088 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 11726 | 2024.11.22 20:38:51.175286 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11727 | 2024.11.22 20:38:51.175437 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11728 | 2024.11.22 20:38:51.175566 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_85_17, total 24413 rows starting from the beginning of the part | ||
| 11729 | 2024.11.22 20:38:51.176010 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11730 | 2024.11.22 20:38:51.176127 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 32 rows starting from the beginning of the part | ||
| 11731 | 2024.11.22 20:38:51.176344 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11732 | 2024.11.22 20:38:51.176820 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 11733 | 2024.11.22 20:38:51.177247 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 11734 | 2024.11.22 20:38:51.177665 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 11735 | 2024.11.22 20:38:51.178106 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 11736 | 2024.11.22 20:38:51.179319 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.11.22 20:38:51.179393 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11738 | 2024.11.22 20:38:51.179986 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11739 | 2024.11.22 20:38:51.180368 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2024.11.22 20:38:51.180933 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005245 sec., 190.65776930409916 rows/sec., 12.85 KiB/sec. | ||
| 11741 | 2024.11.22 20:38:51.181094 [ 5 ] {57f4b628-1010-4003-89a6-270a0dfed392} <Debug> TCPHandler: Processed in 0.005975096 sec. | ||
| 11742 | 2024.11.22 20:38:51.181309 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2024.11.22 20:38:51.181447 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11744 | 2024.11.22 20:38:51.181540 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <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 | ||
| 11745 | 2024.11.22 20:38:51.182944 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11746 | 2024.11.22 20:38:51.182983 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11747 | 2024.11.22 20:38:51.184027 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11748 | 2024.11.22 20:38:51.184330 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11749 | 2024.11.22 20:38:51.184613 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003195 sec., 2503.9123630672925 rows/sec., 4.49 MiB/sec. | ||
| 11750 | 2024.11.22 20:38:51.184716 [ 255 ] {2a875c13-ee0e-4e3d-a1bf-da3405be0548} <Debug> TCPHandler: Processed in 0.003504335 sec. | ||
| 11751 | 2024.11.22 20:38:51.184911 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11752 | 2024.11.22 20:38:51.185062 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11753 | 2024.11.22 20:38:51.185122 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11754 | 2024.11.22 20:38:51.185839 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25239 rows, containing 5 columns (5 merged, 0 gathered) in 0.010844665 sec., 2327319.4699882385 rows/sec., 157.18 MiB/sec. | ||
| 11755 | 2024.11.22 20:38:51.186181 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 11756 | 2024.11.22 20:38:51.186581 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11757 | 2024.11.22 20:38:51.186644 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11758 | 2024.11.22 20:38:51.186795 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11759 | 2024.11.22 20:38:51.186968 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 11760 | 2024.11.22 20:38:51.187129 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11761 | 2024.11.22 20:38:51.187334 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11762 | 2024.11.22 20:38:51.187588 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11763 | 2024.11.22 20:38:51.187773 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002746 sec., 29861.616897305168 rows/sec., 1.90 MiB/sec. | ||
| 11764 | 2024.11.22 20:38:51.187837 [ 5 ] {dcb4d473-41be-457d-a56a-06340afb85b3} <Debug> TCPHandler: Processed in 0.003025694 sec. | ||
| 11765 | 2024.11.22 20:38:55.578075 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11766 | 2024.11.22 20:38:55.578138 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11767 | 2024.11.22 20:38:55.791730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11768 | 2024.11.22 20:38:55.792396 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11769 | 2024.11.22 20:38:55.792445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11770 | 2024.11.22 20:38:55.792974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11771 | 2024.11.22 20:38:55.793232 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11772 | 2024.11.22 20:38:55.793442 [ 41 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11773 | 2024.11.22 20:38:55.793484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11774 | 2024.11.22 20:38:55.793527 [ 41 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11775 | 2024.11.22 20:38:55.793557 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11776 | 2024.11.22 20:38:55.793673 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 11777 | 2024.11.22 20:38:55.793806 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11778 | 2024.11.22 20:38:55.793847 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11779 | 2024.11.22 20:38:55.793923 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11780 | 2024.11.22 20:38:55.794118 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11781 | 2024.11.22 20:38:55.794405 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11782 | 2024.11.22 20:38:55.794542 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11783 | 2024.11.22 20:38:55.794722 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11784 | 2024.11.22 20:38:55.797353 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003727231 sec., 6890101.52577074 rows/sec., 98.56 MiB/sec. | ||
| 11785 | 2024.11.22 20:38:55.797818 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11786 | 2024.11.22 20:38:55.798315 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11787 | 2024.11.22 20:38:55.798410 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_56_11} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11788 | 2024.11.22 20:38:55.798528 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11789 | 2024.11.22 20:38:55.918237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1660 | ||
| 11790 | 2024.11.22 20:38:55.921414 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2024.11.22 20:38:55.921466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11792 | 2024.11.22 20:38:55.923040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11793 | 2024.11.22 20:38:55.923355 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2024.11.22 20:38:55.923645 [ 41 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11795 | 2024.11.22 20:38:55.923752 [ 41 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2024.11.22 20:38:55.923830 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11797 | 2024.11.22 20:38:55.924222 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 11798 | 2024.11.22 20:38:55.924958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660 | ||
| 11799 | 2024.11.22 20:38:55.925414 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11800 | 2024.11.22 20:38:55.925581 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1478 rows starting from the beginning of the part | ||
| 11801 | 2024.11.22 20:38:55.926083 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 11802 | 2024.11.22 20:38:55.926574 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 11803 | 2024.11.22 20:38:55.927102 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 44 rows starting from the beginning of the part | ||
| 11804 | 2024.11.22 20:38:55.927609 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 11805 | 2024.11.22 20:38:55.928089 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 11806 | 2024.11.22 20:38:55.936380 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.012420373 sec., 133651.38067914709 rows/sec., 103.33 MiB/sec. | ||
| 11807 | 2024.11.22 20:38:55.938547 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11808 | 2024.11.22 20:38:55.939343 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11809 | 2024.11.22 20:38:55.939438 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_41_8} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11810 | 2024.11.22 20:38:55.939755 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 11811 | 2024.11.22 20:38:56.156803 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11812 | 2024.11.22 20:38:56.156977 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11813 | 2024.11.22 20:38:56.157048 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11814 | 2024.11.22 20:38:56.157840 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11815 | 2024.11.22 20:38:56.157883 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11816 | 2024.11.22 20:38:56.158322 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11817 | 2024.11.22 20:38:56.158592 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11818 | 2024.11.22 20:38:56.158803 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001875 sec., 65066.66666666667 rows/sec., 5.52 MiB/sec. | ||
| 11819 | 2024.11.22 20:38:56.158869 [ 5 ] {28d87d2a-c748-47e3-bbcd-163253212cdc} <Debug> TCPHandler: Processed in 0.002193244 sec. | ||
| 11820 | 2024.11.22 20:38:56.159136 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11821 | 2024.11.22 20:38:56.159355 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11822 | 2024.11.22 20:38:56.159437 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11823 | 2024.11.22 20:38:56.160286 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11824 | 2024.11.22 20:38:56.160336 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11825 | 2024.11.22 20:38:56.160778 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11826 | 2024.11.22 20:38:56.161059 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2024.11.22 20:38:56.161302 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002006 sec., 16450.648055832502 rows/sec., 1.21 MiB/sec. | ||
| 11828 | 2024.11.22 20:38:56.161359 [ 255 ] {1851dfe6-dbf1-42d3-a02f-769ef5bc4e97} <Debug> TCPHandler: Processed in 0.002370848 sec. | ||
| 11829 | 2024.11.22 20:38:56.161516 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11830 | 2024.11.22 20:38:56.161662 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11831 | 2024.11.22 20:38:56.161723 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11832 | 2024.11.22 20:38:56.162437 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11833 | 2024.11.22 20:38:56.162476 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11834 | 2024.11.22 20:38:56.162858 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11835 | 2024.11.22 20:38:56.163100 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11836 | 2024.11.22 20:38:56.163288 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00166 sec., 58433.73493975904 rows/sec., 4.56 MiB/sec. | ||
| 11837 | 2024.11.22 20:38:56.163354 [ 5 ] {8386b2f2-daa4-4a3d-b4d0-144cc0032d8c} <Debug> TCPHandler: Processed in 0.001909066 sec. | ||
| 11838 | 2024.11.22 20:38:56.163564 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11839 | 2024.11.22 20:38:56.163754 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11840 | 2024.11.22 20:38:56.163817 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11841 | 2024.11.22 20:38:56.164464 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11842 | 2024.11.22 20:38:56.164503 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11843 | 2024.11.22 20:38:56.164912 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11844 | 2024.11.22 20:38:56.165152 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2024.11.22 20:38:56.165395 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
| 11846 | 2024.11.22 20:38:56.165446 [ 255 ] {ef98148b-7587-41f9-b03f-f84a6895d02e} <Debug> TCPHandler: Processed in 0.001992539 sec. | ||
| 11847 | 2024.11.22 20:38:56.165660 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11848 | 2024.11.22 20:38:56.165885 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11849 | 2024.11.22 20:38:56.166028 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <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 | ||
| 11850 | 2024.11.22 20:38:56.167338 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11851 | 2024.11.22 20:38:56.167376 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11852 | 2024.11.22 20:38:56.168036 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11853 | 2024.11.22 20:38:56.168306 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11854 | 2024.11.22 20:38:56.168559 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002732 sec., 12079.062957540264 rows/sec., 21.65 MiB/sec. | ||
| 11855 | 2024.11.22 20:38:56.168669 [ 5 ] {3bc7a9af-c6c0-4bd2-a053-5f5f462f6590} <Debug> TCPHandler: Processed in 0.003117186 sec. | ||
| 11856 | 2024.11.22 20:38:56.168818 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11857 | 2024.11.22 20:38:56.168956 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11858 | 2024.11.22 20:38:56.169015 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11859 | 2024.11.22 20:38:56.169548 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11860 | 2024.11.22 20:38:56.169586 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11861 | 2024.11.22 20:38:56.169965 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11862 | 2024.11.22 20:38:56.170203 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11863 | 2024.11.22 20:38:56.170348 [ 40 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11864 | 2024.11.22 20:38:56.170397 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 11865 | 2024.11.22 20:38:56.170402 [ 40 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2024.11.22 20:38:56.170451 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 11867 | 2024.11.22 20:38:56.170463 [ 255 ] {f3fee143-9e09-4a19-9dcc-a735af42fce0} <Debug> TCPHandler: Processed in 0.001711932 sec. | ||
| 11868 | 2024.11.22 20:38:56.170721 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 11869 | 2024.11.22 20:38:56.171184 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11870 | 2024.11.22 20:38:56.171282 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5134 rows starting from the beginning of the part | ||
| 11871 | 2024.11.22 20:38:56.171636 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 11872 | 2024.11.22 20:38:56.171805 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 11873 | 2024.11.22 20:38:56.171891 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 11874 | 2024.11.22 20:38:56.172113 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 11875 | 2024.11.22 20:38:56.172266 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 11876 | 2024.11.22 20:38:56.174110 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5478 rows, containing 4 columns (4 merged, 0 gathered) in 0.003531286 sec., 1551276.2206176447 rows/sec., 101.13 MiB/sec. | ||
| 11877 | 2024.11.22 20:38:56.174550 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11878 | 2024.11.22 20:38:56.174909 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11879 | 2024.11.22 20:38:56.175011 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_91_18} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11880 | 2024.11.22 20:38:56.175104 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11881 | 2024.11.22 20:38:57.625294 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 11882 | 2024.11.22 20:38:57.647531 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2024.11.22 20:38:57.647603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11884 | 2024.11.22 20:38:57.654896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11885 | 2024.11.22 20:38:57.655745 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.11.22 20:38:57.656168 [ 39 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11887 | 2024.11.22 20:38:57.656328 [ 39 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11888 | 2024.11.22 20:38:57.656419 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11889 | 2024.11.22 20:38:57.656904 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11890 | 2024.11.22 20:38:57.673451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 11891 | 2024.11.22 20:38:57.675164 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11892 | 2024.11.22 20:38:57.676914 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11893 | 2024.11.22 20:38:57.682956 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11894 | 2024.11.22 20:38:57.688812 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11895 | 2024.11.22 20:38:57.694563 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11896 | 2024.11.22 20:38:57.700354 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 11897 | 2024.11.22 20:38:57.705043 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11898 | 2024.11.22 20:38:57.766248 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.109670138 sec., 3857.0207689535323 rows/sec., 19.94 MiB/sec. | ||
| 11899 | 2024.11.22 20:38:57.769630 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11900 | 2024.11.22 20:38:57.772760 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11901 | 2024.11.22 20:38:57.772901 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_56_11} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11902 | 2024.11.22 20:38:57.775515 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11903 | 2024.11.22 20:38:58.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.34 MiB, peak 253.75 MiB, free memory in arenas 0.00 B, will set to 241.57 MiB (RSS), difference: 1.23 MiB | ||
| 11904 | 2024.11.22 20:38:59.453856 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11905 | 2024.11.22 20:38:59.454116 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11906 | 2024.11.22 20:38:59.454219 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11907 | 2024.11.22 20:38:59.455261 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11908 | 2024.11.22 20:38:59.455337 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11909 | 2024.11.22 20:38:59.455974 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11910 | 2024.11.22 20:38:59.456352 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11911 | 2024.11.22 20:38:59.456693 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002645 sec., 5293.005671077504 rows/sec., 381.03 KiB/sec. | ||
| 11912 | 2024.11.22 20:38:59.456795 [ 5 ] {1e5c7958-39b9-46ac-98b1-c6621e957560} <Debug> TCPHandler: Processed in 0.003132586 sec. | ||
| 11913 | 2024.11.22 20:38:59.457099 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11914 | 2024.11.22 20:38:59.457329 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11915 | 2024.11.22 20:38:59.457419 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11916 | 2024.11.22 20:38:59.458251 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2024.11.22 20:38:59.458311 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11918 | 2024.11.22 20:38:59.458872 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11919 | 2024.11.22 20:38:59.459173 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2024.11.22 20:38:59.459457 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002186 sec., 914.9130832570905 rows/sec., 74.60 KiB/sec. | ||
| 11921 | 2024.11.22 20:38:59.459697 [ 255 ] {e38e2e02-c13d-46f9-98f6-e9bdc14d288f} <Debug> TCPHandler: Processed in 0.002731357 sec. | ||
| 11922 | 2024.11.22 20:38:59.459954 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11923 | 2024.11.22 20:38:59.460131 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11924 | 2024.11.22 20:38:59.460209 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11925 | 2024.11.22 20:38:59.462266 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11926 | 2024.11.22 20:38:59.462325 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11927 | 2024.11.22 20:38:59.463018 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11928 | 2024.11.22 20:38:59.463427 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11929 | 2024.11.22 20:38:59.463726 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003638 sec., 373831.7757009346 rows/sec., 31.06 MiB/sec. | ||
| 11930 | 2024.11.22 20:38:59.463830 [ 5 ] {cb28a5b3-1c21-480f-952b-5903a334b453} <Debug> TCPHandler: Processed in 0.003965587 sec. | ||
| 11931 | 2024.11.22 20:38:59.464085 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11932 | 2024.11.22 20:38:59.464363 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11933 | 2024.11.22 20:38:59.464446 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11934 | 2024.11.22 20:38:59.465117 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11935 | 2024.11.22 20:38:59.465163 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11936 | 2024.11.22 20:38:59.465565 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11937 | 2024.11.22 20:38:59.465830 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2024.11.22 20:38:59.466045 [ 34 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11939 | 2024.11.22 20:38:59.466118 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001845 sec., 9214.09214092141 rows/sec., 648.92 KiB/sec. | ||
| 11940 | 2024.11.22 20:38:59.466145 [ 34 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.11.22 20:38:59.466213 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11942 | 2024.11.22 20:38:59.466262 [ 255 ] {46d2bdca-00f7-44be-b783-7a96310b85e3} <Debug> TCPHandler: Processed in 0.002287336 sec. | ||
| 11943 | 2024.11.22 20:38:59.466554 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 11944 | 2024.11.22 20:38:59.466601 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11945 | 2024.11.22 20:38:59.467041 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11946 | 2024.11.22 20:38:59.467153 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 66 rows starting from the beginning of the part | ||
| 11947 | 2024.11.22 20:38:59.467183 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11948 | 2024.11.22 20:38:59.467481 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11949 | 2024.11.22 20:38:59.467583 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 15 rows starting from the beginning of the part | ||
| 11950 | 2024.11.22 20:38:59.468278 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 33 rows starting from the beginning of the part | ||
| 11951 | 2024.11.22 20:38:59.468724 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 15 rows starting from the beginning of the part | ||
| 11952 | 2024.11.22 20:38:59.469146 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 33 rows starting from the beginning of the part | ||
| 11953 | 2024.11.22 20:38:59.469582 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 17 rows starting from the beginning of the part | ||
| 11954 | 2024.11.22 20:38:59.471483 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005171496 sec., 34612.80836338266 rows/sec., 2.60 MiB/sec. | ||
| 11955 | 2024.11.22 20:38:59.471782 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11956 | 2024.11.22 20:38:59.472587 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11957 | 2024.11.22 20:38:59.472610 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11958 | 2024.11.22 20:38:59.472694 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11959 | 2024.11.22 20:38:59.472848 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_81_16} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11960 | 2024.11.22 20:38:59.473084 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11961 | 2024.11.22 20:38:59.473429 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11962 | 2024.11.22 20:38:59.473786 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11963 | 2024.11.22 20:38:59.474193 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.007234 sec., 33453.13795963506 rows/sec., 2.27 MiB/sec. | ||
| 11964 | 2024.11.22 20:38:59.474743 [ 5 ] {2ec536cd-dfa4-4b0c-803a-23dd7d4a002d} <Debug> TCPHandler: Processed in 0.008332683 sec. | ||
| 11965 | 2024.11.22 20:38:59.475144 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.11.22 20:38:59.475427 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11967 | 2024.11.22 20:38:59.475491 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11968 | 2024.11.22 20:38:59.476174 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11969 | 2024.11.22 20:38:59.476217 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11970 | 2024.11.22 20:38:59.476613 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11971 | 2024.11.22 20:38:59.476861 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11972 | 2024.11.22 20:38:59.477106 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001753 sec., 7415.858528237308 rows/sec., 462.38 KiB/sec. | ||
| 11973 | 2024.11.22 20:38:59.477171 [ 255 ] {1189d5b1-19f1-476e-a788-5bc231455c57} <Debug> TCPHandler: Processed in 0.002219834 sec. | ||
| 11974 | 2024.11.22 20:38:59.477393 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11975 | 2024.11.22 20:38:59.477534 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11976 | 2024.11.22 20:38:59.477637 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11977 | 2024.11.22 20:38:59.478881 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2024.11.22 20:38:59.478934 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11979 | 2024.11.22 20:38:59.479440 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11980 | 2024.11.22 20:38:59.479719 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2024.11.22 20:38:59.479945 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002444 sec., 346972.1767594108 rows/sec., 25.08 MiB/sec. | ||
| 11982 | 2024.11.22 20:38:59.480033 [ 5 ] {799584a8-9b44-4207-8302-2095b4b8d452} <Debug> TCPHandler: Processed in 0.002720276 sec. | ||
| 11983 | 2024.11.22 20:38:59.480216 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11984 | 2024.11.22 20:38:59.480344 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11985 | 2024.11.22 20:38:59.480400 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11986 | 2024.11.22 20:38:59.480920 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2024.11.22 20:38:59.480964 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11988 | 2024.11.22 20:38:59.481387 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11989 | 2024.11.22 20:38:59.481644 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2024.11.22 20:38:59.481897 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. | ||
| 11991 | 2024.11.22 20:38:59.481987 [ 255 ] {8cf57444-35b1-4d39-a1f7-ea8d1347c1c5} <Debug> TCPHandler: Processed in 0.001828734 sec. | ||
| 11992 | 2024.11.22 20:38:59.482224 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11993 | 2024.11.22 20:38:59.482373 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11994 | 2024.11.22 20:38:59.482433 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11995 | 2024.11.22 20:38:59.483340 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11996 | 2024.11.22 20:38:59.483386 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 11997 | 2024.11.22 20:38:59.483888 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11998 | 2024.11.22 20:38:59.484140 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2024.11.22 20:38:59.484385 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002041 sec., 453699.1670749633 rows/sec., 30.27 MiB/sec. | ||
| 12000 | 2024.11.22 20:38:59.484475 [ 5 ] {44fd0184-390c-4f8e-a6d7-6025ab797965} <Debug> TCPHandler: Processed in 0.002365988 sec. | ||
| 12001 | 2024.11.22 20:38:59.484706 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12002 | 2024.11.22 20:38:59.484929 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12003 | 2024.11.22 20:38:59.484996 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12004 | 2024.11.22 20:38:59.485549 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12005 | 2024.11.22 20:38:59.485588 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12006 | 2024.11.22 20:38:59.485959 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12007 | 2024.11.22 20:38:59.486203 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12008 | 2024.11.22 20:38:59.486469 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 12009 | 2024.11.22 20:38:59.486570 [ 255 ] {53a17044-fc57-4105-80ea-35a5d8c7b22d} <Debug> TCPHandler: Processed in 0.001973508 sec. | ||
| 12010 | 2024.11.22 20:38:59.486832 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12011 | 2024.11.22 20:38:59.486973 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12012 | 2024.11.22 20:38:59.487078 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <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 | ||
| 12013 | 2024.11.22 20:38:59.488533 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12014 | 2024.11.22 20:38:59.488582 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12015 | 2024.11.22 20:38:59.489396 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12016 | 2024.11.22 20:38:59.489701 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2024.11.22 20:38:59.489909 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12018 | 2024.11.22 20:38:59.489974 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12019 | 2024.11.22 20:38:59.490011 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003064 sec., 2610.9660574412533 rows/sec., 4.68 MiB/sec. | ||
| 12020 | 2024.11.22 20:38:59.490019 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12021 | 2024.11.22 20:38:59.490532 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12022 | 2024.11.22 20:38:59.490635 [ 5 ] {cdbc7c2c-4bbe-45e4-9fbd-d477f1193fbc} <Debug> TCPHandler: Processed in 0.003915555 sec. | ||
| 12023 | 2024.11.22 20:38:59.491148 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12024 | 2024.11.22 20:38:59.491707 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12025 | 2024.11.22 20:38:59.492048 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12026 | 2024.11.22 20:38:59.492941 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12027 | 2024.11.22 20:38:59.493254 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1512 rows starting from the beginning of the part | ||
| 12028 | 2024.11.22 20:38:59.494087 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12029 | 2024.11.22 20:38:59.494511 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2024.11.22 20:38:59.494667 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12031 | 2024.11.22 20:38:59.495035 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 33 rows starting from the beginning of the part | ||
| 12032 | 2024.11.22 20:38:59.495798 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12033 | 2024.11.22 20:38:59.496469 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 33 rows starting from the beginning of the part | ||
| 12034 | 2024.11.22 20:38:59.496589 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12035 | 2024.11.22 20:38:59.497007 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12036 | 2024.11.22 20:38:59.497542 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.11.22 20:38:59.498319 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.006803 sec., 10289.578127296782 rows/sec., 662.19 KiB/sec. | ||
| 12038 | 2024.11.22 20:38:59.498430 [ 255 ] {28e62e08-142b-4e77-8730-95be478cbe56} <Debug> TCPHandler: Processed in 0.007596666 sec. | ||
| 12039 | 2024.11.22 20:38:59.507312 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 19 columns (19 merged, 0 gathered) in 0.017123138 sec., 93557.61776842539 rows/sec., 167.65 MiB/sec. | ||
| 12040 | 2024.11.22 20:38:59.508521 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12041 | 2024.11.22 20:38:59.508948 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2024.11.22 20:38:59.509044 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12043 | 2024.11.22 20:38:59.509188 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
| 12044 | 2024.11.22 20:39:00.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.52 MiB, peak 254.00 MiB, free memory in arenas 0.00 B, will set to 245.00 MiB (RSS), difference: 2.48 MiB | ||
| 12045 | 2024.11.22 20:39:01.148198 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12046 | 2024.11.22 20:39:01.148411 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12047 | 2024.11.22 20:39:01.148491 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12048 | 2024.11.22 20:39:01.149375 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12049 | 2024.11.22 20:39:01.149428 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12050 | 2024.11.22 20:39:01.149846 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12051 | 2024.11.22 20:39:01.150096 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2024.11.22 20:39:01.150351 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.14 MiB/sec. | ||
| 12053 | 2024.11.22 20:39:01.150419 [ 5 ] {39dcc039-ec6d-436f-9c0e-9e3d86cf894b} <Debug> TCPHandler: Processed in 0.002359077 sec. | ||
| 12054 | 2024.11.22 20:39:01.150684 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12055 | 2024.11.22 20:39:01.150875 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12056 | 2024.11.22 20:39:01.150950 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12057 | 2024.11.22 20:39:01.151747 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2024.11.22 20:39:01.151796 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12059 | 2024.11.22 20:39:01.152250 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12060 | 2024.11.22 20:39:01.152512 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12061 | 2024.11.22 20:39:01.152751 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 12062 | 2024.11.22 20:39:01.152817 [ 255 ] {be6db6b8-ffc8-4eb3-9386-e8fb4f719d8f} <Debug> TCPHandler: Processed in 0.002265146 sec. | ||
| 12063 | 2024.11.22 20:39:01.152992 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12064 | 2024.11.22 20:39:01.153119 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12065 | 2024.11.22 20:39:01.153176 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12066 | 2024.11.22 20:39:01.153721 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12067 | 2024.11.22 20:39:01.153764 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12068 | 2024.11.22 20:39:01.154144 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12069 | 2024.11.22 20:39:01.154379 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12070 | 2024.11.22 20:39:01.154613 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001521 sec., 21038.7902695595 rows/sec., 1.47 MiB/sec. | ||
| 12071 | 2024.11.22 20:39:01.154697 [ 5 ] {701a8f04-8edb-4771-bb0e-40f629146b85} <Debug> TCPHandler: Processed in 0.001762293 sec. | ||
| 12072 | 2024.11.22 20:39:01.154937 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12073 | 2024.11.22 20:39:01.155123 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12074 | 2024.11.22 20:39:01.155188 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12075 | 2024.11.22 20:39:01.155707 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12076 | 2024.11.22 20:39:01.155749 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12077 | 2024.11.22 20:39:01.156160 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12078 | 2024.11.22 20:39:01.156410 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12079 | 2024.11.22 20:39:01.156641 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001554 sec., 7722.007722007722 rows/sec., 532.90 KiB/sec. | ||
| 12080 | 2024.11.22 20:39:01.156742 [ 255 ] {9b799663-c4cf-4b35-b695-fbe9152267bb} <Debug> TCPHandler: Processed in 0.001951198 sec. | ||
| 12081 | 2024.11.22 20:39:03.294568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 12082 | 2024.11.22 20:39:03.295251 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12083 | 2024.11.22 20:39:03.295296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12084 | 2024.11.22 20:39:03.295834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12085 | 2024.11.22 20:39:03.296120 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12086 | 2024.11.22 20:39:03.296354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 12087 | 2024.11.22 20:39:05.174504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 12088 | 2024.11.22 20:39:05.193903 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12089 | 2024.11.22 20:39:05.193970 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12090 | 2024.11.22 20:39:05.200891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12091 | 2024.11.22 20:39:05.201941 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12092 | 2024.11.22 20:39:05.206653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 12093 | 2024.11.22 20:39:05.926110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1704 | ||
| 12094 | 2024.11.22 20:39:05.929444 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12095 | 2024.11.22 20:39:05.929507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12096 | 2024.11.22 20:39:05.931002 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12097 | 2024.11.22 20:39:05.931306 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2024.11.22 20:39:05.933552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1704 | ||
| 12099 | 2024.11.22 20:39:06.156034 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12100 | 2024.11.22 20:39:06.156337 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12101 | 2024.11.22 20:39:06.156451 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12102 | 2024.11.22 20:39:06.157318 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2024.11.22 20:39:06.157362 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12104 | 2024.11.22 20:39:06.157809 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12105 | 2024.11.22 20:39:06.158080 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12106 | 2024.11.22 20:39:06.158256 [ 25 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12107 | 2024.11.22 20:39:06.158307 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00205 sec., 59512.19512195121 rows/sec., 5.05 MiB/sec. | ||
| 12108 | 2024.11.22 20:39:06.158307 [ 25 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12109 | 2024.11.22 20:39:06.158360 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12110 | 2024.11.22 20:39:06.158397 [ 5 ] {7294c313-b5ae-4e2c-8efd-0422573db5ab} <Debug> TCPHandler: Processed in 0.002542173 sec. | ||
| 12111 | 2024.11.22 20:39:06.158740 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 12112 | 2024.11.22 20:39:06.158788 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12113 | 2024.11.22 20:39:06.159344 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12114 | 2024.11.22 20:39:06.159616 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12115 | 2024.11.22 20:39:06.159701 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12116 | 2024.11.22 20:39:06.159819 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1436 rows starting from the beginning of the part | ||
| 12117 | 2024.11.22 20:39:06.160167 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 219 rows starting from the beginning of the part | ||
| 12118 | 2024.11.22 20:39:06.160411 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 122 rows starting from the beginning of the part | ||
| 12119 | 2024.11.22 20:39:06.160873 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1360 rows starting from the beginning of the part | ||
| 12120 | 2024.11.22 20:39:06.161287 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 12121 | 2024.11.22 20:39:06.161673 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 122 rows starting from the beginning of the part | ||
| 12122 | 2024.11.22 20:39:06.163380 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12123 | 2024.11.22 20:39:06.163460 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12124 | 2024.11.22 20:39:06.164578 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12125 | 2024.11.22 20:39:06.164878 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12126 | 2024.11.22 20:39:06.165402 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.006253 sec., 5277.466815928355 rows/sec., 396.84 KiB/sec. | ||
| 12127 | 2024.11.22 20:39:06.165585 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.007099693 sec., 466921.597877542 rows/sec., 40.78 MiB/sec. | ||
| 12128 | 2024.11.22 20:39:06.165598 [ 255 ] {4b3c1ab3-389e-45de-9a43-db228abb9379} <Debug> TCPHandler: Processed in 0.007043561 sec. | ||
| 12129 | 2024.11.22 20:39:06.165841 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2024.11.22 20:39:06.166034 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12131 | 2024.11.22 20:39:06.166081 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12132 | 2024.11.22 20:39:06.166110 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12133 | 2024.11.22 20:39:06.166972 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12134 | 2024.11.22 20:39:06.167105 [ 190 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_96_19} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12135 | 2024.11.22 20:39:06.167314 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 12136 | 2024.11.22 20:39:06.167514 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12137 | 2024.11.22 20:39:06.167558 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12138 | 2024.11.22 20:39:06.167945 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12139 | 2024.11.22 20:39:06.168197 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12140 | 2024.11.22 20:39:06.168327 [ 25 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12141 | 2024.11.22 20:39:06.168365 [ 25 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12142 | 2024.11.22 20:39:06.168387 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12143 | 2024.11.22 20:39:06.168396 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002429 sec., 39934.129271305064 rows/sec., 3.12 MiB/sec. | ||
| 12144 | 2024.11.22 20:39:06.168620 [ 5 ] {cd66dea3-43bc-4f94-888f-805f091ba620} <Debug> TCPHandler: Processed in 0.002844119 sec. | ||
| 12145 | 2024.11.22 20:39:06.168667 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 12146 | 2024.11.22 20:39:06.168805 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12147 | 2024.11.22 20:39:06.168813 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12148 | 2024.11.22 20:39:06.168861 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 12149 | 2024.11.22 20:39:06.169072 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 390 rows starting from the beginning of the part | ||
| 12150 | 2024.11.22 20:39:06.169088 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12151 | 2024.11.22 20:39:06.169373 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12152 | 2024.11.22 20:39:06.169414 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 97 rows starting from the beginning of the part | ||
| 12153 | 2024.11.22 20:39:06.169626 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 848 rows starting from the beginning of the part | ||
| 12154 | 2024.11.22 20:39:06.169853 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 12155 | 2024.11.22 20:39:06.170068 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 97 rows starting from the beginning of the part | ||
| 12156 | 2024.11.22 20:39:06.170904 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12157 | 2024.11.22 20:39:06.170948 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12158 | 2024.11.22 20:39:06.171520 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12159 | 2024.11.22 20:39:06.171781 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12160 | 2024.11.22 20:39:06.172164 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.003690461 sec., 653305.9148978948 rows/sec., 50.10 MiB/sec. | ||
| 12161 | 2024.11.22 20:39:06.172254 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003317 sec., 48236.3581549593 rows/sec., 3.36 MiB/sec. | ||
| 12162 | 2024.11.22 20:39:06.172480 [ 255 ] {a2681e60-3c16-4881-b514-6f3ea6606eda} <Debug> TCPHandler: Processed in 0.003731461 sec. | ||
| 12163 | 2024.11.22 20:39:06.172505 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12164 | 2024.11.22 20:39:06.172837 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12165 | 2024.11.22 20:39:06.173390 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12166 | 2024.11.22 20:39:06.173523 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12167 | 2024.11.22 20:39:06.173857 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <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 | ||
| 12168 | 2024.11.22 20:39:06.173937 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_96_19} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12169 | 2024.11.22 20:39:06.174278 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12170 | 2024.11.22 20:39:06.175482 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12171 | 2024.11.22 20:39:06.175526 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12172 | 2024.11.22 20:39:06.176218 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12173 | 2024.11.22 20:39:06.176483 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12174 | 2024.11.22 20:39:06.176703 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003514 sec., 9391.007398975526 rows/sec., 16.83 MiB/sec. | ||
| 12175 | 2024.11.22 20:39:06.177000 [ 5 ] {ba3c2924-b730-41b0-ac35-b09564e3c90e} <Debug> TCPHandler: Processed in 0.004379327 sec. | ||
| 12176 | 2024.11.22 20:39:06.177233 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12177 | 2024.11.22 20:39:06.177418 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12178 | 2024.11.22 20:39:06.177480 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12179 | 2024.11.22 20:39:06.177977 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12180 | 2024.11.22 20:39:06.178017 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12181 | 2024.11.22 20:39:06.178402 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12182 | 2024.11.22 20:39:06.178634 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12183 | 2024.11.22 20:39:06.178876 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 12184 | 2024.11.22 20:39:06.178944 [ 255 ] {0be39a6b-7b67-4ad0-8743-108ec4bc51b6} <Debug> TCPHandler: Processed in 0.001852955 sec. | ||
| 12185 | 2024.11.22 20:39:10.576048 [ 115 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 | ||
| 12186 | 2024.11.22 20:39:10.576144 [ 115 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2024.11.22 20:39:10.576171 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12188 | 2024.11.22 20:39:10.576342 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full | ||
| 12189 | 2024.11.22 20:39:10.576569 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12190 | 2024.11.22 20:39:10.576610 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 37 rows starting from the beginning of the part | ||
| 12191 | 2024.11.22 20:39:10.576696 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12192 | 2024.11.22 20:39:10.576887 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12193 | 2024.11.22 20:39:10.577116 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12194 | 2024.11.22 20:39:10.577250 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12195 | 2024.11.22 20:39:10.578171 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12196 | 2024.11.22 20:39:10.578234 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12197 | 2024.11.22 20:39:10.578378 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122582 sec., 19316.097093068725 rows/sec., 1.27 MiB/sec. | ||
| 12198 | 2024.11.22 20:39:10.578578 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 12199 | 2024.11.22 20:39:10.578918 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12200 | 2024.11.22 20:39:10.579014 [ 188 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_41_9} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 | ||
| 12201 | 2024.11.22 20:39:10.579122 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12202 | 2024.11.22 20:39:10.797427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 12203 | 2024.11.22 20:39:10.798053 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12204 | 2024.11.22 20:39:10.798099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12205 | 2024.11.22 20:39:10.798612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12206 | 2024.11.22 20:39:10.798864 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12207 | 2024.11.22 20:39:10.799115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12208 | 2024.11.22 20:39:11.159779 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12209 | 2024.11.22 20:39:11.159989 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12210 | 2024.11.22 20:39:11.160068 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12211 | 2024.11.22 20:39:11.160885 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12212 | 2024.11.22 20:39:11.160932 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12213 | 2024.11.22 20:39:11.161358 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12214 | 2024.11.22 20:39:11.161618 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12215 | 2024.11.22 20:39:11.161821 [ 72 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12216 | 2024.11.22 20:39:11.161879 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec. | ||
| 12217 | 2024.11.22 20:39:11.161903 [ 72 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12218 | 2024.11.22 20:39:11.161973 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12219 | 2024.11.22 20:39:11.162012 [ 5 ] {3d9ed8cf-40ed-48e0-8d29-c076ae868138} <Debug> TCPHandler: Processed in 0.002364017 sec. | ||
| 12220 | 2024.11.22 20:39:11.162296 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 12221 | 2024.11.22 20:39:11.162308 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2024.11.22 20:39:11.162786 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12223 | 2024.11.22 20:39:11.162868 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12224 | 2024.11.22 20:39:11.162967 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12225 | 2024.11.22 20:39:11.163000 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 12226 | 2024.11.22 20:39:11.163322 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12227 | 2024.11.22 20:39:11.163463 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12228 | 2024.11.22 20:39:11.163933 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12229 | 2024.11.22 20:39:11.164171 [ 188 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12230 | 2024.11.22 20:39:11.165418 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12231 | 2024.11.22 20:39:11.165463 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12232 | 2024.11.22 20:39:11.165760 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00367249 sec., 19060.63733325346 rows/sec., 1.41 MiB/sec. | ||
| 12233 | 2024.11.22 20:39:11.166018 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12234 | 2024.11.22 20:39:11.166109 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12235 | 2024.11.22 20:39:11.166598 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12236 | 2024.11.22 20:39:11.166618 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2024.11.22 20:39:11.166779 [ 186 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_41_10} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12238 | 2024.11.22 20:39:11.167038 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12239 | 2024.11.22 20:39:11.167129 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00449 sec., 48775.0556792873 rows/sec., 4.25 MiB/sec. | ||
| 12240 | 2024.11.22 20:39:11.167271 [ 255 ] {640ca901-316e-42da-bed0-bd3b3c17d30c} <Debug> TCPHandler: Processed in 0.005126565 sec. | ||
| 12241 | 2024.11.22 20:39:11.167506 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12242 | 2024.11.22 20:39:11.167666 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12243 | 2024.11.22 20:39:11.167723 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12244 | 2024.11.22 20:39:11.168401 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12245 | 2024.11.22 20:39:11.168447 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12246 | 2024.11.22 20:39:11.168850 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12247 | 2024.11.22 20:39:11.169095 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12248 | 2024.11.22 20:39:11.169302 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001667 sec., 8998.200359928014 rows/sec., 634.44 KiB/sec. | ||
| 12249 | 2024.11.22 20:39:11.169355 [ 5 ] {61e377ea-df6b-441e-a68d-653d6964f66e} <Debug> TCPHandler: Processed in 0.001951538 sec. | ||
| 12250 | 2024.11.22 20:39:11.169504 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12251 | 2024.11.22 20:39:11.169627 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12252 | 2024.11.22 20:39:11.169685 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12253 | 2024.11.22 20:39:11.170401 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12254 | 2024.11.22 20:39:11.170446 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12255 | 2024.11.22 20:39:11.170839 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12256 | 2024.11.22 20:39:11.171075 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12257 | 2024.11.22 20:39:11.171257 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 12258 | 2024.11.22 20:39:11.171311 [ 255 ] {afef4673-bcc2-41e2-ae25-5e83fbce5de5} <Debug> TCPHandler: Processed in 0.001869246 sec. | ||
| 12259 | 2024.11.22 20:39:11.171454 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.11.22 20:39:11.171570 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12261 | 2024.11.22 20:39:11.171617 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12262 | 2024.11.22 20:39:11.172678 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2024.11.22 20:39:11.172733 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12264 | 2024.11.22 20:39:11.173092 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12265 | 2024.11.22 20:39:11.173336 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2024.11.22 20:39:11.173490 [ 72 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12267 | 2024.11.22 20:39:11.173551 [ 72 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12268 | 2024.11.22 20:39:11.173586 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00203 sec., 6403.940886699507 rows/sec., 399.28 KiB/sec. | ||
| 12269 | 2024.11.22 20:39:11.173596 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12270 | 2024.11.22 20:39:11.173755 [ 5 ] {7cf7bac8-b320-4cf7-85db-95793bfcdde5} <Debug> TCPHandler: Processed in 0.002352677 sec. | ||
| 12271 | 2024.11.22 20:39:11.173819 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 12272 | 2024.11.22 20:39:11.173948 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12273 | 2024.11.22 20:39:11.173963 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12274 | 2024.11.22 20:39:11.174026 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12275 | 2024.11.22 20:39:11.174272 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12276 | 2024.11.22 20:39:11.174312 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12277 | 2024.11.22 20:39:11.174438 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12278 | 2024.11.22 20:39:11.174656 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12279 | 2024.11.22 20:39:11.175011 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12280 | 2024.11.22 20:39:11.175331 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12281 | 2024.11.22 20:39:11.177425 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12282 | 2024.11.22 20:39:11.177520 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12283 | 2024.11.22 20:39:11.177770 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004033558 sec., 16114.80484475493 rows/sec., 1.04 MiB/sec. | ||
| 12284 | 2024.11.22 20:39:11.177970 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12285 | 2024.11.22 20:39:11.178368 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12286 | 2024.11.22 20:39:11.178478 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12287 | 2024.11.22 20:39:11.178626 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_41_10} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12288 | 2024.11.22 20:39:11.178745 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12289 | 2024.11.22 20:39:11.178846 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12290 | 2024.11.22 20:39:11.179049 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004946 sec., 78851.59725030328 rows/sec., 5.59 MiB/sec. | ||
| 12291 | 2024.11.22 20:39:11.179119 [ 255 ] {0460fcdd-24e1-4ab1-9d8c-bb7e93917a64} <Debug> TCPHandler: Processed in 0.005254238 sec. | ||
| 12292 | 2024.11.22 20:39:11.179352 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12293 | 2024.11.22 20:39:11.179654 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12294 | 2024.11.22 20:39:11.179712 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12295 | 2024.11.22 20:39:11.180192 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12296 | 2024.11.22 20:39:11.180231 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12297 | 2024.11.22 20:39:11.180595 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12298 | 2024.11.22 20:39:11.180834 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12299 | 2024.11.22 20:39:11.181049 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 12300 | 2024.11.22 20:39:11.181172 [ 5 ] {624392a7-95bf-4622-8fab-56a9862d93a7} <Debug> TCPHandler: Processed in 0.001947967 sec. | ||
| 12301 | 2024.11.22 20:39:11.181345 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12302 | 2024.11.22 20:39:11.181460 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12303 | 2024.11.22 20:39:11.181513 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12304 | 2024.11.22 20:39:11.182114 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12305 | 2024.11.22 20:39:11.182154 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12306 | 2024.11.22 20:39:11.182554 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12307 | 2024.11.22 20:39:11.182785 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.11.22 20:39:11.182922 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 12309 | 2024.11.22 20:39:11.182956 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12310 | 2024.11.22 20:39:11.182977 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001537 sec., 154196.4866623292 rows/sec., 10.34 MiB/sec. | ||
| 12311 | 2024.11.22 20:39:11.182984 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12312 | 2024.11.22 20:39:11.183079 [ 255 ] {4dcb6cc6-f336-4d32-9ac8-b027b3cd6a70} <Debug> TCPHandler: Processed in 0.001814964 sec. | ||
| 12313 | 2024.11.22 20:39:11.183137 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 12314 | 2024.11.22 20:39:11.183281 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12315 | 2024.11.22 20:39:11.183308 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12316 | 2024.11.22 20:39:11.183358 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 25239 rows starting from the beginning of the part | ||
| 12317 | 2024.11.22 20:39:11.183594 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12318 | 2024.11.22 20:39:11.183644 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 12319 | 2024.11.22 20:39:11.183759 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12320 | 2024.11.22 20:39:11.183963 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 926 rows starting from the beginning of the part | ||
| 12321 | 2024.11.22 20:39:11.184340 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part | ||
| 12322 | 2024.11.22 20:39:11.184734 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 12323 | 2024.11.22 20:39:11.185050 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 12324 | 2024.11.22 20:39:11.186127 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.11.22 20:39:11.186184 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12326 | 2024.11.22 20:39:11.186693 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12327 | 2024.11.22 20:39:11.187089 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.11.22 20:39:11.187599 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004137 sec., 241.72105390379502 rows/sec., 16.29 KiB/sec. | ||
| 12329 | 2024.11.22 20:39:11.187749 [ 5 ] {978678da-2099-4868-bfbd-ec3d8f47397f} <Debug> TCPHandler: Processed in 0.004571962 sec. | ||
| 12330 | 2024.11.22 20:39:11.187952 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12331 | 2024.11.22 20:39:11.188099 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12332 | 2024.11.22 20:39:11.188198 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <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 | ||
| 12333 | 2024.11.22 20:39:11.189519 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12334 | 2024.11.22 20:39:11.189557 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12335 | 2024.11.22 20:39:11.190258 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12336 | 2024.11.22 20:39:11.190570 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12337 | 2024.11.22 20:39:11.190785 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00272 sec., 2941.176470588235 rows/sec., 5.27 MiB/sec. | ||
| 12338 | 2024.11.22 20:39:11.190947 [ 255 ] {43ead49a-3fc8-49ca-8208-beb652a010f2} <Debug> TCPHandler: Processed in 0.003096005 sec. | ||
| 12339 | 2024.11.22 20:39:11.191115 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12340 | 2024.11.22 20:39:11.191263 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12341 | 2024.11.22 20:39:11.191323 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12342 | 2024.11.22 20:39:11.192086 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2024.11.22 20:39:11.192143 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12344 | 2024.11.22 20:39:11.192548 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26754 rows, containing 5 columns (5 merged, 0 gathered) in 0.009483882 sec., 2820996.7184323887 rows/sec., 190.51 MiB/sec. | ||
| 12345 | 2024.11.22 20:39:11.192845 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 12346 | 2024.11.22 20:39:11.192863 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12347 | 2024.11.22 20:39:11.193311 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12348 | 2024.11.22 20:39:11.193339 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12349 | 2024.11.22 20:39:11.193517 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 12350 | 2024.11.22 20:39:11.193713 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 12351 | 2024.11.22 20:39:11.193763 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00253 sec., 32411.067193675888 rows/sec., 2.06 MiB/sec. | ||
| 12352 | 2024.11.22 20:39:11.193828 [ 5 ] {ad7c07e9-d2a0-49cd-9cd6-d1d72c5d65a5} <Debug> TCPHandler: Processed in 0.002781128 sec. | ||
| 12353 | 2024.11.22 20:39:12.707680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12354 | 2024.11.22 20:39:12.727781 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2024.11.22 20:39:12.727832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12356 | 2024.11.22 20:39:12.735102 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12357 | 2024.11.22 20:39:12.735840 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2024.11.22 20:39:12.739676 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12359 | 2024.11.22 20:39:15.934727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1738 | ||
| 12360 | 2024.11.22 20:39:15.937836 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12361 | 2024.11.22 20:39:15.937898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12362 | 2024.11.22 20:39:15.939402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12363 | 2024.11.22 20:39:15.939715 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12364 | 2024.11.22 20:39:15.940340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1738 | ||
| 12365 | 2024.11.22 20:39:16.155443 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12366 | 2024.11.22 20:39:16.155655 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12367 | 2024.11.22 20:39:16.155735 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12368 | 2024.11.22 20:39:16.156501 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2024.11.22 20:39:16.156549 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12370 | 2024.11.22 20:39:16.156980 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12371 | 2024.11.22 20:39:16.157267 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2024.11.22 20:39:16.157496 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 258.87 KiB/sec. | ||
| 12373 | 2024.11.22 20:39:16.157640 [ 5 ] {b8fb012a-4b29-475f-a856-00a60c24b800} <Debug> TCPHandler: Processed in 0.002330947 sec. | ||
| 12374 | 2024.11.22 20:39:16.157936 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12375 | 2024.11.22 20:39:16.158128 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12376 | 2024.11.22 20:39:16.158204 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12377 | 2024.11.22 20:39:16.159027 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2024.11.22 20:39:16.159076 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12379 | 2024.11.22 20:39:16.159536 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12380 | 2024.11.22 20:39:16.159805 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2024.11.22 20:39:16.160047 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.00197 sec., 63451.77664974619 rows/sec., 5.36 MiB/sec. | ||
| 12382 | 2024.11.22 20:39:16.160111 [ 255 ] {bb2ce088-63f9-40c4-ac37-14c4509fc698} <Debug> TCPHandler: Processed in 0.002325697 sec. | ||
| 12383 | 2024.11.22 20:39:16.160263 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12384 | 2024.11.22 20:39:16.160387 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12385 | 2024.11.22 20:39:16.160439 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12386 | 2024.11.22 20:39:16.161049 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12387 | 2024.11.22 20:39:16.161087 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12388 | 2024.11.22 20:39:16.161465 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12389 | 2024.11.22 20:39:16.161720 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2024.11.22 20:39:16.161918 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001553 sec., 25112.68512556343 rows/sec., 1.82 MiB/sec. | ||
| 12391 | 2024.11.22 20:39:16.162012 [ 5 ] {c709be42-0ec4-4a66-92a7-df8145501b37} <Debug> TCPHandler: Processed in 0.001804054 sec. | ||
| 12392 | 2024.11.22 20:39:16.162243 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12393 | 2024.11.22 20:39:16.162480 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12394 | 2024.11.22 20:39:16.162541 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12395 | 2024.11.22 20:39:16.163214 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12396 | 2024.11.22 20:39:16.163255 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12397 | 2024.11.22 20:39:16.163628 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12398 | 2024.11.22 20:39:16.163862 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12399 | 2024.11.22 20:39:16.164084 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001661 sec., 62010.83684527393 rows/sec., 4.85 MiB/sec. | ||
| 12400 | 2024.11.22 20:39:16.164138 [ 255 ] {0d62e744-f1fd-4a77-857b-ee458997c2b2} <Debug> TCPHandler: Processed in 0.002020819 sec. | ||
| 12401 | 2024.11.22 20:39:16.164285 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12402 | 2024.11.22 20:39:16.164411 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12403 | 2024.11.22 20:39:16.164466 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12404 | 2024.11.22 20:39:16.165029 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12405 | 2024.11.22 20:39:16.165066 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12406 | 2024.11.22 20:39:16.165466 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12407 | 2024.11.22 20:39:16.165712 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12408 | 2024.11.22 20:39:16.165889 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001505 sec., 108305.64784053156 rows/sec., 7.54 MiB/sec. | ||
| 12409 | 2024.11.22 20:39:16.165942 [ 5 ] {800749cb-eb62-41bf-b8f1-ba124c6677da} <Debug> TCPHandler: Processed in 0.001715372 sec. | ||
| 12410 | 2024.11.22 20:39:16.166092 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12411 | 2024.11.22 20:39:16.166231 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12412 | 2024.11.22 20:39:16.166327 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <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 | ||
| 12413 | 2024.11.22 20:39:16.167651 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2024.11.22 20:39:16.167691 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12415 | 2024.11.22 20:39:16.168355 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12416 | 2024.11.22 20:39:16.168628 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2024.11.22 20:39:16.168897 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002695 sec., 12244.897959183674 rows/sec., 21.94 MiB/sec. | ||
| 12418 | 2024.11.22 20:39:16.169136 [ 255 ] {667f9e72-c12b-44c1-ada3-58e70b4dfffd} <Debug> TCPHandler: Processed in 0.003110216 sec. | ||
| 12419 | 2024.11.22 20:39:16.169426 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2024.11.22 20:39:16.169650 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12421 | 2024.11.22 20:39:16.169745 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12422 | 2024.11.22 20:39:16.170290 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12423 | 2024.11.22 20:39:16.170328 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12424 | 2024.11.22 20:39:16.170705 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12425 | 2024.11.22 20:39:16.170945 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2024.11.22 20:39:16.171085 [ 149 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12427 | 2024.11.22 20:39:16.171129 [ 149 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12428 | 2024.11.22 20:39:16.171137 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.62 MiB/sec. | ||
| 12429 | 2024.11.22 20:39:16.171157 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12430 | 2024.11.22 20:39:16.171203 [ 5 ] {07373a48-3fce-41b4-a60d-294204c6b733} <Debug> TCPHandler: Processed in 0.001924407 sec. | ||
| 12431 | 2024.11.22 20:39:16.171323 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12432 | 2024.11.22 20:39:16.171450 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12433 | 2024.11.22 20:39:16.171486 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5478 rows starting from the beginning of the part | ||
| 12434 | 2024.11.22 20:39:16.171558 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 70 rows starting from the beginning of the part | ||
| 12435 | 2024.11.22 20:39:16.171652 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part | ||
| 12436 | 2024.11.22 20:39:16.171923 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12437 | 2024.11.22 20:39:16.172064 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12438 | 2024.11.22 20:39:16.172285 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12439 | 2024.11.22 20:39:16.174180 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5762 rows, containing 4 columns (4 merged, 0 gathered) in 0.002952702 sec., 1951432.958693427 rows/sec., 127.21 MiB/sec. | ||
| 12440 | 2024.11.22 20:39:16.174651 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12441 | 2024.11.22 20:39:16.175028 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.11.22 20:39:16.175126 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_96_19} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12443 | 2024.11.22 20:39:16.175230 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 12444 | 2024.11.22 20:39:18.300224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 12445 | 2024.11.22 20:39:18.300928 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12446 | 2024.11.22 20:39:18.300981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12447 | 2024.11.22 20:39:18.301518 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12448 | 2024.11.22 20:39:18.301777 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12449 | 2024.11.22 20:39:18.302058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12450 | 2024.11.22 20:39:20.240703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12451 | 2024.11.22 20:39:20.261394 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12452 | 2024.11.22 20:39:20.261451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12453 | 2024.11.22 20:39:20.268655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12454 | 2024.11.22 20:39:20.269456 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12455 | 2024.11.22 20:39:20.272106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12456 | 2024.11.22 20:39:21.159509 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2024.11.22 20:39:21.159718 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12458 | 2024.11.22 20:39:21.159798 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12459 | 2024.11.22 20:39:21.160569 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2024.11.22 20:39:21.160621 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12461 | 2024.11.22 20:39:21.161056 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12462 | 2024.11.22 20:39:21.161328 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2024.11.22 20:39:21.161576 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 12464 | 2024.11.22 20:39:21.161639 [ 5 ] {0ac6f9e0-e957-469a-8607-241f4d30b22a} <Debug> TCPHandler: Processed in 0.002266455 sec. | ||
| 12465 | 2024.11.22 20:39:21.161911 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12466 | 2024.11.22 20:39:21.162125 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12467 | 2024.11.22 20:39:21.162207 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12468 | 2024.11.22 20:39:21.163168 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2024.11.22 20:39:21.163217 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12470 | 2024.11.22 20:39:21.163674 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12471 | 2024.11.22 20:39:21.163939 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2024.11.22 20:39:21.164205 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002141 sec., 102288.650163475 rows/sec., 8.91 MiB/sec. | ||
| 12473 | 2024.11.22 20:39:21.164271 [ 255 ] {e419fe39-ed16-4189-888b-fd17c8eff787} <Debug> TCPHandler: Processed in 0.002501461 sec. | ||
| 12474 | 2024.11.22 20:39:21.164447 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12475 | 2024.11.22 20:39:21.164592 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12476 | 2024.11.22 20:39:21.164653 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12477 | 2024.11.22 20:39:21.165319 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2024.11.22 20:39:21.165360 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12479 | 2024.11.22 20:39:21.165724 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12480 | 2024.11.22 20:39:21.165968 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12481 | 2024.11.22 20:39:21.166213 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001655 sec., 9063.444108761329 rows/sec., 639.04 KiB/sec. | ||
| 12482 | 2024.11.22 20:39:21.166272 [ 5 ] {bf5d343f-664d-43d0-9887-635f91b493f1} <Debug> TCPHandler: Processed in 0.001894817 sec. | ||
| 12483 | 2024.11.22 20:39:21.166455 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12484 | 2024.11.22 20:39:21.166598 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12485 | 2024.11.22 20:39:21.166660 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12486 | 2024.11.22 20:39:21.167298 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2024.11.22 20:39:21.167341 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12488 | 2024.11.22 20:39:21.167711 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12489 | 2024.11.22 20:39:21.167952 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2024.11.22 20:39:21.168128 [ 94 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 12491 | 2024.11.22 20:39:21.168192 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec. | ||
| 12492 | 2024.11.22 20:39:21.168220 [ 94 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12493 | 2024.11.22 20:39:21.168291 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12494 | 2024.11.22 20:39:21.168317 [ 255 ] {d1d60503-f275-47c7-b71c-db355fca2c4d} <Debug> TCPHandler: Processed in 0.001931307 sec. | ||
| 12495 | 2024.11.22 20:39:21.168581 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12496 | 2024.11.22 20:39:21.168689 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 12497 | 2024.11.22 20:39:21.169037 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12498 | 2024.11.22 20:39:21.169250 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12499 | 2024.11.22 20:39:21.169368 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12500 | 2024.11.22 20:39:21.169517 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 243 rows starting from the beginning of the part | ||
| 12501 | 2024.11.22 20:39:21.170049 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12502 | 2024.11.22 20:39:21.170526 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12503 | 2024.11.22 20:39:21.170942 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
| 12504 | 2024.11.22 20:39:21.171337 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12505 | 2024.11.22 20:39:21.171678 [ 193 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12506 | 2024.11.22 20:39:21.172390 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12507 | 2024.11.22 20:39:21.172437 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12508 | 2024.11.22 20:39:21.172970 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12509 | 2024.11.22 20:39:21.173359 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12510 | 2024.11.22 20:39:21.173431 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005018342 sec., 107804.52986265185 rows/sec., 7.72 MiB/sec. | ||
| 12511 | 2024.11.22 20:39:21.173713 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004837 sec., 2687.616291089518 rows/sec., 167.57 KiB/sec. | ||
| 12512 | 2024.11.22 20:39:21.173767 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 12513 | 2024.11.22 20:39:21.173846 [ 5 ] {c3beebae-4ac0-436a-a118-801ec808cd0c} <Debug> TCPHandler: Processed in 0.005425133 sec. | ||
| 12514 | 2024.11.22 20:39:21.174044 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12515 | 2024.11.22 20:39:21.174256 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12516 | 2024.11.22 20:39:21.174309 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12517 | 2024.11.22 20:39:21.174363 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12518 | 2024.11.22 20:39:21.174547 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_43_9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 12519 | 2024.11.22 20:39:21.174750 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12520 | 2024.11.22 20:39:21.175474 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12521 | 2024.11.22 20:39:21.175519 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12522 | 2024.11.22 20:39:21.175899 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12523 | 2024.11.22 20:39:21.176137 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12524 | 2024.11.22 20:39:21.176360 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002166 sec., 180055.40166204987 rows/sec., 12.77 MiB/sec. | ||
| 12525 | 2024.11.22 20:39:21.176418 [ 255 ] {1504f82f-c366-40d8-9b69-fbba6230cfd7} <Debug> TCPHandler: Processed in 0.00244916 sec. | ||
| 12526 | 2024.11.22 20:39:21.176596 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12527 | 2024.11.22 20:39:21.176733 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12528 | 2024.11.22 20:39:21.176793 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12529 | 2024.11.22 20:39:21.177297 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12530 | 2024.11.22 20:39:21.177337 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12531 | 2024.11.22 20:39:21.177705 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12532 | 2024.11.22 20:39:21.177946 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12533 | 2024.11.22 20:39:21.178208 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 12534 | 2024.11.22 20:39:21.178397 [ 5 ] {f478f7f0-31ac-4d3a-b838-d16a92ee6ed2} <Debug> TCPHandler: Processed in 0.001864375 sec. | ||
| 12535 | 2024.11.22 20:39:21.178634 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12536 | 2024.11.22 20:39:21.178761 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12537 | 2024.11.22 20:39:21.178815 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12538 | 2024.11.22 20:39:21.179473 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12539 | 2024.11.22 20:39:21.179528 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12540 | 2024.11.22 20:39:21.180118 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12541 | 2024.11.22 20:39:21.180498 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12542 | 2024.11.22 20:39:21.180774 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002034 sec., 116519.17404129794 rows/sec., 7.81 MiB/sec. | ||
| 12543 | 2024.11.22 20:39:21.180851 [ 255 ] {e462b7b5-bd35-4265-b53d-d3d8d95ea2a5} <Debug> TCPHandler: Processed in 0.002337667 sec. | ||
| 12544 | 2024.11.22 20:39:21.181072 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12545 | 2024.11.22 20:39:21.181295 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12546 | 2024.11.22 20:39:21.181391 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12547 | 2024.11.22 20:39:21.182118 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12548 | 2024.11.22 20:39:21.182157 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12549 | 2024.11.22 20:39:21.182529 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12550 | 2024.11.22 20:39:21.182769 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12551 | 2024.11.22 20:39:21.182977 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001737 sec., 575.7052389176741 rows/sec., 38.79 KiB/sec. | ||
| 12552 | 2024.11.22 20:39:21.183027 [ 5 ] {e8f55607-b677-4460-8ceb-9801140babbd} <Debug> TCPHandler: Processed in 0.002061681 sec. | ||
| 12553 | 2024.11.22 20:39:21.183189 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12554 | 2024.11.22 20:39:21.183343 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12555 | 2024.11.22 20:39:21.183455 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <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 | ||
| 12556 | 2024.11.22 20:39:21.185120 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12557 | 2024.11.22 20:39:21.185168 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12558 | 2024.11.22 20:39:21.186094 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12559 | 2024.11.22 20:39:21.186490 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12560 | 2024.11.22 20:39:21.186767 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003457 sec., 2314.145212612091 rows/sec., 4.15 MiB/sec. | ||
| 12561 | 2024.11.22 20:39:21.186912 [ 255 ] {11cceaaa-2f42-4edb-b552-39189db61320} <Debug> TCPHandler: Processed in 0.003790103 sec. | ||
| 12562 | 2024.11.22 20:39:21.187138 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12563 | 2024.11.22 20:39:21.187357 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12564 | 2024.11.22 20:39:21.187448 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12565 | 2024.11.22 20:39:21.188168 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12566 | 2024.11.22 20:39:21.188207 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12567 | 2024.11.22 20:39:21.188584 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12568 | 2024.11.22 20:39:21.188822 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12569 | 2024.11.22 20:39:21.189028 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001727 sec., 47481.18123914302 rows/sec., 3.02 MiB/sec. | ||
| 12570 | 2024.11.22 20:39:21.189080 [ 5 ] {2097efec-0ba2-475e-a482-b8528fa39f6d} <Debug> TCPHandler: Processed in 0.00205001 sec. | ||
| 12571 | 2024.11.22 20:39:25.578290 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12572 | 2024.11.22 20:39:25.578362 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12573 | 2024.11.22 20:39:25.803134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 12574 | 2024.11.22 20:39:25.803775 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12575 | 2024.11.22 20:39:25.803825 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12576 | 2024.11.22 20:39:25.804346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12577 | 2024.11.22 20:39:25.804615 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12578 | 2024.11.22 20:39:25.804878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12579 | 2024.11.22 20:39:25.941480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1774 | ||
| 12580 | 2024.11.22 20:39:25.944662 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2024.11.22 20:39:25.944723 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12582 | 2024.11.22 20:39:25.946227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12583 | 2024.11.22 20:39:25.946541 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2024.11.22 20:39:25.947193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774 | ||
| 12585 | 2024.11.22 20:39:26.155946 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12586 | 2024.11.22 20:39:26.156156 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12587 | 2024.11.22 20:39:26.156237 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12588 | 2024.11.22 20:39:26.157147 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12589 | 2024.11.22 20:39:26.157199 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12590 | 2024.11.22 20:39:26.157640 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12591 | 2024.11.22 20:39:26.157891 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12592 | 2024.11.22 20:39:26.158149 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002052 sec., 59454.1910331384 rows/sec., 5.04 MiB/sec. | ||
| 12593 | 2024.11.22 20:39:26.158214 [ 5 ] {d24157f2-1816-451e-8ca5-c1da20b53e71} <Debug> TCPHandler: Processed in 0.002405588 sec. | ||
| 12594 | 2024.11.22 20:39:26.158475 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12595 | 2024.11.22 20:39:26.158686 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12596 | 2024.11.22 20:39:26.158767 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12597 | 2024.11.22 20:39:26.159537 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12598 | 2024.11.22 20:39:26.159585 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12599 | 2024.11.22 20:39:26.160008 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12600 | 2024.11.22 20:39:26.160268 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12601 | 2024.11.22 20:39:26.160464 [ 42 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12602 | 2024.11.22 20:39:26.160526 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001894 sec., 17423.442449841605 rows/sec., 1.28 MiB/sec. | ||
| 12603 | 2024.11.22 20:39:26.160552 [ 42 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2024.11.22 20:39:26.160616 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12605 | 2024.11.22 20:39:26.160650 [ 255 ] {0b7aa7fa-bb6c-4528-80d2-5a528494dd7a} <Debug> TCPHandler: Processed in 0.002305937 sec. | ||
| 12606 | 2024.11.22 20:39:26.160832 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 12607 | 2024.11.22 20:39:26.160848 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12608 | 2024.11.22 20:39:26.160985 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12609 | 2024.11.22 20:39:26.161030 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 66 rows starting from the beginning of the part | ||
| 12610 | 2024.11.22 20:39:26.161034 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12611 | 2024.11.22 20:39:26.161119 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12612 | 2024.11.22 20:39:26.161213 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 33 rows starting from the beginning of the part | ||
| 12613 | 2024.11.22 20:39:26.161700 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 15 rows starting from the beginning of the part | ||
| 12614 | 2024.11.22 20:39:26.162084 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 39 rows starting from the beginning of the part | ||
| 12615 | 2024.11.22 20:39:26.162421 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 15 rows starting from the beginning of the part | ||
| 12616 | 2024.11.22 20:39:26.162771 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 33 rows starting from the beginning of the part | ||
| 12617 | 2024.11.22 20:39:26.163722 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2024.11.22 20:39:26.163770 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12619 | 2024.11.22 20:39:26.164391 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12620 | 2024.11.22 20:39:26.164492 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.003748282 sec., 53624.56720172068 rows/sec., 4.05 MiB/sec. | ||
| 12621 | 2024.11.22 20:39:26.164712 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12622 | 2024.11.22 20:39:26.164827 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2024.11.22 20:39:26.165240 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.004244 sec., 22855.796418473135 rows/sec., 1.79 MiB/sec. | ||
| 12624 | 2024.11.22 20:39:26.165375 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12625 | 2024.11.22 20:39:26.165420 [ 5 ] {d40647d9-8aca-4f32-863d-36007d43a6ea} <Debug> TCPHandler: Processed in 0.004652773 sec. | ||
| 12626 | 2024.11.22 20:39:26.165551 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_86_17} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12627 | 2024.11.22 20:39:26.165660 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2024.11.22 20:39:26.165707 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12629 | 2024.11.22 20:39:26.165820 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12630 | 2024.11.22 20:39:26.165886 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12631 | 2024.11.22 20:39:26.166514 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2024.11.22 20:39:26.166555 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12633 | 2024.11.22 20:39:26.166959 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12634 | 2024.11.22 20:39:26.167197 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2024.11.22 20:39:26.167416 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 12636 | 2024.11.22 20:39:26.167474 [ 255 ] {4bdb426c-260f-418f-860b-dde040ffb353} <Debug> TCPHandler: Processed in 0.001921537 sec. | ||
| 12637 | 2024.11.22 20:39:26.167624 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12638 | 2024.11.22 20:39:26.167749 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12639 | 2024.11.22 20:39:26.167834 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <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 | ||
| 12640 | 2024.11.22 20:39:26.169034 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12641 | 2024.11.22 20:39:26.169075 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12642 | 2024.11.22 20:39:26.169747 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12643 | 2024.11.22 20:39:26.170013 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12644 | 2024.11.22 20:39:26.170219 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12645 | 2024.11.22 20:39:26.170289 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12646 | 2024.11.22 20:39:26.170329 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00259 sec., 12741.312741312742 rows/sec., 22.83 MiB/sec. | ||
| 12647 | 2024.11.22 20:39:26.170338 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 12648 | 2024.11.22 20:39:26.170794 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12649 | 2024.11.22 20:39:26.171208 [ 5 ] {e93e8c42-b712-4cd4-bc6c-b453f815643f} <Debug> TCPHandler: Processed in 0.003629358 sec. | ||
| 12650 | 2024.11.22 20:39:26.172085 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12651 | 2024.11.22 20:39:26.172202 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12652 | 2024.11.22 20:39:26.172380 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1602 rows starting from the beginning of the part | ||
| 12653 | 2024.11.22 20:39:26.172383 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12654 | 2024.11.22 20:39:26.172509 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12655 | 2024.11.22 20:39:26.173173 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 33 rows starting from the beginning of the part | ||
| 12656 | 2024.11.22 20:39:26.173927 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 12657 | 2024.11.22 20:39:26.174674 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 33 rows starting from the beginning of the part | ||
| 12658 | 2024.11.22 20:39:26.174883 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12659 | 2024.11.22 20:39:26.175010 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12660 | 2024.11.22 20:39:26.175363 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 12661 | 2024.11.22 20:39:26.175908 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 33 rows starting from the beginning of the part | ||
| 12662 | 2024.11.22 20:39:26.176707 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12663 | 2024.11.22 20:39:26.177233 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12664 | 2024.11.22 20:39:26.177829 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005506 sec., 10897.203051216855 rows/sec., 752.02 KiB/sec. | ||
| 12665 | 2024.11.22 20:39:26.178226 [ 255 ] {13f62deb-cb16-4ed2-8a68-a28059358a20} <Debug> TCPHandler: Processed in 0.006857217 sec. | ||
| 12666 | 2024.11.22 20:39:26.186725 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1717 rows, containing 19 columns (19 merged, 0 gathered) in 0.016245537 sec., 105690.56596897966 rows/sec., 189.39 MiB/sec. | ||
| 12667 | 2024.11.22 20:39:26.188422 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12668 | 2024.11.22 20:39:26.188845 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12669 | 2024.11.22 20:39:26.188926 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12670 | 2024.11.22 20:39:26.189082 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.55 MiB. | ||
| 12671 | 2024.11.22 20:39:27.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.60 MiB, peak 259.10 MiB, free memory in arenas 0.00 B, will set to 249.36 MiB (RSS), difference: 3.76 MiB | ||
| 12672 | 2024.11.22 20:39:27.773129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12673 | 2024.11.22 20:39:27.794634 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2024.11.22 20:39:27.794700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12675 | 2024.11.22 20:39:27.802032 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12676 | 2024.11.22 20:39:27.802801 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12677 | 2024.11.22 20:39:27.807126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12678 | 2024.11.22 20:39:29.438677 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12679 | 2024.11.22 20:39:29.438879 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12680 | 2024.11.22 20:39:29.438960 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12681 | 2024.11.22 20:39:29.439868 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12682 | 2024.11.22 20:39:29.439930 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12683 | 2024.11.22 20:39:29.440396 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12684 | 2024.11.22 20:39:29.440700 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12685 | 2024.11.22 20:39:29.440951 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002123 sec., 6594.44182760245 rows/sec., 474.71 KiB/sec. | ||
| 12686 | 2024.11.22 20:39:29.441024 [ 5 ] {47d1d6fb-0930-4b5d-a824-0a06682b68ce} <Debug> TCPHandler: Processed in 0.002490141 sec. | ||
| 12687 | 2024.11.22 20:39:29.441318 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12688 | 2024.11.22 20:39:29.441526 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12689 | 2024.11.22 20:39:29.441606 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12690 | 2024.11.22 20:39:29.442387 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12691 | 2024.11.22 20:39:29.442438 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12692 | 2024.11.22 20:39:29.442887 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12693 | 2024.11.22 20:39:29.443149 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12694 | 2024.11.22 20:39:29.443395 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001915 sec., 5221.9321148825065 rows/sec., 425.81 KiB/sec. | ||
| 12695 | 2024.11.22 20:39:29.443526 [ 255 ] {0f79d930-f86d-41b4-a098-dc82e4a55270} <Debug> TCPHandler: Processed in 0.002346318 sec. | ||
| 12696 | 2024.11.22 20:39:29.443746 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12697 | 2024.11.22 20:39:29.443881 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12698 | 2024.11.22 20:39:29.443939 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12699 | 2024.11.22 20:39:29.445236 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12700 | 2024.11.22 20:39:29.445283 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12701 | 2024.11.22 20:39:29.445774 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12702 | 2024.11.22 20:39:29.446034 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12703 | 2024.11.22 20:39:29.446236 [ 36 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12704 | 2024.11.22 20:39:29.446305 [ 36 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12705 | 2024.11.22 20:39:29.446308 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002451 sec., 556507.5479396165 rows/sec., 46.23 MiB/sec. | ||
| 12706 | 2024.11.22 20:39:29.446343 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12707 | 2024.11.22 20:39:29.446505 [ 5 ] {82f21462-8b72-4d9f-be6f-9cdd665c07e0} <Debug> TCPHandler: Processed in 0.00284239 sec. | ||
| 12708 | 2024.11.22 20:39:29.446587 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 12709 | 2024.11.22 20:39:29.446724 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12710 | 2024.11.22 20:39:29.446729 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12711 | 2024.11.22 20:39:29.446777 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1436 rows starting from the beginning of the part | ||
| 12712 | 2024.11.22 20:39:29.446911 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 219 rows starting from the beginning of the part | ||
| 12713 | 2024.11.22 20:39:29.446935 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12714 | 2024.11.22 20:39:29.447137 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12715 | 2024.11.22 20:39:29.447281 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 125 rows starting from the beginning of the part | ||
| 12716 | 2024.11.22 20:39:29.447718 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 219 rows starting from the beginning of the part | ||
| 12717 | 2024.11.22 20:39:29.447963 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 122 rows starting from the beginning of the part | ||
| 12718 | 2024.11.22 20:39:29.448325 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1364 rows starting from the beginning of the part | ||
| 12719 | 2024.11.22 20:39:29.449346 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12720 | 2024.11.22 20:39:29.449387 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12721 | 2024.11.22 20:39:29.449927 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12722 | 2024.11.22 20:39:29.450192 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2024.11.22 20:39:29.450414 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.00357 sec., 7002.80112044818 rows/sec., 491.84 KiB/sec. | ||
| 12724 | 2024.11.22 20:39:29.450568 [ 255 ] {4cbee6aa-9de7-40be-9936-d07bc00e0b1f} <Debug> TCPHandler: Processed in 0.003924176 sec. | ||
| 12725 | 2024.11.22 20:39:29.450869 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2024.11.22 20:39:29.451287 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12727 | 2024.11.22 20:39:29.451457 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12728 | 2024.11.22 20:39:29.451475 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3485 rows, containing 5 columns (5 merged, 0 gathered) in 0.004996502 sec., 697487.9625786201 rows/sec., 61.14 MiB/sec. | ||
| 12729 | 2024.11.22 20:39:29.451975 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12730 | 2024.11.22 20:39:29.452873 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12731 | 2024.11.22 20:39:29.453069 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_101_20} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12732 | 2024.11.22 20:39:29.453247 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12733 | 2024.11.22 20:39:29.453529 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12734 | 2024.11.22 20:39:29.453578 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12735 | 2024.11.22 20:39:29.453987 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12736 | 2024.11.22 20:39:29.454258 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12737 | 2024.11.22 20:39:29.454547 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003435 sec., 70451.23726346434 rows/sec., 4.77 MiB/sec. | ||
| 12738 | 2024.11.22 20:39:29.454723 [ 5 ] {f6b686f1-37b9-4d94-b9f0-43b70aae6153} <Debug> TCPHandler: Processed in 0.004042619 sec. | ||
| 12739 | 2024.11.22 20:39:29.454972 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12740 | 2024.11.22 20:39:29.455130 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12741 | 2024.11.22 20:39:29.455183 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12742 | 2024.11.22 20:39:29.455782 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12743 | 2024.11.22 20:39:29.455821 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12744 | 2024.11.22 20:39:29.456176 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12745 | 2024.11.22 20:39:29.456413 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12746 | 2024.11.22 20:39:29.456601 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001499 sec., 8672.448298865911 rows/sec., 540.73 KiB/sec. | ||
| 12747 | 2024.11.22 20:39:29.456655 [ 255 ] {e865ff12-6037-418e-bfa9-76da430c5d92} <Debug> TCPHandler: Processed in 0.001815215 sec. | ||
| 12748 | 2024.11.22 20:39:29.456811 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12749 | 2024.11.22 20:39:29.456935 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12750 | 2024.11.22 20:39:29.456988 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12751 | 2024.11.22 20:39:29.457981 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12752 | 2024.11.22 20:39:29.458024 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12753 | 2024.11.22 20:39:29.458445 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12754 | 2024.11.22 20:39:29.458685 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12755 | 2024.11.22 20:39:29.458854 [ 37 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12756 | 2024.11.22 20:39:29.458885 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001977 sec., 432979.26150733436 rows/sec., 31.33 MiB/sec. | ||
| 12757 | 2024.11.22 20:39:29.458898 [ 37 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12758 | 2024.11.22 20:39:29.458941 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12759 | 2024.11.22 20:39:29.458978 [ 5 ] {78b1e162-55ff-48c9-b9ee-ff892ded405c} <Debug> TCPHandler: Processed in 0.002226444 sec. | ||
| 12760 | 2024.11.22 20:39:29.459227 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2024.11.22 20:39:29.459306 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 12762 | 2024.11.22 20:39:29.459561 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12763 | 2024.11.22 20:39:29.459796 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12764 | 2024.11.22 20:39:29.459809 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12765 | 2024.11.22 20:39:29.459980 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 12766 | 2024.11.22 20:39:29.460506 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 390 rows starting from the beginning of the part | ||
| 12767 | 2024.11.22 20:39:29.460958 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 103 rows starting from the beginning of the part | ||
| 12768 | 2024.11.22 20:39:29.461644 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 390 rows starting from the beginning of the part | ||
| 12769 | 2024.11.22 20:39:29.462176 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 97 rows starting from the beginning of the part | ||
| 12770 | 2024.11.22 20:39:29.462542 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 856 rows starting from the beginning of the part | ||
| 12771 | 2024.11.22 20:39:29.463285 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12772 | 2024.11.22 20:39:29.463352 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12773 | 2024.11.22 20:39:29.464212 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12774 | 2024.11.22 20:39:29.464730 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12775 | 2024.11.22 20:39:29.465071 [ 37 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 12776 | 2024.11.22 20:39:29.465176 [ 37 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2024.11.22 20:39:29.465256 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12778 | 2024.11.22 20:39:29.465317 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005868 sec., 1022.4948875255624 rows/sec., 53.42 KiB/sec. | ||
| 12779 | 2024.11.22 20:39:29.465598 [ 255 ] {3aedf141-43f5-4a54-85fe-500a76302262} <Debug> TCPHandler: Processed in 0.00652339 sec. | ||
| 12780 | 2024.11.22 20:39:29.465638 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 12781 | 2024.11.22 20:39:29.465879 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12782 | 2024.11.22 20:39:29.466049 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12783 | 2024.11.22 20:39:29.466218 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 12784 | 2024.11.22 20:39:29.466457 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12785 | 2024.11.22 20:39:29.466749 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12786 | 2024.11.22 20:39:29.466760 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12787 | 2024.11.22 20:39:29.466746 [ 192 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 5 columns (5 merged, 0 gathered) in 0.007691177 sec., 357682.5757618112 rows/sec., 27.30 MiB/sec. | ||
| 12788 | 2024.11.22 20:39:29.467255 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12789 | 2024.11.22 20:39:29.467320 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12790 | 2024.11.22 20:39:29.467947 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12791 | 2024.11.22 20:39:29.468413 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12792 | 2024.11.22 20:39:29.468576 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12793 | 2024.11.22 20:39:29.468748 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_101_20} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12794 | 2024.11.22 20:39:29.468799 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12795 | 2024.11.22 20:39:29.469142 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12796 | 2024.11.22 20:39:29.470108 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2024.11.22 20:39:29.470177 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12798 | 2024.11.22 20:39:29.471249 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12799 | 2024.11.22 20:39:29.471775 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2024.11.22 20:39:29.472412 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.006181 sec., 150461.09043844038 rows/sec., 10.04 MiB/sec. | ||
| 12801 | 2024.11.22 20:39:29.472480 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.007056903 sec., 36559.94704759298 rows/sec., 1.87 MiB/sec. | ||
| 12802 | 2024.11.22 20:39:29.472571 [ 5 ] {d435f5e2-96a7-462c-bf0e-363b4dbb7e50} <Debug> TCPHandler: Processed in 0.006863528 sec. | ||
| 12803 | 2024.11.22 20:39:29.472698 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 12804 | 2024.11.22 20:39:29.472790 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12805 | 2024.11.22 20:39:29.472984 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12806 | 2024.11.22 20:39:29.473067 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12807 | 2024.11.22 20:39:29.473209 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.11.22 20:39:29.473467 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_43_9} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 12809 | 2024.11.22 20:39:29.473633 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12810 | 2024.11.22 20:39:29.473878 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2024.11.22 20:39:29.473921 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12812 | 2024.11.22 20:39:29.474303 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12813 | 2024.11.22 20:39:29.474541 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2024.11.22 20:39:29.474761 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00185 sec., 540.5405405405405 rows/sec., 36.42 KiB/sec. | ||
| 12815 | 2024.11.22 20:39:29.474819 [ 255 ] {1600ef78-25da-41cd-90a9-691ccf827b09} <Debug> TCPHandler: Processed in 0.002122372 sec. | ||
| 12816 | 2024.11.22 20:39:29.474982 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12817 | 2024.11.22 20:39:29.475123 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12818 | 2024.11.22 20:39:29.475218 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <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 | ||
| 12819 | 2024.11.22 20:39:29.476472 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12820 | 2024.11.22 20:39:29.476511 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12821 | 2024.11.22 20:39:29.477144 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12822 | 2024.11.22 20:39:29.477414 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2024.11.22 20:39:29.477620 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00253 sec., 3162.0553359683795 rows/sec., 5.67 MiB/sec. | ||
| 12824 | 2024.11.22 20:39:29.477727 [ 5 ] {29d4892b-c0c8-4889-89df-cef7de056e75} <Debug> TCPHandler: Processed in 0.002815019 sec. | ||
| 12825 | 2024.11.22 20:39:29.477892 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12826 | 2024.11.22 20:39:29.478029 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12827 | 2024.11.22 20:39:29.478089 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12828 | 2024.11.22 20:39:29.478608 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2024.11.22 20:39:29.478646 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12830 | 2024.11.22 20:39:29.479020 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12831 | 2024.11.22 20:39:29.479254 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2024.11.22 20:39:29.479476 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001477 sec., 47393.364928909956 rows/sec., 2.98 MiB/sec. | ||
| 12833 | 2024.11.22 20:39:29.479528 [ 255 ] {7a1e5b72-8b08-4a56-b209-c83e25a9923d} <Debug> TCPHandler: Processed in 0.001703002 sec. | ||
| 12834 | 2024.11.22 20:39:31.148031 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12835 | 2024.11.22 20:39:31.148223 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12836 | 2024.11.22 20:39:31.148299 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12837 | 2024.11.22 20:39:31.149109 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2024.11.22 20:39:31.149165 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12839 | 2024.11.22 20:39:31.149620 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12840 | 2024.11.22 20:39:31.149882 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2024.11.22 20:39:31.150122 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
| 12842 | 2024.11.22 20:39:31.150188 [ 5 ] {1d70c08d-2c6d-4987-b043-d97d96ee18c7} <Debug> TCPHandler: Processed in 0.002289346 sec. | ||
| 12843 | 2024.11.22 20:39:31.150448 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12844 | 2024.11.22 20:39:31.150644 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12845 | 2024.11.22 20:39:31.150720 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12846 | 2024.11.22 20:39:31.151509 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12847 | 2024.11.22 20:39:31.151562 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12848 | 2024.11.22 20:39:31.152013 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12849 | 2024.11.22 20:39:31.152263 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12850 | 2024.11.22 20:39:31.152493 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec. | ||
| 12851 | 2024.11.22 20:39:31.152561 [ 255 ] {9e7c5d53-a5c1-424d-b89d-2f05a30893e5} <Debug> TCPHandler: Processed in 0.002247275 sec. | ||
| 12852 | 2024.11.22 20:39:31.152737 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12853 | 2024.11.22 20:39:31.152884 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12854 | 2024.11.22 20:39:31.152951 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12855 | 2024.11.22 20:39:31.153557 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12856 | 2024.11.22 20:39:31.153598 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12857 | 2024.11.22 20:39:31.153996 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12858 | 2024.11.22 20:39:31.154245 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12859 | 2024.11.22 20:39:31.154430 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0 | ||
| 12860 | 2024.11.22 20:39:31.154495 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001643 sec., 19476.567255021302 rows/sec., 1.36 MiB/sec. | ||
| 12861 | 2024.11.22 20:39:31.154513 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2024.11.22 20:39:31.154579 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12863 | 2024.11.22 20:39:31.154624 [ 5 ] {999af7d6-c8a7-4e87-866d-ac63f6a0c7ef} <Debug> TCPHandler: Processed in 0.001958237 sec. | ||
| 12864 | 2024.11.22 20:39:31.154846 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12865 | 2024.11.22 20:39:31.154855 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_95_19 to all_99_99_0 into Compact with storage Full | ||
| 12866 | 2024.11.22 20:39:31.155066 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12867 | 2024.11.22 20:39:31.155207 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12868 | 2024.11.22 20:39:31.155219 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12869 | 2024.11.22 20:39:31.155296 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 26754 rows starting from the beginning of the part | ||
| 12870 | 2024.11.22 20:39:31.155779 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 163 rows starting from the beginning of the part | ||
| 12871 | 2024.11.22 20:39:31.156172 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 12872 | 2024.11.22 20:39:31.156396 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 12873 | 2024.11.22 20:39:31.156755 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 930 rows starting from the beginning of the part | ||
| 12874 | 2024.11.22 20:39:31.157429 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12875 | 2024.11.22 20:39:31.157499 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12876 | 2024.11.22 20:39:31.158462 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12877 | 2024.11.22 20:39:31.158799 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12878 | 2024.11.22 20:39:31.159201 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004193 sec., 2861.9127116622944 rows/sec., 197.50 KiB/sec. | ||
| 12879 | 2024.11.22 20:39:31.159412 [ 255 ] {b0b9367c-240e-4337-9be0-50280ebd1d64} <Debug> TCPHandler: Processed in 0.004684684 sec. | ||
| 12880 | 2024.11.22 20:39:31.163726 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28244 rows, containing 5 columns (5 merged, 0 gathered) in 0.008976339 sec., 3146494.355883841 rows/sec., 212.47 MiB/sec. | ||
| 12881 | 2024.11.22 20:39:31.164113 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) | ||
| 12882 | 2024.11.22 20:39:31.164461 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12883 | 2024.11.22 20:39:31.164554 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20 | ||
| 12884 | 2024.11.22 20:39:31.164660 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 12885 | 2024.11.22 20:39:33.305951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 12886 | 2024.11.22 20:39:33.306652 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12887 | 2024.11.22 20:39:33.306703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12888 | 2024.11.22 20:39:33.307229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12889 | 2024.11.22 20:39:33.307499 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12890 | 2024.11.22 20:39:33.307710 [ 61 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12891 | 2024.11.22 20:39:33.307772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12892 | 2024.11.22 20:39:33.307814 [ 61 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12893 | 2024.11.22 20:39:33.307847 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12894 | 2024.11.22 20:39:33.308001 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 12895 | 2024.11.22 20:39:33.308163 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12896 | 2024.11.22 20:39:33.308208 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 12897 | 2024.11.22 20:39:33.308289 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12898 | 2024.11.22 20:39:33.308494 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12899 | 2024.11.22 20:39:33.308735 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12900 | 2024.11.22 20:39:33.308921 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 12901 | 2024.11.22 20:39:33.309127 [ 195 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 12902 | 2024.11.22 20:39:33.311957 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004029228 sec., 6948973.848091992 rows/sec., 99.41 MiB/sec. | ||
| 12903 | 2024.11.22 20:39:33.312247 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12904 | 2024.11.22 20:39:33.312549 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2024.11.22 20:39:33.312633 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_61_12} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12906 | 2024.11.22 20:39:33.312725 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 12907 | 2024.11.22 20:39:35.308150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12908 | 2024.11.22 20:39:35.329233 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.11.22 20:39:35.329289 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12910 | 2024.11.22 20:39:35.336576 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12911 | 2024.11.22 20:39:35.337339 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2024.11.22 20:39:35.337718 [ 59 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12913 | 2024.11.22 20:39:35.337866 [ 59 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12914 | 2024.11.22 20:39:35.337943 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12915 | 2024.11.22 20:39:35.338500 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 12916 | 2024.11.22 20:39:35.353699 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12917 | 2024.11.22 20:39:35.355457 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12918 | 2024.11.22 20:39:35.356689 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 12919 | 2024.11.22 20:39:35.361849 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 12920 | 2024.11.22 20:39:35.367400 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 12921 | 2024.11.22 20:39:35.373076 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 12922 | 2024.11.22 20:39:35.379056 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 12923 | 2024.11.22 20:39:35.383806 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 12924 | 2024.11.22 20:39:35.442743 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.104636125 sec., 4396.187263242021 rows/sec., 22.73 MiB/sec. | ||
| 12925 | 2024.11.22 20:39:35.445893 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12926 | 2024.11.22 20:39:35.448756 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2024.11.22 20:39:35.448880 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_61_12} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12928 | 2024.11.22 20:39:35.451275 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 12929 | 2024.11.22 20:39:35.948347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1818 | ||
| 12930 | 2024.11.22 20:39:35.951686 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12931 | 2024.11.22 20:39:35.951728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12932 | 2024.11.22 20:39:35.953779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12933 | 2024.11.22 20:39:35.954197 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12934 | 2024.11.22 20:39:35.954923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1818 | ||
| 12935 | 2024.11.22 20:39:36.155884 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12936 | 2024.11.22 20:39:36.156087 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12937 | 2024.11.22 20:39:36.156169 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12938 | 2024.11.22 20:39:36.157036 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12939 | 2024.11.22 20:39:36.157085 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12940 | 2024.11.22 20:39:36.157533 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12941 | 2024.11.22 20:39:36.157803 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12942 | 2024.11.22 20:39:36.158046 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002015 sec., 60545.905707196034 rows/sec., 5.13 MiB/sec. | ||
| 12943 | 2024.11.22 20:39:36.158114 [ 5 ] {7abb3b4f-aa85-4064-a111-894fe2c1062b} <Debug> TCPHandler: Processed in 0.002365627 sec. | ||
| 12944 | 2024.11.22 20:39:36.158388 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12945 | 2024.11.22 20:39:36.158611 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12946 | 2024.11.22 20:39:36.158700 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12947 | 2024.11.22 20:39:36.159572 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12948 | 2024.11.22 20:39:36.159622 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12949 | 2024.11.22 20:39:36.160063 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12950 | 2024.11.22 20:39:36.160318 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12951 | 2024.11.22 20:39:36.160568 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002021 sec., 16328.55022266205 rows/sec., 1.20 MiB/sec. | ||
| 12952 | 2024.11.22 20:39:36.160640 [ 255 ] {1bc8b29f-a55e-4706-98dd-bb5a4948e2cd} <Debug> TCPHandler: Processed in 0.002387518 sec. | ||
| 12953 | 2024.11.22 20:39:36.160806 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12954 | 2024.11.22 20:39:36.160933 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12955 | 2024.11.22 20:39:36.160987 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12956 | 2024.11.22 20:39:36.161661 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2024.11.22 20:39:36.161704 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12958 | 2024.11.22 20:39:36.162093 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12959 | 2024.11.22 20:39:36.162348 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2024.11.22 20:39:36.162601 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001693 sec., 57294.74305965741 rows/sec., 4.47 MiB/sec. | ||
| 12961 | 2024.11.22 20:39:36.162697 [ 5 ] {444b50b4-06a2-43ac-996d-38f8ea8950d3} <Debug> TCPHandler: Processed in 0.001949247 sec. | ||
| 12962 | 2024.11.22 20:39:36.162910 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12963 | 2024.11.22 20:39:36.163065 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12964 | 2024.11.22 20:39:36.163130 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12965 | 2024.11.22 20:39:36.163788 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12966 | 2024.11.22 20:39:36.163828 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12967 | 2024.11.22 20:39:36.164261 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12968 | 2024.11.22 20:39:36.164503 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12969 | 2024.11.22 20:39:36.164738 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 12970 | 2024.11.22 20:39:36.164811 [ 255 ] {0821cbfb-f359-40b8-b57c-45e9a84d76f8} <Debug> TCPHandler: Processed in 0.001984578 sec. | ||
| 12971 | 2024.11.22 20:39:36.165031 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12972 | 2024.11.22 20:39:36.165207 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12973 | 2024.11.22 20:39:36.165307 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <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 | ||
| 12974 | 2024.11.22 20:39:36.166557 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12975 | 2024.11.22 20:39:36.166597 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12976 | 2024.11.22 20:39:36.167268 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12977 | 2024.11.22 20:39:36.167529 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12978 | 2024.11.22 20:39:36.167797 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002622 sec., 12585.812356979404 rows/sec., 22.55 MiB/sec. | ||
| 12979 | 2024.11.22 20:39:36.168005 [ 5 ] {54ae0ac0-bf00-4c2b-a375-773aa6d6bd6b} <Debug> TCPHandler: Processed in 0.003091566 sec. | ||
| 12980 | 2024.11.22 20:39:36.168263 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12981 | 2024.11.22 20:39:36.168469 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12982 | 2024.11.22 20:39:36.168525 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12983 | 2024.11.22 20:39:36.169022 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12984 | 2024.11.22 20:39:36.169062 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12985 | 2024.11.22 20:39:36.169441 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12986 | 2024.11.22 20:39:36.169674 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12987 | 2024.11.22 20:39:36.169881 [ 62 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12988 | 2024.11.22 20:39:36.169916 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 12989 | 2024.11.22 20:39:36.169973 [ 62 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.11.22 20:39:36.170048 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 12991 | 2024.11.22 20:39:36.170053 [ 255 ] {b4112e1c-40aa-4311-a9c5-825619aa9bf3} <Debug> TCPHandler: Processed in 0.001927847 sec. | ||
| 12992 | 2024.11.22 20:39:36.170241 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12993 | 2024.11.22 20:39:36.170376 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12994 | 2024.11.22 20:39:36.170413 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5762 rows starting from the beginning of the part | ||
| 12995 | 2024.11.22 20:39:36.170485 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12996 | 2024.11.22 20:39:36.170596 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 12997 | 2024.11.22 20:39:36.170814 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 70 rows starting from the beginning of the part | ||
| 12998 | 2024.11.22 20:39:36.171044 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 12 rows starting from the beginning of the part | ||
| 12999 | 2024.11.22 20:39:36.171233 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 13000 | 2024.11.22 20:39:36.173311 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6046 rows, containing 4 columns (4 merged, 0 gathered) in 0.003156757 sec., 1915256.7017353568 rows/sec., 124.85 MiB/sec. | ||
| 13001 | 2024.11.22 20:39:36.173790 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13002 | 2024.11.22 20:39:36.174164 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13003 | 2024.11.22 20:39:36.174266 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_101_20} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13004 | 2024.11.22 20:39:36.174374 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 13005 | 2024.11.22 20:39:40.578409 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13006 | 2024.11.22 20:39:40.578491 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13007 | 2024.11.22 20:39:40.808857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 13008 | 2024.11.22 20:39:40.809497 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13009 | 2024.11.22 20:39:40.809542 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13010 | 2024.11.22 20:39:40.810065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13011 | 2024.11.22 20:39:40.810329 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13012 | 2024.11.22 20:39:40.810591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 13013 | 2024.11.22 20:39:41.159186 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13014 | 2024.11.22 20:39:41.159404 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13015 | 2024.11.22 20:39:41.159490 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13016 | 2024.11.22 20:39:41.160267 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2024.11.22 20:39:41.160318 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13018 | 2024.11.22 20:39:41.160755 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13019 | 2024.11.22 20:39:41.161009 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13020 | 2024.11.22 20:39:41.161255 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 13021 | 2024.11.22 20:39:41.161324 [ 5 ] {bb516e54-abff-4e9d-8850-c99340b43065} <Debug> TCPHandler: Processed in 0.002277756 sec. | ||
| 13022 | 2024.11.22 20:39:41.161576 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13023 | 2024.11.22 20:39:41.161762 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13024 | 2024.11.22 20:39:41.161834 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13025 | 2024.11.22 20:39:41.162699 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2024.11.22 20:39:41.162751 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13027 | 2024.11.22 20:39:41.163193 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13028 | 2024.11.22 20:39:41.163441 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2024.11.22 20:39:41.163708 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001993 sec., 109884.59608630206 rows/sec., 9.57 MiB/sec. | ||
| 13030 | 2024.11.22 20:39:41.163817 [ 255 ] {9f4db7b4-0e34-4179-b457-bbaf58e64fce} <Debug> TCPHandler: Processed in 0.002362967 sec. | ||
| 13031 | 2024.11.22 20:39:41.164084 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13032 | 2024.11.22 20:39:41.164428 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13033 | 2024.11.22 20:39:41.164526 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13034 | 2024.11.22 20:39:41.165171 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13035 | 2024.11.22 20:39:41.165213 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13036 | 2024.11.22 20:39:41.165590 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13037 | 2024.11.22 20:39:41.165836 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13038 | 2024.11.22 20:39:41.166071 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001729 sec., 8675.534991324464 rows/sec., 611.69 KiB/sec. | ||
| 13039 | 2024.11.22 20:39:41.166126 [ 5 ] {bd67181f-bfa9-4a0c-a210-9a8289661384} <Debug> TCPHandler: Processed in 0.002184823 sec. | ||
| 13040 | 2024.11.22 20:39:41.166305 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13041 | 2024.11.22 20:39:41.166450 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13042 | 2024.11.22 20:39:41.166509 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13043 | 2024.11.22 20:39:41.167117 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13044 | 2024.11.22 20:39:41.167160 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13045 | 2024.11.22 20:39:41.167526 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13046 | 2024.11.22 20:39:41.167777 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13047 | 2024.11.22 20:39:41.168039 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001615 sec., 8668.7306501548 rows/sec., 607.10 KiB/sec. | ||
| 13048 | 2024.11.22 20:39:41.168157 [ 255 ] {143c835f-d164-4b70-a84e-02e94a7ea604} <Debug> TCPHandler: Processed in 0.001915737 sec. | ||
| 13049 | 2024.11.22 20:39:41.168397 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13050 | 2024.11.22 20:39:41.168558 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13051 | 2024.11.22 20:39:41.168619 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13052 | 2024.11.22 20:39:41.169296 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13053 | 2024.11.22 20:39:41.169345 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13054 | 2024.11.22 20:39:41.169741 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13055 | 2024.11.22 20:39:41.169985 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13056 | 2024.11.22 20:39:41.170213 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec. | ||
| 13057 | 2024.11.22 20:39:41.170329 [ 5 ] {fa306af6-9849-44b6-b44e-d610e3f179fa} <Debug> TCPHandler: Processed in 0.00206537 sec. | ||
| 13058 | 2024.11.22 20:39:41.170508 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13059 | 2024.11.22 20:39:41.170646 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13060 | 2024.11.22 20:39:41.170702 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13061 | 2024.11.22 20:39:41.171562 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13062 | 2024.11.22 20:39:41.171602 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13063 | 2024.11.22 20:39:41.171975 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13064 | 2024.11.22 20:39:41.172203 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13065 | 2024.11.22 20:39:41.172419 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001804 sec., 216186.25277161863 rows/sec., 15.33 MiB/sec. | ||
| 13066 | 2024.11.22 20:39:41.172476 [ 255 ] {b9577780-2856-4cd7-a5be-654bcb504478} <Debug> TCPHandler: Processed in 0.002067851 sec. | ||
| 13067 | 2024.11.22 20:39:41.172692 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13068 | 2024.11.22 20:39:41.172913 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13069 | 2024.11.22 20:39:41.173006 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13070 | 2024.11.22 20:39:41.173752 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13071 | 2024.11.22 20:39:41.173792 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13072 | 2024.11.22 20:39:41.174167 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13073 | 2024.11.22 20:39:41.174423 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13074 | 2024.11.22 20:39:41.174633 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001776 sec., 3378.3783783783783 rows/sec., 176.51 KiB/sec. | ||
| 13075 | 2024.11.22 20:39:41.174684 [ 5 ] {e4290c68-13e9-4758-ae74-1bf90222b6c3} <Debug> TCPHandler: Processed in 0.002099621 sec. | ||
| 13076 | 2024.11.22 20:39:41.174811 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13077 | 2024.11.22 20:39:41.174928 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13078 | 2024.11.22 20:39:41.174982 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13079 | 2024.11.22 20:39:41.175586 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13080 | 2024.11.22 20:39:41.175625 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13081 | 2024.11.22 20:39:41.176021 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13082 | 2024.11.22 20:39:41.176255 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13083 | 2024.11.22 20:39:41.176498 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec. | ||
| 13084 | 2024.11.22 20:39:41.176595 [ 255 ] {2d71c736-fe4e-4f24-b430-d442074b86ce} <Debug> TCPHandler: Processed in 0.001835635 sec. | ||
| 13085 | 2024.11.22 20:39:41.176822 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13086 | 2024.11.22 20:39:41.177038 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13087 | 2024.11.22 20:39:41.177100 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13088 | 2024.11.22 20:39:41.177637 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13089 | 2024.11.22 20:39:41.177678 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13090 | 2024.11.22 20:39:41.178043 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13091 | 2024.11.22 20:39:41.178285 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13092 | 2024.11.22 20:39:41.178500 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 13093 | 2024.11.22 20:39:41.178551 [ 5 ] {4334ff00-04c3-4b1c-a7b4-5516d8fb16dd} <Debug> TCPHandler: Processed in 0.001858225 sec. | ||
| 13094 | 2024.11.22 20:39:41.178699 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13095 | 2024.11.22 20:39:41.178836 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13096 | 2024.11.22 20:39:41.178930 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <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 | ||
| 13097 | 2024.11.22 20:39:41.180130 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13098 | 2024.11.22 20:39:41.180170 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13099 | 2024.11.22 20:39:41.180782 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13100 | 2024.11.22 20:39:41.181048 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13101 | 2024.11.22 20:39:41.181303 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002497 sec., 3203.8446135362433 rows/sec., 5.74 MiB/sec. | ||
| 13102 | 2024.11.22 20:39:41.181432 [ 255 ] {aa1a18f6-654b-4b38-be08-6f733b8c6922} <Debug> TCPHandler: Processed in 0.002796589 sec. | ||
| 13103 | 2024.11.22 20:39:41.181623 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13104 | 2024.11.22 20:39:41.181842 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13105 | 2024.11.22 20:39:41.181935 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13106 | 2024.11.22 20:39:41.182733 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13107 | 2024.11.22 20:39:41.182775 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13108 | 2024.11.22 20:39:41.183157 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13109 | 2024.11.22 20:39:41.183410 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13110 | 2024.11.22 20:39:41.183661 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001869 sec., 43873.72926698769 rows/sec., 2.79 MiB/sec. | ||
| 13111 | 2024.11.22 20:39:41.183745 [ 5 ] {9d8fce5f-d54e-40da-a80e-0e4baabc8c00} <Debug> TCPHandler: Processed in 0.002229885 sec. | ||
| 13112 | 2024.11.22 20:39:42.854741 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 13113 | 2024.11.22 20:39:42.873743 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13114 | 2024.11.22 20:39:42.873806 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13115 | 2024.11.22 20:39:42.880782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13116 | 2024.11.22 20:39:42.881575 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13117 | 2024.11.22 20:39:42.884200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 13118 | 2024.11.22 20:39:45.956101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1852 | ||
| 13119 | 2024.11.22 20:39:45.959155 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2024.11.22 20:39:45.959208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13121 | 2024.11.22 20:39:45.960689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13122 | 2024.11.22 20:39:45.961008 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.11.22 20:39:45.961228 [ 136 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13124 | 2024.11.22 20:39:45.961360 [ 136 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13125 | 2024.11.22 20:39:45.961427 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13126 | 2024.11.22 20:39:45.961928 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 13127 | 2024.11.22 20:39:45.962408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1852 | ||
| 13128 | 2024.11.22 20:39:45.963010 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13129 | 2024.11.22 20:39:45.963210 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1660 rows starting from the beginning of the part | ||
| 13130 | 2024.11.22 20:39:45.963838 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part | ||
| 13131 | 2024.11.22 20:39:45.964495 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 13132 | 2024.11.22 20:39:45.965137 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 13133 | 2024.11.22 20:39:45.965772 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part | ||
| 13134 | 2024.11.22 20:39:45.966404 [ 198 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 13135 | 2024.11.22 20:39:45.974972 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 72 columns (72 merged, 0 gathered) in 0.013339716 sec., 138833.54038421807 rows/sec., 106.39 MiB/sec. | ||
| 13136 | 2024.11.22 20:39:45.976653 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13137 | 2024.11.22 20:39:45.977451 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13138 | 2024.11.22 20:39:45.977559 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_46_9} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13139 | 2024.11.22 20:39:45.977779 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 13140 | 2024.11.22 20:39:46.155490 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13141 | 2024.11.22 20:39:46.155693 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13142 | 2024.11.22 20:39:46.155767 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13143 | 2024.11.22 20:39:46.156579 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13144 | 2024.11.22 20:39:46.156626 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13145 | 2024.11.22 20:39:46.157066 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13146 | 2024.11.22 20:39:46.157331 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13147 | 2024.11.22 20:39:46.157563 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001924 sec., 63409.56340956341 rows/sec., 5.38 MiB/sec. | ||
| 13148 | 2024.11.22 20:39:46.157621 [ 5 ] {04602d6d-77c8-4ce3-ac82-51d3340a6c7f} <Debug> TCPHandler: Processed in 0.002273896 sec. | ||
| 13149 | 2024.11.22 20:39:46.157877 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13150 | 2024.11.22 20:39:46.158066 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13151 | 2024.11.22 20:39:46.158144 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13152 | 2024.11.22 20:39:46.158963 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13153 | 2024.11.22 20:39:46.159008 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13154 | 2024.11.22 20:39:46.159539 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13155 | 2024.11.22 20:39:46.159804 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13156 | 2024.11.22 20:39:46.160024 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002008 sec., 16434.26294820717 rows/sec., 1.21 MiB/sec. | ||
| 13157 | 2024.11.22 20:39:46.160149 [ 255 ] {aa09db62-a4e3-479b-9d16-3e5cb8d63cad} <Debug> TCPHandler: Processed in 0.002403558 sec. | ||
| 13158 | 2024.11.22 20:39:46.160354 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13159 | 2024.11.22 20:39:46.160654 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13160 | 2024.11.22 20:39:46.160750 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13161 | 2024.11.22 20:39:46.161355 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13162 | 2024.11.22 20:39:46.161396 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13163 | 2024.11.22 20:39:46.161768 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13164 | 2024.11.22 20:39:46.162007 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13165 | 2024.11.22 20:39:46.162246 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001696 sec., 57193.39622641509 rows/sec., 4.47 MiB/sec. | ||
| 13166 | 2024.11.22 20:39:46.162329 [ 5 ] {359c8efc-93ad-4032-bb4f-fb283bc88043} <Debug> TCPHandler: Processed in 0.002082651 sec. | ||
| 13167 | 2024.11.22 20:39:46.162484 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13168 | 2024.11.22 20:39:46.162644 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13169 | 2024.11.22 20:39:46.162703 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13170 | 2024.11.22 20:39:46.163307 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13171 | 2024.11.22 20:39:46.163347 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13172 | 2024.11.22 20:39:46.163771 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13173 | 2024.11.22 20:39:46.164035 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13174 | 2024.11.22 20:39:46.164235 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 13175 | 2024.11.22 20:39:46.164312 [ 255 ] {774e9861-eee1-41cb-b3f7-06207aaf35e9} <Debug> TCPHandler: Processed in 0.001898566 sec. | ||
| 13176 | 2024.11.22 20:39:46.164476 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13177 | 2024.11.22 20:39:46.164597 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13178 | 2024.11.22 20:39:46.164679 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <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 | ||
| 13179 | 2024.11.22 20:39:46.165954 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13180 | 2024.11.22 20:39:46.165995 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13181 | 2024.11.22 20:39:46.166669 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13182 | 2024.11.22 20:39:46.166936 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13183 | 2024.11.22 20:39:46.167185 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002612 sec., 12633.996937212863 rows/sec., 22.64 MiB/sec. | ||
| 13184 | 2024.11.22 20:39:46.167279 [ 5 ] {dbcc4cbf-72ef-432b-b493-88206db35cc1} <Debug> TCPHandler: Processed in 0.002860981 sec. | ||
| 13185 | 2024.11.22 20:39:46.167449 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13186 | 2024.11.22 20:39:46.167579 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13187 | 2024.11.22 20:39:46.167635 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13188 | 2024.11.22 20:39:46.168187 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13189 | 2024.11.22 20:39:46.168226 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13190 | 2024.11.22 20:39:46.168630 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13191 | 2024.11.22 20:39:46.168891 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13192 | 2024.11.22 20:39:46.169082 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 13193 | 2024.11.22 20:39:46.169139 [ 255 ] {852a40d3-594e-4ded-8a06-902cabb7e03b} <Debug> TCPHandler: Processed in 0.001750743 sec. | ||
| 13194 | 2024.11.22 20:39:48.311676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 13195 | 2024.11.22 20:39:48.312371 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13196 | 2024.11.22 20:39:48.312421 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13197 | 2024.11.22 20:39:48.312970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13198 | 2024.11.22 20:39:48.313226 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13199 | 2024.11.22 20:39:48.313474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 13200 | 2024.11.22 20:39:50.385230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13201 | 2024.11.22 20:39:50.405068 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13202 | 2024.11.22 20:39:50.405128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13203 | 2024.11.22 20:39:50.412352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13204 | 2024.11.22 20:39:50.413158 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13205 | 2024.11.22 20:39:50.415775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13206 | 2024.11.22 20:39:51.158737 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13207 | 2024.11.22 20:39:51.159041 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13208 | 2024.11.22 20:39:51.159154 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13209 | 2024.11.22 20:39:51.160187 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.11.22 20:39:51.160235 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13211 | 2024.11.22 20:39:51.160663 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13212 | 2024.11.22 20:39:51.160915 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13213 | 2024.11.22 20:39:51.161121 [ 139 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13214 | 2024.11.22 20:39:51.161167 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002206 sec., 6346.328195829556 rows/sec., 456.85 KiB/sec. | ||
| 13215 | 2024.11.22 20:39:51.161214 [ 139 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13216 | 2024.11.22 20:39:51.161290 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13217 | 2024.11.22 20:39:51.161291 [ 5 ] {a67a789e-fd87-4762-ba08-6ac513f751c0} <Debug> TCPHandler: Processed in 0.002737237 sec. | ||
| 13218 | 2024.11.22 20:39:51.161460 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 13219 | 2024.11.22 20:39:51.161605 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13220 | 2024.11.22 20:39:51.161610 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13221 | 2024.11.22 20:39:51.161710 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13222 | 2024.11.22 20:39:51.161912 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13223 | 2024.11.22 20:39:51.161998 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13224 | 2024.11.22 20:39:51.162119 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13225 | 2024.11.22 20:39:51.162217 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13226 | 2024.11.22 20:39:51.162488 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13227 | 2024.11.22 20:39:51.162962 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13228 | 2024.11.22 20:39:51.165092 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13229 | 2024.11.22 20:39:51.165172 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13230 | 2024.11.22 20:39:51.165531 [ 200 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004139621 sec., 16909.760579531317 rows/sec., 1.25 MiB/sec. | ||
| 13231 | 2024.11.22 20:39:51.165716 [ 200 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13232 | 2024.11.22 20:39:51.165894 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13233 | 2024.11.22 20:39:51.166152 [ 200 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13234 | 2024.11.22 20:39:51.166213 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13235 | 2024.11.22 20:39:51.166300 [ 200 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_45_11} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13236 | 2024.11.22 20:39:51.166489 [ 139 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13237 | 2024.11.22 20:39:51.166560 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13238 | 2024.11.22 20:39:51.166591 [ 139 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2024.11.22 20:39:51.166655 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004846 sec., 45191.91085431284 rows/sec., 3.94 MiB/sec. | ||
| 13240 | 2024.11.22 20:39:51.166663 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13241 | 2024.11.22 20:39:51.166871 [ 255 ] {4afed529-005a-45ee-81a4-9a2c6fef45ff} <Debug> TCPHandler: Processed in 0.005424843 sec. | ||
| 13242 | 2024.11.22 20:39:51.167021 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 13243 | 2024.11.22 20:39:51.167094 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13244 | 2024.11.22 20:39:51.167311 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13245 | 2024.11.22 20:39:51.167348 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13246 | 2024.11.22 20:39:51.167382 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1436 rows starting from the beginning of the part | ||
| 13247 | 2024.11.22 20:39:51.167450 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13248 | 2024.11.22 20:39:51.167800 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 13249 | 2024.11.22 20:39:51.168122 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 122 rows starting from the beginning of the part | ||
| 13250 | 2024.11.22 20:39:51.168544 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 219 rows starting from the beginning of the part | ||
| 13251 | 2024.11.22 20:39:51.168924 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 122 rows starting from the beginning of the part | ||
| 13252 | 2024.11.22 20:39:51.169283 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 219 rows starting from the beginning of the part | ||
| 13253 | 2024.11.22 20:39:51.170240 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2024.11.22 20:39:51.170311 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13255 | 2024.11.22 20:39:51.171276 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13256 | 2024.11.22 20:39:51.171767 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13257 | 2024.11.22 20:39:51.172056 [ 139 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13258 | 2024.11.22 20:39:51.172195 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004892 sec., 3066.230580539657 rows/sec., 216.19 KiB/sec. | ||
| 13259 | 2024.11.22 20:39:51.172250 [ 139 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13260 | 2024.11.22 20:39:51.172544 [ 5 ] {d4c6472e-6af3-4259-9c6c-58389617814a} <Debug> TCPHandler: Processed in 0.005538836 sec. | ||
| 13261 | 2024.11.22 20:39:51.172818 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13262 | 2024.11.22 20:39:51.172844 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13263 | 2024.11.22 20:39:51.173010 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.00614178 sec., 353969.0448046006 rows/sec., 31.14 MiB/sec. | ||
| 13264 | 2024.11.22 20:39:51.173232 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13265 | 2024.11.22 20:39:51.173237 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 13266 | 2024.11.22 20:39:51.173369 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13267 | 2024.11.22 20:39:51.173381 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13268 | 2024.11.22 20:39:51.173837 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13269 | 2024.11.22 20:39:51.173986 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 66 rows starting from the beginning of the part | ||
| 13270 | 2024.11.22 20:39:51.174562 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13271 | 2024.11.22 20:39:51.174652 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part | ||
| 13272 | 2024.11.22 20:39:51.175405 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 33 rows starting from the beginning of the part | ||
| 13273 | 2024.11.22 20:39:51.175453 [ 188 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_106_21} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13274 | 2024.11.22 20:39:51.176107 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 13275 | 2024.11.22 20:39:51.176275 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 15 rows starting from the beginning of the part | ||
| 13276 | 2024.11.22 20:39:51.176884 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 33 rows starting from the beginning of the part | ||
| 13277 | 2024.11.22 20:39:51.177442 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 15 rows starting from the beginning of the part | ||
| 13278 | 2024.11.22 20:39:51.179053 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13279 | 2024.11.22 20:39:51.179131 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13280 | 2024.11.22 20:39:51.180107 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13281 | 2024.11.22 20:39:51.180714 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13282 | 2024.11.22 20:39:51.180738 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.007768199 sec., 24072.503806866946 rows/sec., 1.81 MiB/sec. | ||
| 13283 | 2024.11.22 20:39:51.180952 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13284 | 2024.11.22 20:39:51.181275 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.008121 sec., 1723.925624923039 rows/sec., 120.73 KiB/sec. | ||
| 13285 | 2024.11.22 20:39:51.181631 [ 255 ] {469503a2-a520-4674-868f-ec06da18a0f5} <Debug> TCPHandler: Processed in 0.008936209 sec. | ||
| 13286 | 2024.11.22 20:39:51.181883 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13287 | 2024.11.22 20:39:51.181948 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13288 | 2024.11.22 20:39:51.182106 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_91_18} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13289 | 2024.11.22 20:39:51.182163 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13290 | 2024.11.22 20:39:51.182209 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13291 | 2024.11.22 20:39:51.182245 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13292 | 2024.11.22 20:39:51.182883 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13293 | 2024.11.22 20:39:51.182920 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13294 | 2024.11.22 20:39:51.183269 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13295 | 2024.11.22 20:39:51.183503 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13296 | 2024.11.22 20:39:51.183675 [ 139 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13297 | 2024.11.22 20:39:51.183727 [ 139 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13298 | 2024.11.22 20:39:51.183752 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 13299 | 2024.11.22 20:39:51.183765 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13300 | 2024.11.22 20:39:51.183922 [ 5 ] {d5ef622a-bc23-45ba-a8c0-022e558acc9c} <Debug> TCPHandler: Processed in 0.002166302 sec. | ||
| 13301 | 2024.11.22 20:39:51.184008 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 13302 | 2024.11.22 20:39:51.184109 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13303 | 2024.11.22 20:39:51.184165 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13304 | 2024.11.22 20:39:51.184213 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13305 | 2024.11.22 20:39:51.184254 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13306 | 2024.11.22 20:39:51.184374 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13307 | 2024.11.22 20:39:51.184448 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13308 | 2024.11.22 20:39:51.184806 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13309 | 2024.11.22 20:39:51.184975 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13310 | 2024.11.22 20:39:51.185215 [ 200 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13311 | 2024.11.22 20:39:51.186317 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2024.11.22 20:39:51.186367 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13313 | 2024.11.22 20:39:51.186655 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002767088 sec., 23490.398570627316 rows/sec., 1.52 MiB/sec. | ||
| 13314 | 2024.11.22 20:39:51.186963 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13315 | 2024.11.22 20:39:51.187035 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13316 | 2024.11.22 20:39:51.187450 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13317 | 2024.11.22 20:39:51.187488 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13318 | 2024.11.22 20:39:51.187719 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_45_11} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13319 | 2024.11.22 20:39:51.187768 [ 139 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13320 | 2024.11.22 20:39:51.187858 [ 139 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2024.11.22 20:39:51.187948 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13322 | 2024.11.22 20:39:51.188021 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13323 | 2024.11.22 20:39:51.188060 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003832 sec., 101774.53027139875 rows/sec., 7.22 MiB/sec. | ||
| 13324 | 2024.11.22 20:39:51.188294 [ 255 ] {7512c76e-e0e9-4994-91a4-c33aced6ae38} <Debug> TCPHandler: Processed in 0.004250744 sec. | ||
| 13325 | 2024.11.22 20:39:51.188330 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 13326 | 2024.11.22 20:39:51.188511 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13327 | 2024.11.22 20:39:51.188521 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2024.11.22 20:39:51.188555 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 13329 | 2024.11.22 20:39:51.188828 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 13330 | 2024.11.22 20:39:51.188869 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13331 | 2024.11.22 20:39:51.189112 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13332 | 2024.11.22 20:39:51.189131 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 97 rows starting from the beginning of the part | ||
| 13333 | 2024.11.22 20:39:51.189463 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 390 rows starting from the beginning of the part | ||
| 13334 | 2024.11.22 20:39:51.189758 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 97 rows starting from the beginning of the part | ||
| 13335 | 2024.11.22 20:39:51.190177 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 390 rows starting from the beginning of the part | ||
| 13336 | 2024.11.22 20:39:51.191311 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13337 | 2024.11.22 20:39:51.191365 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13338 | 2024.11.22 20:39:51.192461 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13339 | 2024.11.22 20:39:51.192839 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13340 | 2024.11.22 20:39:51.193468 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.00534552 sec., 365352.66915098997 rows/sec., 27.96 MiB/sec. | ||
| 13341 | 2024.11.22 20:39:51.193510 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00477 sec., 1257.861635220126 rows/sec., 65.72 KiB/sec. | ||
| 13342 | 2024.11.22 20:39:51.193808 [ 5 ] {e4c74790-a401-4330-a652-c4ab9dec9e9b} <Debug> TCPHandler: Processed in 0.005388832 sec. | ||
| 13343 | 2024.11.22 20:39:51.193954 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13344 | 2024.11.22 20:39:51.194061 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13345 | 2024.11.22 20:39:51.194211 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13346 | 2024.11.22 20:39:51.194278 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13347 | 2024.11.22 20:39:51.194406 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13348 | 2024.11.22 20:39:51.194564 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_106_21} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13349 | 2024.11.22 20:39:51.194676 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 13350 | 2024.11.22 20:39:51.195016 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13351 | 2024.11.22 20:39:51.195056 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13352 | 2024.11.22 20:39:51.195461 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13353 | 2024.11.22 20:39:51.195701 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13354 | 2024.11.22 20:39:51.195890 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 | ||
| 13355 | 2024.11.22 20:39:51.195959 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2024.11.22 20:39:51.195972 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001785 sec., 132773.1092436975 rows/sec., 8.90 MiB/sec. | ||
| 13357 | 2024.11.22 20:39:51.195994 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13358 | 2024.11.22 20:39:51.196175 [ 255 ] {7deaa11a-543d-4d8d-a53c-f7216c97aa8e} <Debug> TCPHandler: Processed in 0.002246305 sec. | ||
| 13359 | 2024.11.22 20:39:51.196258 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full | ||
| 13360 | 2024.11.22 20:39:51.196347 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13361 | 2024.11.22 20:39:51.196397 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13362 | 2024.11.22 20:39:51.196437 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 28244 rows starting from the beginning of the part | ||
| 13363 | 2024.11.22 20:39:51.196487 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13364 | 2024.11.22 20:39:51.196632 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 32 rows starting from the beginning of the part | ||
| 13365 | 2024.11.22 20:39:51.196657 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13366 | 2024.11.22 20:39:51.197008 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 13367 | 2024.11.22 20:39:51.197440 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
| 13368 | 2024.11.22 20:39:51.197761 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 13369 | 2024.11.22 20:39:51.198061 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part | ||
| 13370 | 2024.11.22 20:39:51.198748 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.11.22 20:39:51.198790 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13372 | 2024.11.22 20:39:51.199503 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13373 | 2024.11.22 20:39:51.199776 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13374 | 2024.11.22 20:39:51.199956 [ 139 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_41_9 to all_46_46_0 | ||
| 13375 | 2024.11.22 20:39:51.200056 [ 139 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13376 | 2024.11.22 20:39:51.200091 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003622 sec., 276.09055770292656 rows/sec., 18.60 KiB/sec. | ||
| 13377 | 2024.11.22 20:39:51.200132 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13378 | 2024.11.22 20:39:51.200363 [ 5 ] {4e2662d2-e268-4960-bfbc-380ef7285b23} <Debug> TCPHandler: Processed in 0.00407419 sec. | ||
| 13379 | 2024.11.22 20:39:51.200731 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_9 to all_46_46_0 into Compact with storage Full | ||
| 13380 | 2024.11.22 20:39:51.200820 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13381 | 2024.11.22 20:39:51.201216 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13382 | 2024.11.22 20:39:51.201349 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 13383 | 2024.11.22 20:39:51.201387 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13384 | 2024.11.22 20:39:51.201628 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13385 | 2024.11.22 20:39:51.202083 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13386 | 2024.11.22 20:39:51.202451 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13387 | 2024.11.22 20:39:51.202726 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13388 | 2024.11.22 20:39:51.202795 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <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 | ||
| 13389 | 2024.11.22 20:39:51.203173 [ 199 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13390 | 2024.11.22 20:39:51.207972 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.007638067 sec., 6022.466155376746 rows/sec., 405.30 KiB/sec. | ||
| 13391 | 2024.11.22 20:39:51.208398 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13392 | 2024.11.22 20:39:51.209113 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29070 rows, containing 5 columns (5 merged, 0 gathered) in 0.012987147 sec., 2238366.9022919354 rows/sec., 151.19 MiB/sec. | ||
| 13393 | 2024.11.22 20:39:51.209630 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13394 | 2024.11.22 20:39:51.209699 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13395 | 2024.11.22 20:39:51.209821 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 13396 | 2024.11.22 20:39:51.210076 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13397 | 2024.11.22 20:39:51.210537 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_46_10} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_41_9, all_46_46_0] -> all_1_46_10 | ||
| 13398 | 2024.11.22 20:39:51.210683 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13399 | 2024.11.22 20:39:51.210940 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13400 | 2024.11.22 20:39:51.211015 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 | ||
| 13401 | 2024.11.22 20:39:51.211213 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13402 | 2024.11.22 20:39:51.211537 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13403 | 2024.11.22 20:39:51.211802 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13404 | 2024.11.22 20:39:51.212008 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13405 | 2024.11.22 20:39:51.212060 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13406 | 2024.11.22 20:39:51.212097 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13407 | 2024.11.22 20:39:51.212093 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.01092 sec., 732.6007326007326 rows/sec., 1.31 MiB/sec. | ||
| 13408 | 2024.11.22 20:39:51.212434 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 13409 | 2024.11.22 20:39:51.212623 [ 255 ] {688fd4d2-5d83-409e-8ccc-39fd2fb56617} <Debug> TCPHandler: Processed in 0.012119696 sec. | ||
| 13410 | 2024.11.22 20:39:51.212880 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13411 | 2024.11.22 20:39:51.213180 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13412 | 2024.11.22 20:39:51.213184 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13413 | 2024.11.22 20:39:51.213335 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1717 rows starting from the beginning of the part | ||
| 13414 | 2024.11.22 20:39:51.213346 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13415 | 2024.11.22 20:39:51.214232 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part | ||
| 13416 | 2024.11.22 20:39:51.214996 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 33 rows starting from the beginning of the part | ||
| 13417 | 2024.11.22 20:39:51.215829 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part | ||
| 13418 | 2024.11.22 20:39:51.216164 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2024.11.22 20:39:51.216303 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13420 | 2024.11.22 20:39:51.216594 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 33 rows starting from the beginning of the part | ||
| 13421 | 2024.11.22 20:39:51.217284 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part | ||
| 13422 | 2024.11.22 20:39:51.218290 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13423 | 2024.11.22 20:39:51.218883 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2024.11.22 20:39:51.219540 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006457 sec., 12699.396004336379 rows/sec., 825.93 KiB/sec. | ||
| 13425 | 2024.11.22 20:39:51.219739 [ 5 ] {38db759d-bcf6-4e66-9fed-dff3dc5068c0} <Debug> TCPHandler: Processed in 0.007002151 sec. | ||
| 13426 | 2024.11.22 20:39:51.229578 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1807 rows, containing 19 columns (19 merged, 0 gathered) in 0.017396295 sec., 103872.69243249785 rows/sec., 186.14 MiB/sec. | ||
| 13427 | 2024.11.22 20:39:51.231411 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13428 | 2024.11.22 20:39:51.231856 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13429 | 2024.11.22 20:39:51.231951 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13430 | 2024.11.22 20:39:51.232104 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.15 MiB. | ||
| 13431 | 2024.11.22 20:39:52.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.44 MiB, peak 269.55 MiB, free memory in arenas 0.00 B, will set to 257.45 MiB (RSS), difference: 5.02 MiB | ||
| 13432 | 2024.11.22 20:39:55.578730 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13433 | 2024.11.22 20:39:55.578801 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13434 | 2024.11.22 20:39:55.814559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 13435 | 2024.11.22 20:39:55.815211 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13436 | 2024.11.22 20:39:55.815262 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13437 | 2024.11.22 20:39:55.815803 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13438 | 2024.11.22 20:39:55.816077 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13439 | 2024.11.22 20:39:55.816361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13440 | 2024.11.22 20:39:55.963560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1886 | ||
| 13441 | 2024.11.22 20:39:55.966762 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2024.11.22 20:39:55.966822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13443 | 2024.11.22 20:39:55.968348 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13444 | 2024.11.22 20:39:55.968665 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2024.11.22 20:39:55.969465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1886 | ||
| 13446 | 2024.11.22 20:39:56.001409 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001027835 sec. | ||
| 13447 | 2024.11.22 20:39:56.155944 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2024.11.22 20:39:56.156138 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13449 | 2024.11.22 20:39:56.156210 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13450 | 2024.11.22 20:39:56.157048 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2024.11.22 20:39:56.157094 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13452 | 2024.11.22 20:39:56.157571 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13453 | 2024.11.22 20:39:56.157834 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2024.11.22 20:39:56.158075 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001988 sec., 61368.20925553319 rows/sec., 5.20 MiB/sec. | ||
| 13455 | 2024.11.22 20:39:56.158146 [ 5 ] {c0cff642-4544-4efc-88b0-f411c3709312} <Debug> TCPHandler: Processed in 0.002336948 sec. | ||
| 13456 | 2024.11.22 20:39:56.158418 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13457 | 2024.11.22 20:39:56.158630 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13458 | 2024.11.22 20:39:56.158715 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13459 | 2024.11.22 20:39:56.159510 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2024.11.22 20:39:56.159565 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13461 | 2024.11.22 20:39:56.160013 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13462 | 2024.11.22 20:39:56.160281 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2024.11.22 20:39:56.160564 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001987 sec., 16607.95168595873 rows/sec., 1.22 MiB/sec. | ||
| 13464 | 2024.11.22 20:39:56.160702 [ 255 ] {52832c57-9631-4ac0-a068-1a3f4b34c477} <Debug> TCPHandler: Processed in 0.002415329 sec. | ||
| 13465 | 2024.11.22 20:39:56.160938 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13466 | 2024.11.22 20:39:56.161259 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13467 | 2024.11.22 20:39:56.161336 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13468 | 2024.11.22 20:39:56.162066 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13469 | 2024.11.22 20:39:56.162108 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13470 | 2024.11.22 20:39:56.162498 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13471 | 2024.11.22 20:39:56.162748 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2024.11.22 20:39:56.162962 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001813 sec., 53502.48207391064 rows/sec., 4.18 MiB/sec. | ||
| 13473 | 2024.11.22 20:39:56.163017 [ 5 ] {b7685181-592d-485c-959f-e27f40688216} <Debug> TCPHandler: Processed in 0.002208514 sec. | ||
| 13474 | 2024.11.22 20:39:56.163181 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13475 | 2024.11.22 20:39:56.163325 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13476 | 2024.11.22 20:39:56.163393 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13477 | 2024.11.22 20:39:56.164072 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13478 | 2024.11.22 20:39:56.164114 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13479 | 2024.11.22 20:39:56.164520 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13480 | 2024.11.22 20:39:56.164757 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13481 | 2024.11.22 20:39:56.164965 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 13482 | 2024.11.22 20:39:56.165023 [ 255 ] {d78d6fab-a074-497e-a86a-80a17bec5088} <Debug> TCPHandler: Processed in 0.001912277 sec. | ||
| 13483 | 2024.11.22 20:39:56.165180 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13484 | 2024.11.22 20:39:56.165320 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13485 | 2024.11.22 20:39:56.165416 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <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 | ||
| 13486 | 2024.11.22 20:39:56.166706 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2024.11.22 20:39:56.166748 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13488 | 2024.11.22 20:39:56.167480 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13489 | 2024.11.22 20:39:56.167760 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2024.11.22 20:39:56.168016 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002729 sec., 12092.341517039207 rows/sec., 21.67 MiB/sec. | ||
| 13491 | 2024.11.22 20:39:56.168137 [ 5 ] {a2017bbc-d644-409b-a500-09fb5ed59f16} <Debug> TCPHandler: Processed in 0.003022783 sec. | ||
| 13492 | 2024.11.22 20:39:56.168302 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2024.11.22 20:39:56.168438 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13494 | 2024.11.22 20:39:56.168499 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13495 | 2024.11.22 20:39:56.169068 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2024.11.22 20:39:56.169108 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 13497 | 2024.11.22 20:39:56.169598 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13498 | 2024.11.22 20:39:56.169899 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2024.11.22 20:39:56.170152 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001745 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. | ||
| 13500 | 2024.11.22 20:39:56.170207 [ 255 ] {d3efc887-bbd3-4b16-8c5e-73b5ab191d72} <Debug> TCPHandler: Processed in 0.001971008 sec. | ||
| 13501 | 2024.11.22 20:39:57.916801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13502 | 2024.11.22 20:39:57.938073 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2024.11.22 20:39:57.938142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13504 | 2024.11.22 20:39:57.945510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13505 | 2024.11.22 20:39:57.946277 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2024.11.22 20:39:57.949062 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13507 | 2024.11.22 20:39:59.449659 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13508 | 2024.11.22 20:39:59.449921 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13509 | 2024.11.22 20:39:59.450027 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13510 | 2024.11.22 20:39:59.451120 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.11.22 20:39:59.451198 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13512 | 2024.11.22 20:39:59.451841 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13513 | 2024.11.22 20:39:59.452264 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.11.22 20:39:59.452600 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002746 sec., 5098.324836125273 rows/sec., 367.01 KiB/sec. | ||
| 13515 | 2024.11.22 20:39:59.452704 [ 5 ] {1d3702f9-c04e-485c-97c1-95e82bac2dec} <Debug> TCPHandler: Processed in 0.00324953 sec. | ||
| 13516 | 2024.11.22 20:39:59.453053 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13517 | 2024.11.22 20:39:59.453285 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13518 | 2024.11.22 20:39:59.453407 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13519 | 2024.11.22 20:39:59.454333 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13520 | 2024.11.22 20:39:59.454406 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13521 | 2024.11.22 20:39:59.454970 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13522 | 2024.11.22 20:39:59.455300 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13523 | 2024.11.22 20:39:59.455647 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00242 sec., 826.4462809917355 rows/sec., 67.39 KiB/sec. | ||
| 13524 | 2024.11.22 20:39:59.455924 [ 255 ] {912f8292-74ec-4adc-acdb-983de56e720d} <Debug> TCPHandler: Processed in 0.003047454 sec. | ||
| 13525 | 2024.11.22 20:39:59.456604 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13526 | 2024.11.22 20:39:59.456850 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13527 | 2024.11.22 20:39:59.456941 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13528 | 2024.11.22 20:39:59.459136 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13529 | 2024.11.22 20:39:59.459207 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13530 | 2024.11.22 20:39:59.459887 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13531 | 2024.11.22 20:39:59.460219 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13532 | 2024.11.22 20:39:59.460537 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003757 sec., 361990.95022624434 rows/sec., 30.08 MiB/sec. | ||
| 13533 | 2024.11.22 20:39:59.460678 [ 5 ] {87da20e8-d641-47e2-9531-9cfca644e334} <Debug> TCPHandler: Processed in 0.004281314 sec. | ||
| 13534 | 2024.11.22 20:39:59.460910 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13535 | 2024.11.22 20:39:59.461132 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13536 | 2024.11.22 20:39:59.461211 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13537 | 2024.11.22 20:39:59.461864 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13538 | 2024.11.22 20:39:59.461907 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13539 | 2024.11.22 20:39:59.462334 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13540 | 2024.11.22 20:39:59.462590 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13541 | 2024.11.22 20:39:59.462825 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001762 sec., 9648.127128263337 rows/sec., 679.49 KiB/sec. | ||
| 13542 | 2024.11.22 20:39:59.462889 [ 255 ] {b5409dd3-7b1f-4294-8286-719dfebfbebb} <Debug> TCPHandler: Processed in 0.002082542 sec. | ||
| 13543 | 2024.11.22 20:39:59.463150 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13544 | 2024.11.22 20:39:59.463326 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13545 | 2024.11.22 20:39:59.463402 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13546 | 2024.11.22 20:39:59.464337 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2024.11.22 20:39:59.464387 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13548 | 2024.11.22 20:39:59.464875 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13549 | 2024.11.22 20:39:59.465187 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13550 | 2024.11.22 20:39:59.465523 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002237 sec., 108180.59901654001 rows/sec., 7.33 MiB/sec. | ||
| 13551 | 2024.11.22 20:39:59.465685 [ 5 ] {9d70db26-103c-40c9-8aab-dfd2e5a8e400} <Debug> TCPHandler: Processed in 0.002668676 sec. | ||
| 13552 | 2024.11.22 20:39:59.465963 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13553 | 2024.11.22 20:39:59.466101 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13554 | 2024.11.22 20:39:59.466173 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13555 | 2024.11.22 20:39:59.466803 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13556 | 2024.11.22 20:39:59.466847 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13557 | 2024.11.22 20:39:59.467237 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13558 | 2024.11.22 20:39:59.467490 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13559 | 2024.11.22 20:39:59.467735 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 13560 | 2024.11.22 20:39:59.467834 [ 255 ] {d42372d3-ce73-473e-8024-34a5a2b35aa8} <Debug> TCPHandler: Processed in 0.002001069 sec. | ||
| 13561 | 2024.11.22 20:39:59.468048 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13562 | 2024.11.22 20:39:59.468194 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13563 | 2024.11.22 20:39:59.468259 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13564 | 2024.11.22 20:39:59.469433 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13565 | 2024.11.22 20:39:59.469484 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13566 | 2024.11.22 20:39:59.470042 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13567 | 2024.11.22 20:39:59.470349 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13568 | 2024.11.22 20:39:59.470615 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002452 sec., 345840.1305057096 rows/sec., 25.00 MiB/sec. | ||
| 13569 | 2024.11.22 20:39:59.470741 [ 5 ] {7c114dfb-0668-4b56-a9b6-a0f5fd1bed46} <Debug> TCPHandler: Processed in 0.002781408 sec. | ||
| 13570 | 2024.11.22 20:39:59.471038 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13571 | 2024.11.22 20:39:59.471220 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13572 | 2024.11.22 20:39:59.471283 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13573 | 2024.11.22 20:39:59.471810 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13574 | 2024.11.22 20:39:59.471851 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13575 | 2024.11.22 20:39:59.472256 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13576 | 2024.11.22 20:39:59.472510 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13577 | 2024.11.22 20:39:59.472737 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 13578 | 2024.11.22 20:39:59.472799 [ 255 ] {80fa3150-be24-4b4d-b83e-b4da2411332e} <Debug> TCPHandler: Processed in 0.001885146 sec. | ||
| 13579 | 2024.11.22 20:39:59.473008 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13580 | 2024.11.22 20:39:59.473163 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13581 | 2024.11.22 20:39:59.473235 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13582 | 2024.11.22 20:39:59.474263 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13583 | 2024.11.22 20:39:59.474314 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13584 | 2024.11.22 20:39:59.475020 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13585 | 2024.11.22 20:39:59.475385 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13586 | 2024.11.22 20:39:59.475718 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002589 sec., 357667.05291618383 rows/sec., 23.87 MiB/sec. | ||
| 13587 | 2024.11.22 20:39:59.475853 [ 5 ] {6754bbec-99b2-475d-aae6-0c0a65f8439b} <Debug> TCPHandler: Processed in 0.002920071 sec. | ||
| 13588 | 2024.11.22 20:39:59.476151 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13589 | 2024.11.22 20:39:59.476323 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13590 | 2024.11.22 20:39:59.476383 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13591 | 2024.11.22 20:39:59.476949 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.11.22 20:39:59.476991 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13593 | 2024.11.22 20:39:59.477377 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13594 | 2024.11.22 20:39:59.477656 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13595 | 2024.11.22 20:39:59.477891 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001597 sec., 626.1740763932373 rows/sec., 42.19 KiB/sec. | ||
| 13596 | 2024.11.22 20:39:59.477952 [ 255 ] {e6d2609c-93bf-4d69-a6dc-d1f3f24aafbe} <Debug> TCPHandler: Processed in 0.001926567 sec. | ||
| 13597 | 2024.11.22 20:39:59.478135 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13598 | 2024.11.22 20:39:59.478311 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13599 | 2024.11.22 20:39:59.478437 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <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 | ||
| 13600 | 2024.11.22 20:39:59.480171 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13601 | 2024.11.22 20:39:59.480229 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13602 | 2024.11.22 20:39:59.481247 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13603 | 2024.11.22 20:39:59.481673 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13604 | 2024.11.22 20:39:59.482022 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003754 sec., 2131.0602024507193 rows/sec., 3.82 MiB/sec. | ||
| 13605 | 2024.11.22 20:39:59.482204 [ 5 ] {c7da51af-f858-4214-a9a1-7ed3d4249214} <Debug> TCPHandler: Processed in 0.004159072 sec. | ||
| 13606 | 2024.11.22 20:39:59.482387 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13607 | 2024.11.22 20:39:59.482510 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13608 | 2024.11.22 20:39:59.482564 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13609 | 2024.11.22 20:39:59.483087 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13610 | 2024.11.22 20:39:59.483130 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13611 | 2024.11.22 20:39:59.483511 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13612 | 2024.11.22 20:39:59.483747 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13613 | 2024.11.22 20:39:59.483948 [ 127 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13614 | 2024.11.22 20:39:59.483973 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001483 sec., 47201.61834120027 rows/sec., 2.97 MiB/sec. | ||
| 13615 | 2024.11.22 20:39:59.484051 [ 127 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2024.11.22 20:39:59.484120 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13617 | 2024.11.22 20:39:59.484126 [ 255 ] {c2028509-6f4e-4c74-8a5b-4b83948d93ed} <Debug> TCPHandler: Processed in 0.001794934 sec. | ||
| 13618 | 2024.11.22 20:39:59.484318 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 13619 | 2024.11.22 20:39:59.484510 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13620 | 2024.11.22 20:39:59.484561 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6046 rows starting from the beginning of the part | ||
| 13621 | 2024.11.22 20:39:59.484669 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 13622 | 2024.11.22 20:39:59.484895 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 13623 | 2024.11.22 20:39:59.485095 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 13624 | 2024.11.22 20:39:59.485257 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 13625 | 2024.11.22 20:39:59.485442 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 70 rows starting from the beginning of the part | ||
| 13626 | 2024.11.22 20:39:59.488257 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6400 rows, containing 4 columns (4 merged, 0 gathered) in 0.004034739 sec., 1586224.0407619923 rows/sec., 103.36 MiB/sec. | ||
| 13627 | 2024.11.22 20:39:59.488809 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13628 | 2024.11.22 20:39:59.489227 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13629 | 2024.11.22 20:39:59.489330 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_106_21} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13630 | 2024.11.22 20:39:59.489446 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13631 | 2024.11.22 20:40:01.147660 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13632 | 2024.11.22 20:40:01.147851 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13633 | 2024.11.22 20:40:01.147922 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13634 | 2024.11.22 20:40:01.148656 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13635 | 2024.11.22 20:40:01.148705 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13636 | 2024.11.22 20:40:01.149121 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13637 | 2024.11.22 20:40:01.149376 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13638 | 2024.11.22 20:40:01.149607 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001807 sec., 30990.592141671277 rows/sec., 2.37 MiB/sec. | ||
| 13639 | 2024.11.22 20:40:01.149662 [ 5 ] {bb8765de-9920-4415-b00c-ea2cef0099a3} <Debug> TCPHandler: Processed in 0.002132812 sec. | ||
| 13640 | 2024.11.22 20:40:01.149906 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13641 | 2024.11.22 20:40:01.150100 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13642 | 2024.11.22 20:40:01.150179 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13643 | 2024.11.22 20:40:01.150952 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13644 | 2024.11.22 20:40:01.151004 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13645 | 2024.11.22 20:40:01.151443 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13646 | 2024.11.22 20:40:01.151707 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13647 | 2024.11.22 20:40:01.151948 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 13648 | 2024.11.22 20:40:01.152016 [ 255 ] {138bff95-7a98-4872-8da9-fe9e4146c478} <Debug> TCPHandler: Processed in 0.002244855 sec. | ||
| 13649 | 2024.11.22 20:40:01.152158 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13650 | 2024.11.22 20:40:01.152296 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13651 | 2024.11.22 20:40:01.152360 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13652 | 2024.11.22 20:40:01.152995 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2024.11.22 20:40:01.153042 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13654 | 2024.11.22 20:40:01.153424 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13655 | 2024.11.22 20:40:01.153677 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13656 | 2024.11.22 20:40:01.153894 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001629 sec., 19643.953345610804 rows/sec., 1.37 MiB/sec. | ||
| 13657 | 2024.11.22 20:40:01.153946 [ 5 ] {8aadf350-893f-4931-94c1-d338ed111de1} <Debug> TCPHandler: Processed in 0.001851835 sec. | ||
| 13658 | 2024.11.22 20:40:01.154087 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13659 | 2024.11.22 20:40:01.154215 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13660 | 2024.11.22 20:40:01.154272 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13661 | 2024.11.22 20:40:01.154773 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13662 | 2024.11.22 20:40:01.154813 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13663 | 2024.11.22 20:40:01.155202 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13664 | 2024.11.22 20:40:01.155440 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13665 | 2024.11.22 20:40:01.155664 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001475 sec., 8135.593220338983 rows/sec., 561.44 KiB/sec. | ||
| 13666 | 2024.11.22 20:40:01.155747 [ 255 ] {febf854b-c785-459f-b784-f4447ecd201a} <Debug> TCPHandler: Processed in 0.001716742 sec. | ||
| 13667 | 2024.11.22 20:40:03.317434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13668 | 2024.11.22 20:40:03.318115 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2024.11.22 20:40:03.318160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13670 | 2024.11.22 20:40:03.318694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13671 | 2024.11.22 20:40:03.318976 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2024.11.22 20:40:03.319341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13673 | 2024.11.22 20:40:05.450082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13674 | 2024.11.22 20:40:05.472838 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.11.22 20:40:05.472890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13676 | 2024.11.22 20:40:05.480120 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13677 | 2024.11.22 20:40:05.480924 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.11.22 20:40:05.484254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13679 | 2024.11.22 20:40:05.970612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1930 | ||
| 13680 | 2024.11.22 20:40:05.973923 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13681 | 2024.11.22 20:40:05.973990 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13682 | 2024.11.22 20:40:05.975538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13683 | 2024.11.22 20:40:05.975885 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2024.11.22 20:40:05.977678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1930 | ||
| 13685 | 2024.11.22 20:40:06.155943 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13686 | 2024.11.22 20:40:06.156248 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13687 | 2024.11.22 20:40:06.156347 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13688 | 2024.11.22 20:40:06.157163 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13689 | 2024.11.22 20:40:06.157211 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13690 | 2024.11.22 20:40:06.157667 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13691 | 2024.11.22 20:40:06.157951 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13692 | 2024.11.22 20:40:06.158187 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002024 sec., 60276.679841897225 rows/sec., 5.11 MiB/sec. | ||
| 13693 | 2024.11.22 20:40:06.158244 [ 5 ] {5283ae14-8f26-4ecc-a6c1-9e67d6e9266e} <Debug> TCPHandler: Processed in 0.002491241 sec. | ||
| 13694 | 2024.11.22 20:40:06.158510 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13695 | 2024.11.22 20:40:06.158702 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13696 | 2024.11.22 20:40:06.158775 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13697 | 2024.11.22 20:40:06.159542 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13698 | 2024.11.22 20:40:06.159586 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13699 | 2024.11.22 20:40:06.160029 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13700 | 2024.11.22 20:40:06.160292 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13701 | 2024.11.22 20:40:06.160496 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001847 sec., 17866.81104493774 rows/sec., 1.31 MiB/sec. | ||
| 13702 | 2024.11.22 20:40:06.160562 [ 255 ] {287dbafd-3b43-4e02-b029-c8773f0c991a} <Debug> TCPHandler: Processed in 0.002181864 sec. | ||
| 13703 | 2024.11.22 20:40:06.160717 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13704 | 2024.11.22 20:40:06.160855 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13705 | 2024.11.22 20:40:06.160913 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13706 | 2024.11.22 20:40:06.161600 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13707 | 2024.11.22 20:40:06.161640 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13708 | 2024.11.22 20:40:06.162016 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13709 | 2024.11.22 20:40:06.162257 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13710 | 2024.11.22 20:40:06.162474 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00165 sec., 58787.87878787879 rows/sec., 4.59 MiB/sec. | ||
| 13711 | 2024.11.22 20:40:06.162527 [ 5 ] {b3127bb1-1839-4b41-856f-0713229a53aa} <Debug> TCPHandler: Processed in 0.001876516 sec. | ||
| 13712 | 2024.11.22 20:40:06.162666 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13713 | 2024.11.22 20:40:06.162791 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13714 | 2024.11.22 20:40:06.162847 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13715 | 2024.11.22 20:40:06.163454 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13716 | 2024.11.22 20:40:06.163491 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13717 | 2024.11.22 20:40:06.163903 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13718 | 2024.11.22 20:40:06.164172 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2024.11.22 20:40:06.164378 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 13720 | 2024.11.22 20:40:06.164444 [ 255 ] {e6a1ba1f-7f20-4331-8603-cddb73bcda3b} <Debug> TCPHandler: Processed in 0.001836745 sec. | ||
| 13721 | 2024.11.22 20:40:06.164667 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13722 | 2024.11.22 20:40:06.165020 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13723 | 2024.11.22 20:40:06.165246 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <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 | ||
| 13724 | 2024.11.22 20:40:06.166495 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13725 | 2024.11.22 20:40:06.166533 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13726 | 2024.11.22 20:40:06.167212 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13727 | 2024.11.22 20:40:06.167473 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13728 | 2024.11.22 20:40:06.167723 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002813 sec., 11731.24777817277 rows/sec., 21.02 MiB/sec. | ||
| 13729 | 2024.11.22 20:40:06.167817 [ 5 ] {6197b5d1-f186-488a-8623-3812632e30c8} <Debug> TCPHandler: Processed in 0.00327298 sec. | ||
| 13730 | 2024.11.22 20:40:06.167957 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13731 | 2024.11.22 20:40:06.168075 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13732 | 2024.11.22 20:40:06.168131 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13733 | 2024.11.22 20:40:06.168638 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13734 | 2024.11.22 20:40:06.168675 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13735 | 2024.11.22 20:40:06.169059 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13736 | 2024.11.22 20:40:06.169310 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13737 | 2024.11.22 20:40:06.169494 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
| 13738 | 2024.11.22 20:40:06.169547 [ 255 ] {7f8831e8-9e54-4ae2-93ba-12150c95465d} <Debug> TCPHandler: Processed in 0.00164937 sec. | ||
| 13739 | 2024.11.22 20:40:10.578853 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13740 | 2024.11.22 20:40:10.578927 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13741 | 2024.11.22 20:40:10.820437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13742 | 2024.11.22 20:40:10.821081 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13743 | 2024.11.22 20:40:10.821124 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13744 | 2024.11.22 20:40:10.821646 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13745 | 2024.11.22 20:40:10.821897 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13746 | 2024.11.22 20:40:10.822137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13747 | 2024.11.22 20:40:10.822140 [ 114 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13748 | 2024.11.22 20:40:10.822214 [ 114 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2024.11.22 20:40:10.822241 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13750 | 2024.11.22 20:40:10.822370 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 13751 | 2024.11.22 20:40:10.822525 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13752 | 2024.11.22 20:40:10.822585 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13753 | 2024.11.22 20:40:10.822763 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 13754 | 2024.11.22 20:40:10.822999 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 13755 | 2024.11.22 20:40:10.823228 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 13756 | 2024.11.22 20:40:10.823348 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 13757 | 2024.11.22 20:40:10.823494 [ 192 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 13758 | 2024.11.22 20:40:10.825927 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003620408 sec., 8357069.1480076285 rows/sec., 119.55 MiB/sec. | ||
| 13759 | 2024.11.22 20:40:10.826192 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13760 | 2024.11.22 20:40:10.826464 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2024.11.22 20:40:10.826537 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_66_13} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13762 | 2024.11.22 20:40:10.826614 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 13763 | 2024.11.22 20:40:10.885814 [ 114 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13764 | 2024.11.22 20:40:10.885872 [ 114 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13765 | 2024.11.22 20:40:10.885897 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13766 | 2024.11.22 20:40:10.886095 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 13767 | 2024.11.22 20:40:10.886351 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13768 | 2024.11.22 20:40:10.886387 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 13769 | 2024.11.22 20:40:10.886490 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 13770 | 2024.11.22 20:40:10.886669 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 13771 | 2024.11.22 20:40:10.886793 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
| 13772 | 2024.11.22 20:40:10.886907 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::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 | ||
| 13773 | 2024.11.22 20:40:10.887814 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001852645 sec., 20511.215046595542 rows/sec., 1.71 MiB/sec. | ||
| 13774 | 2024.11.22 20:40:10.887909 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13775 | 2024.11.22 20:40:10.888159 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13776 | 2024.11.22 20:40:10.888234 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_21_5} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13777 | 2024.11.22 20:40:10.888300 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13778 | 2024.11.22 20:40:11.159004 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13779 | 2024.11.22 20:40:11.159202 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13780 | 2024.11.22 20:40:11.159275 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13781 | 2024.11.22 20:40:11.160046 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13782 | 2024.11.22 20:40:11.160099 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13783 | 2024.11.22 20:40:11.160529 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13784 | 2024.11.22 20:40:11.160817 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13785 | 2024.11.22 20:40:11.161049 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 13786 | 2024.11.22 20:40:11.161118 [ 5 ] {1d7c2e51-332e-4c16-a62a-1513deba6e96} <Debug> TCPHandler: Processed in 0.002240565 sec. | ||
| 13787 | 2024.11.22 20:40:11.161376 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13788 | 2024.11.22 20:40:11.161565 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13789 | 2024.11.22 20:40:11.161637 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13790 | 2024.11.22 20:40:11.162497 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13791 | 2024.11.22 20:40:11.162551 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13792 | 2024.11.22 20:40:11.162998 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13793 | 2024.11.22 20:40:11.163254 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13794 | 2024.11.22 20:40:11.163463 [ 114 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13795 | 2024.11.22 20:40:11.163512 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001993 sec., 109884.59608630206 rows/sec., 9.57 MiB/sec. | ||
| 13796 | 2024.11.22 20:40:11.163540 [ 114 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13797 | 2024.11.22 20:40:11.163612 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13798 | 2024.11.22 20:40:11.163648 [ 255 ] {a6a6c8b8-3fb9-4ef9-b652-5cc77ed4da61} <Debug> TCPHandler: Processed in 0.002397569 sec. | ||
| 13799 | 2024.11.22 20:40:11.163853 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2024.11.22 20:40:11.163865 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 13801 | 2024.11.22 20:40:11.164042 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13802 | 2024.11.22 20:40:11.164053 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13803 | 2024.11.22 20:40:11.164107 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1436 rows starting from the beginning of the part | ||
| 13804 | 2024.11.22 20:40:11.164116 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13805 | 2024.11.22 20:40:11.164400 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 122 rows starting from the beginning of the part | ||
| 13806 | 2024.11.22 20:40:11.164761 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1360 rows starting from the beginning of the part | ||
| 13807 | 2024.11.22 20:40:11.165054 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 13808 | 2024.11.22 20:40:11.165391 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 122 rows starting from the beginning of the part | ||
| 13809 | 2024.11.22 20:40:11.165740 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 219 rows starting from the beginning of the part | ||
| 13810 | 2024.11.22 20:40:11.166586 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2024.11.22 20:40:11.166629 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13812 | 2024.11.22 20:40:11.167179 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13813 | 2024.11.22 20:40:11.167478 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13814 | 2024.11.22 20:40:11.167754 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003763 sec., 3986.1812383736383 rows/sec., 281.06 KiB/sec. | ||
| 13815 | 2024.11.22 20:40:11.167893 [ 5 ] {f2c34041-2cbd-4153-ba37-cd1fb46dbcad} <Debug> TCPHandler: Processed in 0.004133021 sec. | ||
| 13816 | 2024.11.22 20:40:11.168221 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13817 | 2024.11.22 20:40:11.168796 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13818 | 2024.11.22 20:40:11.168836 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005111504 sec., 648537.103756546 rows/sec., 56.64 MiB/sec. | ||
| 13819 | 2024.11.22 20:40:11.168997 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13820 | 2024.11.22 20:40:11.169272 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13821 | 2024.11.22 20:40:11.170296 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2024.11.22 20:40:11.170518 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_111_22} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13823 | 2024.11.22 20:40:11.170651 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13824 | 2024.11.22 20:40:11.170891 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13825 | 2024.11.22 20:40:11.170936 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13826 | 2024.11.22 20:40:11.171301 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13827 | 2024.11.22 20:40:11.171556 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13828 | 2024.11.22 20:40:11.171737 [ 114 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 13829 | 2024.11.22 20:40:11.171798 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003261 sec., 4293.161606869058 rows/sec., 300.67 KiB/sec. | ||
| 13830 | 2024.11.22 20:40:11.171839 [ 114 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13831 | 2024.11.22 20:40:11.171930 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13832 | 2024.11.22 20:40:11.171957 [ 255 ] {6862764a-a911-41c7-83d1-1e8693fa845f} <Debug> TCPHandler: Processed in 0.003948627 sec. | ||
| 13833 | 2024.11.22 20:40:11.172232 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13834 | 2024.11.22 20:40:11.172371 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 13835 | 2024.11.22 20:40:11.172616 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13836 | 2024.11.22 20:40:11.172800 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13837 | 2024.11.22 20:40:11.173098 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13838 | 2024.11.22 20:40:11.173287 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 243 rows starting from the beginning of the part | ||
| 13839 | 2024.11.22 20:40:11.173660 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 242 rows starting from the beginning of the part | ||
| 13840 | 2024.11.22 20:40:11.174120 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13841 | 2024.11.22 20:40:11.174483 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13842 | 2024.11.22 20:40:11.174667 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 242 rows starting from the beginning of the part | ||
| 13843 | 2024.11.22 20:40:11.175093 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 13844 | 2024.11.22 20:40:11.175740 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13845 | 2024.11.22 20:40:11.175812 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13846 | 2024.11.22 20:40:11.176725 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13847 | 2024.11.22 20:40:11.177299 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13848 | 2024.11.22 20:40:11.177889 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005345 sec., 2432.179607109448 rows/sec., 151.65 KiB/sec. | ||
| 13849 | 2024.11.22 20:40:11.178332 [ 5 ] {25e9d03e-0caf-4e89-93c3-cf7cd4d9417b} <Debug> TCPHandler: Processed in 0.006265733 sec. | ||
| 13850 | 2024.11.22 20:40:11.178407 [ 198 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.006376516 sec., 120598.7721194458 rows/sec., 8.63 MiB/sec. | ||
| 13851 | 2024.11.22 20:40:11.178671 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13852 | 2024.11.22 20:40:11.178890 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13853 | 2024.11.22 20:40:11.178900 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 13854 | 2024.11.22 20:40:11.178956 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13855 | 2024.11.22 20:40:11.179673 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13856 | 2024.11.22 20:40:11.179795 [ 195 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_48_10} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 13857 | 2024.11.22 20:40:11.179959 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 13858 | 2024.11.22 20:40:11.180248 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2024.11.22 20:40:11.180291 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13860 | 2024.11.22 20:40:11.180689 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13861 | 2024.11.22 20:40:11.180926 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13862 | 2024.11.22 20:40:11.181088 [ 116 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13863 | 2024.11.22 20:40:11.181126 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002278 sec., 171202.80948200176 rows/sec., 12.14 MiB/sec. | ||
| 13864 | 2024.11.22 20:40:11.181140 [ 116 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13865 | 2024.11.22 20:40:11.181182 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13866 | 2024.11.22 20:40:11.181215 [ 255 ] {6001bc61-b1f2-48cc-8715-cb1982163f68} <Debug> TCPHandler: Processed in 0.002743737 sec. | ||
| 13867 | 2024.11.22 20:40:11.181433 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 13868 | 2024.11.22 20:40:11.181507 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13869 | 2024.11.22 20:40:11.181632 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13870 | 2024.11.22 20:40:11.181707 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 13871 | 2024.11.22 20:40:11.182010 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 97 rows starting from the beginning of the part | ||
| 13872 | 2024.11.22 20:40:11.181987 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13873 | 2024.11.22 20:40:11.182247 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 848 rows starting from the beginning of the part | ||
| 13874 | 2024.11.22 20:40:11.182378 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13875 | 2024.11.22 20:40:11.182563 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 13876 | 2024.11.22 20:40:11.182822 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 97 rows starting from the beginning of the part | ||
| 13877 | 2024.11.22 20:40:11.183183 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 390 rows starting from the beginning of the part | ||
| 13878 | 2024.11.22 20:40:11.184730 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13879 | 2024.11.22 20:40:11.184787 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13880 | 2024.11.22 20:40:11.185726 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13881 | 2024.11.22 20:40:11.186088 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13882 | 2024.11.22 20:40:11.186548 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004769 sec., 1258.1253931641854 rows/sec., 65.73 KiB/sec. | ||
| 13883 | 2024.11.22 20:40:11.186941 [ 5 ] {d08a97dc-e947-44a0-a6ec-6b702d0cc67c} <Debug> TCPHandler: Processed in 0.005615947 sec. | ||
| 13884 | 2024.11.22 20:40:11.187368 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13885 | 2024.11.22 20:40:11.187429 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613918 sec., 392723.45818171155 rows/sec., 30.11 MiB/sec. | ||
| 13886 | 2024.11.22 20:40:11.187759 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13887 | 2024.11.22 20:40:11.187762 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13888 | 2024.11.22 20:40:11.187901 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13889 | 2024.11.22 20:40:11.188407 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13890 | 2024.11.22 20:40:11.188587 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_111_22} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13891 | 2024.11.22 20:40:11.188683 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13892 | 2024.11.22 20:40:11.188983 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2024.11.22 20:40:11.189027 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13894 | 2024.11.22 20:40:11.189443 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13895 | 2024.11.22 20:40:11.189682 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13896 | 2024.11.22 20:40:11.189818 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0 | ||
| 13897 | 2024.11.22 20:40:11.189855 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13898 | 2024.11.22 20:40:11.189864 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002198 sec., 107825.2957233849 rows/sec., 7.23 MiB/sec. | ||
| 13899 | 2024.11.22 20:40:11.189878 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13900 | 2024.11.22 20:40:11.190043 [ 255 ] {a7c1b0f1-0b49-4e61-a180-10a1a7d5dfee} <Debug> TCPHandler: Processed in 0.002953722 sec. | ||
| 13901 | 2024.11.22 20:40:11.190219 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full | ||
| 13902 | 2024.11.22 20:40:11.190299 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13903 | 2024.11.22 20:40:11.190694 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13904 | 2024.11.22 20:40:11.190806 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13905 | 2024.11.22 20:40:11.190872 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13906 | 2024.11.22 20:40:11.190935 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 29070 rows starting from the beginning of the part | ||
| 13907 | 2024.11.22 20:40:11.191382 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 13908 | 2024.11.22 20:40:11.191755 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 926 rows starting from the beginning of the part | ||
| 13909 | 2024.11.22 20:40:11.192495 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part | ||
| 13910 | 2024.11.22 20:40:11.193241 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 13911 | 2024.11.22 20:40:11.193838 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::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 | ||
| 13912 | 2024.11.22 20:40:11.194661 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13913 | 2024.11.22 20:40:11.194705 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13914 | 2024.11.22 20:40:11.195202 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13915 | 2024.11.22 20:40:11.195471 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13916 | 2024.11.22 20:40:11.195701 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005136 sec., 194.70404984423675 rows/sec., 13.12 KiB/sec. | ||
| 13917 | 2024.11.22 20:40:11.195786 [ 5 ] {8ddb2c7b-554d-4a11-ac15-2fc0e938a967} <Debug> TCPHandler: Processed in 0.005634838 sec. | ||
| 13918 | 2024.11.22 20:40:11.195962 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13919 | 2024.11.22 20:40:11.196207 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13920 | 2024.11.22 20:40:11.196431 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <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 | ||
| 13921 | 2024.11.22 20:40:11.197982 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13922 | 2024.11.22 20:40:11.198021 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13923 | 2024.11.22 20:40:11.198827 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13924 | 2024.11.22 20:40:11.199117 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13925 | 2024.11.22 20:40:11.199355 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003222 sec., 2482.9298572315333 rows/sec., 4.45 MiB/sec. | ||
| 13926 | 2024.11.22 20:40:11.199457 [ 255 ] {566be9ec-7f5a-47c7-af75-4907f4ef4766} <Debug> TCPHandler: Processed in 0.003567087 sec. | ||
| 13927 | 2024.11.22 20:40:11.199637 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13928 | 2024.11.22 20:40:11.199794 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13929 | 2024.11.22 20:40:11.199856 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13930 | 2024.11.22 20:40:11.200448 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13931 | 2024.11.22 20:40:11.200495 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13932 | 2024.11.22 20:40:11.200912 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13933 | 2024.11.22 20:40:11.201177 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13934 | 2024.11.22 20:40:11.201414 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001666 sec., 49219.68787515006 rows/sec., 3.13 MiB/sec. | ||
| 13935 | 2024.11.22 20:40:11.201477 [ 5 ] {b060d14e-ef37-4502-a0b8-889fccbb4a42} <Debug> TCPHandler: Processed in 0.001906137 sec. | ||
| 13936 | 2024.11.22 20:40:11.201784 [ 200 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30585 rows, containing 5 columns (5 merged, 0 gathered) in 0.011800978 sec., 2591734.346085553 rows/sec., 175.05 MiB/sec. | ||
| 13937 | 2024.11.22 20:40:11.202542 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) | ||
| 13938 | 2024.11.22 20:40:11.202873 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13939 | 2024.11.22 20:40:11.202963 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22 | ||
| 13940 | 2024.11.22 20:40:11.203070 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 13941 | 2024.11.22 20:40:12.985292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13942 | 2024.11.22 20:40:13.010319 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2024.11.22 20:40:13.010387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13944 | 2024.11.22 20:40:13.017682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13945 | 2024.11.22 20:40:13.018453 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2024.11.22 20:40:13.018876 [ 112 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13947 | 2024.11.22 20:40:13.019013 [ 112 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13948 | 2024.11.22 20:40:13.019096 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13949 | 2024.11.22 20:40:13.019548 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13950 | 2024.11.22 20:40:13.032605 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13951 | 2024.11.22 20:40:13.034933 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13952 | 2024.11.22 20:40:13.036764 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13953 | 2024.11.22 20:40:13.042709 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13954 | 2024.11.22 20:40:13.048289 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13955 | 2024.11.22 20:40:13.053775 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13956 | 2024.11.22 20:40:13.059831 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13957 | 2024.11.22 20:40:13.064379 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 13958 | 2024.11.22 20:40:13.122480 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.103216111 sec., 4824.828170478153 rows/sec., 24.95 MiB/sec. | ||
| 13959 | 2024.11.22 20:40:13.126034 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13960 | 2024.11.22 20:40:13.128971 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_66_13} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13961 | 2024.11.22 20:40:13.129072 [ 194 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_66_13} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13962 | 2024.11.22 20:40:13.131313 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13963 | 2024.11.22 20:40:15.978945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1964 | ||
| 13964 | 2024.11.22 20:40:15.982086 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13965 | 2024.11.22 20:40:15.982146 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13966 | 2024.11.22 20:40:15.983637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13967 | 2024.11.22 20:40:15.983972 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13968 | 2024.11.22 20:40:15.984693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1964 | ||
| 13969 | 2024.11.22 20:40:16.155969 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.11.22 20:40:16.156273 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13971 | 2024.11.22 20:40:16.156386 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13972 | 2024.11.22 20:40:16.157221 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13973 | 2024.11.22 20:40:16.157263 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13974 | 2024.11.22 20:40:16.157694 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13975 | 2024.11.22 20:40:16.157949 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2024.11.22 20:40:16.158167 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001967 sec., 3050.3304524656837 rows/sec., 248.73 KiB/sec. | ||
| 13977 | 2024.11.22 20:40:16.158302 [ 5 ] {a7e909d6-0656-44f2-92cf-5a4b80f8242f} <Debug> TCPHandler: Processed in 0.002510701 sec. | ||
| 13978 | 2024.11.22 20:40:16.158593 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13979 | 2024.11.22 20:40:16.158781 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13980 | 2024.11.22 20:40:16.158853 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13981 | 2024.11.22 20:40:16.159692 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13982 | 2024.11.22 20:40:16.159741 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13983 | 2024.11.22 20:40:16.160213 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13984 | 2024.11.22 20:40:16.160479 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13985 | 2024.11.22 20:40:16.160748 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.002019 sec., 61911.83754333829 rows/sec., 5.23 MiB/sec. | ||
| 13986 | 2024.11.22 20:40:16.160839 [ 255 ] {a556dfce-6158-440a-9202-136c1645dd0d} <Debug> TCPHandler: Processed in 0.002393139 sec. | ||
| 13987 | 2024.11.22 20:40:16.161037 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13988 | 2024.11.22 20:40:16.161194 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13989 | 2024.11.22 20:40:16.161251 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13990 | 2024.11.22 20:40:16.161916 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13991 | 2024.11.22 20:40:16.161954 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13992 | 2024.11.22 20:40:16.162318 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13993 | 2024.11.22 20:40:16.162555 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13994 | 2024.11.22 20:40:16.162698 [ 109 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13995 | 2024.11.22 20:40:16.162744 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001579 sec., 24699.176694110196 rows/sec., 1.79 MiB/sec. | ||
| 13996 | 2024.11.22 20:40:16.162754 [ 109 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13997 | 2024.11.22 20:40:16.162799 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 13998 | 2024.11.22 20:40:16.162815 [ 5 ] {25bef9de-4bbc-4ab0-af1d-2f9a981e195a} <Debug> TCPHandler: Processed in 0.001862386 sec. | ||
| 13999 | 2024.11.22 20:40:16.162943 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 14000 | 2024.11.22 20:40:16.163001 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14001 | 2024.11.22 20:40:16.163091 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14002 | 2024.11.22 20:40:16.163177 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 66 rows starting from the beginning of the part | ||
| 14003 | 2024.11.22 20:40:16.163247 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14004 | 2024.11.22 20:40:16.163366 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 33 rows starting from the beginning of the part | ||
| 14005 | 2024.11.22 20:40:16.163413 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14006 | 2024.11.22 20:40:16.163777 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 17 rows starting from the beginning of the part | ||
| 14007 | 2024.11.22 20:40:16.164136 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 33 rows starting from the beginning of the part | ||
| 14008 | 2024.11.22 20:40:16.164526 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 15 rows starting from the beginning of the part | ||
| 14009 | 2024.11.22 20:40:16.164912 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 39 rows starting from the beginning of the part | ||
| 14010 | 2024.11.22 20:40:16.166625 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2024.11.22 20:40:16.166701 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14012 | 2024.11.22 20:40:16.167796 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14013 | 2024.11.22 20:40:16.167848 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.004977142 sec., 40786.45937769105 rows/sec., 3.08 MiB/sec. | ||
| 14014 | 2024.11.22 20:40:16.168016 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14015 | 2024.11.22 20:40:16.168125 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2024.11.22 20:40:16.168418 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.005251 sec., 19615.311369263 rows/sec., 1.53 MiB/sec. | ||
| 14017 | 2024.11.22 20:40:16.168503 [ 255 ] {c93dacf0-94d3-4133-9cb8-498e11bbb716} <Debug> TCPHandler: Processed in 0.005574386 sec. | ||
| 14018 | 2024.11.22 20:40:16.168547 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14019 | 2024.11.22 20:40:16.168668 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_96_19} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14020 | 2024.11.22 20:40:16.168708 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14021 | 2024.11.22 20:40:16.168820 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14022 | 2024.11.22 20:40:16.168918 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14023 | 2024.11.22 20:40:16.168983 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14024 | 2024.11.22 20:40:16.169634 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14025 | 2024.11.22 20:40:16.169672 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14026 | 2024.11.22 20:40:16.170071 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14027 | 2024.11.22 20:40:16.170320 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14028 | 2024.11.22 20:40:16.170510 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001621 sec., 100555.21283158544 rows/sec., 7.00 MiB/sec. | ||
| 14029 | 2024.11.22 20:40:16.170588 [ 5 ] {426ca204-ca18-4653-800c-0ab2236539c1} <Debug> TCPHandler: Processed in 0.001974159 sec. | ||
| 14030 | 2024.11.22 20:40:16.170753 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14031 | 2024.11.22 20:40:16.170933 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14032 | 2024.11.22 20:40:16.171056 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <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 | ||
| 14033 | 2024.11.22 20:40:16.172273 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14034 | 2024.11.22 20:40:16.172311 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14035 | 2024.11.22 20:40:16.172992 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14036 | 2024.11.22 20:40:16.173261 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14037 | 2024.11.22 20:40:16.173484 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14038 | 2024.11.22 20:40:16.173546 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002658 sec., 12415.349887133181 rows/sec., 22.25 MiB/sec. | ||
| 14039 | 2024.11.22 20:40:16.173559 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14040 | 2024.11.22 20:40:16.173652 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14041 | 2024.11.22 20:40:16.173884 [ 255 ] {710c4b56-3218-4c29-84a0-a64dd96ec792} <Debug> TCPHandler: Processed in 0.003204278 sec. | ||
| 14042 | 2024.11.22 20:40:16.173919 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 14043 | 2024.11.22 20:40:16.174195 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14044 | 2024.11.22 20:40:16.174229 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14045 | 2024.11.22 20:40:16.174309 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1807 rows starting from the beginning of the part | ||
| 14046 | 2024.11.22 20:40:16.174650 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14047 | 2024.11.22 20:40:16.174854 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14048 | 2024.11.22 20:40:16.175013 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 33 rows starting from the beginning of the part | ||
| 14049 | 2024.11.22 20:40:16.175927 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
| 14050 | 2024.11.22 20:40:16.176640 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 33 rows starting from the beginning of the part | ||
| 14051 | 2024.11.22 20:40:16.177400 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 14052 | 2024.11.22 20:40:16.177460 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2024.11.22 20:40:16.177538 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14054 | 2024.11.22 20:40:16.178015 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 33 rows starting from the beginning of the part | ||
| 14055 | 2024.11.22 20:40:16.179205 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14056 | 2024.11.22 20:40:16.179745 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14057 | 2024.11.22 20:40:16.180205 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005748 sec., 10438.413361169103 rows/sec., 720.36 KiB/sec. | ||
| 14058 | 2024.11.22 20:40:16.180272 [ 5 ] {05c568d1-90b2-4179-939a-82021ccddbad} <Debug> TCPHandler: Processed in 0.006242812 sec. | ||
| 14059 | 2024.11.22 20:40:16.189121 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 19 columns (19 merged, 0 gathered) in 0.015333344 sec., 125347.73888852946 rows/sec., 224.62 MiB/sec. | ||
| 14060 | 2024.11.22 20:40:16.190901 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14061 | 2024.11.22 20:40:16.191338 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14062 | 2024.11.22 20:40:16.191427 [ 189 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14063 | 2024.11.22 20:40:16.191581 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. | ||
| 14064 | 2024.11.22 20:40:17.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.10 MiB, peak 276.42 MiB, free memory in arenas 0.00 B, will set to 264.07 MiB (RSS), difference: 4.97 MiB | ||
| 14065 | 2024.11.22 20:40:18.323223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 14066 | 2024.11.22 20:40:18.323924 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2024.11.22 20:40:18.323971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14068 | 2024.11.22 20:40:18.324533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14069 | 2024.11.22 20:40:18.324805 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2024.11.22 20:40:18.325076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 14071 | 2024.11.22 20:40:20.533666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 14072 | 2024.11.22 20:40:20.552169 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14073 | 2024.11.22 20:40:20.552224 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14074 | 2024.11.22 20:40:20.559180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14075 | 2024.11.22 20:40:20.559970 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14076 | 2024.11.22 20:40:20.562547 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 14077 | 2024.11.22 20:40:21.158700 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14078 | 2024.11.22 20:40:21.158916 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14079 | 2024.11.22 20:40:21.158996 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14080 | 2024.11.22 20:40:21.159859 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14081 | 2024.11.22 20:40:21.159914 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14082 | 2024.11.22 20:40:21.160432 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14083 | 2024.11.22 20:40:21.160729 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14084 | 2024.11.22 20:40:21.160977 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00212 sec., 6603.773584905661 rows/sec., 475.38 KiB/sec. | ||
| 14085 | 2024.11.22 20:40:21.161037 [ 5 ] {826624dd-e2fd-4e66-a1be-c7b63bb5c89e} <Debug> TCPHandler: Processed in 0.00247597 sec. | ||
| 14086 | 2024.11.22 20:40:21.161315 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2024.11.22 20:40:21.161514 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14088 | 2024.11.22 20:40:21.161592 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14089 | 2024.11.22 20:40:21.162471 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14090 | 2024.11.22 20:40:21.162521 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14091 | 2024.11.22 20:40:21.162999 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14092 | 2024.11.22 20:40:21.163268 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14093 | 2024.11.22 20:40:21.163517 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00206 sec., 106310.67961165047 rows/sec., 9.26 MiB/sec. | ||
| 14094 | 2024.11.22 20:40:21.163584 [ 255 ] {831e2579-303e-46a7-acbe-2da5015464f8} <Debug> TCPHandler: Processed in 0.002404118 sec. | ||
| 14095 | 2024.11.22 20:40:21.163760 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14096 | 2024.11.22 20:40:21.163900 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14097 | 2024.11.22 20:40:21.163959 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14098 | 2024.11.22 20:40:21.164654 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14099 | 2024.11.22 20:40:21.164702 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14100 | 2024.11.22 20:40:21.165059 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14101 | 2024.11.22 20:40:21.165316 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14102 | 2024.11.22 20:40:21.165544 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00167 sec., 8982.035928143712 rows/sec., 633.30 KiB/sec. | ||
| 14103 | 2024.11.22 20:40:21.165627 [ 5 ] {b2cec45a-a3f0-48bc-aafe-18d531fbab30} <Debug> TCPHandler: Processed in 0.001936257 sec. | ||
| 14104 | 2024.11.22 20:40:21.165839 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14105 | 2024.11.22 20:40:21.166109 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14106 | 2024.11.22 20:40:21.166164 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14107 | 2024.11.22 20:40:21.166782 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14108 | 2024.11.22 20:40:21.166825 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14109 | 2024.11.22 20:40:21.167200 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14110 | 2024.11.22 20:40:21.167441 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14111 | 2024.11.22 20:40:21.167652 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec. | ||
| 14112 | 2024.11.22 20:40:21.167710 [ 255 ] {d091a113-dbc3-4032-ba80-54882378baa1} <Debug> TCPHandler: Processed in 0.001998729 sec. | ||
| 14113 | 2024.11.22 20:40:21.167871 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14114 | 2024.11.22 20:40:21.168008 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14115 | 2024.11.22 20:40:21.168064 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14116 | 2024.11.22 20:40:21.168735 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14117 | 2024.11.22 20:40:21.168774 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14118 | 2024.11.22 20:40:21.169126 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14119 | 2024.11.22 20:40:21.169359 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14120 | 2024.11.22 20:40:21.169570 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 14121 | 2024.11.22 20:40:21.169622 [ 5 ] {ed868039-8253-447a-b6b5-6a6e64ad2811} <Debug> TCPHandler: Processed in 0.001815845 sec. | ||
| 14122 | 2024.11.22 20:40:21.169765 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14123 | 2024.11.22 20:40:21.169884 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14124 | 2024.11.22 20:40:21.169933 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14125 | 2024.11.22 20:40:21.170706 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14126 | 2024.11.22 20:40:21.170745 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14127 | 2024.11.22 20:40:21.171139 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14128 | 2024.11.22 20:40:21.171373 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14129 | 2024.11.22 20:40:21.171598 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001741 sec., 224009.19012062033 rows/sec., 15.89 MiB/sec. | ||
| 14130 | 2024.11.22 20:40:21.171655 [ 255 ] {abb0d0c1-da33-4c17-bb53-eaca049f2a8e} <Debug> TCPHandler: Processed in 0.001947497 sec. | ||
| 14131 | 2024.11.22 20:40:21.171825 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14132 | 2024.11.22 20:40:21.171962 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14133 | 2024.11.22 20:40:21.172021 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14134 | 2024.11.22 20:40:21.172581 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14135 | 2024.11.22 20:40:21.172627 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14136 | 2024.11.22 20:40:21.173002 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14137 | 2024.11.22 20:40:21.173237 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14138 | 2024.11.22 20:40:21.173414 [ 102 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 14139 | 2024.11.22 20:40:21.173480 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 14140 | 2024.11.22 20:40:21.173505 [ 102 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14141 | 2024.11.22 20:40:21.173564 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14142 | 2024.11.22 20:40:21.173590 [ 5 ] {14ab6363-e84e-4da0-9772-a297fe84a312} <Debug> TCPHandler: Processed in 0.001832185 sec. | ||
| 14143 | 2024.11.22 20:40:21.173777 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2024.11.22 20:40:21.173814 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 14145 | 2024.11.22 20:40:21.173919 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14146 | 2024.11.22 20:40:21.173992 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14147 | 2024.11.22 20:40:21.173999 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14148 | 2024.11.22 20:40:21.174069 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 258 rows starting from the beginning of the part | ||
| 14149 | 2024.11.22 20:40:21.174247 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 14150 | 2024.11.22 20:40:21.174570 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 14151 | 2024.11.22 20:40:21.174946 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 14152 | 2024.11.22 20:40:21.175079 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 14153 | 2024.11.22 20:40:21.175136 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 14154 | 2024.11.22 20:40:21.175963 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14155 | 2024.11.22 20:40:21.176016 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14156 | 2024.11.22 20:40:21.176648 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14157 | 2024.11.22 20:40:21.176878 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003208829 sec., 89752.36760824588 rows/sec., 4.58 MiB/sec. | ||
| 14158 | 2024.11.22 20:40:21.177061 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14159 | 2024.11.22 20:40:21.177173 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 14160 | 2024.11.22 20:40:21.177570 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003679 sec., 64419.67926066866 rows/sec., 4.32 MiB/sec. | ||
| 14161 | 2024.11.22 20:40:21.177845 [ 255 ] {e775c216-eb2f-4d65-95df-8312b04b29ac} <Debug> TCPHandler: Processed in 0.004158191 sec. | ||
| 14162 | 2024.11.22 20:40:21.178139 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14163 | 2024.11.22 20:40:21.178372 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14164 | 2024.11.22 20:40:21.178556 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14165 | 2024.11.22 20:40:21.178777 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14166 | 2024.11.22 20:40:21.178795 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_48_10} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 14167 | 2024.11.22 20:40:21.179075 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14168 | 2024.11.22 20:40:21.180239 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2024.11.22 20:40:21.180277 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14170 | 2024.11.22 20:40:21.180627 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14171 | 2024.11.22 20:40:21.180860 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2024.11.22 20:40:21.181082 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00268 sec., 373.13432835820896 rows/sec., 25.14 KiB/sec. | ||
| 14173 | 2024.11.22 20:40:21.181134 [ 5 ] {ed4aacd4-fa01-4100-b39a-6b47a5206454} <Debug> TCPHandler: Processed in 0.003164398 sec. | ||
| 14174 | 2024.11.22 20:40:21.181293 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2024.11.22 20:40:21.181429 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14176 | 2024.11.22 20:40:21.181524 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <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 | ||
| 14177 | 2024.11.22 20:40:21.182643 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.11.22 20:40:21.182683 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14179 | 2024.11.22 20:40:21.183310 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14180 | 2024.11.22 20:40:21.183572 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.11.22 20:40:21.183834 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec. | ||
| 14182 | 2024.11.22 20:40:21.183996 [ 255 ] {78eb6168-af13-4ed8-8432-78aa5851b00e} <Debug> TCPHandler: Processed in 0.002769878 sec. | ||
| 14183 | 2024.11.22 20:40:21.184238 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2024.11.22 20:40:21.184436 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14185 | 2024.11.22 20:40:21.184500 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14186 | 2024.11.22 20:40:21.184999 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2024.11.22 20:40:21.185038 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14188 | 2024.11.22 20:40:21.185414 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14189 | 2024.11.22 20:40:21.185656 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2024.11.22 20:40:21.185845 [ 102 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14191 | 2024.11.22 20:40:21.185879 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 14192 | 2024.11.22 20:40:21.185906 [ 102 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14193 | 2024.11.22 20:40:21.185975 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 14194 | 2024.11.22 20:40:21.185989 [ 5 ] {1614d28d-4eff-46a2-9852-32d0b6c33c4d} <Debug> TCPHandler: Processed in 0.001897376 sec. | ||
| 14195 | 2024.11.22 20:40:21.186167 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14196 | 2024.11.22 20:40:21.186279 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14197 | 2024.11.22 20:40:21.186317 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6400 rows starting from the beginning of the part | ||
| 14198 | 2024.11.22 20:40:21.186399 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 12 rows starting from the beginning of the part | ||
| 14199 | 2024.11.22 20:40:21.186606 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14200 | 2024.11.22 20:40:21.186835 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14201 | 2024.11.22 20:40:21.187030 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14202 | 2024.11.22 20:40:21.187204 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14203 | 2024.11.22 20:40:21.189130 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6696 rows, containing 4 columns (4 merged, 0 gathered) in 0.003035834 sec., 2205654.195848653 rows/sec., 143.73 MiB/sec. | ||
| 14204 | 2024.11.22 20:40:21.189483 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14205 | 2024.11.22 20:40:21.189765 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.11.22 20:40:21.189848 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_111_22} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14207 | 2024.11.22 20:40:21.189916 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 14208 | 2024.11.22 20:40:25.578968 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14209 | 2024.11.22 20:40:25.579045 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14210 | 2024.11.22 20:40:25.826168 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 14211 | 2024.11.22 20:40:25.826825 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14212 | 2024.11.22 20:40:25.826878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14213 | 2024.11.22 20:40:25.827425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14214 | 2024.11.22 20:40:25.827689 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14215 | 2024.11.22 20:40:25.827960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 14216 | 2024.11.22 20:40:25.985836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2000 | ||
| 14217 | 2024.11.22 20:40:25.988990 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14218 | 2024.11.22 20:40:25.989046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14219 | 2024.11.22 20:40:25.990520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14220 | 2024.11.22 20:40:25.990844 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14221 | 2024.11.22 20:40:25.991458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000 | ||
| 14222 | 2024.11.22 20:40:26.155805 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14223 | 2024.11.22 20:40:26.156119 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14224 | 2024.11.22 20:40:26.156234 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14225 | 2024.11.22 20:40:26.157334 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2024.11.22 20:40:26.157390 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14227 | 2024.11.22 20:40:26.157856 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14228 | 2024.11.22 20:40:26.158128 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14229 | 2024.11.22 20:40:26.158370 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002333 sec., 52293.18474067724 rows/sec., 4.43 MiB/sec. | ||
| 14230 | 2024.11.22 20:40:26.158438 [ 5 ] {cc8bedae-73be-4353-a9af-af96481fbb83} <Debug> TCPHandler: Processed in 0.002821798 sec. | ||
| 14231 | 2024.11.22 20:40:26.158706 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14232 | 2024.11.22 20:40:26.158917 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14233 | 2024.11.22 20:40:26.158998 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14234 | 2024.11.22 20:40:26.159864 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14235 | 2024.11.22 20:40:26.159914 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14236 | 2024.11.22 20:40:26.160356 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14237 | 2024.11.22 20:40:26.160618 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14238 | 2024.11.22 20:40:26.160850 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001982 sec., 16649.84863773966 rows/sec., 1.22 MiB/sec. | ||
| 14239 | 2024.11.22 20:40:26.160948 [ 255 ] {6abd0add-c122-4eed-9b57-4327f25baf28} <Debug> TCPHandler: Processed in 0.002378198 sec. | ||
| 14240 | 2024.11.22 20:40:26.161151 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14241 | 2024.11.22 20:40:26.161331 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14242 | 2024.11.22 20:40:26.161392 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14243 | 2024.11.22 20:40:26.162091 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14244 | 2024.11.22 20:40:26.162129 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14245 | 2024.11.22 20:40:26.162509 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14246 | 2024.11.22 20:40:26.162761 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2024.11.22 20:40:26.162961 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001657 sec., 58539.52926976464 rows/sec., 4.57 MiB/sec. | ||
| 14248 | 2024.11.22 20:40:26.163030 [ 5 ] {cca29496-591c-4f72-a7d5-06b2400a2f77} <Debug> TCPHandler: Processed in 0.001976308 sec. | ||
| 14249 | 2024.11.22 20:40:26.163202 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14250 | 2024.11.22 20:40:26.163571 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14251 | 2024.11.22 20:40:26.163782 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14252 | 2024.11.22 20:40:26.165265 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14253 | 2024.11.22 20:40:26.165305 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14254 | 2024.11.22 20:40:26.165713 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14255 | 2024.11.22 20:40:26.165957 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14256 | 2024.11.22 20:40:26.166169 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002746 sec., 58266.569555717404 rows/sec., 4.06 MiB/sec. | ||
| 14257 | 2024.11.22 20:40:26.166222 [ 255 ] {0552dcb0-bfe4-406e-936e-ba56934bbb8e} <Debug> TCPHandler: Processed in 0.003085465 sec. | ||
| 14258 | 2024.11.22 20:40:26.166367 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14259 | 2024.11.22 20:40:26.166506 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14260 | 2024.11.22 20:40:26.166600 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <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 | ||
| 14261 | 2024.11.22 20:40:26.167867 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14262 | 2024.11.22 20:40:26.167904 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14263 | 2024.11.22 20:40:26.168595 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14264 | 2024.11.22 20:40:26.168877 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14265 | 2024.11.22 20:40:26.169091 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002618 sec., 12605.042016806723 rows/sec., 22.59 MiB/sec. | ||
| 14266 | 2024.11.22 20:40:26.169203 [ 5 ] {fe7e7c92-8dd9-43db-824f-c6b7294b70a5} <Debug> TCPHandler: Processed in 0.002902721 sec. | ||
| 14267 | 2024.11.22 20:40:26.169359 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14268 | 2024.11.22 20:40:26.169495 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14269 | 2024.11.22 20:40:26.169555 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14270 | 2024.11.22 20:40:26.170092 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14271 | 2024.11.22 20:40:26.170131 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14272 | 2024.11.22 20:40:26.170509 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14273 | 2024.11.22 20:40:26.170748 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14274 | 2024.11.22 20:40:26.170964 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 14275 | 2024.11.22 20:40:26.171015 [ 255 ] {31f16e18-65ff-4c16-a22f-8829dbc39f12} <Debug> TCPHandler: Processed in 0.001719722 sec. | ||
| 14276 | 2024.11.22 20:40:28.063571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14277 | 2024.11.22 20:40:28.083827 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14278 | 2024.11.22 20:40:28.083889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14279 | 2024.11.22 20:40:28.091243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14280 | 2024.11.22 20:40:28.092039 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14281 | 2024.11.22 20:40:28.094823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14282 | 2024.11.22 20:40:29.445519 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14283 | 2024.11.22 20:40:29.445731 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14284 | 2024.11.22 20:40:29.445813 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14285 | 2024.11.22 20:40:29.446643 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14286 | 2024.11.22 20:40:29.446709 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14287 | 2024.11.22 20:40:29.447214 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14288 | 2024.11.22 20:40:29.447520 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14289 | 2024.11.22 20:40:29.447782 [ 90 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14290 | 2024.11.22 20:40:29.447797 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002113 sec., 6625.650733554189 rows/sec., 476.96 KiB/sec. | ||
| 14291 | 2024.11.22 20:40:29.447892 [ 90 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14292 | 2024.11.22 20:40:29.447983 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14293 | 2024.11.22 20:40:29.448023 [ 5 ] {2b706d8e-c48c-47be-a2c5-4cc2b32c0f72} <Debug> TCPHandler: Processed in 0.002632324 sec. | ||
| 14294 | 2024.11.22 20:40:29.448258 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 14295 | 2024.11.22 20:40:29.448540 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14296 | 2024.11.22 20:40:29.448596 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14297 | 2024.11.22 20:40:29.448692 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14298 | 2024.11.22 20:40:29.448956 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14299 | 2024.11.22 20:40:29.449035 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14300 | 2024.11.22 20:40:29.449298 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14301 | 2024.11.22 20:40:29.449322 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14302 | 2024.11.22 20:40:29.449577 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14303 | 2024.11.22 20:40:29.450013 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14304 | 2024.11.22 20:40:29.452495 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14305 | 2024.11.22 20:40:29.452623 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14306 | 2024.11.22 20:40:29.452822 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004702045 sec., 14887.139531841996 rows/sec., 1.10 MiB/sec. | ||
| 14307 | 2024.11.22 20:40:29.453091 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14308 | 2024.11.22 20:40:29.453386 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14309 | 2024.11.22 20:40:29.453623 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14310 | 2024.11.22 20:40:29.453815 [ 190 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_49_12} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14311 | 2024.11.22 20:40:29.453854 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14312 | 2024.11.22 20:40:29.454007 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14313 | 2024.11.22 20:40:29.454226 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00539 sec., 1855.287569573284 rows/sec., 151.29 KiB/sec. | ||
| 14314 | 2024.11.22 20:40:29.454318 [ 255 ] {9bd6419a-a2d1-4a00-8f7c-c09bf42c4fc9} <Debug> TCPHandler: Processed in 0.006028858 sec. | ||
| 14315 | 2024.11.22 20:40:29.454569 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2024.11.22 20:40:29.454741 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14317 | 2024.11.22 20:40:29.454812 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14318 | 2024.11.22 20:40:29.456393 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14319 | 2024.11.22 20:40:29.456441 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14320 | 2024.11.22 20:40:29.456942 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14321 | 2024.11.22 20:40:29.457215 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14322 | 2024.11.22 20:40:29.457450 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002753 sec., 495459.4987286597 rows/sec., 41.15 MiB/sec. | ||
| 14323 | 2024.11.22 20:40:29.457519 [ 5 ] {5c178684-8058-46be-a99a-c0d26d8e0b9c} <Debug> TCPHandler: Processed in 0.003038044 sec. | ||
| 14324 | 2024.11.22 20:40:29.457681 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14325 | 2024.11.22 20:40:29.457817 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14326 | 2024.11.22 20:40:29.457874 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14327 | 2024.11.22 20:40:29.458585 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14328 | 2024.11.22 20:40:29.458637 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14329 | 2024.11.22 20:40:29.459118 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14330 | 2024.11.22 20:40:29.459397 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14331 | 2024.11.22 20:40:29.459644 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001861 sec., 13433.637829124127 rows/sec., 943.50 KiB/sec. | ||
| 14332 | 2024.11.22 20:40:29.459713 [ 255 ] {aa9f6c59-dfae-4eaf-b186-52fffdfc6e75} <Debug> TCPHandler: Processed in 0.002094441 sec. | ||
| 14333 | 2024.11.22 20:40:29.459870 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14334 | 2024.11.22 20:40:29.460003 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14335 | 2024.11.22 20:40:29.460058 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14336 | 2024.11.22 20:40:29.460795 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14337 | 2024.11.22 20:40:29.460840 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14338 | 2024.11.22 20:40:29.461233 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14339 | 2024.11.22 20:40:29.461476 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2024.11.22 20:40:29.461706 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001738 sec., 139240.50632911394 rows/sec., 9.43 MiB/sec. | ||
| 14341 | 2024.11.22 20:40:29.461770 [ 5 ] {3d9f5524-3456-410b-8a86-4e24cb5c25f7} <Debug> TCPHandler: Processed in 0.001960348 sec. | ||
| 14342 | 2024.11.22 20:40:29.461968 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14343 | 2024.11.22 20:40:29.462118 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14344 | 2024.11.22 20:40:29.462184 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14345 | 2024.11.22 20:40:29.462913 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14346 | 2024.11.22 20:40:29.462962 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14347 | 2024.11.22 20:40:29.463338 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14348 | 2024.11.22 20:40:29.463585 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14349 | 2024.11.22 20:40:29.463763 [ 90 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14350 | 2024.11.22 20:40:29.463835 [ 90 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14351 | 2024.11.22 20:40:29.463840 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001748 sec., 7437.070938215103 rows/sec., 463.70 KiB/sec. | ||
| 14352 | 2024.11.22 20:40:29.463875 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14353 | 2024.11.22 20:40:29.464029 [ 255 ] {f1449942-36d1-4cd3-8344-fbea9d3b0ff6} <Debug> TCPHandler: Processed in 0.002119142 sec. | ||
| 14354 | 2024.11.22 20:40:29.464114 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 14355 | 2024.11.22 20:40:29.464238 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14356 | 2024.11.22 20:40:29.464305 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14357 | 2024.11.22 20:40:29.464356 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14358 | 2024.11.22 20:40:29.464513 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14359 | 2024.11.22 20:40:29.464592 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14360 | 2024.11.22 20:40:29.464751 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14361 | 2024.11.22 20:40:29.464912 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14362 | 2024.11.22 20:40:29.465329 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14363 | 2024.11.22 20:40:29.465654 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14364 | 2024.11.22 20:40:29.468046 [ 190 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004060099 sec., 16009.461838245816 rows/sec., 1.04 MiB/sec. | ||
| 14365 | 2024.11.22 20:40:29.468114 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14366 | 2024.11.22 20:40:29.468179 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14367 | 2024.11.22 20:40:29.468272 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14368 | 2024.11.22 20:40:29.468837 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14369 | 2024.11.22 20:40:29.468898 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14370 | 2024.11.22 20:40:29.468978 [ 187 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_49_12} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14371 | 2024.11.22 20:40:29.469153 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14372 | 2024.11.22 20:40:29.469311 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2024.11.22 20:40:29.469584 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.005176 sec., 165378.67078825348 rows/sec., 11.97 MiB/sec. | ||
| 14374 | 2024.11.22 20:40:29.469687 [ 5 ] {e91c8514-a4f1-41f4-b6f1-fea98adbbafa} <Debug> TCPHandler: Processed in 0.005536575 sec. | ||
| 14375 | 2024.11.22 20:40:29.470040 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14376 | 2024.11.22 20:40:29.470179 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14377 | 2024.11.22 20:40:29.470245 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14378 | 2024.11.22 20:40:29.470864 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2024.11.22 20:40:29.470910 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14380 | 2024.11.22 20:40:29.471364 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14381 | 2024.11.22 20:40:29.471666 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14382 | 2024.11.22 20:40:29.471870 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001723 sec., 3482.298316889147 rows/sec., 181.94 KiB/sec. | ||
| 14383 | 2024.11.22 20:40:29.471967 [ 255 ] {630a02cd-7669-47e3-b658-e220010ff11f} <Debug> TCPHandler: Processed in 0.001990778 sec. | ||
| 14384 | 2024.11.22 20:40:29.473013 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14385 | 2024.11.22 20:40:29.473179 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14386 | 2024.11.22 20:40:29.473258 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14387 | 2024.11.22 20:40:29.474410 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14388 | 2024.11.22 20:40:29.474463 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14389 | 2024.11.22 20:40:29.474986 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14390 | 2024.11.22 20:40:29.475248 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14391 | 2024.11.22 20:40:29.475481 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.002341 sec., 397266.1255873558 rows/sec., 26.51 MiB/sec. | ||
| 14392 | 2024.11.22 20:40:29.475549 [ 5 ] {d40c2192-2ef0-42eb-b9d7-4dec5e97f816} <Debug> TCPHandler: Processed in 0.002614354 sec. | ||
| 14393 | 2024.11.22 20:40:29.475742 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14394 | 2024.11.22 20:40:29.475892 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14395 | 2024.11.22 20:40:29.475956 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14396 | 2024.11.22 20:40:29.476537 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2024.11.22 20:40:29.476587 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14398 | 2024.11.22 20:40:29.477029 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14399 | 2024.11.22 20:40:29.477300 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2024.11.22 20:40:29.477539 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00167 sec., 598.8023952095808 rows/sec., 40.35 KiB/sec. | ||
| 14401 | 2024.11.22 20:40:29.477657 [ 255 ] {5a9a6480-2431-4608-89b1-8a2cd77af021} <Debug> TCPHandler: Processed in 0.001989088 sec. | ||
| 14402 | 2024.11.22 20:40:29.477868 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14403 | 2024.11.22 20:40:29.478083 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14404 | 2024.11.22 20:40:29.478184 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <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 | ||
| 14405 | 2024.11.22 20:40:29.479463 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2024.11.22 20:40:29.479506 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14407 | 2024.11.22 20:40:29.480158 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14408 | 2024.11.22 20:40:29.480428 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14409 | 2024.11.22 20:40:29.480685 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002668 sec., 2998.500749625188 rows/sec., 5.37 MiB/sec. | ||
| 14410 | 2024.11.22 20:40:29.480819 [ 5 ] {3bf0b2a4-f213-4b19-a9f4-199e3ea934df} <Debug> TCPHandler: Processed in 0.003060935 sec. | ||
| 14411 | 2024.11.22 20:40:29.480982 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14412 | 2024.11.22 20:40:29.481107 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14413 | 2024.11.22 20:40:29.481159 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14414 | 2024.11.22 20:40:29.481665 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14415 | 2024.11.22 20:40:29.481706 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14416 | 2024.11.22 20:40:29.482107 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14417 | 2024.11.22 20:40:29.482358 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14418 | 2024.11.22 20:40:29.482558 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001475 sec., 47457.62711864407 rows/sec., 2.98 MiB/sec. | ||
| 14419 | 2024.11.22 20:40:29.482610 [ 255 ] {ed707dde-2a6e-4ae0-ab35-f87c3bf9632b} <Debug> TCPHandler: Processed in 0.001683401 sec. | ||
| 14420 | 2024.11.22 20:40:31.148112 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14421 | 2024.11.22 20:40:31.148299 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14422 | 2024.11.22 20:40:31.148367 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14423 | 2024.11.22 20:40:31.149123 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14424 | 2024.11.22 20:40:31.149165 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14425 | 2024.11.22 20:40:31.149591 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14426 | 2024.11.22 20:40:31.149847 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14427 | 2024.11.22 20:40:31.150011 [ 89 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14428 | 2024.11.22 20:40:31.150054 [ 89 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14429 | 2024.11.22 20:40:31.150058 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001808 sec., 30973.451327433628 rows/sec., 2.36 MiB/sec. | ||
| 14430 | 2024.11.22 20:40:31.150079 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14431 | 2024.11.22 20:40:31.150172 [ 5 ] {bb04fe2c-e0c3-4f3b-ba88-9631d5020451} <Debug> TCPHandler: Processed in 0.002177713 sec. | ||
| 14432 | 2024.11.22 20:40:31.150476 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 14433 | 2024.11.22 20:40:31.150558 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14434 | 2024.11.22 20:40:31.151098 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14435 | 2024.11.22 20:40:31.151152 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14436 | 2024.11.22 20:40:31.151227 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1436 rows starting from the beginning of the part | ||
| 14437 | 2024.11.22 20:40:31.151589 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14438 | 2024.11.22 20:40:31.151690 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 125 rows starting from the beginning of the part | ||
| 14439 | 2024.11.22 20:40:31.152121 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 219 rows starting from the beginning of the part | ||
| 14440 | 2024.11.22 20:40:31.152452 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 122 rows starting from the beginning of the part | ||
| 14441 | 2024.11.22 20:40:31.152881 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1364 rows starting from the beginning of the part | ||
| 14442 | 2024.11.22 20:40:31.153276 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 14443 | 2024.11.22 20:40:31.155182 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14444 | 2024.11.22 20:40:31.155265 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14445 | 2024.11.22 20:40:31.156179 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14446 | 2024.11.22 20:40:31.156533 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14447 | 2024.11.22 20:40:31.156924 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006716564 sec., 494598.13082998985 rows/sec., 43.18 MiB/sec. | ||
| 14448 | 2024.11.22 20:40:31.156975 [ 89 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14449 | 2024.11.22 20:40:31.157096 [ 89 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14450 | 2024.11.22 20:40:31.157152 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006241 sec., 10254.76686428457 rows/sec., 819.62 KiB/sec. | ||
| 14451 | 2024.11.22 20:40:31.157178 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14452 | 2024.11.22 20:40:31.157336 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14453 | 2024.11.22 20:40:31.157478 [ 255 ] {85a5fd72-6db7-4627-8669-8d0b6dd47059} <Debug> TCPHandler: Processed in 0.007170475 sec. | ||
| 14454 | 2024.11.22 20:40:31.158068 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14455 | 2024.11.22 20:40:31.158362 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14456 | 2024.11.22 20:40:31.158444 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14457 | 2024.11.22 20:40:31.158645 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14458 | 2024.11.22 20:40:31.158672 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_116_23} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14459 | 2024.11.22 20:40:31.159092 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14460 | 2024.11.22 20:40:31.159414 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 14461 | 2024.11.22 20:40:31.160363 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14462 | 2024.11.22 20:40:31.160460 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 14463 | 2024.11.22 20:40:31.160787 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 103 rows starting from the beginning of the part | ||
| 14464 | 2024.11.22 20:40:31.161086 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 390 rows starting from the beginning of the part | ||
| 14465 | 2024.11.22 20:40:31.161392 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 97 rows starting from the beginning of the part | ||
| 14466 | 2024.11.22 20:40:31.161700 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 856 rows starting from the beginning of the part | ||
| 14467 | 2024.11.22 20:40:31.162199 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 14468 | 2024.11.22 20:40:31.162429 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2024.11.22 20:40:31.162558 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14470 | 2024.11.22 20:40:31.164053 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14471 | 2024.11.22 20:40:31.164626 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14472 | 2024.11.22 20:40:31.164938 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 | ||
| 14473 | 2024.11.22 20:40:31.165038 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14474 | 2024.11.22 20:40:31.165131 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14475 | 2024.11.22 20:40:31.165335 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006974 sec., 4588.4714654430745 rows/sec., 327.25 KiB/sec. | ||
| 14476 | 2024.11.22 20:40:31.165629 [ 5 ] {e4ee500d-5d09-4a49-bde5-087080d59f5c} <Debug> TCPHandler: Processed in 0.007995055 sec. | ||
| 14477 | 2024.11.22 20:40:31.165654 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full | ||
| 14478 | 2024.11.22 20:40:31.165962 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14479 | 2024.11.22 20:40:31.166376 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14480 | 2024.11.22 20:40:31.166398 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14481 | 2024.11.22 20:40:31.166543 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_109_22, total 30585 rows starting from the beginning of the part | ||
| 14482 | 2024.11.22 20:40:31.166630 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14483 | 2024.11.22 20:40:31.167123 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 163 rows starting from the beginning of the part | ||
| 14484 | 2024.11.22 20:40:31.167641 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 14485 | 2024.11.22 20:40:31.168182 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 14486 | 2024.11.22 20:40:31.168908 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 930 rows starting from the beginning of the part | ||
| 14487 | 2024.11.22 20:40:31.170328 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14488 | 2024.11.22 20:40:31.170398 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14489 | 2024.11.22 20:40:31.171157 [ 198 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.013504749 sec., 179566.46213861508 rows/sec., 13.78 MiB/sec. | ||
| 14490 | 2024.11.22 20:40:31.171397 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14491 | 2024.11.22 20:40:31.171466 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14492 | 2024.11.22 20:40:31.172152 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14493 | 2024.11.22 20:40:31.172529 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14494 | 2024.11.22 20:40:31.172814 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.006541 sec., 1834.5818682158692 rows/sec., 126.61 KiB/sec. | ||
| 14495 | 2024.11.22 20:40:31.172880 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_116_23} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14496 | 2024.11.22 20:40:31.172987 [ 255 ] {8436cf23-a021-401e-ad9c-4a71a778e12d} <Debug> TCPHandler: Processed in 0.007212016 sec. | ||
| 14497 | 2024.11.22 20:40:31.173148 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14498 | 2024.11.22 20:40:31.177455 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32075 rows, containing 5 columns (5 merged, 0 gathered) in 0.012149536 sec., 2640018.515933448 rows/sec., 178.29 MiB/sec. | ||
| 14499 | 2024.11.22 20:40:31.178138 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 14500 | 2024.11.22 20:40:31.178450 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14501 | 2024.11.22 20:40:31.178538 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 | ||
| 14502 | 2024.11.22 20:40:31.178713 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 14503 | 2024.11.22 20:40:33.329040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 14504 | 2024.11.22 20:40:33.329732 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14505 | 2024.11.22 20:40:33.329771 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14506 | 2024.11.22 20:40:33.330311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14507 | 2024.11.22 20:40:33.330572 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14508 | 2024.11.22 20:40:33.330754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14509 | 2024.11.22 20:40:35.595854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14510 | 2024.11.22 20:40:35.616862 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2024.11.22 20:40:35.616920 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14512 | 2024.11.22 20:40:35.625851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14513 | 2024.11.22 20:40:35.626638 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2024.11.22 20:40:35.629345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14515 | 2024.11.22 20:40:35.992618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2044 | ||
| 14516 | 2024.11.22 20:40:35.996054 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2024.11.22 20:40:35.996111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14518 | 2024.11.22 20:40:35.997667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14519 | 2024.11.22 20:40:35.997999 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2024.11.22 20:40:35.998192 [ 83 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14521 | 2024.11.22 20:40:35.998259 [ 83 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14522 | 2024.11.22 20:40:35.998301 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14523 | 2024.11.22 20:40:35.999664 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 14524 | 2024.11.22 20:40:36.000004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2044 | ||
| 14525 | 2024.11.22 20:40:36.001081 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14526 | 2024.11.22 20:40:36.001302 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1852 rows starting from the beginning of the part | ||
| 14527 | 2024.11.22 20:40:36.001865 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 14528 | 2024.11.22 20:40:36.002384 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 44 rows starting from the beginning of the part | ||
| 14529 | 2024.11.22 20:40:36.002890 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 14530 | 2024.11.22 20:40:36.003386 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 14531 | 2024.11.22 20:40:36.003876 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 44 rows starting from the beginning of the part | ||
| 14532 | 2024.11.22 20:40:36.013874 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2044 rows, containing 72 columns (72 merged, 0 gathered) in 0.015296283 sec., 133627.23479946074 rows/sec., 101.66 MiB/sec. | ||
| 14533 | 2024.11.22 20:40:36.015967 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14534 | 2024.11.22 20:40:36.016904 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14535 | 2024.11.22 20:40:36.017040 [ 194 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_51_10} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14536 | 2024.11.22 20:40:36.017466 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 14537 | 2024.11.22 20:40:36.155645 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14538 | 2024.11.22 20:40:36.155829 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14539 | 2024.11.22 20:40:36.155902 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14540 | 2024.11.22 20:40:36.156704 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14541 | 2024.11.22 20:40:36.156752 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14542 | 2024.11.22 20:40:36.157219 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14543 | 2024.11.22 20:40:36.157501 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14544 | 2024.11.22 20:40:36.157719 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001942 sec., 62821.833161688985 rows/sec., 5.33 MiB/sec. | ||
| 14545 | 2024.11.22 20:40:36.157785 [ 5 ] {af0d02b5-9bd2-4f0b-83e1-ea4bbc88ebff} <Debug> TCPHandler: Processed in 0.002269545 sec. | ||
| 14546 | 2024.11.22 20:40:36.158025 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14547 | 2024.11.22 20:40:36.158212 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14548 | 2024.11.22 20:40:36.158286 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14549 | 2024.11.22 20:40:36.159020 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14550 | 2024.11.22 20:40:36.159068 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14551 | 2024.11.22 20:40:36.159490 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14552 | 2024.11.22 20:40:36.159746 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14553 | 2024.11.22 20:40:36.160004 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001843 sec., 17905.588714053174 rows/sec., 1.31 MiB/sec. | ||
| 14554 | 2024.11.22 20:40:36.160070 [ 255 ] {3f9f3fca-518e-4c73-93e9-acf56cfc574e} <Debug> TCPHandler: Processed in 0.002175403 sec. | ||
| 14555 | 2024.11.22 20:40:36.160274 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14556 | 2024.11.22 20:40:36.160400 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14557 | 2024.11.22 20:40:36.160454 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14558 | 2024.11.22 20:40:36.161090 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14559 | 2024.11.22 20:40:36.161133 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14560 | 2024.11.22 20:40:36.161540 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14561 | 2024.11.22 20:40:36.161795 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14562 | 2024.11.22 20:40:36.161987 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001616 sec., 60024.75247524752 rows/sec., 4.69 MiB/sec. | ||
| 14563 | 2024.11.22 20:40:36.162041 [ 5 ] {5c24634b-7c5f-4583-aac3-af2af643133f} <Debug> TCPHandler: Processed in 0.001827204 sec. | ||
| 14564 | 2024.11.22 20:40:36.162184 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14565 | 2024.11.22 20:40:36.162310 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14566 | 2024.11.22 20:40:36.162370 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14567 | 2024.11.22 20:40:36.162956 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14568 | 2024.11.22 20:40:36.162997 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14569 | 2024.11.22 20:40:36.163418 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14570 | 2024.11.22 20:40:36.163668 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14571 | 2024.11.22 20:40:36.163887 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 14572 | 2024.11.22 20:40:36.163945 [ 255 ] {d3d2b89b-8e39-40e7-a595-c36311184a5b} <Debug> TCPHandler: Processed in 0.001816385 sec. | ||
| 14573 | 2024.11.22 20:40:36.164101 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14574 | 2024.11.22 20:40:36.164222 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14575 | 2024.11.22 20:40:36.164306 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <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 | ||
| 14576 | 2024.11.22 20:40:36.165557 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2024.11.22 20:40:36.165597 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14578 | 2024.11.22 20:40:36.166304 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14579 | 2024.11.22 20:40:36.166606 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2024.11.22 20:40:36.166825 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002629 sec., 12552.301255230126 rows/sec., 22.49 MiB/sec. | ||
| 14581 | 2024.11.22 20:40:36.167061 [ 5 ] {61c65b0c-f242-46b1-8060-d092dfe52079} <Debug> TCPHandler: Processed in 0.003018214 sec. | ||
| 14582 | 2024.11.22 20:40:36.167307 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2024.11.22 20:40:36.167454 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14584 | 2024.11.22 20:40:36.167508 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14585 | 2024.11.22 20:40:36.168024 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2024.11.22 20:40:36.168064 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 14587 | 2024.11.22 20:40:36.168452 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14588 | 2024.11.22 20:40:36.168700 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2024.11.22 20:40:36.168928 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
| 14590 | 2024.11.22 20:40:36.168979 [ 255 ] {f0ee867a-d382-4158-8d95-9d59857c5421} <Debug> TCPHandler: Processed in 0.001785974 sec. | ||
| 14591 | 2024.11.22 20:40:40.400951 [ 219 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 14592 | 2024.11.22 20:40:40.401016 [ 219 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 14593 | 2024.11.22 20:40:40.406972 [ 219 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 14594 | 2024.11.22 20:40:40.549242 [ 77 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_46_10 to all_50_50_0 | ||
| 14595 | 2024.11.22 20:40:40.549303 [ 77 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14596 | 2024.11.22 20:40:40.549326 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14597 | 2024.11.22 20:40:40.549539 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_10 to all_50_50_0 into Compact with storage Full | ||
| 14598 | 2024.11.22 20:40:40.549887 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14599 | 2024.11.22 20:40:40.549932 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 46 rows starting from the beginning of the part | ||
| 14600 | 2024.11.22 20:40:40.550010 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14601 | 2024.11.22 20:40:40.550096 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14602 | 2024.11.22 20:40:40.550376 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14603 | 2024.11.22 20:40:40.550528 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14604 | 2024.11.22 20:40:40.551617 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.002202844 sec., 22697.930493489326 rows/sec., 1.49 MiB/sec. | ||
| 14605 | 2024.11.22 20:40:40.551825 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 14606 | 2024.11.22 20:40:40.552181 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2024.11.22 20:40:40.552275 [ 189 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_50_11} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_46_10, all_50_50_0] -> all_1_50_11 | ||
| 14608 | 2024.11.22 20:40:40.552373 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14609 | 2024.11.22 20:40:40.579293 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14610 | 2024.11.22 20:40:40.579325 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14611 | 2024.11.22 20:40:40.831842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 14612 | 2024.11.22 20:40:40.832493 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14613 | 2024.11.22 20:40:40.832540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14614 | 2024.11.22 20:40:40.833078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14615 | 2024.11.22 20:40:40.833340 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14616 | 2024.11.22 20:40:40.833554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14617 | 2024.11.22 20:40:40.833666 [ 224 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 14618 | 2024.11.22 20:40:40.833705 [ 224 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 14619 | 2024.11.22 20:40:40.835059 [ 224 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 14620 | 2024.11.22 20:40:41.158418 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14621 | 2024.11.22 20:40:41.158723 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14622 | 2024.11.22 20:40:41.158838 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14623 | 2024.11.22 20:40:41.159826 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2024.11.22 20:40:41.159871 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14625 | 2024.11.22 20:40:41.160315 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14626 | 2024.11.22 20:40:41.160584 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14627 | 2024.11.22 20:40:41.160803 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002163 sec., 6472.491909385113 rows/sec., 465.93 KiB/sec. | ||
| 14628 | 2024.11.22 20:40:41.160890 [ 5 ] {741db09a-398c-40c5-adbf-d079a18da666} <Debug> TCPHandler: Processed in 0.002655185 sec. | ||
| 14629 | 2024.11.22 20:40:41.161184 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14630 | 2024.11.22 20:40:41.161375 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14631 | 2024.11.22 20:40:41.161448 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14632 | 2024.11.22 20:40:41.162330 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2024.11.22 20:40:41.162378 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14634 | 2024.11.22 20:40:41.162835 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14635 | 2024.11.22 20:40:41.163089 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14636 | 2024.11.22 20:40:41.163359 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002029 sec., 107934.94332183342 rows/sec., 9.40 MiB/sec. | ||
| 14637 | 2024.11.22 20:40:41.163412 [ 225 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 14638 | 2024.11.22 20:40:41.163466 [ 255 ] {8aebba79-c36d-4334-ad06-fb565c8043f2} <Debug> TCPHandler: Processed in 0.0024298 sec. | ||
| 14639 | 2024.11.22 20:40:41.163498 [ 225 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 14640 | 2024.11.22 20:40:41.163729 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14641 | 2024.11.22 20:40:41.164007 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14642 | 2024.11.22 20:40:41.164123 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14643 | 2024.11.22 20:40:41.165131 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14644 | 2024.11.22 20:40:41.165172 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14645 | 2024.11.22 20:40:41.165670 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14646 | 2024.11.22 20:40:41.165979 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14647 | 2024.11.22 20:40:41.166038 [ 225 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 14648 | 2024.11.22 20:40:41.166185 [ 73 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14649 | 2024.11.22 20:40:41.166279 [ 73 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14650 | 2024.11.22 20:40:41.166352 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14651 | 2024.11.22 20:40:41.166391 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002466 sec., 6082.725060827251 rows/sec., 428.88 KiB/sec. | ||
| 14652 | 2024.11.22 20:40:41.166863 [ 5 ] {0ffc0d5e-14f4-4f8c-9f5b-a0faf7668157} <Debug> TCPHandler: Processed in 0.003247969 sec. | ||
| 14653 | 2024.11.22 20:40:41.166904 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 14654 | 2024.11.22 20:40:41.167131 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14655 | 2024.11.22 20:40:41.167548 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14656 | 2024.11.22 20:40:41.167572 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14657 | 2024.11.22 20:40:41.167680 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 66 rows starting from the beginning of the part | ||
| 14658 | 2024.11.22 20:40:41.167744 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14659 | 2024.11.22 20:40:41.168117 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 15 rows starting from the beginning of the part | ||
| 14660 | 2024.11.22 20:40:41.168639 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 33 rows starting from the beginning of the part | ||
| 14661 | 2024.11.22 20:40:41.169212 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 25 rows starting from the beginning of the part | ||
| 14662 | 2024.11.22 20:40:41.169813 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 33 rows starting from the beginning of the part | ||
| 14663 | 2024.11.22 20:40:41.170569 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 15 rows starting from the beginning of the part | ||
| 14664 | 2024.11.22 20:40:41.171615 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14665 | 2024.11.22 20:40:41.171669 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14666 | 2024.11.22 20:40:41.172241 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14667 | 2024.11.22 20:40:41.172397 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005945125 sec., 31454.342843926748 rows/sec., 2.36 MiB/sec. | ||
| 14668 | 2024.11.22 20:40:41.172563 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14669 | 2024.11.22 20:40:41.172567 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2024.11.22 20:40:41.172891 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005495 sec., 2547.770700636943 rows/sec., 178.43 KiB/sec. | ||
| 14671 | 2024.11.22 20:40:41.172983 [ 255 ] {cfdcf4b1-6472-4075-b154-3838267fc426} <Debug> TCPHandler: Processed in 0.006011537 sec. | ||
| 14672 | 2024.11.22 20:40:41.173053 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14673 | 2024.11.22 20:40:41.173155 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14674 | 2024.11.22 20:40:41.173168 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_101_20} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14675 | 2024.11.22 20:40:41.173334 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14676 | 2024.11.22 20:40:41.173394 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14677 | 2024.11.22 20:40:41.173456 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14678 | 2024.11.22 20:40:41.174149 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14679 | 2024.11.22 20:40:41.174198 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14680 | 2024.11.22 20:40:41.174583 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14681 | 2024.11.22 20:40:41.174854 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14682 | 2024.11.22 20:40:41.175034 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001703 sec., 7633.587786259542 rows/sec., 475.95 KiB/sec. | ||
| 14683 | 2024.11.22 20:40:41.175089 [ 5 ] {10f172d1-a894-42ce-a317-d340fb66ebc4} <Debug> TCPHandler: Processed in 0.00201994 sec. | ||
| 14684 | 2024.11.22 20:40:41.175230 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14685 | 2024.11.22 20:40:41.175361 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14686 | 2024.11.22 20:40:41.175422 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14687 | 2024.11.22 20:40:41.176304 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14688 | 2024.11.22 20:40:41.176343 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14689 | 2024.11.22 20:40:41.176722 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14690 | 2024.11.22 20:40:41.176969 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14691 | 2024.11.22 20:40:41.177176 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001849 sec., 210924.82422931315 rows/sec., 14.96 MiB/sec. | ||
| 14692 | 2024.11.22 20:40:41.177229 [ 255 ] {f2b02d87-3cf6-408d-9273-0d86044bd522} <Debug> TCPHandler: Processed in 0.00205638 sec. | ||
| 14693 | 2024.11.22 20:40:41.177421 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14694 | 2024.11.22 20:40:41.177647 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14695 | 2024.11.22 20:40:41.177741 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14696 | 2024.11.22 20:40:41.178502 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14697 | 2024.11.22 20:40:41.178541 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14698 | 2024.11.22 20:40:41.178915 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14699 | 2024.11.22 20:40:41.179161 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14700 | 2024.11.22 20:40:41.179375 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00178 sec., 3370.786516853933 rows/sec., 176.11 KiB/sec. | ||
| 14701 | 2024.11.22 20:40:41.179452 [ 5 ] {77f3fded-733e-4e56-a0a9-7c210a86004a} <Debug> TCPHandler: Processed in 0.002141162 sec. | ||
| 14702 | 2024.11.22 20:40:41.179668 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14703 | 2024.11.22 20:40:41.179878 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14704 | 2024.11.22 20:40:41.179934 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14705 | 2024.11.22 20:40:41.180529 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14706 | 2024.11.22 20:40:41.180569 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14707 | 2024.11.22 20:40:41.180961 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14708 | 2024.11.22 20:40:41.181196 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2024.11.22 20:40:41.181370 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001549 sec., 153001.93673337638 rows/sec., 10.26 MiB/sec. | ||
| 14710 | 2024.11.22 20:40:41.181421 [ 255 ] {b145c1a6-6c8d-49a5-9710-34d764536181} <Debug> TCPHandler: Processed in 0.001894246 sec. | ||
| 14711 | 2024.11.22 20:40:41.181622 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14712 | 2024.11.22 20:40:41.181844 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14713 | 2024.11.22 20:40:41.181940 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14714 | 2024.11.22 20:40:41.182601 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14715 | 2024.11.22 20:40:41.182642 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14716 | 2024.11.22 20:40:41.183009 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14717 | 2024.11.22 20:40:41.183257 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14718 | 2024.11.22 20:40:41.183467 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00168 sec., 595.2380952380952 rows/sec., 40.11 KiB/sec. | ||
| 14719 | 2024.11.22 20:40:41.183520 [ 5 ] {c97ee364-fde2-45bd-929a-62c2ab03bad6} <Debug> TCPHandler: Processed in 0.00200658 sec. | ||
| 14720 | 2024.11.22 20:40:41.183663 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14721 | 2024.11.22 20:40:41.183800 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14722 | 2024.11.22 20:40:41.183894 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <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 | ||
| 14723 | 2024.11.22 20:40:41.185053 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14724 | 2024.11.22 20:40:41.185091 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14725 | 2024.11.22 20:40:41.185697 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14726 | 2024.11.22 20:40:41.185953 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14727 | 2024.11.22 20:40:41.186101 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14728 | 2024.11.22 20:40:41.186151 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14729 | 2024.11.22 20:40:41.186161 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00239 sec., 3347.2803347280333 rows/sec., 6.00 MiB/sec. | ||
| 14730 | 2024.11.22 20:40:41.186181 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14731 | 2024.11.22 20:40:41.186525 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 14732 | 2024.11.22 20:40:41.186556 [ 255 ] {40f0d53f-7194-43a8-bd3c-7015229628a7} <Debug> TCPHandler: Processed in 0.002955672 sec. | ||
| 14733 | 2024.11.22 20:40:41.187023 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14734 | 2024.11.22 20:40:41.187617 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14735 | 2024.11.22 20:40:41.187802 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14736 | 2024.11.22 20:40:41.188254 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14737 | 2024.11.22 20:40:41.188582 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1922 rows starting from the beginning of the part | ||
| 14738 | 2024.11.22 20:40:41.189859 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 14739 | 2024.11.22 20:40:41.190633 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14740 | 2024.11.22 20:40:41.190682 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 33 rows starting from the beginning of the part | ||
| 14741 | 2024.11.22 20:40:41.190710 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14742 | 2024.11.22 20:40:41.191360 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 14743 | 2024.11.22 20:40:41.192081 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 33 rows starting from the beginning of the part | ||
| 14744 | 2024.11.22 20:40:41.192236 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14745 | 2024.11.22 20:40:41.192665 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 14746 | 2024.11.22 20:40:41.193243 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14747 | 2024.11.22 20:40:41.193645 [ 76 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14748 | 2024.11.22 20:40:41.193756 [ 76 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14749 | 2024.11.22 20:40:41.193859 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14750 | 2024.11.22 20:40:41.194129 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006616 sec., 12394.195888754533 rows/sec., 806.08 KiB/sec. | ||
| 14751 | 2024.11.22 20:40:41.194548 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14752 | 2024.11.22 20:40:41.194579 [ 5 ] {e4b45341-e172-44d6-9288-9d77a17b032e} <Debug> TCPHandler: Processed in 0.007915713 sec. | ||
| 14753 | 2024.11.22 20:40:41.195185 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14754 | 2024.11.22 20:40:41.195300 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6696 rows starting from the beginning of the part | ||
| 14755 | 2024.11.22 20:40:41.195739 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 14756 | 2024.11.22 20:40:41.196092 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 70 rows starting from the beginning of the part | ||
| 14757 | 2024.11.22 20:40:41.196466 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 12 rows starting from the beginning of the part | ||
| 14758 | 2024.11.22 20:40:41.196846 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 14759 | 2024.11.22 20:40:41.197132 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
| 14760 | 2024.11.22 20:40:41.200276 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6980 rows, containing 4 columns (4 merged, 0 gathered) in 0.006236662 sec., 1119188.4376610438 rows/sec., 72.93 MiB/sec. | ||
| 14761 | 2024.11.22 20:40:41.200756 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14762 | 2024.11.22 20:40:41.201468 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14763 | 2024.11.22 20:40:41.201651 [ 189 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_116_23} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14764 | 2024.11.22 20:40:41.201813 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14765 | 2024.11.22 20:40:41.208408 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 19 columns (19 merged, 0 gathered) in 0.02214238 sec., 90866.47415499148 rows/sec., 162.83 MiB/sec. | ||
| 14766 | 2024.11.22 20:40:41.210105 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14767 | 2024.11.22 20:40:41.210518 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14768 | 2024.11.22 20:40:41.210607 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14769 | 2024.11.22 20:40:41.210753 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.42 MiB. | ||
| 14770 | 2024.11.22 20:40:41.775365 [ 219 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 14771 | 2024.11.22 20:40:41.775433 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 14772 | 2024.11.22 20:40:41.777093 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 14773 | 2024.11.22 20:40:42.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.13 MiB, peak 282.51 MiB, free memory in arenas 0.00 B, will set to 266.81 MiB (RSS), difference: 1.68 MiB | ||
| 14774 | 2024.11.22 20:40:43.130392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14775 | 2024.11.22 20:40:43.151183 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14776 | 2024.11.22 20:40:43.151243 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14777 | 2024.11.22 20:40:43.158166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14778 | 2024.11.22 20:40:43.158932 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14779 | 2024.11.22 20:40:43.161683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14780 | 2024.11.22 20:40:46.001199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2078 | ||
| 14781 | 2024.11.22 20:40:46.004283 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14782 | 2024.11.22 20:40:46.004335 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14783 | 2024.11.22 20:40:46.005854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14784 | 2024.11.22 20:40:46.006187 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14785 | 2024.11.22 20:40:46.007714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2078 | ||
| 14786 | 2024.11.22 20:40:46.156269 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14787 | 2024.11.22 20:40:46.156481 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14788 | 2024.11.22 20:40:46.156557 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14789 | 2024.11.22 20:40:46.157399 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14790 | 2024.11.22 20:40:46.157447 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14791 | 2024.11.22 20:40:46.157914 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14792 | 2024.11.22 20:40:46.158185 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14793 | 2024.11.22 20:40:46.158439 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002014 sec., 60575.9682224429 rows/sec., 5.14 MiB/sec. | ||
| 14794 | 2024.11.22 20:40:46.158505 [ 5 ] {7f8f5638-e633-4560-bb26-b19588f7157f} <Debug> TCPHandler: Processed in 0.002376848 sec. | ||
| 14795 | 2024.11.22 20:40:46.158790 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14796 | 2024.11.22 20:40:46.159006 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14797 | 2024.11.22 20:40:46.159091 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14798 | 2024.11.22 20:40:46.159911 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14799 | 2024.11.22 20:40:46.159960 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14800 | 2024.11.22 20:40:46.160404 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14801 | 2024.11.22 20:40:46.160669 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14802 | 2024.11.22 20:40:46.160899 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001955 sec., 16879.795396419435 rows/sec., 1.24 MiB/sec. | ||
| 14803 | 2024.11.22 20:40:46.160957 [ 255 ] {998003ec-54ec-417c-abbb-310146a0475e} <Debug> TCPHandler: Processed in 0.002308876 sec. | ||
| 14804 | 2024.11.22 20:40:46.161115 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14805 | 2024.11.22 20:40:46.161260 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14806 | 2024.11.22 20:40:46.161322 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14807 | 2024.11.22 20:40:46.161990 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14808 | 2024.11.22 20:40:46.162034 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14809 | 2024.11.22 20:40:46.162421 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14810 | 2024.11.22 20:40:46.162664 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14811 | 2024.11.22 20:40:46.162878 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001653 sec., 58681.185722928014 rows/sec., 4.58 MiB/sec. | ||
| 14812 | 2024.11.22 20:40:46.162935 [ 5 ] {aff47117-dbcc-4eee-a7f6-1bb24476efa9} <Debug> TCPHandler: Processed in 0.001886346 sec. | ||
| 14813 | 2024.11.22 20:40:46.163087 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14814 | 2024.11.22 20:40:46.163227 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14815 | 2024.11.22 20:40:46.163293 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14816 | 2024.11.22 20:40:46.163923 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14817 | 2024.11.22 20:40:46.163962 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14818 | 2024.11.22 20:40:46.164374 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14819 | 2024.11.22 20:40:46.164614 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14820 | 2024.11.22 20:40:46.164835 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 14821 | 2024.11.22 20:40:46.164888 [ 255 ] {bb0ff718-161c-4c7f-ab7e-5f94f2092396} <Debug> TCPHandler: Processed in 0.001870246 sec. | ||
| 14822 | 2024.11.22 20:40:46.165098 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14823 | 2024.11.22 20:40:46.165322 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14824 | 2024.11.22 20:40:46.165466 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <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 | ||
| 14825 | 2024.11.22 20:40:46.166711 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2024.11.22 20:40:46.166751 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14827 | 2024.11.22 20:40:46.167433 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14828 | 2024.11.22 20:40:46.167693 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2024.11.22 20:40:46.167944 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002678 sec., 12322.628827483197 rows/sec., 22.08 MiB/sec. | ||
| 14830 | 2024.11.22 20:40:46.168058 [ 5 ] {a964e21f-41a1-4ac8-8b76-d2b1de278223} <Debug> TCPHandler: Processed in 0.003069995 sec. | ||
| 14831 | 2024.11.22 20:40:46.168214 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14832 | 2024.11.22 20:40:46.168334 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14833 | 2024.11.22 20:40:46.168387 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14834 | 2024.11.22 20:40:46.168901 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14835 | 2024.11.22 20:40:46.168947 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14836 | 2024.11.22 20:40:46.169342 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14837 | 2024.11.22 20:40:46.169589 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14838 | 2024.11.22 20:40:46.169805 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 14839 | 2024.11.22 20:40:46.169856 [ 255 ] {9d8f499c-b683-44ff-9f12-82a2a3fef6dd} <Debug> TCPHandler: Processed in 0.001697541 sec. | ||
| 14840 | 2024.11.22 20:40:46.902079 [ 225 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 14841 | 2024.11.22 20:40:46.902153 [ 225 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 14842 | 2024.11.22 20:40:46.903826 [ 225 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 14843 | 2024.11.22 20:40:46.956322 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 14844 | 2024.11.22 20:40:46.956408 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 14845 | 2024.11.22 20:40:46.957928 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 14846 | 2024.11.22 20:40:48.334676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14847 | 2024.11.22 20:40:48.335441 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2024.11.22 20:40:48.335491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14849 | 2024.11.22 20:40:48.336039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14850 | 2024.11.22 20:40:48.336318 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14851 | 2024.11.22 20:40:48.336580 [ 55 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14852 | 2024.11.22 20:40:48.336604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14853 | 2024.11.22 20:40:48.336709 [ 55 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14854 | 2024.11.22 20:40:48.336757 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14855 | 2024.11.22 20:40:48.337008 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 14856 | 2024.11.22 20:40:48.337460 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14857 | 2024.11.22 20:40:48.337581 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 14858 | 2024.11.22 20:40:48.337673 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 14859 | 2024.11.22 20:40:48.337909 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 14860 | 2024.11.22 20:40:48.338261 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 14861 | 2024.11.22 20:40:48.338459 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 14862 | 2024.11.22 20:40:48.338659 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 14863 | 2024.11.22 20:40:48.341526 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004647223 sec., 7009347.302679472 rows/sec., 100.27 MiB/sec. | ||
| 14864 | 2024.11.22 20:40:48.342222 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14865 | 2024.11.22 20:40:48.342707 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14866 | 2024.11.22 20:40:48.342804 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_71_14} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14867 | 2024.11.22 20:40:48.342926 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14868 | 2024.11.22 20:40:50.662709 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14869 | 2024.11.22 20:40:50.684486 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2024.11.22 20:40:50.684556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14871 | 2024.11.22 20:40:50.691995 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14872 | 2024.11.22 20:40:50.692808 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14873 | 2024.11.22 20:40:50.693226 [ 52 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14874 | 2024.11.22 20:40:50.693380 [ 52 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14875 | 2024.11.22 20:40:50.693460 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14876 | 2024.11.22 20:40:50.693903 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14877 | 2024.11.22 20:40:50.709995 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14878 | 2024.11.22 20:40:50.711645 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14879 | 2024.11.22 20:40:50.712946 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14880 | 2024.11.22 20:40:50.718553 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14881 | 2024.11.22 20:40:50.724390 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14882 | 2024.11.22 20:40:50.731043 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14883 | 2024.11.22 20:40:50.736917 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14884 | 2024.11.22 20:40:50.742617 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 14885 | 2024.11.22 20:40:50.805304 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.111696047 sec., 4798.737416374279 rows/sec., 24.81 MiB/sec. | ||
| 14886 | 2024.11.22 20:40:50.808582 [ 186 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14887 | 2024.11.22 20:40:50.811604 [ 186 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_71_14} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14888 | 2024.11.22 20:40:50.811712 [ 186 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_71_14} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14889 | 2024.11.22 20:40:50.814197 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14890 | 2024.11.22 20:40:51.059787 [ 217 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 14891 | 2024.11.22 20:40:51.059882 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 14892 | 2024.11.22 20:40:51.061352 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 14893 | 2024.11.22 20:40:51.159123 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14894 | 2024.11.22 20:40:51.159323 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14895 | 2024.11.22 20:40:51.159407 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14896 | 2024.11.22 20:40:51.160191 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2024.11.22 20:40:51.160242 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14898 | 2024.11.22 20:40:51.160696 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14899 | 2024.11.22 20:40:51.160970 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14900 | 2024.11.22 20:40:51.161235 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec. | ||
| 14901 | 2024.11.22 20:40:51.161330 [ 5 ] {6998b8d1-e7b9-4461-a9d1-e5a388f7cd67} <Debug> TCPHandler: Processed in 0.002342107 sec. | ||
| 14902 | 2024.11.22 20:40:51.161654 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2024.11.22 20:40:51.161839 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14904 | 2024.11.22 20:40:51.161914 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14905 | 2024.11.22 20:40:51.162762 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.11.22 20:40:51.162805 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14907 | 2024.11.22 20:40:51.163276 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14908 | 2024.11.22 20:40:51.163532 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.11.22 20:40:51.163752 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001964 sec., 111507.1283095723 rows/sec., 9.71 MiB/sec. | ||
| 14910 | 2024.11.22 20:40:51.163857 [ 255 ] {83b8cb0d-8c89-4192-9b31-8e52e3971450} <Debug> TCPHandler: Processed in 0.002397968 sec. | ||
| 14911 | 2024.11.22 20:40:51.164051 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2024.11.22 20:40:51.164221 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14913 | 2024.11.22 20:40:51.164284 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14914 | 2024.11.22 20:40:51.164930 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2024.11.22 20:40:51.164973 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14916 | 2024.11.22 20:40:51.165349 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14917 | 2024.11.22 20:40:51.165593 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2024.11.22 20:40:51.165808 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001625 sec., 9230.76923076923 rows/sec., 650.84 KiB/sec. | ||
| 14919 | 2024.11.22 20:40:51.165866 [ 5 ] {75ac77b7-d45c-40a6-9071-3bc49b034589} <Debug> TCPHandler: Processed in 0.001899566 sec. | ||
| 14920 | 2024.11.22 20:40:51.166019 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2024.11.22 20:40:51.166165 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14922 | 2024.11.22 20:40:51.166228 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14923 | 2024.11.22 20:40:51.166904 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2024.11.22 20:40:51.166942 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14925 | 2024.11.22 20:40:51.167322 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14926 | 2024.11.22 20:40:51.167571 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2024.11.22 20:40:51.167773 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001643 sec., 8520.99817407182 rows/sec., 596.76 KiB/sec. | ||
| 14928 | 2024.11.22 20:40:51.167855 [ 255 ] {750b070c-11dc-4ae8-b924-978e3be456c2} <Debug> TCPHandler: Processed in 0.001902027 sec. | ||
| 14929 | 2024.11.22 20:40:51.168129 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14930 | 2024.11.22 20:40:51.168281 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14931 | 2024.11.22 20:40:51.168341 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14932 | 2024.11.22 20:40:51.168968 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14933 | 2024.11.22 20:40:51.169011 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14934 | 2024.11.22 20:40:51.169382 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14935 | 2024.11.22 20:40:51.169659 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14936 | 2024.11.22 20:40:51.169897 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec. | ||
| 14937 | 2024.11.22 20:40:51.169956 [ 5 ] {e1e0edd2-55fb-4b90-9b85-f0c8267d7f03} <Debug> TCPHandler: Processed in 0.001944097 sec. | ||
| 14938 | 2024.11.22 20:40:51.170119 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14939 | 2024.11.22 20:40:51.170249 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14940 | 2024.11.22 20:40:51.170304 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14941 | 2024.11.22 20:40:51.171111 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14942 | 2024.11.22 20:40:51.171152 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14943 | 2024.11.22 20:40:51.171578 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14944 | 2024.11.22 20:40:51.171845 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14945 | 2024.11.22 20:40:51.172046 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001822 sec., 214050.49396267836 rows/sec., 15.18 MiB/sec. | ||
| 14946 | 2024.11.22 20:40:51.172139 [ 255 ] {c991a2b3-a2ac-43dc-bff0-4e470dc6c0ff} <Debug> TCPHandler: Processed in 0.002080651 sec. | ||
| 14947 | 2024.11.22 20:40:51.172334 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14948 | 2024.11.22 20:40:51.172474 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14949 | 2024.11.22 20:40:51.172526 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14950 | 2024.11.22 20:40:51.173016 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14951 | 2024.11.22 20:40:51.173055 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14952 | 2024.11.22 20:40:51.173445 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14953 | 2024.11.22 20:40:51.173692 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14954 | 2024.11.22 20:40:51.173927 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 14955 | 2024.11.22 20:40:51.174018 [ 5 ] {c0e66225-0da4-4395-894d-c87e3778c011} <Debug> TCPHandler: Processed in 0.001775833 sec. | ||
| 14956 | 2024.11.22 20:40:51.174251 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14957 | 2024.11.22 20:40:51.174427 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14958 | 2024.11.22 20:40:51.174504 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14959 | 2024.11.22 20:40:51.175289 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14960 | 2024.11.22 20:40:51.175335 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14961 | 2024.11.22 20:40:51.175796 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14962 | 2024.11.22 20:40:51.176062 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14963 | 2024.11.22 20:40:51.176211 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 | ||
| 14964 | 2024.11.22 20:40:51.176257 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001869 sec., 126805.77849117175 rows/sec., 8.50 MiB/sec. | ||
| 14965 | 2024.11.22 20:40:51.176262 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14966 | 2024.11.22 20:40:51.176308 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 14967 | 2024.11.22 20:40:51.176333 [ 255 ] {126f558c-5e57-4831-8262-cc6a821e5939} <Debug> TCPHandler: Processed in 0.002220944 sec. | ||
| 14968 | 2024.11.22 20:40:51.176548 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14969 | 2024.11.22 20:40:51.176554 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 14970 | 2024.11.22 20:40:51.176638 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 14971 | 2024.11.22 20:40:51.176798 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full | ||
| 14972 | 2024.11.22 20:40:51.176842 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14973 | 2024.11.22 20:40:51.177061 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14974 | 2024.11.22 20:40:51.177623 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14975 | 2024.11.22 20:40:51.177808 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_113_23, total 32075 rows starting from the beginning of the part | ||
| 14976 | 2024.11.22 20:40:51.178304 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 32 rows starting from the beginning of the part | ||
| 14977 | 2024.11.22 20:40:51.178808 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 14978 | 2024.11.22 20:40:51.179390 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part | ||
| 14979 | 2024.11.22 20:40:51.180044 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 14980 | 2024.11.22 20:40:51.180700 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 14981 | 2024.11.22 20:40:51.181745 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14982 | 2024.11.22 20:40:51.181863 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 14983 | 2024.11.22 20:40:51.183112 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14984 | 2024.11.22 20:40:51.183526 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14985 | 2024.11.22 20:40:51.183980 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007214 sec., 138.6193512614361 rows/sec., 9.34 KiB/sec. | ||
| 14986 | 2024.11.22 20:40:51.183985 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 14987 | 2024.11.22 20:40:51.184129 [ 5 ] {172fa88e-d70d-47da-abbe-d45a513f8f02} <Debug> TCPHandler: Processed in 0.007695968 sec. | ||
| 14988 | 2024.11.22 20:40:51.184611 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14989 | 2024.11.22 20:40:51.185385 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14990 | 2024.11.22 20:40:51.186090 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <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 | ||
| 14991 | 2024.11.22 20:40:51.188530 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14992 | 2024.11.22 20:40:51.188569 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 14993 | 2024.11.22 20:40:51.189472 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14994 | 2024.11.22 20:40:51.189778 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14995 | 2024.11.22 20:40:51.190121 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005079 sec., 1575.1132112620594 rows/sec., 2.82 MiB/sec. | ||
| 14996 | 2024.11.22 20:40:51.190555 [ 255 ] {775641a1-3cc8-44a9-aa47-01a64e0927ff} <Debug> TCPHandler: Processed in 0.006101529 sec. | ||
| 14997 | 2024.11.22 20:40:51.190887 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14998 | 2024.11.22 20:40:51.191354 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14999 | 2024.11.22 20:40:51.191479 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15000 | 2024.11.22 20:40:51.192558 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32901 rows, containing 5 columns (5 merged, 0 gathered) in 0.016088893 sec., 2044951.1349227072 rows/sec., 138.14 MiB/sec. | ||
| 15001 | 2024.11.22 20:40:51.192569 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15002 | 2024.11.22 20:40:51.192637 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 15003 | 2024.11.22 20:40:51.192908 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) | ||
| 15004 | 2024.11.22 20:40:51.193420 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15005 | 2024.11.22 20:40:51.193589 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15006 | 2024.11.22 20:40:51.193739 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 | ||
| 15007 | 2024.11.22 20:40:51.193924 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15008 | 2024.11.22 20:40:51.193933 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15009 | 2024.11.22 20:40:51.194206 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003027 sec., 27089.52758506772 rows/sec., 1.72 MiB/sec. | ||
| 15010 | 2024.11.22 20:40:51.194271 [ 5 ] {ca5d19ca-201f-41d2-a8aa-cbd2daba0774} <Debug> TCPHandler: Processed in 0.003567127 sec. | ||
| 15011 | 2024.11.22 20:40:55.579369 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15012 | 2024.11.22 20:40:55.579476 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15013 | 2024.11.22 20:40:55.837758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 15014 | 2024.11.22 20:40:55.838389 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15015 | 2024.11.22 20:40:55.838435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15016 | 2024.11.22 20:40:55.839031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15017 | 2024.11.22 20:40:55.839362 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15018 | 2024.11.22 20:40:55.839670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 15019 | 2024.11.22 20:40:56.008849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2112 | ||
| 15020 | 2024.11.22 20:40:56.011997 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15021 | 2024.11.22 20:40:56.012048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15022 | 2024.11.22 20:40:56.013575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15023 | 2024.11.22 20:40:56.013902 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15024 | 2024.11.22 20:40:56.014497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2112 | ||
| 15025 | 2024.11.22 20:40:56.155722 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15026 | 2024.11.22 20:40:56.155917 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15027 | 2024.11.22 20:40:56.155993 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15028 | 2024.11.22 20:40:56.156835 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15029 | 2024.11.22 20:40:56.156888 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15030 | 2024.11.22 20:40:56.157340 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15031 | 2024.11.22 20:40:56.157616 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15032 | 2024.11.22 20:40:56.157825 [ 43 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15033 | 2024.11.22 20:40:56.157862 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001994 sec., 61183.55065195586 rows/sec., 5.19 MiB/sec. | ||
| 15034 | 2024.11.22 20:40:56.157890 [ 43 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15035 | 2024.11.22 20:40:56.157948 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15036 | 2024.11.22 20:40:56.158000 [ 5 ] {953de657-516a-4a14-8ab3-b2d8114562bd} <Debug> TCPHandler: Processed in 0.002413729 sec. | ||
| 15037 | 2024.11.22 20:40:56.158171 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 15038 | 2024.11.22 20:40:56.158324 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15039 | 2024.11.22 20:40:56.158349 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15040 | 2024.11.22 20:40:56.158412 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1436 rows starting from the beginning of the part | ||
| 15041 | 2024.11.22 20:40:56.158675 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 122 rows starting from the beginning of the part | ||
| 15042 | 2024.11.22 20:40:56.158790 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15043 | 2024.11.22 20:40:56.158899 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 219 rows starting from the beginning of the part | ||
| 15044 | 2024.11.22 20:40:56.158973 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15045 | 2024.11.22 20:40:56.159260 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 122 rows starting from the beginning of the part | ||
| 15046 | 2024.11.22 20:40:56.159625 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 219 rows starting from the beginning of the part | ||
| 15047 | 2024.11.22 20:40:56.159904 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 122 rows starting from the beginning of the part | ||
| 15048 | 2024.11.22 20:40:56.161796 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15049 | 2024.11.22 20:40:56.161873 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15050 | 2024.11.22 20:40:56.162844 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15051 | 2024.11.22 20:40:56.163422 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15052 | 2024.11.22 20:40:56.163509 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005456203 sec., 410541.90982263675 rows/sec., 36.21 MiB/sec. | ||
| 15053 | 2024.11.22 20:40:56.163825 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15054 | 2024.11.22 20:40:56.163883 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00533 sec., 6191.369606003753 rows/sec., 465.56 KiB/sec. | ||
| 15055 | 2024.11.22 20:40:56.164094 [ 255 ] {53959be9-2ba3-499d-84e0-641b54e46113} <Debug> TCPHandler: Processed in 0.005949546 sec. | ||
| 15056 | 2024.11.22 20:40:56.164532 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15057 | 2024.11.22 20:40:56.164748 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.11.22 20:40:56.165038 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15059 | 2024.11.22 20:40:56.165169 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_121_24} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15060 | 2024.11.22 20:40:56.165203 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15061 | 2024.11.22 20:40:56.165501 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 15062 | 2024.11.22 20:40:56.166260 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15063 | 2024.11.22 20:40:56.166304 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15064 | 2024.11.22 20:40:56.166691 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15065 | 2024.11.22 20:40:56.166937 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15066 | 2024.11.22 20:40:56.167110 [ 43 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15067 | 2024.11.22 20:40:56.167171 [ 43 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15068 | 2024.11.22 20:40:56.167183 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00228 sec., 42543.85964912281 rows/sec., 3.32 MiB/sec. | ||
| 15069 | 2024.11.22 20:40:56.167214 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15070 | 2024.11.22 20:40:56.167335 [ 5 ] {fe0508cb-869b-413d-a0dc-03dcad29d280} <Debug> TCPHandler: Processed in 0.003091726 sec. | ||
| 15071 | 2024.11.22 20:40:56.167567 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 15072 | 2024.11.22 20:40:56.167657 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15073 | 2024.11.22 20:40:56.168013 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15074 | 2024.11.22 20:40:56.168141 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 15075 | 2024.11.22 20:40:56.168446 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15076 | 2024.11.22 20:40:56.168696 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 97 rows starting from the beginning of the part | ||
| 15077 | 2024.11.22 20:40:56.169159 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 390 rows starting from the beginning of the part | ||
| 15078 | 2024.11.22 20:40:56.169307 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15079 | 2024.11.22 20:40:56.169696 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 97 rows starting from the beginning of the part | ||
| 15080 | 2024.11.22 20:40:56.170173 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 390 rows starting from the beginning of the part | ||
| 15081 | 2024.11.22 20:40:56.170522 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 97 rows starting from the beginning of the part | ||
| 15082 | 2024.11.22 20:40:56.172541 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15083 | 2024.11.22 20:40:56.172609 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15084 | 2024.11.22 20:40:56.173476 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15085 | 2024.11.22 20:40:56.173785 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.006460467 sec., 307408.11771037604 rows/sec., 23.56 MiB/sec. | ||
| 15086 | 2024.11.22 20:40:56.173941 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15087 | 2024.11.22 20:40:56.174022 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15088 | 2024.11.22 20:40:56.174262 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00623 sec., 25682.182985553773 rows/sec., 1.79 MiB/sec. | ||
| 15089 | 2024.11.22 20:40:56.174351 [ 255 ] {a8270357-c46f-4281-9cfc-2e5142d25f6e} <Debug> TCPHandler: Processed in 0.006887758 sec. | ||
| 15090 | 2024.11.22 20:40:56.174515 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15091 | 2024.11.22 20:40:56.174620 [ 188 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_121_24} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15092 | 2024.11.22 20:40:56.174637 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15093 | 2024.11.22 20:40:56.174769 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 15094 | 2024.11.22 20:40:56.174873 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15095 | 2024.11.22 20:40:56.174959 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <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 | ||
| 15096 | 2024.11.22 20:40:56.176158 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15097 | 2024.11.22 20:40:56.176198 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15098 | 2024.11.22 20:40:56.176907 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15099 | 2024.11.22 20:40:56.177174 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15100 | 2024.11.22 20:40:56.177431 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002586 sec., 12761.020881670533 rows/sec., 22.87 MiB/sec. | ||
| 15101 | 2024.11.22 20:40:56.177547 [ 5 ] {0e844cd2-a66d-4e80-b788-e552e672b46f} <Debug> TCPHandler: Processed in 0.003087495 sec. | ||
| 15102 | 2024.11.22 20:40:56.177793 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15103 | 2024.11.22 20:40:56.178007 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15104 | 2024.11.22 20:40:56.178068 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15105 | 2024.11.22 20:40:56.178663 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15106 | 2024.11.22 20:40:56.178711 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15107 | 2024.11.22 20:40:56.179165 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15108 | 2024.11.22 20:40:56.179410 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15109 | 2024.11.22 20:40:56.179629 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001661 sec., 36122.817579771225 rows/sec., 2.43 MiB/sec. | ||
| 15110 | 2024.11.22 20:40:56.179680 [ 255 ] {534eb067-fcfe-476f-9f76-6eba5583b107} <Debug> TCPHandler: Processed in 0.00204225 sec. | ||
| 15111 | 2024.11.22 20:40:58.211046 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 15112 | 2024.11.22 20:40:58.233214 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15113 | 2024.11.22 20:40:58.233268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15114 | 2024.11.22 20:40:58.240534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15115 | 2024.11.22 20:40:58.241315 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15116 | 2024.11.22 20:40:58.244138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 15117 | 2024.11.22 20:40:59.448153 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15118 | 2024.11.22 20:40:59.448429 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15119 | 2024.11.22 20:40:59.448540 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15120 | 2024.11.22 20:40:59.449650 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15121 | 2024.11.22 20:40:59.449728 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15122 | 2024.11.22 20:40:59.450390 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15123 | 2024.11.22 20:40:59.450793 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15124 | 2024.11.22 20:40:59.451142 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002784 sec., 5028.735632183908 rows/sec., 362.00 KiB/sec. | ||
| 15125 | 2024.11.22 20:40:59.451248 [ 5 ] {db321918-b3f6-42ae-97ea-35ae6664811e} <Debug> TCPHandler: Processed in 0.003310591 sec. | ||
| 15126 | 2024.11.22 20:40:59.451575 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15127 | 2024.11.22 20:40:59.451780 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15128 | 2024.11.22 20:40:59.451861 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15129 | 2024.11.22 20:40:59.452636 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15130 | 2024.11.22 20:40:59.452691 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15131 | 2024.11.22 20:40:59.453146 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 15132 | 2024.11.22 20:40:59.453397 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15133 | 2024.11.22 20:40:59.453678 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001944 sec., 1028.80658436214 rows/sec., 83.89 KiB/sec. | ||
| 15134 | 2024.11.22 20:40:59.453775 [ 255 ] {4466ec14-4354-4b64-be56-92683a0e0b62} <Debug> TCPHandler: Processed in 0.002363508 sec. | ||
| 15135 | 2024.11.22 20:40:59.454073 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15136 | 2024.11.22 20:40:59.454250 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15137 | 2024.11.22 20:40:59.454330 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15138 | 2024.11.22 20:40:59.456019 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15139 | 2024.11.22 20:40:59.456076 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15140 | 2024.11.22 20:40:59.456644 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15141 | 2024.11.22 20:40:59.456975 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15142 | 2024.11.22 20:40:59.457273 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003069 sec., 443141.0883023786 rows/sec., 36.82 MiB/sec. | ||
| 15143 | 2024.11.22 20:40:59.457364 [ 5 ] {947a9487-70f2-4070-b82d-60b2a7b8ff21} <Debug> TCPHandler: Processed in 0.003419113 sec. | ||
| 15144 | 2024.11.22 20:40:59.457724 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15145 | 2024.11.22 20:40:59.457880 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15146 | 2024.11.22 20:40:59.457951 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15147 | 2024.11.22 20:40:59.458757 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15148 | 2024.11.22 20:40:59.458817 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15149 | 2024.11.22 20:40:59.459510 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15150 | 2024.11.22 20:40:59.459820 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15151 | 2024.11.22 20:40:59.460105 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.002254 sec., 7542.147293700089 rows/sec., 531.17 KiB/sec. | ||
| 15152 | 2024.11.22 20:40:59.460278 [ 255 ] {a72cb9cc-104b-4ebd-8c0a-63252901236f} <Debug> TCPHandler: Processed in 0.002633094 sec. | ||
| 15153 | 2024.11.22 20:40:59.461068 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15154 | 2024.11.22 20:40:59.461597 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15155 | 2024.11.22 20:40:59.461840 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15156 | 2024.11.22 20:40:59.463566 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15157 | 2024.11.22 20:40:59.463621 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15158 | 2024.11.22 20:40:59.464182 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15159 | 2024.11.22 20:40:59.464563 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15160 | 2024.11.22 20:40:59.464788 [ 35 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 | ||
| 15161 | 2024.11.22 20:40:59.464877 [ 35 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2024.11.22 20:40:59.464898 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003462 sec., 69901.79087232814 rows/sec., 4.74 MiB/sec. | ||
| 15163 | 2024.11.22 20:40:59.464916 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15164 | 2024.11.22 20:40:59.465086 [ 5 ] {f7c22608-5864-474f-82e0-03688a6dfda3} <Debug> TCPHandler: Processed in 0.004263274 sec. | ||
| 15165 | 2024.11.22 20:40:59.465124 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full | ||
| 15166 | 2024.11.22 20:40:59.465286 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15167 | 2024.11.22 20:40:59.465342 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2024.11.22 20:40:59.465361 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 243 rows starting from the beginning of the part | ||
| 15169 | 2024.11.22 20:40:59.465662 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15170 | 2024.11.22 20:40:59.465739 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15171 | 2024.11.22 20:40:59.465784 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15172 | 2024.11.22 20:40:59.466205 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 242 rows starting from the beginning of the part | ||
| 15173 | 2024.11.22 20:40:59.466503 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15174 | 2024.11.22 20:40:59.466877 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15175 | 2024.11.22 20:40:59.467375 [ 189 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 242 rows starting from the beginning of the part | ||
| 15176 | 2024.11.22 20:40:59.469755 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15177 | 2024.11.22 20:40:59.469843 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15178 | 2024.11.22 20:40:59.470349 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531443 sec., 144700.37238236272 rows/sec., 10.36 MiB/sec. | ||
| 15179 | 2024.11.22 20:40:59.470518 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
| 15180 | 2024.11.22 20:40:59.470759 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15181 | 2024.11.22 20:40:59.470898 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15182 | 2024.11.22 20:40:59.471001 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_53_11} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 | ||
| 15183 | 2024.11.22 20:40:59.471108 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15184 | 2024.11.22 20:40:59.471169 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15185 | 2024.11.22 20:40:59.471413 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005873 sec., 2213.519495998638 rows/sec., 138.01 KiB/sec. | ||
| 15186 | 2024.11.22 20:40:59.471483 [ 255 ] {ed73d578-92e6-48fb-ba63-9255a3a02bab} <Debug> TCPHandler: Processed in 0.006240032 sec. | ||
| 15187 | 2024.11.22 20:40:59.471720 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15188 | 2024.11.22 20:40:59.471901 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15189 | 2024.11.22 20:40:59.471965 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15190 | 2024.11.22 20:40:59.473009 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15191 | 2024.11.22 20:40:59.473057 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15192 | 2024.11.22 20:40:59.473509 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15193 | 2024.11.22 20:40:59.473781 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15194 | 2024.11.22 20:40:59.474078 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002194 sec., 386508.6599817684 rows/sec., 27.94 MiB/sec. | ||
| 15195 | 2024.11.22 20:40:59.474369 [ 5 ] {7f231324-7a24-43bd-a34e-653953c8aedd} <Debug> TCPHandler: Processed in 0.002742357 sec. | ||
| 15196 | 2024.11.22 20:40:59.474792 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15197 | 2024.11.22 20:40:59.475218 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15198 | 2024.11.22 20:40:59.475432 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15199 | 2024.11.22 20:40:59.477166 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15200 | 2024.11.22 20:40:59.477216 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15201 | 2024.11.22 20:40:59.477726 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15202 | 2024.11.22 20:40:59.478054 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15203 | 2024.11.22 20:40:59.478336 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003299 sec., 1818.7329493785996 rows/sec., 95.02 KiB/sec. | ||
| 15204 | 2024.11.22 20:40:59.478406 [ 255 ] {548c0c2c-7ddd-418e-bf14-037bfb641227} <Debug> TCPHandler: Processed in 0.003824373 sec. | ||
| 15205 | 2024.11.22 20:40:59.479689 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15206 | 2024.11.22 20:40:59.479857 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15207 | 2024.11.22 20:40:59.479943 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15208 | 2024.11.22 20:40:59.480952 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15209 | 2024.11.22 20:40:59.481003 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15210 | 2024.11.22 20:40:59.481588 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15211 | 2024.11.22 20:40:59.481852 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15212 | 2024.11.22 20:40:59.482092 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002284 sec., 405429.0718038529 rows/sec., 27.05 MiB/sec. | ||
| 15213 | 2024.11.22 20:40:59.482164 [ 5 ] {840df4e2-7117-4703-b586-0fa3e05a7bbe} <Debug> TCPHandler: Processed in 0.002575163 sec. | ||
| 15214 | 2024.11.22 20:40:59.482347 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2024.11.22 20:40:59.482485 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15216 | 2024.11.22 20:40:59.482544 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15217 | 2024.11.22 20:40:59.483070 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2024.11.22 20:40:59.483109 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15219 | 2024.11.22 20:40:59.483575 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15220 | 2024.11.22 20:40:59.483928 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2024.11.22 20:40:59.484198 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001741 sec., 574.3825387708214 rows/sec., 38.70 KiB/sec. | ||
| 15222 | 2024.11.22 20:40:59.484271 [ 255 ] {2373767e-6cc0-41a1-bde0-553105b04419} <Debug> TCPHandler: Processed in 0.001991529 sec. | ||
| 15223 | 2024.11.22 20:40:59.484466 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15224 | 2024.11.22 20:40:59.484623 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15225 | 2024.11.22 20:40:59.484749 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <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 | ||
| 15226 | 2024.11.22 20:40:59.486161 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15227 | 2024.11.22 20:40:59.486211 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15228 | 2024.11.22 20:40:59.486977 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15229 | 2024.11.22 20:40:59.487302 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2024.11.22 20:40:59.487638 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003052 sec., 2621.231979030144 rows/sec., 4.70 MiB/sec. | ||
| 15231 | 2024.11.22 20:40:59.487817 [ 5 ] {773dcf80-f862-4496-88e9-2ee4f935d36e} <Debug> TCPHandler: Processed in 0.003413584 sec. | ||
| 15232 | 2024.11.22 20:40:59.488025 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15233 | 2024.11.22 20:40:59.488182 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15234 | 2024.11.22 20:40:59.488255 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15235 | 2024.11.22 20:40:59.488934 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2024.11.22 20:40:59.488975 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15237 | 2024.11.22 20:40:59.489374 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15238 | 2024.11.22 20:40:59.489620 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2024.11.22 20:40:59.489833 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001688 sec., 41469.19431279621 rows/sec., 2.61 MiB/sec. | ||
| 15240 | 2024.11.22 20:40:59.489886 [ 255 ] {6eeb3846-4f94-4b52-aa61-314835bd5305} <Debug> TCPHandler: Processed in 0.001933027 sec. | ||
| 15241 | 2024.11.22 20:41:01.147383 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15242 | 2024.11.22 20:41:01.147588 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15243 | 2024.11.22 20:41:01.147669 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15244 | 2024.11.22 20:41:01.148477 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15245 | 2024.11.22 20:41:01.148526 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15246 | 2024.11.22 20:41:01.148965 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15247 | 2024.11.22 20:41:01.149224 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15248 | 2024.11.22 20:41:01.149467 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.21 MiB/sec. | ||
| 15249 | 2024.11.22 20:41:01.149535 [ 5 ] {b3c0a015-5ca6-4037-b5b7-2d560c6ba643} <Debug> TCPHandler: Processed in 0.002289256 sec. | ||
| 15250 | 2024.11.22 20:41:01.149552 [ 221 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15251 | 2024.11.22 20:41:01.149590 [ 221 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15252 | 2024.11.22 20:41:01.149817 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15253 | 2024.11.22 20:41:01.150147 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15254 | 2024.11.22 20:41:01.150258 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15255 | 2024.11.22 20:41:01.152111 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15256 | 2024.11.22 20:41:01.152172 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15257 | 2024.11.22 20:41:01.152566 [ 221 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15258 | 2024.11.22 20:41:01.153285 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15259 | 2024.11.22 20:41:01.153707 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15260 | 2024.11.22 20:41:01.153956 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00393 sec., 16284.987277353688 rows/sec., 1.27 MiB/sec. | ||
| 15261 | 2024.11.22 20:41:01.154037 [ 255 ] {567fc488-748b-4eda-975a-b8ff4a3071cc} <Debug> TCPHandler: Processed in 0.004383227 sec. | ||
| 15262 | 2024.11.22 20:41:01.154209 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15263 | 2024.11.22 20:41:01.154357 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15264 | 2024.11.22 20:41:01.154416 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15265 | 2024.11.22 20:41:01.154994 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15266 | 2024.11.22 20:41:01.155037 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15267 | 2024.11.22 20:41:01.155476 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15268 | 2024.11.22 20:41:01.155758 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15269 | 2024.11.22 20:41:01.156000 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001674 sec., 19115.89008363202 rows/sec., 1.33 MiB/sec. | ||
| 15270 | 2024.11.22 20:41:01.156055 [ 5 ] {da1ee6cd-df3e-42fd-b9b1-7adfdc7e4be0} <Debug> TCPHandler: Processed in 0.001907307 sec. | ||
| 15271 | 2024.11.22 20:41:01.156230 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15272 | 2024.11.22 20:41:01.156360 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15273 | 2024.11.22 20:41:01.156419 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15274 | 2024.11.22 20:41:01.156944 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15275 | 2024.11.22 20:41:01.156986 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15276 | 2024.11.22 20:41:01.157376 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15277 | 2024.11.22 20:41:01.157620 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15278 | 2024.11.22 20:41:01.157800 [ 31 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15279 | 2024.11.22 20:41:01.157860 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001528 sec., 7853.4031413612565 rows/sec., 541.97 KiB/sec. | ||
| 15280 | 2024.11.22 20:41:01.157889 [ 31 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15281 | 2024.11.22 20:41:01.157963 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15282 | 2024.11.22 20:41:01.157981 [ 255 ] {2fa9cfdc-3e96-4d65-8f23-fad0121520f4} <Debug> TCPHandler: Processed in 0.001809854 sec. | ||
| 15283 | 2024.11.22 20:41:01.158151 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15284 | 2024.11.22 20:41:01.158254 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15285 | 2024.11.22 20:41:01.158285 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6980 rows starting from the beginning of the part | ||
| 15286 | 2024.11.22 20:41:01.158354 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 15287 | 2024.11.22 20:41:01.158592 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 15288 | 2024.11.22 20:41:01.158820 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 15289 | 2024.11.22 20:41:01.158920 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 70 rows starting from the beginning of the part | ||
| 15290 | 2024.11.22 20:41:01.159117 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 12 rows starting from the beginning of the part | ||
| 15291 | 2024.11.22 20:41:01.161202 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7264 rows, containing 4 columns (4 merged, 0 gathered) in 0.003125186 sec., 2324341.6551846834 rows/sec., 151.46 MiB/sec. | ||
| 15292 | 2024.11.22 20:41:01.161648 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15293 | 2024.11.22 20:41:01.161974 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15294 | 2024.11.22 20:41:01.162063 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_121_24} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15295 | 2024.11.22 20:41:01.162155 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 15296 | 2024.11.22 20:41:02.143624 [ 219 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15297 | 2024.11.22 20:41:02.143677 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15298 | 2024.11.22 20:41:02.145030 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15299 | 2024.11.22 20:41:03.340749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 15300 | 2024.11.22 20:41:03.341415 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15301 | 2024.11.22 20:41:03.341461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15302 | 2024.11.22 20:41:03.341996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15303 | 2024.11.22 20:41:03.342315 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15304 | 2024.11.22 20:41:03.342565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 15305 | 2024.11.22 20:41:05.745157 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15306 | 2024.11.22 20:41:05.768645 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15307 | 2024.11.22 20:41:05.768701 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15308 | 2024.11.22 20:41:05.776017 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15309 | 2024.11.22 20:41:05.776792 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15310 | 2024.11.22 20:41:05.781777 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15311 | 2024.11.22 20:41:06.015627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2156 | ||
| 15312 | 2024.11.22 20:41:06.018923 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15313 | 2024.11.22 20:41:06.018965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15314 | 2024.11.22 20:41:06.020447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15315 | 2024.11.22 20:41:06.020749 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15316 | 2024.11.22 20:41:06.021125 [ 219 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 15317 | 2024.11.22 20:41:06.021170 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 15318 | 2024.11.22 20:41:06.023255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2156 | ||
| 15319 | 2024.11.22 20:41:06.024112 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 15320 | 2024.11.22 20:41:06.154914 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15321 | 2024.11.22 20:41:06.155119 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15322 | 2024.11.22 20:41:06.155193 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15323 | 2024.11.22 20:41:06.156048 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15324 | 2024.11.22 20:41:06.156096 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15325 | 2024.11.22 20:41:06.156548 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15326 | 2024.11.22 20:41:06.156812 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15327 | 2024.11.22 20:41:06.157028 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001961 sec., 62213.15655277919 rows/sec., 5.27 MiB/sec. | ||
| 15328 | 2024.11.22 20:41:06.157094 [ 5 ] {ea7065f0-bbd0-49d0-b555-ddb724ba8da0} <Debug> TCPHandler: Processed in 0.002324797 sec. | ||
| 15329 | 2024.11.22 20:41:06.157357 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15330 | 2024.11.22 20:41:06.157554 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15331 | 2024.11.22 20:41:06.157632 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15332 | 2024.11.22 20:41:06.158400 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15333 | 2024.11.22 20:41:06.158454 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15334 | 2024.11.22 20:41:06.158932 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15335 | 2024.11.22 20:41:06.159216 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15336 | 2024.11.22 20:41:06.159404 [ 48 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15337 | 2024.11.22 20:41:06.159439 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001941 sec., 17001.545595054096 rows/sec., 1.25 MiB/sec. | ||
| 15338 | 2024.11.22 20:41:06.159446 [ 48 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15339 | 2024.11.22 20:41:06.159485 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15340 | 2024.11.22 20:41:06.159522 [ 255 ] {e3dfe806-eabe-4c2d-9fb9-ab7c0d5bd325} <Debug> TCPHandler: Processed in 0.002301426 sec. | ||
| 15341 | 2024.11.22 20:41:06.159638 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 15342 | 2024.11.22 20:41:06.159696 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15343 | 2024.11.22 20:41:06.159763 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15344 | 2024.11.22 20:41:06.159847 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 66 rows starting from the beginning of the part | ||
| 15345 | 2024.11.22 20:41:06.159922 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15346 | 2024.11.22 20:41:06.159992 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 33 rows starting from the beginning of the part | ||
| 15347 | 2024.11.22 20:41:06.160062 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15348 | 2024.11.22 20:41:06.160461 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 15 rows starting from the beginning of the part | ||
| 15349 | 2024.11.22 20:41:06.160860 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 33 rows starting from the beginning of the part | ||
| 15350 | 2024.11.22 20:41:06.161150 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 17 rows starting from the beginning of the part | ||
| 15351 | 2024.11.22 20:41:06.161474 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 33 rows starting from the beginning of the part | ||
| 15352 | 2024.11.22 20:41:06.163386 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15353 | 2024.11.22 20:41:06.163464 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15354 | 2024.11.22 20:41:06.164351 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004801197 sec., 41031.43445270002 rows/sec., 3.10 MiB/sec. | ||
| 15355 | 2024.11.22 20:41:06.164509 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15356 | 2024.11.22 20:41:06.164518 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15357 | 2024.11.22 20:41:06.165038 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15358 | 2024.11.22 20:41:06.165055 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15359 | 2024.11.22 20:41:06.165214 [ 200 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_106_21} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15360 | 2024.11.22 20:41:06.165394 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15361 | 2024.11.22 20:41:06.165448 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005601 sec., 17318.33601142653 rows/sec., 1.35 MiB/sec. | ||
| 15362 | 2024.11.22 20:41:06.165513 [ 5 ] {411e3101-01c5-482c-97ef-543639bf6538} <Debug> TCPHandler: Processed in 0.005891884 sec. | ||
| 15363 | 2024.11.22 20:41:06.165706 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15364 | 2024.11.22 20:41:06.165855 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15365 | 2024.11.22 20:41:06.165922 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15366 | 2024.11.22 20:41:06.166518 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15367 | 2024.11.22 20:41:06.166556 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15368 | 2024.11.22 20:41:06.166959 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15369 | 2024.11.22 20:41:06.167215 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15370 | 2024.11.22 20:41:06.167391 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 15371 | 2024.11.22 20:41:06.167445 [ 255 ] {e496a24a-4d1f-454f-919a-c08cd1629f2d} <Debug> TCPHandler: Processed in 0.001808164 sec. | ||
| 15372 | 2024.11.22 20:41:06.167605 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15373 | 2024.11.22 20:41:06.167747 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15374 | 2024.11.22 20:41:06.167842 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <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 | ||
| 15375 | 2024.11.22 20:41:06.169061 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15376 | 2024.11.22 20:41:06.169101 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15377 | 2024.11.22 20:41:06.169776 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15378 | 2024.11.22 20:41:06.170050 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15379 | 2024.11.22 20:41:06.170234 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15380 | 2024.11.22 20:41:06.170288 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15381 | 2024.11.22 20:41:06.170316 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002594 sec., 12721.665381649962 rows/sec., 22.80 MiB/sec. | ||
| 15382 | 2024.11.22 20:41:06.170327 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15383 | 2024.11.22 20:41:06.170610 [ 5 ] {9186bb20-9cc4-4880-80ec-70b3dee67260} <Debug> TCPHandler: Processed in 0.003073975 sec. | ||
| 15384 | 2024.11.22 20:41:06.170622 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 15385 | 2024.11.22 20:41:06.170800 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15386 | 2024.11.22 20:41:06.171091 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15387 | 2024.11.22 20:41:06.171171 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15388 | 2024.11.22 20:41:06.171201 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15389 | 2024.11.22 20:41:06.171404 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2012 rows starting from the beginning of the part | ||
| 15390 | 2024.11.22 20:41:06.172253 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 33 rows starting from the beginning of the part | ||
| 15391 | 2024.11.22 20:41:06.173121 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 15392 | 2024.11.22 20:41:06.173600 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15393 | 2024.11.22 20:41:06.173793 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 15394 | 2024.11.22 20:41:06.173900 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 33 rows starting from the beginning of the part | ||
| 15395 | 2024.11.22 20:41:06.174638 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 15396 | 2024.11.22 20:41:06.175364 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 33 rows starting from the beginning of the part | ||
| 15397 | 2024.11.22 20:41:06.175417 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15398 | 2024.11.22 20:41:06.176200 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15399 | 2024.11.22 20:41:06.176713 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005719 sec., 10491.344640671447 rows/sec., 724.01 KiB/sec. | ||
| 15400 | 2024.11.22 20:41:06.177005 [ 255 ] {2ffbff9f-1a10-42f6-8ed6-e0fcca48070a} <Debug> TCPHandler: Processed in 0.006294514 sec. | ||
| 15401 | 2024.11.22 20:41:06.184882 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 19 columns (19 merged, 0 gathered) in 0.014406292 sec., 147643.82118590962 rows/sec., 264.57 MiB/sec. | ||
| 15402 | 2024.11.22 20:41:06.187053 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15403 | 2024.11.22 20:41:06.187539 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15404 | 2024.11.22 20:41:06.187638 [ 198 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15405 | 2024.11.22 20:41:06.187823 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15406 | 2024.11.22 20:41:07.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.11 MiB, peak 285.31 MiB, free memory in arenas 0.00 B, will set to 269.29 MiB (RSS), difference: 5.19 MiB | ||
| 15407 | 2024.11.22 20:41:10.054502 [ 223 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): 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] | ||
| 15408 | 2024.11.22 20:41:10.054568 [ 223 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): 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] | ||
| 15409 | 2024.11.22 20:41:10.055715 [ 223 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): 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] | ||
| 15410 | 2024.11.22 20:41:10.579530 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15411 | 2024.11.22 20:41:10.579583 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15412 | 2024.11.22 20:41:10.843650 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 15413 | 2024.11.22 20:41:10.844272 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15414 | 2024.11.22 20:41:10.844314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15415 | 2024.11.22 20:41:10.844865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15416 | 2024.11.22 20:41:10.845130 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15417 | 2024.11.22 20:41:10.845329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15418 | 2024.11.22 20:41:11.046089 [ 72 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0 | ||
| 15419 | 2024.11.22 20:41:11.046172 [ 72 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15420 | 2024.11.22 20:41:11.046199 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15421 | 2024.11.22 20:41:11.046378 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full | ||
| 15422 | 2024.11.22 20:41:11.046660 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15423 | 2024.11.22 20:41:11.046708 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 288 rows starting from the beginning of the part | ||
| 15424 | 2024.11.22 20:41:11.046794 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15425 | 2024.11.22 20:41:11.047019 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15426 | 2024.11.22 20:41:11.047295 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15427 | 2024.11.22 20:41:11.047531 [ 187 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 15428 | 2024.11.22 20:41:11.048746 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.00245113 sec., 127288.23032642086 rows/sec., 6.49 MiB/sec. | ||
| 15429 | 2024.11.22 20:41:11.048976 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 15430 | 2024.11.22 20:41:11.049353 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15431 | 2024.11.22 20:41:11.049450 [ 190 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_52_11} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11 | ||
| 15432 | 2024.11.22 20:41:11.049554 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15433 | 2024.11.22 20:41:11.158364 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15434 | 2024.11.22 20:41:11.158561 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15435 | 2024.11.22 20:41:11.158635 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15436 | 2024.11.22 20:41:11.159424 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15437 | 2024.11.22 20:41:11.159478 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15438 | 2024.11.22 20:41:11.159933 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15439 | 2024.11.22 20:41:11.160206 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15440 | 2024.11.22 20:41:11.160425 [ 72 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15441 | 2024.11.22 20:41:11.160495 [ 72 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15442 | 2024.11.22 20:41:11.160494 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 15443 | 2024.11.22 20:41:11.160530 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15444 | 2024.11.22 20:41:11.160682 [ 5 ] {b7f1d903-a7ba-44b8-afdf-c04ad142f4bd} <Debug> TCPHandler: Processed in 0.00243989 sec. | ||
| 15445 | 2024.11.22 20:41:11.160790 [ 221 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 15446 | 2024.11.22 20:41:11.160877 [ 221 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 15447 | 2024.11.22 20:41:11.160919 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 15448 | 2024.11.22 20:41:11.161213 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15449 | 2024.11.22 20:41:11.161252 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15450 | 2024.11.22 20:41:11.161314 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15451 | 2024.11.22 20:41:11.161686 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15452 | 2024.11.22 20:41:11.161983 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15453 | 2024.11.22 20:41:11.162073 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15454 | 2024.11.22 20:41:11.162381 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15455 | 2024.11.22 20:41:11.162853 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15456 | 2024.11.22 20:41:11.163000 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15457 | 2024.11.22 20:41:11.165737 [ 221 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 15458 | 2024.11.22 20:41:11.167634 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00696728 sec., 10046.962372690634 rows/sec., 762.49 KiB/sec. | ||
| 15459 | 2024.11.22 20:41:11.167882 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15460 | 2024.11.22 20:41:11.168026 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15461 | 2024.11.22 20:41:11.168098 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15462 | 2024.11.22 20:41:11.168507 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15463 | 2024.11.22 20:41:11.168743 [ 187 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_53_13} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15464 | 2024.11.22 20:41:11.168902 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15465 | 2024.11.22 20:41:11.169016 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15466 | 2024.11.22 20:41:11.169279 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2024.11.22 20:41:11.169509 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.008062 sec., 27164.475316298685 rows/sec., 2.37 MiB/sec. | ||
| 15468 | 2024.11.22 20:41:11.169632 [ 255 ] {11df5952-8eac-4f52-ab74-11e023a2b5d8} <Debug> TCPHandler: Processed in 0.008776635 sec. | ||
| 15469 | 2024.11.22 20:41:11.169830 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15470 | 2024.11.22 20:41:11.170131 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15471 | 2024.11.22 20:41:11.170215 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15472 | 2024.11.22 20:41:11.170934 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15473 | 2024.11.22 20:41:11.170996 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15474 | 2024.11.22 20:41:11.171418 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15475 | 2024.11.22 20:41:11.171707 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15476 | 2024.11.22 20:41:11.171954 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00192 sec., 7812.5 rows/sec., 550.84 KiB/sec. | ||
| 15477 | 2024.11.22 20:41:11.172017 [ 5 ] {b9fdbde9-0ecc-4048-8bcd-5d9acda1bb14} <Debug> TCPHandler: Processed in 0.002288706 sec. | ||
| 15478 | 2024.11.22 20:41:11.172188 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15479 | 2024.11.22 20:41:11.172319 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15480 | 2024.11.22 20:41:11.172375 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15481 | 2024.11.22 20:41:11.173012 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15482 | 2024.11.22 20:41:11.173050 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15483 | 2024.11.22 20:41:11.173438 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15484 | 2024.11.22 20:41:11.173683 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15485 | 2024.11.22 20:41:11.173897 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001608 sec., 8706.467661691542 rows/sec., 609.74 KiB/sec. | ||
| 15486 | 2024.11.22 20:41:11.173908 [ 225 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 15487 | 2024.11.22 20:41:11.173995 [ 225 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 15488 | 2024.11.22 20:41:11.174011 [ 255 ] {61444101-f88f-484f-9653-40ac1785d197} <Debug> TCPHandler: Processed in 0.001882606 sec. | ||
| 15489 | 2024.11.22 20:41:11.174219 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15490 | 2024.11.22 20:41:11.174351 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15491 | 2024.11.22 20:41:11.174415 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15492 | 2024.11.22 20:41:11.175358 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15493 | 2024.11.22 20:41:11.175405 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15494 | 2024.11.22 20:41:11.175929 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15495 | 2024.11.22 20:41:11.176224 [ 225 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 15496 | 2024.11.22 20:41:11.176281 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15497 | 2024.11.22 20:41:11.176507 [ 132 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15498 | 2024.11.22 20:41:11.176598 [ 132 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15499 | 2024.11.22 20:41:11.176672 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15500 | 2024.11.22 20:41:11.176821 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002416 sec., 5380.794701986754 rows/sec., 335.49 KiB/sec. | ||
| 15501 | 2024.11.22 20:41:11.176940 [ 222 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 15502 | 2024.11.22 20:41:11.177056 [ 222 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 15503 | 2024.11.22 20:41:11.177299 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 15504 | 2024.11.22 20:41:11.177554 [ 5 ] {baeca52b-d4c1-4edd-8653-698380a0906c} <Debug> TCPHandler: Processed in 0.003398163 sec. | ||
| 15505 | 2024.11.22 20:41:11.178058 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15506 | 2024.11.22 20:41:11.178150 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15507 | 2024.11.22 20:41:11.178171 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15508 | 2024.11.22 20:41:11.178541 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15509 | 2024.11.22 20:41:11.178684 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15510 | 2024.11.22 20:41:11.178943 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15511 | 2024.11.22 20:41:11.179247 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15512 | 2024.11.22 20:41:11.179752 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15513 | 2024.11.22 20:41:11.180289 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15514 | 2024.11.22 20:41:11.183620 [ 222 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 15515 | 2024.11.22 20:41:11.184071 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15516 | 2024.11.22 20:41:11.184234 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15517 | 2024.11.22 20:41:11.185095 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008263782 sec., 7865.647956347348 rows/sec., 521.15 KiB/sec. | ||
| 15518 | 2024.11.22 20:41:11.185411 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15519 | 2024.11.22 20:41:11.185831 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15520 | 2024.11.22 20:41:11.185925 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15521 | 2024.11.22 20:41:11.186041 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_53_13} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15522 | 2024.11.22 20:41:11.186168 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15523 | 2024.11.22 20:41:11.186244 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15524 | 2024.11.22 20:41:11.186440 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.007995 sec., 48780.487804878045 rows/sec., 3.46 MiB/sec. | ||
| 15525 | 2024.11.22 20:41:11.186502 [ 255 ] {6ee87cbc-e37f-40c1-b250-385cf50f7742} <Debug> TCPHandler: Processed in 0.008788455 sec. | ||
| 15526 | 2024.11.22 20:41:11.186673 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15527 | 2024.11.22 20:41:11.186818 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15528 | 2024.11.22 20:41:11.186880 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15529 | 2024.11.22 20:41:11.187432 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15530 | 2024.11.22 20:41:11.187473 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15531 | 2024.11.22 20:41:11.187856 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15532 | 2024.11.22 20:41:11.188117 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2024.11.22 20:41:11.188327 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 15534 | 2024.11.22 20:41:11.188382 [ 5 ] {cdea9abb-0125-46c2-aa5b-938a7f077948} <Debug> TCPHandler: Processed in 0.001778803 sec. | ||
| 15535 | 2024.11.22 20:41:11.188547 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15536 | 2024.11.22 20:41:11.188689 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15537 | 2024.11.22 20:41:11.188751 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15538 | 2024.11.22 20:41:11.189436 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2024.11.22 20:41:11.189478 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15540 | 2024.11.22 20:41:11.189894 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15541 | 2024.11.22 20:41:11.190136 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2024.11.22 20:41:11.190290 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_118_24 to all_123_123_0 | ||
| 15543 | 2024.11.22 20:41:11.190331 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec. | ||
| 15544 | 2024.11.22 20:41:11.190337 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.11.22 20:41:11.190382 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15546 | 2024.11.22 20:41:11.190406 [ 255 ] {0bc69da1-f7f5-41fd-927a-725a17f06167} <Debug> TCPHandler: Processed in 0.001925637 sec. | ||
| 15547 | 2024.11.22 20:41:11.190621 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15548 | 2024.11.22 20:41:11.190628 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_118_24 to all_123_123_0 into Compact with storage Full | ||
| 15549 | 2024.11.22 20:41:11.190867 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15550 | 2024.11.22 20:41:11.190939 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15551 | 2024.11.22 20:41:11.190980 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15552 | 2024.11.22 20:41:11.191013 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_118_24, total 32901 rows starting from the beginning of the part | ||
| 15553 | 2024.11.22 20:41:11.191372 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 15554 | 2024.11.22 20:41:11.191753 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 926 rows starting from the beginning of the part | ||
| 15555 | 2024.11.22 20:41:11.192081 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 32 rows starting from the beginning of the part | ||
| 15556 | 2024.11.22 20:41:11.192427 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 15557 | 2024.11.22 20:41:11.192850 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part | ||
| 15558 | 2024.11.22 20:41:11.193785 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15559 | 2024.11.22 20:41:11.193844 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15560 | 2024.11.22 20:41:11.194548 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15561 | 2024.11.22 20:41:11.194860 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15562 | 2024.11.22 20:41:11.195282 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004493 sec., 222.56843979523705 rows/sec., 15.00 KiB/sec. | ||
| 15563 | 2024.11.22 20:41:11.195558 [ 5 ] {445ab7f7-4d8d-4ee2-bb13-88cb516dc46e} <Debug> TCPHandler: Processed in 0.005049734 sec. | ||
| 15564 | 2024.11.22 20:41:11.195854 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15565 | 2024.11.22 20:41:11.196246 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15566 | 2024.11.22 20:41:11.196575 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <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 | ||
| 15567 | 2024.11.22 20:41:11.198816 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15568 | 2024.11.22 20:41:11.198856 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15569 | 2024.11.22 20:41:11.199768 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15570 | 2024.11.22 20:41:11.200053 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15571 | 2024.11.22 20:41:11.200372 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004264 sec., 1876.1726078799247 rows/sec., 3.36 MiB/sec. | ||
| 15572 | 2024.11.22 20:41:11.200564 [ 255 ] {3d883871-3df5-4f5e-8006-855952b8b092} <Debug> TCPHandler: Processed in 0.004876249 sec. | ||
| 15573 | 2024.11.22 20:41:11.200773 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15574 | 2024.11.22 20:41:11.200928 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15575 | 2024.11.22 20:41:11.200990 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15576 | 2024.11.22 20:41:11.201629 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15577 | 2024.11.22 20:41:11.201671 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15578 | 2024.11.22 20:41:11.202271 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15579 | 2024.11.22 20:41:11.202577 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15580 | 2024.11.22 20:41:11.202811 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001913 sec., 42864.6105593309 rows/sec., 2.72 MiB/sec. | ||
| 15581 | 2024.11.22 20:41:11.202975 [ 5 ] {5bbcd7fb-b3da-49fd-8179-32702b2a8e37} <Debug> TCPHandler: Processed in 0.002307427 sec. | ||
| 15582 | 2024.11.22 20:41:11.204481 [ 191 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34416 rows, containing 5 columns (5 merged, 0 gathered) in 0.013997602 sec., 2458706.8556457027 rows/sec., 166.07 MiB/sec. | ||
| 15583 | 2024.11.22 20:41:11.204816 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) | ||
| 15584 | 2024.11.22 20:41:11.205187 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15585 | 2024.11.22 20:41:11.205271 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_118_24, all_123_123_0] -> all_1_123_25 | ||
| 15586 | 2024.11.22 20:41:11.205364 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 15587 | 2024.11.22 20:41:11.790462 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 15588 | 2024.11.22 20:41:11.790524 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 15589 | 2024.11.22 20:41:11.792042 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 15590 | 2024.11.22 20:41:11.858648 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 15591 | 2024.11.22 20:41:11.858709 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 15592 | 2024.11.22 20:41:11.860394 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 15593 | 2024.11.22 20:41:12.322149 [ 224 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 15594 | 2024.11.22 20:41:12.322247 [ 224 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 15595 | 2024.11.22 20:41:12.323800 [ 224 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 15596 | 2024.11.22 20:41:12.624243 [ 220 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 15597 | 2024.11.22 20:41:12.624287 [ 220 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 15598 | 2024.11.22 20:41:12.625849 [ 220 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 15599 | 2024.11.22 20:41:13.282807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15600 | 2024.11.22 20:41:13.305774 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2024.11.22 20:41:13.305829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15602 | 2024.11.22 20:41:13.313208 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15603 | 2024.11.22 20:41:13.314002 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15604 | 2024.11.22 20:41:13.318406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15605 | 2024.11.22 20:41:16.024472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2190 | ||
| 15606 | 2024.11.22 20:41:16.027646 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15607 | 2024.11.22 20:41:16.027699 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15608 | 2024.11.22 20:41:16.029257 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15609 | 2024.11.22 20:41:16.029588 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15610 | 2024.11.22 20:41:16.030126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2190 | ||
| 15611 | 2024.11.22 20:41:16.155367 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15612 | 2024.11.22 20:41:16.155610 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15613 | 2024.11.22 20:41:16.155703 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15614 | 2024.11.22 20:41:16.156510 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15615 | 2024.11.22 20:41:16.156567 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15616 | 2024.11.22 20:41:16.157009 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 15617 | 2024.11.22 20:41:16.157276 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15618 | 2024.11.22 20:41:16.157540 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001986 sec., 3021.1480362537764 rows/sec., 246.35 KiB/sec. | ||
| 15619 | 2024.11.22 20:41:16.157679 [ 5 ] {efc60503-510b-4632-9b52-ae02e4a85079} <Debug> TCPHandler: Processed in 0.002511021 sec. | ||
| 15620 | 2024.11.22 20:41:16.157989 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15621 | 2024.11.22 20:41:16.158206 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15622 | 2024.11.22 20:41:16.158291 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15623 | 2024.11.22 20:41:16.159113 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15624 | 2024.11.22 20:41:16.159166 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15625 | 2024.11.22 20:41:16.159616 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15626 | 2024.11.22 20:41:16.159873 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15627 | 2024.11.22 20:41:16.160077 [ 146 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15628 | 2024.11.22 20:41:16.160114 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.001969 sec., 63484.00203148807 rows/sec., 5.36 MiB/sec. | ||
| 15629 | 2024.11.22 20:41:16.160168 [ 146 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15630 | 2024.11.22 20:41:16.160235 [ 255 ] {a4d7fe18-2572-4160-903e-fcd55f4971d8} <Debug> TCPHandler: Processed in 0.002386668 sec. | ||
| 15631 | 2024.11.22 20:41:16.160239 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15632 | 2024.11.22 20:41:16.160426 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 15633 | 2024.11.22 20:41:16.160437 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2024.11.22 20:41:16.160649 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15635 | 2024.11.22 20:41:16.160678 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15636 | 2024.11.22 20:41:16.160706 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1436 rows starting from the beginning of the part | ||
| 15637 | 2024.11.22 20:41:16.160788 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15638 | 2024.11.22 20:41:16.160953 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1360 rows starting from the beginning of the part | ||
| 15639 | 2024.11.22 20:41:16.161412 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 15640 | 2024.11.22 20:41:16.161816 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 122 rows starting from the beginning of the part | ||
| 15641 | 2024.11.22 20:41:16.162082 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 219 rows starting from the beginning of the part | ||
| 15642 | 2024.11.22 20:41:16.162480 [ 192 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 125 rows starting from the beginning of the part | ||
| 15643 | 2024.11.22 20:41:16.164051 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15644 | 2024.11.22 20:41:16.164110 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15645 | 2024.11.22 20:41:16.165232 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15646 | 2024.11.22 20:41:16.165615 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15647 | 2024.11.22 20:41:16.165875 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.005264 sec., 7408.814589665654 rows/sec., 550.99 KiB/sec. | ||
| 15648 | 2024.11.22 20:41:16.166001 [ 5 ] {1127e6a1-0dc6-42ab-b0bb-c7648f050c7b} <Debug> TCPHandler: Processed in 0.005650318 sec. | ||
| 15649 | 2024.11.22 20:41:16.166209 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15650 | 2024.11.22 20:41:16.166453 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.006098269 sec., 544088.822582277 rows/sec., 47.51 MiB/sec. | ||
| 15651 | 2024.11.22 20:41:16.166467 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15652 | 2024.11.22 20:41:16.166550 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15653 | 2024.11.22 20:41:16.166786 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15654 | 2024.11.22 20:41:16.167459 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15655 | 2024.11.22 20:41:16.167698 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_126_25} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15656 | 2024.11.22 20:41:16.167897 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 15657 | 2024.11.22 20:41:16.167917 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15658 | 2024.11.22 20:41:16.167974 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15659 | 2024.11.22 20:41:16.168354 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15660 | 2024.11.22 20:41:16.168591 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15661 | 2024.11.22 20:41:16.168770 [ 146 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15662 | 2024.11.22 20:41:16.168812 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.002395 sec., 43006.2630480167 rows/sec., 3.36 MiB/sec. | ||
| 15663 | 2024.11.22 20:41:16.168822 [ 146 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15664 | 2024.11.22 20:41:16.168899 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15665 | 2024.11.22 20:41:16.168935 [ 255 ] {32400adf-606d-48b8-b9ec-0fedfb01fe86} <Debug> TCPHandler: Processed in 0.002837039 sec. | ||
| 15666 | 2024.11.22 20:41:16.169157 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15667 | 2024.11.22 20:41:16.169170 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 15668 | 2024.11.22 20:41:16.169388 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15669 | 2024.11.22 20:41:16.169419 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15670 | 2024.11.22 20:41:16.169495 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 15671 | 2024.11.22 20:41:16.169518 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15672 | 2024.11.22 20:41:16.169767 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 848 rows starting from the beginning of the part | ||
| 15673 | 2024.11.22 20:41:16.170205 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 15674 | 2024.11.22 20:41:16.170622 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 97 rows starting from the beginning of the part | ||
| 15675 | 2024.11.22 20:41:16.171022 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 390 rows starting from the beginning of the part | ||
| 15676 | 2024.11.22 20:41:16.171352 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 103 rows starting from the beginning of the part | ||
| 15677 | 2024.11.22 20:41:16.172453 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15678 | 2024.11.22 20:41:16.172529 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15679 | 2024.11.22 20:41:16.173496 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15680 | 2024.11.22 20:41:16.173915 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15681 | 2024.11.22 20:41:16.174275 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00495 sec., 32929.292929292926 rows/sec., 2.29 MiB/sec. | ||
| 15682 | 2024.11.22 20:41:16.174593 [ 5 ] {fc8c0e78-269d-47bd-a05c-2b6066d6e744} <Debug> TCPHandler: Processed in 0.005538205 sec. | ||
| 15683 | 2024.11.22 20:41:16.174643 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005626547 sec., 429570.74738734076 rows/sec., 32.95 MiB/sec. | ||
| 15684 | 2024.11.22 20:41:16.174791 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15685 | 2024.11.22 20:41:16.174870 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15686 | 2024.11.22 20:41:16.175052 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15687 | 2024.11.22 20:41:16.175233 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <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 | ||
| 15688 | 2024.11.22 20:41:16.175569 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15689 | 2024.11.22 20:41:16.175827 [ 199 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_126_25} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15690 | 2024.11.22 20:41:16.176039 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15691 | 2024.11.22 20:41:16.177463 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15692 | 2024.11.22 20:41:16.177505 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15693 | 2024.11.22 20:41:16.178185 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15694 | 2024.11.22 20:41:16.178438 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15695 | 2024.11.22 20:41:16.178690 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003706 sec., 8904.479222881813 rows/sec., 15.96 MiB/sec. | ||
| 15696 | 2024.11.22 20:41:16.178839 [ 255 ] {2b555442-a8b8-4266-8f19-72dd33b966ec} <Debug> TCPHandler: Processed in 0.004143811 sec. | ||
| 15697 | 2024.11.22 20:41:16.179099 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15698 | 2024.11.22 20:41:16.179445 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15699 | 2024.11.22 20:41:16.179537 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15700 | 2024.11.22 20:41:16.180035 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15701 | 2024.11.22 20:41:16.180074 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15702 | 2024.11.22 20:41:16.180458 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15703 | 2024.11.22 20:41:16.180698 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15704 | 2024.11.22 20:41:16.180876 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 15705 | 2024.11.22 20:41:16.180925 [ 5 ] {a4dcaf61-38d0-445a-8743-fced27f694a5} <Debug> TCPHandler: Processed in 0.001971888 sec. | ||
| 15706 | 2024.11.22 20:41:18.144040 [ 219 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 15707 | 2024.11.22 20:41:18.144151 [ 219 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 15708 | 2024.11.22 20:41:18.145626 [ 219 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 15709 | 2024.11.22 20:41:18.346396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 15710 | 2024.11.22 20:41:18.347077 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15711 | 2024.11.22 20:41:18.347122 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15712 | 2024.11.22 20:41:18.347685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15713 | 2024.11.22 20:41:18.347960 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15714 | 2024.11.22 20:41:18.348208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15715 | 2024.11.22 20:41:18.666999 [ 225 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 15716 | 2024.11.22 20:41:18.667056 [ 225 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 15717 | 2024.11.22 20:41:18.668461 [ 225 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 15718 | 2024.11.22 20:41:19.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.31 MiB, peak 285.31 MiB, free memory in arenas 0.00 B, will set to 269.30 MiB (RSS), difference: 3.99 MiB | ||
| 15719 | 2024.11.22 20:41:20.819439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15720 | 2024.11.22 20:41:20.841771 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2024.11.22 20:41:20.841836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15722 | 2024.11.22 20:41:20.851145 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15723 | 2024.11.22 20:41:20.851946 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15724 | 2024.11.22 20:41:20.854966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15725 | 2024.11.22 20:41:21.158246 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15726 | 2024.11.22 20:41:21.158457 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15727 | 2024.11.22 20:41:21.158534 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15728 | 2024.11.22 20:41:21.159438 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15729 | 2024.11.22 20:41:21.159496 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15730 | 2024.11.22 20:41:21.159946 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15731 | 2024.11.22 20:41:21.160217 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15732 | 2024.11.22 20:41:21.160412 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002015 sec., 6947.890818858561 rows/sec., 500.16 KiB/sec. | ||
| 15733 | 2024.11.22 20:41:21.160472 [ 5 ] {4764e0bb-3bac-45bf-88b9-9676200d0645} <Debug> TCPHandler: Processed in 0.002362887 sec. | ||
| 15734 | 2024.11.22 20:41:21.160740 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15735 | 2024.11.22 20:41:21.160931 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15736 | 2024.11.22 20:41:21.161002 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15737 | 2024.11.22 20:41:21.161907 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15738 | 2024.11.22 20:41:21.161952 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15739 | 2024.11.22 20:41:21.162420 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15740 | 2024.11.22 20:41:21.162677 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15741 | 2024.11.22 20:41:21.162907 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002031 sec., 107828.65583456427 rows/sec., 9.39 MiB/sec. | ||
| 15742 | 2024.11.22 20:41:21.162973 [ 255 ] {c2624aec-5e07-46be-a581-df6af5817ec4} <Debug> TCPHandler: Processed in 0.002367517 sec. | ||
| 15743 | 2024.11.22 20:41:21.163139 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15744 | 2024.11.22 20:41:21.163285 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15745 | 2024.11.22 20:41:21.163347 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15746 | 2024.11.22 20:41:21.163970 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15747 | 2024.11.22 20:41:21.164008 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15748 | 2024.11.22 20:41:21.164374 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15749 | 2024.11.22 20:41:21.164615 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15750 | 2024.11.22 20:41:21.164791 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001545 sec., 9708.73786407767 rows/sec., 684.54 KiB/sec. | ||
| 15751 | 2024.11.22 20:41:21.164842 [ 5 ] {58fac119-0b33-45a0-aab5-de8affa665a5} <Debug> TCPHandler: Processed in 0.001773863 sec. | ||
| 15752 | 2024.11.22 20:41:21.165019 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15753 | 2024.11.22 20:41:21.165165 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15754 | 2024.11.22 20:41:21.165225 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15755 | 2024.11.22 20:41:21.165877 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15756 | 2024.11.22 20:41:21.165917 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15757 | 2024.11.22 20:41:21.166296 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15758 | 2024.11.22 20:41:21.166534 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15759 | 2024.11.22 20:41:21.166736 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001607 sec., 8711.885500933417 rows/sec., 610.12 KiB/sec. | ||
| 15760 | 2024.11.22 20:41:21.166789 [ 255 ] {bf5853c2-112a-41a5-8d6f-4e8366e8a8b3} <Debug> TCPHandler: Processed in 0.001840105 sec. | ||
| 15761 | 2024.11.22 20:41:21.166947 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15762 | 2024.11.22 20:41:21.167084 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15763 | 2024.11.22 20:41:21.167140 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15764 | 2024.11.22 20:41:21.167764 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15765 | 2024.11.22 20:41:21.167801 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15766 | 2024.11.22 20:41:21.168165 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15767 | 2024.11.22 20:41:21.168406 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15768 | 2024.11.22 20:41:21.168579 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 15769 | 2024.11.22 20:41:21.168629 [ 5 ] {10b677b4-412f-4759-aa78-ea53bef83272} <Debug> TCPHandler: Processed in 0.001751413 sec. | ||
| 15770 | 2024.11.22 20:41:21.168785 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15771 | 2024.11.22 20:41:21.168946 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15772 | 2024.11.22 20:41:21.169005 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15773 | 2024.11.22 20:41:21.169822 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15774 | 2024.11.22 20:41:21.169863 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15775 | 2024.11.22 20:41:21.170265 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15776 | 2024.11.22 20:41:21.170521 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15777 | 2024.11.22 20:41:21.170742 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001819 sec., 214403.51841671247 rows/sec., 15.21 MiB/sec. | ||
| 15778 | 2024.11.22 20:41:21.170818 [ 255 ] {aec96000-0a64-4ff2-9848-200dc0a30487} <Debug> TCPHandler: Processed in 0.002100731 sec. | ||
| 15779 | 2024.11.22 20:41:21.171060 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15780 | 2024.11.22 20:41:21.171405 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15781 | 2024.11.22 20:41:21.171548 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15782 | 2024.11.22 20:41:21.172043 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15783 | 2024.11.22 20:41:21.172081 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15784 | 2024.11.22 20:41:21.172451 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15785 | 2024.11.22 20:41:21.172694 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15786 | 2024.11.22 20:41:21.172869 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 15787 | 2024.11.22 20:41:21.172917 [ 5 ] {9a43b4f5-a829-4adc-be7d-a3e99c56f07b} <Debug> TCPHandler: Processed in 0.001980518 sec. | ||
| 15788 | 2024.11.22 20:41:21.173119 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15789 | 2024.11.22 20:41:21.173239 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15790 | 2024.11.22 20:41:21.173294 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15791 | 2024.11.22 20:41:21.173885 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15792 | 2024.11.22 20:41:21.173925 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15793 | 2024.11.22 20:41:21.174339 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15794 | 2024.11.22 20:41:21.174580 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15795 | 2024.11.22 20:41:21.174806 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec. | ||
| 15796 | 2024.11.22 20:41:21.174921 [ 255 ] {90ba5ed6-f365-4b29-acb0-b83dc717b63d} <Debug> TCPHandler: Processed in 0.001854965 sec. | ||
| 15797 | 2024.11.22 20:41:21.175087 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15798 | 2024.11.22 20:41:21.175259 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15799 | 2024.11.22 20:41:21.175310 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15800 | 2024.11.22 20:41:21.175774 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15801 | 2024.11.22 20:41:21.175811 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15802 | 2024.11.22 20:41:21.176182 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15803 | 2024.11.22 20:41:21.176418 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15804 | 2024.11.22 20:41:21.176547 [ 125 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_50_11 to all_55_55_0 | ||
| 15805 | 2024.11.22 20:41:21.176590 [ 125 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15806 | 2024.11.22 20:41:21.176604 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 15807 | 2024.11.22 20:41:21.176615 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15808 | 2024.11.22 20:41:21.176695 [ 5 ] {71899e3b-ef43-4e50-9d10-1f44dfdd3108} <Debug> TCPHandler: Processed in 0.001681261 sec. | ||
| 15809 | 2024.11.22 20:41:21.177047 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15810 | 2024.11.22 20:41:21.177338 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_11 to all_55_55_0 into Compact with storage Full | ||
| 15811 | 2024.11.22 20:41:21.177487 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15812 | 2024.11.22 20:41:21.177952 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <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 | ||
| 15813 | 2024.11.22 20:41:21.178073 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15814 | 2024.11.22 20:41:21.178262 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 15815 | 2024.11.22 20:41:21.178735 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 15816 | 2024.11.22 20:41:21.179194 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 15817 | 2024.11.22 20:41:21.179623 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 15818 | 2024.11.22 20:41:21.179954 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 15819 | 2024.11.22 20:41:21.180271 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15820 | 2024.11.22 20:41:21.183679 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2024.11.22 20:41:21.183774 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15822 | 2024.11.22 20:41:21.184136 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.00738501 sec., 7447.518689886676 rows/sec., 501.31 KiB/sec. | ||
| 15823 | 2024.11.22 20:41:21.184358 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 15824 | 2024.11.22 20:41:21.184978 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15825 | 2024.11.22 20:41:21.185211 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_55_12} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_50_11, all_55_55_0] -> all_1_55_12 | ||
| 15826 | 2024.11.22 20:41:21.185370 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15827 | 2024.11.22 20:41:21.185460 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15828 | 2024.11.22 20:41:21.185745 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15829 | 2024.11.22 20:41:21.186016 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008709 sec., 918.5899644046389 rows/sec., 1.65 MiB/sec. | ||
| 15830 | 2024.11.22 20:41:21.186124 [ 255 ] {1db93c56-b4c9-459e-9ffe-95a34aa13398} <Debug> TCPHandler: Processed in 0.009315568 sec. | ||
| 15831 | 2024.11.22 20:41:21.186301 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15832 | 2024.11.22 20:41:21.186444 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15833 | 2024.11.22 20:41:21.186502 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15834 | 2024.11.22 20:41:21.187101 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15835 | 2024.11.22 20:41:21.187147 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15836 | 2024.11.22 20:41:21.187580 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15837 | 2024.11.22 20:41:21.187816 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15838 | 2024.11.22 20:41:21.187998 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec. | ||
| 15839 | 2024.11.22 20:41:21.188045 [ 5 ] {aef13b7e-caa3-4d9e-8f59-b6486c3ba55f} <Debug> TCPHandler: Processed in 0.001811034 sec. | ||
| 15840 | 2024.11.22 20:41:22.144211 [ 221 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): 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] | ||
| 15841 | 2024.11.22 20:41:22.144264 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): 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] | ||
| 15842 | 2024.11.22 20:41:22.145637 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): 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] | ||
| 15843 | 2024.11.22 20:41:25.579839 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15844 | 2024.11.22 20:41:25.579947 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15845 | 2024.11.22 20:41:25.849296 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 15846 | 2024.11.22 20:41:25.849939 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2024.11.22 20:41:25.849988 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15848 | 2024.11.22 20:41:25.850560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15849 | 2024.11.22 20:41:25.850826 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15850 | 2024.11.22 20:41:25.851042 [ 29 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15851 | 2024.11.22 20:41:25.851087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15852 | 2024.11.22 20:41:25.851128 [ 29 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15853 | 2024.11.22 20:41:25.851174 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15854 | 2024.11.22 20:41:25.851304 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 15855 | 2024.11.22 20:41:25.851429 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15856 | 2024.11.22 20:41:25.851468 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 15857 | 2024.11.22 20:41:25.851549 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 15858 | 2024.11.22 20:41:25.851696 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 15859 | 2024.11.22 20:41:25.852044 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 15860 | 2024.11.22 20:41:25.852365 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 15861 | 2024.11.22 20:41:25.852511 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 15862 | 2024.11.22 20:41:25.855391 [ 193 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004145071 sec., 8402992.373351386 rows/sec., 120.21 MiB/sec. | ||
| 15863 | 2024.11.22 20:41:25.855604 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15864 | 2024.11.22 20:41:25.855899 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.11.22 20:41:25.855977 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_76_15} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15866 | 2024.11.22 20:41:25.856067 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15867 | 2024.11.22 20:41:26.031345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2226 | ||
| 15868 | 2024.11.22 20:41:26.035999 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2024.11.22 20:41:26.036043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15870 | 2024.11.22 20:41:26.036606 [ 221 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15871 | 2024.11.22 20:41:26.036660 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15872 | 2024.11.22 20:41:26.039391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15873 | 2024.11.22 20:41:26.040070 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15874 | 2024.11.22 20:41:26.040273 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 15875 | 2024.11.22 20:41:26.040350 [ 33 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15876 | 2024.11.22 20:41:26.040499 [ 33 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15877 | 2024.11.22 20:41:26.040619 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15878 | 2024.11.22 20:41:26.041082 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 15879 | 2024.11.22 20:41:26.044386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2226 | ||
| 15880 | 2024.11.22 20:41:26.044579 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15881 | 2024.11.22 20:41:26.044747 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2044 rows starting from the beginning of the part | ||
| 15882 | 2024.11.22 20:41:26.045330 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 15883 | 2024.11.22 20:41:26.045879 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
| 15884 | 2024.11.22 20:41:26.046415 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 44 rows starting from the beginning of the part | ||
| 15885 | 2024.11.22 20:41:26.046961 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part | ||
| 15886 | 2024.11.22 20:41:26.047600 [ 197 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 15887 | 2024.11.22 20:41:26.057071 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2226 rows, containing 72 columns (72 merged, 0 gathered) in 0.016298268 sec., 136578.92973658306 rows/sec., 103.30 MiB/sec. | ||
| 15888 | 2024.11.22 20:41:26.059157 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15889 | 2024.11.22 20:41:26.060004 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15890 | 2024.11.22 20:41:26.060101 [ 200 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_56_11} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15891 | 2024.11.22 20:41:26.060473 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 15892 | 2024.11.22 20:41:26.155694 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15893 | 2024.11.22 20:41:26.155874 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15894 | 2024.11.22 20:41:26.155946 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15895 | 2024.11.22 20:41:26.156733 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15896 | 2024.11.22 20:41:26.156777 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15897 | 2024.11.22 20:41:26.157219 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15898 | 2024.11.22 20:41:26.157474 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15899 | 2024.11.22 20:41:26.157684 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001854 sec., 65803.66774541533 rows/sec., 5.58 MiB/sec. | ||
| 15900 | 2024.11.22 20:41:26.157762 [ 5 ] {a042feb2-251d-42b1-bfbb-11d995153d99} <Debug> TCPHandler: Processed in 0.002190874 sec. | ||
| 15901 | 2024.11.22 20:41:26.157815 [ 222 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15902 | 2024.11.22 20:41:26.157901 [ 222 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15903 | 2024.11.22 20:41:26.158009 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15904 | 2024.11.22 20:41:26.158249 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15905 | 2024.11.22 20:41:26.158357 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15906 | 2024.11.22 20:41:26.160275 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15907 | 2024.11.22 20:41:26.160330 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15908 | 2024.11.22 20:41:26.161005 [ 222 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 15909 | 2024.11.22 20:41:26.161196 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15910 | 2024.11.22 20:41:26.161725 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2024.11.22 20:41:26.162278 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004114 sec., 8021.390374331551 rows/sec., 603.17 KiB/sec. | ||
| 15912 | 2024.11.22 20:41:26.162371 [ 255 ] {b13c7d1b-451d-4032-be22-2a7b846817f6} <Debug> TCPHandler: Processed in 0.004498429 sec. | ||
| 15913 | 2024.11.22 20:41:26.162604 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15914 | 2024.11.22 20:41:26.162775 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15915 | 2024.11.22 20:41:26.162836 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15916 | 2024.11.22 20:41:26.163611 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15917 | 2024.11.22 20:41:26.163656 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15918 | 2024.11.22 20:41:26.164041 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15919 | 2024.11.22 20:41:26.164289 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15920 | 2024.11.22 20:41:26.164470 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001728 sec., 56134.25925925926 rows/sec., 4.38 MiB/sec. | ||
| 15921 | 2024.11.22 20:41:26.164521 [ 5 ] {7d2827f1-5d32-431b-830d-5af80ecea318} <Debug> TCPHandler: Processed in 0.002053 sec. | ||
| 15922 | 2024.11.22 20:41:26.164709 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15923 | 2024.11.22 20:41:26.164854 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15924 | 2024.11.22 20:41:26.164920 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15925 | 2024.11.22 20:41:26.165618 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15926 | 2024.11.22 20:41:26.165661 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15927 | 2024.11.22 20:41:26.166078 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15928 | 2024.11.22 20:41:26.166332 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.11.22 20:41:26.166571 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec. | ||
| 15930 | 2024.11.22 20:41:26.166696 [ 255 ] {ddd93823-79cf-4dec-bcf3-d34e669e34b8} <Debug> TCPHandler: Processed in 0.00205412 sec. | ||
| 15931 | 2024.11.22 20:41:26.166886 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15932 | 2024.11.22 20:41:26.167034 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15933 | 2024.11.22 20:41:26.167123 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <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 | ||
| 15934 | 2024.11.22 20:41:26.168418 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15935 | 2024.11.22 20:41:26.168456 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15936 | 2024.11.22 20:41:26.169131 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15937 | 2024.11.22 20:41:26.169392 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15938 | 2024.11.22 20:41:26.169639 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002635 sec., 12523.719165085387 rows/sec., 22.44 MiB/sec. | ||
| 15939 | 2024.11.22 20:41:26.169755 [ 5 ] {05f082eb-8168-4a29-8836-fd7e5d32cdaa} <Debug> TCPHandler: Processed in 0.002956363 sec. | ||
| 15940 | 2024.11.22 20:41:26.169921 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15941 | 2024.11.22 20:41:26.170065 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15942 | 2024.11.22 20:41:26.170126 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15943 | 2024.11.22 20:41:26.170701 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15944 | 2024.11.22 20:41:26.170741 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15945 | 2024.11.22 20:41:26.171118 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15946 | 2024.11.22 20:41:26.171354 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15947 | 2024.11.22 20:41:26.171512 [ 36 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15948 | 2024.11.22 20:41:26.171535 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 15949 | 2024.11.22 20:41:26.171563 [ 36 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15950 | 2024.11.22 20:41:26.171608 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15951 | 2024.11.22 20:41:26.171613 [ 255 ] {697e9d1d-4378-4376-8aa3-f8ed4659eb3c} <Debug> TCPHandler: Processed in 0.001762503 sec. | ||
| 15952 | 2024.11.22 20:41:26.171797 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15953 | 2024.11.22 20:41:26.171920 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15954 | 2024.11.22 20:41:26.171953 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7264 rows starting from the beginning of the part | ||
| 15955 | 2024.11.22 20:41:26.172024 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15956 | 2024.11.22 20:41:26.172257 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part | ||
| 15957 | 2024.11.22 20:41:26.172396 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15958 | 2024.11.22 20:41:26.172551 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15959 | 2024.11.22 20:41:26.172638 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 15960 | 2024.11.22 20:41:26.174679 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7608 rows, containing 4 columns (4 merged, 0 gathered) in 0.002967433 sec., 2563832.106740068 rows/sec., 167.11 MiB/sec. | ||
| 15961 | 2024.11.22 20:41:26.175168 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15962 | 2024.11.22 20:41:26.175450 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15963 | 2024.11.22 20:41:26.175525 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_126_25} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15964 | 2024.11.22 20:41:26.175595 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 15965 | 2024.11.22 20:41:28.355989 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15966 | 2024.11.22 20:41:28.379868 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15967 | 2024.11.22 20:41:28.379931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15968 | 2024.11.22 20:41:28.387463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15969 | 2024.11.22 20:41:28.388298 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15970 | 2024.11.22 20:41:28.388787 [ 23 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15971 | 2024.11.22 20:41:28.388946 [ 23 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15972 | 2024.11.22 20:41:28.389023 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15973 | 2024.11.22 20:41:28.389527 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15974 | 2024.11.22 20:41:28.405392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15975 | 2024.11.22 20:41:28.407063 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15976 | 2024.11.22 20:41:28.408312 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15977 | 2024.11.22 20:41:28.413568 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15978 | 2024.11.22 20:41:28.419363 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15979 | 2024.11.22 20:41:28.425403 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15980 | 2024.11.22 20:41:28.431993 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15981 | 2024.11.22 20:41:28.438046 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 15982 | 2024.11.22 20:41:28.503451 [ 201 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.11426796 sec., 5014.52900708125 rows/sec., 25.93 MiB/sec. | ||
| 15983 | 2024.11.22 20:41:28.507007 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15984 | 2024.11.22 20:41:28.509997 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_76_15} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15985 | 2024.11.22 20:41:28.510120 [ 195 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_76_15} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15986 | 2024.11.22 20:41:28.512705 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 15987 | 2024.11.22 20:41:29.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.37 MiB, peak 287.79 MiB, free memory in arenas 0.00 B, will set to 269.30 MiB (RSS), difference: -1.07 MiB | ||
| 15988 | 2024.11.22 20:41:29.438170 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15989 | 2024.11.22 20:41:29.438370 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15990 | 2024.11.22 20:41:29.438447 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15991 | 2024.11.22 20:41:29.439259 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15992 | 2024.11.22 20:41:29.439322 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 15993 | 2024.11.22 20:41:29.439792 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15994 | 2024.11.22 20:41:29.440123 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15995 | 2024.11.22 20:41:29.440390 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002071 sec., 6760.019314340899 rows/sec., 486.63 KiB/sec. | ||
| 15996 | 2024.11.22 20:41:29.440468 [ 5 ] {003684b9-5de3-496c-b93a-d01a32fb0d27} <Debug> TCPHandler: Processed in 0.002438839 sec. | ||
| 15997 | 2024.11.22 20:41:29.440798 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15998 | 2024.11.22 20:41:29.441002 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15999 | 2024.11.22 20:41:29.441088 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16000 | 2024.11.22 20:41:29.441945 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16001 | 2024.11.22 20:41:29.442007 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16002 | 2024.11.22 20:41:29.442485 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 16003 | 2024.11.22 20:41:29.442763 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.11.22 20:41:29.442996 [ 51 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 6 parts from all_1_21_5 to all_26_26_0 | ||
| 16005 | 2024.11.22 20:41:29.443039 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002093 sec., 4777.830864787387 rows/sec., 389.60 KiB/sec. | ||
| 16006 | 2024.11.22 20:41:29.443106 [ 51 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16007 | 2024.11.22 20:41:29.443204 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16008 | 2024.11.22 20:41:29.443208 [ 255 ] {39e08ef1-59e2-499d-abb5-e10248e7eac3} <Debug> TCPHandler: Processed in 0.002549992 sec. | ||
| 16009 | 2024.11.22 20:41:29.443546 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16010 | 2024.11.22 20:41:29.443696 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_5 to all_26_26_0 into Compact with storage Full | ||
| 16011 | 2024.11.22 20:41:29.443831 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16012 | 2024.11.22 20:41:29.443970 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16013 | 2024.11.22 20:41:29.444237 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16014 | 2024.11.22 20:41:29.444348 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 16015 | 2024.11.22 20:41:29.444691 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 16016 | 2024.11.22 20:41:29.445095 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
| 16017 | 2024.11.22 20:41:29.445532 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 16018 | 2024.11.22 20:41:29.445872 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 16019 | 2024.11.22 20:41:29.446183 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
| 16020 | 2024.11.22 20:41:29.447697 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16021 | 2024.11.22 20:41:29.447779 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16022 | 2024.11.22 20:41:29.448529 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.005150396 sec., 10096.311040937435 rows/sec., 862.72 KiB/sec. | ||
| 16023 | 2024.11.22 20:41:29.448743 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 16024 | 2024.11.22 20:41:29.448937 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16025 | 2024.11.22 20:41:29.449245 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16026 | 2024.11.22 20:41:29.449423 [ 186 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_26_6} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 6 parts: [all_1_21_5, all_26_26_0] -> all_1_26_6 | ||
| 16027 | 2024.11.22 20:41:29.449431 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16028 | 2024.11.22 20:41:29.449580 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16029 | 2024.11.22 20:41:29.449807 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.006069 sec., 224748.72301861923 rows/sec., 18.67 MiB/sec. | ||
| 16030 | 2024.11.22 20:41:29.449915 [ 5 ] {2c9b0a57-1db6-4421-ade8-3457c6c276b3} <Debug> TCPHandler: Processed in 0.006526159 sec. | ||
| 16031 | 2024.11.22 20:41:29.450144 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16032 | 2024.11.22 20:41:29.450299 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16033 | 2024.11.22 20:41:29.450355 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16034 | 2024.11.22 20:41:29.451012 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16035 | 2024.11.22 20:41:29.451055 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16036 | 2024.11.22 20:41:29.451448 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16037 | 2024.11.22 20:41:29.451693 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16038 | 2024.11.22 20:41:29.451891 [ 51 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16039 | 2024.11.22 20:41:29.451918 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001652 sec., 15133.17191283293 rows/sec., 1.04 MiB/sec. | ||
| 16040 | 2024.11.22 20:41:29.451967 [ 51 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16041 | 2024.11.22 20:41:29.452036 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16042 | 2024.11.22 20:41:29.452054 [ 255 ] {17de672b-cd33-48a9-bec9-a8e14e3af375} <Debug> TCPHandler: Processed in 0.001994859 sec. | ||
| 16043 | 2024.11.22 20:41:29.452329 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16044 | 2024.11.22 20:41:29.452407 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 16045 | 2024.11.22 20:41:29.452689 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16046 | 2024.11.22 20:41:29.452870 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16047 | 2024.11.22 20:41:29.453323 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16048 | 2024.11.22 20:41:29.453550 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 66 rows starting from the beginning of the part | ||
| 16049 | 2024.11.22 20:41:29.454627 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 15 rows starting from the beginning of the part | ||
| 16050 | 2024.11.22 20:41:29.454930 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 39 rows starting from the beginning of the part | ||
| 16051 | 2024.11.22 20:41:29.455183 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 15 rows starting from the beginning of the part | ||
| 16052 | 2024.11.22 20:41:29.455530 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 33 rows starting from the beginning of the part | ||
| 16053 | 2024.11.22 20:41:29.455856 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 25 rows starting from the beginning of the part | ||
| 16054 | 2024.11.22 20:41:29.456659 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16055 | 2024.11.22 20:41:29.456730 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16056 | 2024.11.22 20:41:29.457840 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16057 | 2024.11.22 20:41:29.458486 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.006351265 sec., 30387.647185245773 rows/sec., 2.28 MiB/sec. | ||
| 16058 | 2024.11.22 20:41:29.458487 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16059 | 2024.11.22 20:41:29.458682 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16060 | 2024.11.22 20:41:29.458959 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006418 sec., 37706.45060766594 rows/sec., 2.55 MiB/sec. | ||
| 16061 | 2024.11.22 20:41:29.459137 [ 5 ] {3c50ecb2-e1a6-465b-a057-c8698ceecc59} <Debug> TCPHandler: Processed in 0.00695976 sec. | ||
| 16062 | 2024.11.22 20:41:29.459310 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2024.11.22 20:41:29.459324 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16064 | 2024.11.22 20:41:29.459439 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_111_22} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16065 | 2024.11.22 20:41:29.459525 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16066 | 2024.11.22 20:41:29.459586 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16067 | 2024.11.22 20:41:29.459633 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16068 | 2024.11.22 20:41:29.460241 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16069 | 2024.11.22 20:41:29.460282 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16070 | 2024.11.22 20:41:29.460659 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16071 | 2024.11.22 20:41:29.460897 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16072 | 2024.11.22 20:41:29.461123 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 16073 | 2024.11.22 20:41:29.461180 [ 255 ] {e42018cf-2e75-4cc1-bd82-8af2cce3a1ef} <Debug> TCPHandler: Processed in 0.001938877 sec. | ||
| 16074 | 2024.11.22 20:41:29.461346 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16075 | 2024.11.22 20:41:29.461494 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16076 | 2024.11.22 20:41:29.461557 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16077 | 2024.11.22 20:41:29.462530 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16078 | 2024.11.22 20:41:29.462577 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16079 | 2024.11.22 20:41:29.463007 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16080 | 2024.11.22 20:41:29.463268 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16081 | 2024.11.22 20:41:29.463490 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.002032 sec., 421259.84251968504 rows/sec., 30.48 MiB/sec. | ||
| 16082 | 2024.11.22 20:41:29.463550 [ 5 ] {b97ad2d7-2bc8-4b6c-bccf-9fa504aa8a4d} <Debug> TCPHandler: Processed in 0.002272165 sec. | ||
| 16083 | 2024.11.22 20:41:29.463715 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16084 | 2024.11.22 20:41:29.463853 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16085 | 2024.11.22 20:41:29.463914 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16086 | 2024.11.22 20:41:29.464500 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16087 | 2024.11.22 20:41:29.464545 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16088 | 2024.11.22 20:41:29.464949 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16089 | 2024.11.22 20:41:29.465185 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16090 | 2024.11.22 20:41:29.465406 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 16091 | 2024.11.22 20:41:29.465459 [ 255 ] {0c413f9d-1c18-4b91-8586-7ebcbcff1113} <Debug> TCPHandler: Processed in 0.001809904 sec. | ||
| 16092 | 2024.11.22 20:41:29.465610 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16093 | 2024.11.22 20:41:29.465733 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16094 | 2024.11.22 20:41:29.465788 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16095 | 2024.11.22 20:41:29.466583 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16096 | 2024.11.22 20:41:29.466623 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16097 | 2024.11.22 20:41:29.467081 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16098 | 2024.11.22 20:41:29.467329 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16099 | 2024.11.22 20:41:29.467550 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.001843 sec., 504612.0455778622 rows/sec., 33.68 MiB/sec. | ||
| 16100 | 2024.11.22 20:41:29.467606 [ 5 ] {8d19f8d3-892c-43fa-a697-afcd056099d9} <Debug> TCPHandler: Processed in 0.00205722 sec. | ||
| 16101 | 2024.11.22 20:41:29.467763 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16102 | 2024.11.22 20:41:29.467901 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16103 | 2024.11.22 20:41:29.467961 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16104 | 2024.11.22 20:41:29.468521 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2024.11.22 20:41:29.468569 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16106 | 2024.11.22 20:41:29.468972 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16107 | 2024.11.22 20:41:29.469211 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2024.11.22 20:41:29.469396 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 16109 | 2024.11.22 20:41:29.469447 [ 255 ] {b8f3d3d5-9b58-4ee2-9808-db8a08ffbd11} <Debug> TCPHandler: Processed in 0.001752683 sec. | ||
| 16110 | 2024.11.22 20:41:29.469615 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16111 | 2024.11.22 20:41:29.469768 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16112 | 2024.11.22 20:41:29.469866 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <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 | ||
| 16113 | 2024.11.22 20:41:29.471114 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16114 | 2024.11.22 20:41:29.471155 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16115 | 2024.11.22 20:41:29.471787 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16116 | 2024.11.22 20:41:29.472061 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16117 | 2024.11.22 20:41:29.472255 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16118 | 2024.11.22 20:41:29.472316 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16119 | 2024.11.22 20:41:29.472356 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002607 sec., 3068.6612965093977 rows/sec., 5.50 MiB/sec. | ||
| 16120 | 2024.11.22 20:41:29.472363 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16121 | 2024.11.22 20:41:29.472764 [ 5 ] {72f51a99-96ac-48cc-8cb6-8d0d83220aa7} <Debug> TCPHandler: Processed in 0.003213598 sec. | ||
| 16122 | 2024.11.22 20:41:29.472780 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 16123 | 2024.11.22 20:41:29.472967 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16124 | 2024.11.22 20:41:29.473200 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16125 | 2024.11.22 20:41:29.473340 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16126 | 2024.11.22 20:41:29.473794 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16127 | 2024.11.22 20:41:29.474062 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2127 rows starting from the beginning of the part | ||
| 16128 | 2024.11.22 20:41:29.474749 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part | ||
| 16129 | 2024.11.22 20:41:29.475486 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 33 rows starting from the beginning of the part | ||
| 16130 | 2024.11.22 20:41:29.475587 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16131 | 2024.11.22 20:41:29.475691 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16132 | 2024.11.22 20:41:29.476060 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 8 rows starting from the beginning of the part | ||
| 16133 | 2024.11.22 20:41:29.476658 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 33 rows starting from the beginning of the part | ||
| 16134 | 2024.11.22 20:41:29.477306 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part | ||
| 16135 | 2024.11.22 20:41:29.477619 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16136 | 2024.11.22 20:41:29.478316 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16137 | 2024.11.22 20:41:29.478752 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005623 sec., 12448.87070958563 rows/sec., 801.15 KiB/sec. | ||
| 16138 | 2024.11.22 20:41:29.478960 [ 255 ] {3b2ef748-5545-462d-86c3-4bbf886b4f41} <Debug> TCPHandler: Processed in 0.006091249 sec. | ||
| 16139 | 2024.11.22 20:41:29.485317 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2217 rows, containing 19 columns (19 merged, 0 gathered) in 0.012785412 sec., 173400.74766460402 rows/sec., 310.73 MiB/sec. | ||
| 16140 | 2024.11.22 20:41:29.487026 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16141 | 2024.11.22 20:41:29.487454 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16142 | 2024.11.22 20:41:29.487547 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16143 | 2024.11.22 20:41:29.487683 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.29 MiB. | ||
| 16144 | 2024.11.22 20:41:31.058856 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16145 | 2024.11.22 20:41:31.058920 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16146 | 2024.11.22 20:41:31.060418 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16147 | 2024.11.22 20:41:31.147394 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16148 | 2024.11.22 20:41:31.147603 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16149 | 2024.11.22 20:41:31.147680 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16150 | 2024.11.22 20:41:31.148456 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16151 | 2024.11.22 20:41:31.148500 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16152 | 2024.11.22 20:41:31.148933 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16153 | 2024.11.22 20:41:31.149199 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16154 | 2024.11.22 20:41:31.149392 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 16155 | 2024.11.22 20:41:31.149457 [ 5 ] {649852d6-ed80-4cac-b638-5bc5a3dcaff6} <Debug> TCPHandler: Processed in 0.002202544 sec. | ||
| 16156 | 2024.11.22 20:41:31.149716 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16157 | 2024.11.22 20:41:31.149919 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16158 | 2024.11.22 20:41:31.150004 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16159 | 2024.11.22 20:41:31.150886 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16160 | 2024.11.22 20:41:31.150932 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16161 | 2024.11.22 20:41:31.151370 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16162 | 2024.11.22 20:41:31.151625 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16163 | 2024.11.22 20:41:31.151883 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec. | ||
| 16164 | 2024.11.22 20:41:31.151951 [ 255 ] {884ec22f-d9ed-4813-83a2-dd9692870371} <Debug> TCPHandler: Processed in 0.002371767 sec. | ||
| 16165 | 2024.11.22 20:41:31.152097 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16166 | 2024.11.22 20:41:31.152243 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16167 | 2024.11.22 20:41:31.152308 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16168 | 2024.11.22 20:41:31.152921 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16169 | 2024.11.22 20:41:31.152958 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16170 | 2024.11.22 20:41:31.153349 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16171 | 2024.11.22 20:41:31.153591 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16172 | 2024.11.22 20:41:31.153718 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_123_25 to all_127_127_0 | ||
| 16173 | 2024.11.22 20:41:31.153760 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16174 | 2024.11.22 20:41:31.153782 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00157 sec., 20382.165605095543 rows/sec., 1.42 MiB/sec. | ||
| 16175 | 2024.11.22 20:41:31.153787 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16176 | 2024.11.22 20:41:31.153890 [ 5 ] {b2ebd52a-4727-4298-8c8d-65c36af030e7} <Debug> TCPHandler: Processed in 0.001853565 sec. | ||
| 16177 | 2024.11.22 20:41:31.154020 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_123_25 to all_127_127_0 into Compact with storage Full | ||
| 16178 | 2024.11.22 20:41:31.154185 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16179 | 2024.11.22 20:41:31.154264 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16180 | 2024.11.22 20:41:31.154344 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 34416 rows starting from the beginning of the part | ||
| 16181 | 2024.11.22 20:41:31.154453 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16182 | 2024.11.22 20:41:31.154587 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 163 rows starting from the beginning of the part | ||
| 16183 | 2024.11.22 20:41:31.154694 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16184 | 2024.11.22 20:41:31.154835 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 16185 | 2024.11.22 20:41:31.155302 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 16186 | 2024.11.22 20:41:31.155706 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 930 rows starting from the beginning of the part | ||
| 16187 | 2024.11.22 20:41:31.157088 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16188 | 2024.11.22 20:41:31.157142 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16189 | 2024.11.22 20:41:31.157720 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16190 | 2024.11.22 20:41:31.158168 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16191 | 2024.11.22 20:41:31.158662 [ 217 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16192 | 2024.11.22 20:41:31.158733 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16193 | 2024.11.22 20:41:31.158888 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004498 sec., 2667.8523788350376 rows/sec., 184.11 KiB/sec. | ||
| 16194 | 2024.11.22 20:41:31.159249 [ 255 ] {c9675f30-ec27-4aa6-ad87-8bb70ae6ca43} <Debug> TCPHandler: Processed in 0.005156266 sec. | ||
| 16195 | 2024.11.22 20:41:31.160783 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16196 | 2024.11.22 20:41:31.164463 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35906 rows, containing 5 columns (5 merged, 0 gathered) in 0.010549148 sec., 3403687.198245773 rows/sec., 229.88 MiB/sec. | ||
| 16197 | 2024.11.22 20:41:31.164916 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
| 16198 | 2024.11.22 20:41:31.165259 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16199 | 2024.11.22 20:41:31.165352 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_123_25, all_127_127_0] -> all_1_127_26 | ||
| 16200 | 2024.11.22 20:41:31.165465 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 16201 | 2024.11.22 20:41:33.352197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 16202 | 2024.11.22 20:41:33.352882 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16203 | 2024.11.22 20:41:33.352929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16204 | 2024.11.22 20:41:33.353479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16205 | 2024.11.22 20:41:33.353742 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16206 | 2024.11.22 20:41:33.353989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 16207 | 2024.11.22 20:41:35.906435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 16208 | 2024.11.22 20:41:35.928665 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16209 | 2024.11.22 20:41:35.928722 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16210 | 2024.11.22 20:41:35.936098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16211 | 2024.11.22 20:41:35.936889 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16212 | 2024.11.22 20:41:35.940340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 16213 | 2024.11.22 20:41:36.045538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2270 | ||
| 16214 | 2024.11.22 20:41:36.048944 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16215 | 2024.11.22 20:41:36.048996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16216 | 2024.11.22 20:41:36.050553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16217 | 2024.11.22 20:41:36.050883 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16218 | 2024.11.22 20:41:36.052511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2270 | ||
| 16219 | 2024.11.22 20:41:36.156111 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2024.11.22 20:41:36.156411 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16221 | 2024.11.22 20:41:36.156524 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16222 | 2024.11.22 20:41:36.157569 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2024.11.22 20:41:36.157618 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16224 | 2024.11.22 20:41:36.158079 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16225 | 2024.11.22 20:41:36.158339 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2024.11.22 20:41:36.158561 [ 67 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16227 | 2024.11.22 20:41:36.158586 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002251 sec., 54198.134162594404 rows/sec., 4.59 MiB/sec. | ||
| 16228 | 2024.11.22 20:41:36.158656 [ 67 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16229 | 2024.11.22 20:41:36.158752 [ 5 ] {d1499da3-9bf0-4b7d-85d8-872dd4b278a1} <Debug> TCPHandler: Processed in 0.002823589 sec. | ||
| 16230 | 2024.11.22 20:41:36.158753 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16231 | 2024.11.22 20:41:36.158981 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 16232 | 2024.11.22 20:41:36.159075 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16233 | 2024.11.22 20:41:36.159130 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16234 | 2024.11.22 20:41:36.159170 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1436 rows starting from the beginning of the part | ||
| 16235 | 2024.11.22 20:41:36.159383 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 219 rows starting from the beginning of the part | ||
| 16236 | 2024.11.22 20:41:36.159520 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16237 | 2024.11.22 20:41:36.159654 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 122 rows starting from the beginning of the part | ||
| 16238 | 2024.11.22 20:41:36.159775 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16239 | 2024.11.22 20:41:36.160054 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1364 rows starting from the beginning of the part | ||
| 16240 | 2024.11.22 20:41:36.160475 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 16241 | 2024.11.22 20:41:36.160783 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 122 rows starting from the beginning of the part | ||
| 16242 | 2024.11.22 20:41:36.162512 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16243 | 2024.11.22 20:41:36.162599 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16244 | 2024.11.22 20:41:36.163673 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16245 | 2024.11.22 20:41:36.163977 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16246 | 2024.11.22 20:41:36.164354 [ 217 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16247 | 2024.11.22 20:41:36.164448 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16248 | 2024.11.22 20:41:36.164505 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005199 sec., 6347.374495095211 rows/sec., 477.29 KiB/sec. | ||
| 16249 | 2024.11.22 20:41:36.164974 [ 255 ] {49bc5123-70fc-4607-b553-f6488b2af239} <Debug> TCPHandler: Processed in 0.006062678 sec. | ||
| 16250 | 2024.11.22 20:41:36.165077 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006192571 sec., 535964.7874848751 rows/sec., 46.80 MiB/sec. | ||
| 16251 | 2024.11.22 20:41:36.165213 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16252 | 2024.11.22 20:41:36.165483 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16253 | 2024.11.22 20:41:36.165542 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16254 | 2024.11.22 20:41:36.165613 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16255 | 2024.11.22 20:41:36.166627 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16256 | 2024.11.22 20:41:36.167044 [ 194 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_131_26} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16257 | 2024.11.22 20:41:36.167307 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 16258 | 2024.11.22 20:41:36.167754 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16259 | 2024.11.22 20:41:36.167800 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16260 | 2024.11.22 20:41:36.168187 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16261 | 2024.11.22 20:41:36.168319 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16262 | 2024.11.22 20:41:36.168692 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16263 | 2024.11.22 20:41:36.168930 [ 70 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16264 | 2024.11.22 20:41:36.168953 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.003546 sec., 27354.765933446135 rows/sec., 2.14 MiB/sec. | ||
| 16265 | 2024.11.22 20:41:36.168984 [ 70 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16266 | 2024.11.22 20:41:36.169048 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16267 | 2024.11.22 20:41:36.169080 [ 5 ] {47b284ec-4e91-46c7-aee8-7e4759633a0a} <Debug> TCPHandler: Processed in 0.003947876 sec. | ||
| 16268 | 2024.11.22 20:41:36.169357 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16269 | 2024.11.22 20:41:36.169369 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 16270 | 2024.11.22 20:41:36.169859 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16271 | 2024.11.22 20:41:36.169870 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16272 | 2024.11.22 20:41:36.169967 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 16273 | 2024.11.22 20:41:36.170182 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16274 | 2024.11.22 20:41:36.170569 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 390 rows starting from the beginning of the part | ||
| 16275 | 2024.11.22 20:41:36.171136 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 97 rows starting from the beginning of the part | ||
| 16276 | 2024.11.22 20:41:36.171803 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 856 rows starting from the beginning of the part | ||
| 16277 | 2024.11.22 20:41:36.172379 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 16278 | 2024.11.22 20:41:36.172784 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 97 rows starting from the beginning of the part | ||
| 16279 | 2024.11.22 20:41:36.174019 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16280 | 2024.11.22 20:41:36.174082 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16281 | 2024.11.22 20:41:36.175176 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16282 | 2024.11.22 20:41:36.175524 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16283 | 2024.11.22 20:41:36.175937 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006308 sec., 25364.61636017755 rows/sec., 1.77 MiB/sec. | ||
| 16284 | 2024.11.22 20:41:36.176193 [ 255 ] {e957b303-b738-4b2a-806a-1837ea854252} <Debug> TCPHandler: Processed in 0.007006151 sec. | ||
| 16285 | 2024.11.22 20:41:36.176237 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007105033 sec., 340462.8803272272 rows/sec., 26.11 MiB/sec. | ||
| 16286 | 2024.11.22 20:41:36.176439 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16287 | 2024.11.22 20:41:36.176480 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16288 | 2024.11.22 20:41:36.176831 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16289 | 2024.11.22 20:41:36.176919 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16290 | 2024.11.22 20:41:36.177076 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <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 | ||
| 16291 | 2024.11.22 20:41:36.177186 [ 196 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_131_26} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16292 | 2024.11.22 20:41:36.177412 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 16293 | 2024.11.22 20:41:36.178568 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16294 | 2024.11.22 20:41:36.178611 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16295 | 2024.11.22 20:41:36.179295 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16296 | 2024.11.22 20:41:36.179561 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16297 | 2024.11.22 20:41:36.179818 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003107 sec., 10621.177985194721 rows/sec., 19.03 MiB/sec. | ||
| 16298 | 2024.11.22 20:41:36.179862 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16299 | 2024.11.22 20:41:36.179901 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16300 | 2024.11.22 20:41:36.179982 [ 5 ] {551e2c1e-cd56-432c-a059-56f09dab0578} <Debug> TCPHandler: Processed in 0.003638149 sec. | ||
| 16301 | 2024.11.22 20:41:36.180181 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16302 | 2024.11.22 20:41:36.180402 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16303 | 2024.11.22 20:41:36.180513 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16304 | 2024.11.22 20:41:36.181891 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16305 | 2024.11.22 20:41:36.181936 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 16306 | 2024.11.22 20:41:36.182761 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16307 | 2024.11.22 20:41:36.183147 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16308 | 2024.11.22 20:41:36.183205 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16309 | 2024.11.22 20:41:36.183892 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003529 sec., 17001.983564749222 rows/sec., 1.15 MiB/sec. | ||
| 16310 | 2024.11.22 20:41:36.184215 [ 255 ] {71c575c8-affe-4c6d-a26c-ec569778ce5a} <Debug> TCPHandler: Processed in 0.004130421 sec. | ||
| 16311 | 2024.11.22 20:41:40.580001 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16312 | 2024.11.22 20:41:40.580076 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16313 | 2024.11.22 20:41:40.855076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 16314 | 2024.11.22 20:41:40.855715 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16315 | 2024.11.22 20:41:40.855761 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16316 | 2024.11.22 20:41:40.856314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16317 | 2024.11.22 20:41:40.856582 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16318 | 2024.11.22 20:41:40.856836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 16319 | 2024.11.22 20:41:41.158784 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16320 | 2024.11.22 20:41:41.159088 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16321 | 2024.11.22 20:41:41.159185 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16322 | 2024.11.22 20:41:41.159933 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16323 | 2024.11.22 20:41:41.159981 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16324 | 2024.11.22 20:41:41.160416 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16325 | 2024.11.22 20:41:41.160673 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16326 | 2024.11.22 20:41:41.160941 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 16327 | 2024.11.22 20:41:41.161037 [ 5 ] {4a689f3e-392d-40a2-bf08-33a415fce386} <Debug> TCPHandler: Processed in 0.002435899 sec. | ||
| 16328 | 2024.11.22 20:41:41.161342 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16329 | 2024.11.22 20:41:41.161546 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16330 | 2024.11.22 20:41:41.161625 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16331 | 2024.11.22 20:41:41.162504 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16332 | 2024.11.22 20:41:41.162548 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16333 | 2024.11.22 20:41:41.163000 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16334 | 2024.11.22 20:41:41.163255 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16335 | 2024.11.22 20:41:41.163476 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001987 sec., 110216.40664318067 rows/sec., 9.60 MiB/sec. | ||
| 16336 | 2024.11.22 20:41:41.163579 [ 255 ] {2d53d652-82fc-4f0d-957d-57647268edd4} <Debug> TCPHandler: Processed in 0.002426419 sec. | ||
| 16337 | 2024.11.22 20:41:41.163811 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16338 | 2024.11.22 20:41:41.164152 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16339 | 2024.11.22 20:41:41.164210 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16340 | 2024.11.22 20:41:41.164813 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16341 | 2024.11.22 20:41:41.164854 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16342 | 2024.11.22 20:41:41.165220 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16343 | 2024.11.22 20:41:41.165460 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16344 | 2024.11.22 20:41:41.165671 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001609 sec., 9322.560596643878 rows/sec., 657.31 KiB/sec. | ||
| 16345 | 2024.11.22 20:41:41.165726 [ 5 ] {81a55e70-6e1e-4c97-8749-53e309457fc1} <Debug> TCPHandler: Processed in 0.0020433 sec. | ||
| 16346 | 2024.11.22 20:41:41.165866 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2024.11.22 20:41:41.165991 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16348 | 2024.11.22 20:41:41.166045 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16349 | 2024.11.22 20:41:41.166664 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16350 | 2024.11.22 20:41:41.166702 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16351 | 2024.11.22 20:41:41.167068 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16352 | 2024.11.22 20:41:41.167301 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16353 | 2024.11.22 20:41:41.167515 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001544 sec., 9067.357512953367 rows/sec., 635.02 KiB/sec. | ||
| 16354 | 2024.11.22 20:41:41.167594 [ 255 ] {62a7488c-3f94-4d99-8d94-6365cd5dbb83} <Debug> TCPHandler: Processed in 0.001791383 sec. | ||
| 16355 | 2024.11.22 20:41:41.167828 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16356 | 2024.11.22 20:41:41.167991 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16357 | 2024.11.22 20:41:41.168041 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16358 | 2024.11.22 20:41:41.168624 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16359 | 2024.11.22 20:41:41.168665 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16360 | 2024.11.22 20:41:41.169047 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16361 | 2024.11.22 20:41:41.169285 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16362 | 2024.11.22 20:41:41.169501 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 16363 | 2024.11.22 20:41:41.169554 [ 5 ] {39453a11-fb83-41ae-b796-3eca6acba4ed} <Debug> TCPHandler: Processed in 0.001842865 sec. | ||
| 16364 | 2024.11.22 20:41:41.169705 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16365 | 2024.11.22 20:41:41.169822 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16366 | 2024.11.22 20:41:41.169871 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16367 | 2024.11.22 20:41:41.170577 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16368 | 2024.11.22 20:41:41.170614 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16369 | 2024.11.22 20:41:41.170996 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16370 | 2024.11.22 20:41:41.171237 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16371 | 2024.11.22 20:41:41.171438 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001634 sec., 238678.0905752754 rows/sec., 16.93 MiB/sec. | ||
| 16372 | 2024.11.22 20:41:41.171501 [ 255 ] {3c05e106-6130-45ee-a420-2ab8888a2a1a} <Debug> TCPHandler: Processed in 0.001853485 sec. | ||
| 16373 | 2024.11.22 20:41:41.171704 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16374 | 2024.11.22 20:41:41.172045 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16375 | 2024.11.22 20:41:41.172177 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16376 | 2024.11.22 20:41:41.172704 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16377 | 2024.11.22 20:41:41.172744 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16378 | 2024.11.22 20:41:41.173107 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16379 | 2024.11.22 20:41:41.173344 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16380 | 2024.11.22 20:41:41.173560 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec. | ||
| 16381 | 2024.11.22 20:41:41.173612 [ 5 ] {404279fe-7e14-44f7-b331-1acb4d3414b5} <Debug> TCPHandler: Processed in 0.00202186 sec. | ||
| 16382 | 2024.11.22 20:41:41.173752 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16383 | 2024.11.22 20:41:41.173883 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16384 | 2024.11.22 20:41:41.173938 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16385 | 2024.11.22 20:41:41.174527 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16386 | 2024.11.22 20:41:41.174563 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16387 | 2024.11.22 20:41:41.174969 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16388 | 2024.11.22 20:41:41.175224 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2024.11.22 20:41:41.175402 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec. | ||
| 16390 | 2024.11.22 20:41:41.175456 [ 255 ] {1236d5a0-b21e-4f77-8c7f-287aec6389fc} <Debug> TCPHandler: Processed in 0.001765014 sec. | ||
| 16391 | 2024.11.22 20:41:41.175588 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16392 | 2024.11.22 20:41:41.175707 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16393 | 2024.11.22 20:41:41.175758 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16394 | 2024.11.22 20:41:41.176234 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16395 | 2024.11.22 20:41:41.176274 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16396 | 2024.11.22 20:41:41.176824 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16397 | 2024.11.22 20:41:41.177319 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16398 | 2024.11.22 20:41:41.177535 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001853 sec., 539.6654074473826 rows/sec., 36.36 KiB/sec. | ||
| 16399 | 2024.11.22 20:41:41.177587 [ 5 ] {ddd19919-54c5-454f-bb07-9ec8591feb3f} <Debug> TCPHandler: Processed in 0.00205299 sec. | ||
| 16400 | 2024.11.22 20:41:41.177731 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16401 | 2024.11.22 20:41:41.177869 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16402 | 2024.11.22 20:41:41.177961 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <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 | ||
| 16403 | 2024.11.22 20:41:41.179887 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2024.11.22 20:41:41.179926 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16405 | 2024.11.22 20:41:41.180553 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16406 | 2024.11.22 20:41:41.180814 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.11.22 20:41:41.181020 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003183 sec., 2513.3521834747094 rows/sec., 4.50 MiB/sec. | ||
| 16408 | 2024.11.22 20:41:41.181127 [ 255 ] {c2b25f1d-543f-4e53-94ff-e4c2baec0c97} <Debug> TCPHandler: Processed in 0.003460124 sec. | ||
| 16409 | 2024.11.22 20:41:41.181329 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2024.11.22 20:41:41.181552 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16411 | 2024.11.22 20:41:41.181644 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16412 | 2024.11.22 20:41:41.182360 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2024.11.22 20:41:41.182399 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16414 | 2024.11.22 20:41:41.182778 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16415 | 2024.11.22 20:41:41.183021 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2024.11.22 20:41:41.183257 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001761 sec., 46564.45201590006 rows/sec., 2.96 MiB/sec. | ||
| 16417 | 2024.11.22 20:41:41.183310 [ 5 ] {5b498671-d589-4133-9ee0-6ff95a333a17} <Debug> TCPHandler: Processed in 0.002087841 sec. | ||
| 16418 | 2024.11.22 20:41:43.441366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16419 | 2024.11.22 20:41:43.464151 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16420 | 2024.11.22 20:41:43.464206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16421 | 2024.11.22 20:41:43.471579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16422 | 2024.11.22 20:41:43.472365 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16423 | 2024.11.22 20:41:43.476738 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16424 | 2024.11.22 20:41:46.053726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2304 | ||
| 16425 | 2024.11.22 20:41:46.058193 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16426 | 2024.11.22 20:41:46.058248 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16427 | 2024.11.22 20:41:46.059824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16428 | 2024.11.22 20:41:46.060150 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16429 | 2024.11.22 20:41:46.061565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2304 | ||
| 16430 | 2024.11.22 20:41:46.155833 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16431 | 2024.11.22 20:41:46.156049 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16432 | 2024.11.22 20:41:46.156128 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16433 | 2024.11.22 20:41:46.156989 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16434 | 2024.11.22 20:41:46.157033 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16435 | 2024.11.22 20:41:46.157483 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16436 | 2024.11.22 20:41:46.157741 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16437 | 2024.11.22 20:41:46.157947 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001958 sec., 62308.47803881511 rows/sec., 5.28 MiB/sec. | ||
| 16438 | 2024.11.22 20:41:46.158010 [ 5 ] {ec7c8826-0c14-455d-93e8-8284b7f1ca51} <Debug> TCPHandler: Processed in 0.002321917 sec. | ||
| 16439 | 2024.11.22 20:41:46.158275 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16440 | 2024.11.22 20:41:46.158493 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16441 | 2024.11.22 20:41:46.158578 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16442 | 2024.11.22 20:41:46.159456 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16443 | 2024.11.22 20:41:46.159513 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16444 | 2024.11.22 20:41:46.159966 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16445 | 2024.11.22 20:41:46.160234 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16446 | 2024.11.22 20:41:46.160478 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002045 sec., 16136.919315403424 rows/sec., 1.18 MiB/sec. | ||
| 16447 | 2024.11.22 20:41:46.160553 [ 255 ] {96941e5e-2b81-469e-a5c7-9368284878fc} <Debug> TCPHandler: Processed in 0.002414199 sec. | ||
| 16448 | 2024.11.22 20:41:46.160721 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16449 | 2024.11.22 20:41:46.160865 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16450 | 2024.11.22 20:41:46.160924 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16451 | 2024.11.22 20:41:46.161611 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16452 | 2024.11.22 20:41:46.161650 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16453 | 2024.11.22 20:41:46.162035 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16454 | 2024.11.22 20:41:46.162278 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16455 | 2024.11.22 20:41:46.162466 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001636 sec., 59290.953545232274 rows/sec., 4.63 MiB/sec. | ||
| 16456 | 2024.11.22 20:41:46.162512 [ 221 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 16457 | 2024.11.22 20:41:46.162533 [ 5 ] {134148bc-85e2-4a93-b1f3-996b0f070483} <Debug> TCPHandler: Processed in 0.001882216 sec. | ||
| 16458 | 2024.11.22 20:41:46.162556 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 16459 | 2024.11.22 20:41:46.162711 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16460 | 2024.11.22 20:41:46.162918 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16461 | 2024.11.22 20:41:46.163035 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16462 | 2024.11.22 20:41:46.164589 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16463 | 2024.11.22 20:41:46.164659 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16464 | 2024.11.22 20:41:46.165540 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16465 | 2024.11.22 20:41:46.165715 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 16466 | 2024.11.22 20:41:46.166022 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16467 | 2024.11.22 20:41:46.166638 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003774 sec., 42395.33651298357 rows/sec., 2.95 MiB/sec. | ||
| 16468 | 2024.11.22 20:41:46.166855 [ 255 ] {87a2e920-7652-4d88-9d0f-6c4d0ad9aa68} <Debug> TCPHandler: Processed in 0.004220513 sec. | ||
| 16469 | 2024.11.22 20:41:46.167020 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16470 | 2024.11.22 20:41:46.167141 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16471 | 2024.11.22 20:41:46.167223 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <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 | ||
| 16472 | 2024.11.22 20:41:46.168556 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16473 | 2024.11.22 20:41:46.168596 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16474 | 2024.11.22 20:41:46.169275 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16475 | 2024.11.22 20:41:46.169551 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16476 | 2024.11.22 20:41:46.169817 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002699 sec., 12226.750648388292 rows/sec., 21.91 MiB/sec. | ||
| 16477 | 2024.11.22 20:41:46.169995 [ 5 ] {3a1ea099-7fe6-4752-ab25-e75825e71994} <Debug> TCPHandler: Processed in 0.003049025 sec. | ||
| 16478 | 2024.11.22 20:41:46.170252 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16479 | 2024.11.22 20:41:46.170580 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16480 | 2024.11.22 20:41:46.170665 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16481 | 2024.11.22 20:41:46.171249 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16482 | 2024.11.22 20:41:46.171285 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16483 | 2024.11.22 20:41:46.171656 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16484 | 2024.11.22 20:41:46.171892 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16485 | 2024.11.22 20:41:46.172034 [ 140 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16486 | 2024.11.22 20:41:46.172078 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 16487 | 2024.11.22 20:41:46.172086 [ 140 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16488 | 2024.11.22 20:41:46.172127 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16489 | 2024.11.22 20:41:46.172149 [ 255 ] {f5de2293-b795-4840-8a48-f4d0ac672310} <Debug> TCPHandler: Processed in 0.00205691 sec. | ||
| 16490 | 2024.11.22 20:41:46.172274 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 16491 | 2024.11.22 20:41:46.172392 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16492 | 2024.11.22 20:41:46.172427 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7608 rows starting from the beginning of the part | ||
| 16493 | 2024.11.22 20:41:46.172502 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 70 rows starting from the beginning of the part | ||
| 16494 | 2024.11.22 20:41:46.172604 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 12 rows starting from the beginning of the part | ||
| 16495 | 2024.11.22 20:41:46.172904 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 16496 | 2024.11.22 20:41:46.173016 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 16497 | 2024.11.22 20:41:46.173145 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 16498 | 2024.11.22 20:41:46.175299 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003097976 sec., 2547469.702799505 rows/sec., 166.04 MiB/sec. | ||
| 16499 | 2024.11.22 20:41:46.176169 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16500 | 2024.11.22 20:41:46.176560 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2024.11.22 20:41:46.176657 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_131_26} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16502 | 2024.11.22 20:41:46.176766 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 16503 | 2024.11.22 20:41:47.413227 [ 220 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 16504 | 2024.11.22 20:41:47.413303 [ 220 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 16505 | 2024.11.22 20:41:47.414772 [ 220 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 16506 | 2024.11.22 20:41:48.357915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 16507 | 2024.11.22 20:41:48.358579 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16508 | 2024.11.22 20:41:48.358626 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16509 | 2024.11.22 20:41:48.359171 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16510 | 2024.11.22 20:41:48.359451 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16511 | 2024.11.22 20:41:48.359699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16512 | 2024.11.22 20:41:50.977766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16513 | 2024.11.22 20:41:51.002037 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2024.11.22 20:41:51.002106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16515 | 2024.11.22 20:41:51.009580 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16516 | 2024.11.22 20:41:51.010377 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16517 | 2024.11.22 20:41:51.013388 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16518 | 2024.11.22 20:41:51.158296 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16519 | 2024.11.22 20:41:51.158487 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16520 | 2024.11.22 20:41:51.158560 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16521 | 2024.11.22 20:41:51.159314 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16522 | 2024.11.22 20:41:51.159364 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16523 | 2024.11.22 20:41:51.159806 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16524 | 2024.11.22 20:41:51.160074 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16525 | 2024.11.22 20:41:51.160297 [ 135 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16526 | 2024.11.22 20:41:51.160364 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 16527 | 2024.11.22 20:41:51.160388 [ 135 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16528 | 2024.11.22 20:41:51.160454 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16529 | 2024.11.22 20:41:51.160494 [ 5 ] {ba5c5e7f-10e8-4e51-931b-3744d17032ec} <Debug> TCPHandler: Processed in 0.002322176 sec. | ||
| 16530 | 2024.11.22 20:41:51.160715 [ 219 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 16531 | 2024.11.22 20:41:51.160786 [ 219 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 16532 | 2024.11.22 20:41:51.160800 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16533 | 2024.11.22 20:41:51.160804 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 16534 | 2024.11.22 20:41:51.161212 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16535 | 2024.11.22 20:41:51.161256 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16536 | 2024.11.22 20:41:51.161345 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16537 | 2024.11.22 20:41:51.161349 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16538 | 2024.11.22 20:41:51.161872 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16539 | 2024.11.22 20:41:51.162479 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16540 | 2024.11.22 20:41:51.162985 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16541 | 2024.11.22 20:41:51.163561 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16542 | 2024.11.22 20:41:51.166038 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16543 | 2024.11.22 20:41:51.166149 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16544 | 2024.11.22 20:41:51.166260 [ 219 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 16545 | 2024.11.22 20:41:51.168153 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007557004 sec., 9262.930124160315 rows/sec., 702.99 KiB/sec. | ||
| 16546 | 2024.11.22 20:41:51.168196 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16547 | 2024.11.22 20:41:51.168403 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16548 | 2024.11.22 20:41:51.168636 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16549 | 2024.11.22 20:41:51.168747 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16550 | 2024.11.22 20:41:51.168929 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_57_14} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16551 | 2024.11.22 20:41:51.168962 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.007875 sec., 27809.52380952381 rows/sec., 2.42 MiB/sec. | ||
| 16552 | 2024.11.22 20:41:51.169032 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16553 | 2024.11.22 20:41:51.169079 [ 255 ] {e6275583-0a6a-40a6-b489-08fad5e27e78} <Debug> TCPHandler: Processed in 0.008462106 sec. | ||
| 16554 | 2024.11.22 20:41:51.169254 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16555 | 2024.11.22 20:41:51.169384 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16556 | 2024.11.22 20:41:51.169436 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16557 | 2024.11.22 20:41:51.170029 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16558 | 2024.11.22 20:41:51.170070 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16559 | 2024.11.22 20:41:51.170444 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16560 | 2024.11.22 20:41:51.170698 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16561 | 2024.11.22 20:41:51.170912 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001549 sec., 9683.666881859264 rows/sec., 682.77 KiB/sec. | ||
| 16562 | 2024.11.22 20:41:51.170986 [ 5 ] {8f9f9521-00aa-4849-93c4-f2daa390b591} <Debug> TCPHandler: Processed in 0.001789794 sec. | ||
| 16563 | 2024.11.22 20:41:51.171181 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16564 | 2024.11.22 20:41:51.171485 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16565 | 2024.11.22 20:41:51.171582 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16566 | 2024.11.22 20:41:51.172291 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16567 | 2024.11.22 20:41:51.172341 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16568 | 2024.11.22 20:41:51.172711 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16569 | 2024.11.22 20:41:51.172949 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16570 | 2024.11.22 20:41:51.173123 [ 134 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_53_11 to all_58_58_0 | ||
| 16571 | 2024.11.22 20:41:51.173193 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001824 sec., 7675.438596491228 rows/sec., 537.54 KiB/sec. | ||
| 16572 | 2024.11.22 20:41:51.173198 [ 134 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16573 | 2024.11.22 20:41:51.173285 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16574 | 2024.11.22 20:41:51.173327 [ 255 ] {4b8d215e-1422-421c-8b76-308fe694110d} <Debug> TCPHandler: Processed in 0.002233055 sec. | ||
| 16575 | 2024.11.22 20:41:51.173644 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_53_11 to all_58_58_0 into Compact with storage Full | ||
| 16576 | 2024.11.22 20:41:51.173668 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16577 | 2024.11.22 20:41:51.174310 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16578 | 2024.11.22 20:41:51.174330 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16579 | 2024.11.22 20:41:51.174459 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 243 rows starting from the beginning of the part | ||
| 16580 | 2024.11.22 20:41:51.174518 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16581 | 2024.11.22 20:41:51.175059 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16582 | 2024.11.22 20:41:51.175629 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16583 | 2024.11.22 20:41:51.176069 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 242 rows starting from the beginning of the part | ||
| 16584 | 2024.11.22 20:41:51.176576 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16585 | 2024.11.22 20:41:51.176939 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 16586 | 2024.11.22 20:41:51.178115 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16587 | 2024.11.22 20:41:51.178190 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16588 | 2024.11.22 20:41:51.179271 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16589 | 2024.11.22 20:41:51.179669 [ 196 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006262723 sec., 86384.14951451628 rows/sec., 6.19 MiB/sec. | ||
| 16590 | 2024.11.22 20:41:51.179816 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2024.11.22 20:41:51.179907 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Trace> MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) | ||
| 16592 | 2024.11.22 20:41:51.180126 [ 134 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16593 | 2024.11.22 20:41:51.180238 [ 134 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16594 | 2024.11.22 20:41:51.180315 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16595 | 2024.11.22 20:41:51.180352 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006265 sec., 2075.0199521149243 rows/sec., 129.38 KiB/sec. | ||
| 16596 | 2024.11.22 20:41:51.180709 [ 5 ] {347282ae-c2e1-4244-aead-63250ab271a1} <Debug> TCPHandler: Processed in 0.007252467 sec. | ||
| 16597 | 2024.11.22 20:41:51.180748 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 16598 | 2024.11.22 20:41:51.180766 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16599 | 2024.11.22 20:41:51.180947 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16600 | 2024.11.22 20:41:51.181026 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16601 | 2024.11.22 20:41:51.181045 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_58_12} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_53_11, all_58_58_0] -> all_1_58_12 | ||
| 16602 | 2024.11.22 20:41:51.181093 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16603 | 2024.11.22 20:41:51.181401 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 16604 | 2024.11.22 20:41:51.181533 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16605 | 2024.11.22 20:41:51.181594 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16606 | 2024.11.22 20:41:51.181803 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16607 | 2024.11.22 20:41:51.181846 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16608 | 2024.11.22 20:41:51.182106 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16609 | 2024.11.22 20:41:51.182340 [ 197 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16610 | 2024.11.22 20:41:51.184514 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16611 | 2024.11.22 20:41:51.184599 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16612 | 2024.11.22 20:41:51.184953 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00450435 sec., 14430.494965977334 rows/sec., 956.11 KiB/sec. | ||
| 16613 | 2024.11.22 20:41:51.185176 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16614 | 2024.11.22 20:41:51.185460 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16615 | 2024.11.22 20:41:51.185747 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16616 | 2024.11.22 20:41:51.185940 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_57_14} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16617 | 2024.11.22 20:41:51.185951 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16618 | 2024.11.22 20:41:51.186101 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16619 | 2024.11.22 20:41:51.186287 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005091 sec., 76605.77489687684 rows/sec., 5.43 MiB/sec. | ||
| 16620 | 2024.11.22 20:41:51.186352 [ 255 ] {dcca6500-0169-468c-a4a9-6eea5cc897e7} <Debug> TCPHandler: Processed in 0.005542155 sec. | ||
| 16621 | 2024.11.22 20:41:51.186535 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16622 | 2024.11.22 20:41:51.186677 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16623 | 2024.11.22 20:41:51.186737 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16624 | 2024.11.22 20:41:51.187324 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16625 | 2024.11.22 20:41:51.187378 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16626 | 2024.11.22 20:41:51.187754 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16627 | 2024.11.22 20:41:51.187993 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16628 | 2024.11.22 20:41:51.188158 [ 134 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 | ||
| 16629 | 2024.11.22 20:41:51.188207 [ 134 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16630 | 2024.11.22 20:41:51.188249 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16631 | 2024.11.22 20:41:51.188246 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. | ||
| 16632 | 2024.11.22 20:41:51.188521 [ 5 ] {39dde392-7577-4d12-bed9-71c304680711} <Debug> TCPHandler: Processed in 0.00204621 sec. | ||
| 16633 | 2024.11.22 20:41:51.188605 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full | ||
| 16634 | 2024.11.22 20:41:51.188832 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16635 | 2024.11.22 20:41:51.189341 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16636 | 2024.11.22 20:41:51.189382 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16637 | 2024.11.22 20:41:51.189458 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 312 rows starting from the beginning of the part | ||
| 16638 | 2024.11.22 20:41:51.189468 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16639 | 2024.11.22 20:41:51.189753 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16640 | 2024.11.22 20:41:51.190106 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16641 | 2024.11.22 20:41:51.190491 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16642 | 2024.11.22 20:41:51.190798 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16643 | 2024.11.22 20:41:51.191042 [ 198 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 16644 | 2024.11.22 20:41:51.192156 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16645 | 2024.11.22 20:41:51.192230 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16646 | 2024.11.22 20:41:51.193372 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16647 | 2024.11.22 20:41:51.193590 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 4 columns (4 merged, 0 gathered) in 0.005253738 sec., 65096.5084288558 rows/sec., 3.32 MiB/sec. | ||
| 16648 | 2024.11.22 20:41:51.193825 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
| 16649 | 2024.11.22 20:41:51.193861 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16650 | 2024.11.22 20:41:51.194251 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_127_26 to all_132_132_0 | ||
| 16651 | 2024.11.22 20:41:51.194321 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005169 sec., 45850.261172373765 rows/sec., 3.07 MiB/sec. | ||
| 16652 | 2024.11.22 20:41:51.194321 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16653 | 2024.11.22 20:41:51.194414 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16654 | 2024.11.22 20:41:51.194519 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16655 | 2024.11.22 20:41:51.194627 [ 255 ] {714ea347-ed3c-43d8-9882-df8b0c0a1b8d} <Debug> TCPHandler: Processed in 0.005991416 sec. | ||
| 16656 | 2024.11.22 20:41:51.194958 [ 188 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_57_12} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 | ||
| 16657 | 2024.11.22 20:41:51.194967 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16658 | 2024.11.22 20:41:51.194982 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_127_26 to all_132_132_0 into Compact with storage Full | ||
| 16659 | 2024.11.22 20:41:51.195207 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16660 | 2024.11.22 20:41:51.195317 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16661 | 2024.11.22 20:41:51.195332 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16662 | 2024.11.22 20:41:51.195371 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 35906 rows starting from the beginning of the part | ||
| 16663 | 2024.11.22 20:41:51.195385 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16664 | 2024.11.22 20:41:51.195656 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 32 rows starting from the beginning of the part | ||
| 16665 | 2024.11.22 20:41:51.196077 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 16666 | 2024.11.22 20:41:51.196512 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 16667 | 2024.11.22 20:41:51.196841 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part | ||
| 16668 | 2024.11.22 20:41:51.197092 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part | ||
| 16669 | 2024.11.22 20:41:51.197768 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16670 | 2024.11.22 20:41:51.197809 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16671 | 2024.11.22 20:41:51.198261 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16672 | 2024.11.22 20:41:51.198519 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16673 | 2024.11.22 20:41:51.198786 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00359 sec., 278.5515320334262 rows/sec., 18.77 KiB/sec. | ||
| 16674 | 2024.11.22 20:41:51.198806 [ 220 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 6 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, all_10_10_0] | ||
| 16675 | 2024.11.22 20:41:51.198912 [ 220 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 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, all_10_10_0] | ||
| 16676 | 2024.11.22 20:41:51.199001 [ 5 ] {77266f34-b936-4848-8ca4-0619254d4eac} <Debug> TCPHandler: Processed in 0.004228133 sec. | ||
| 16677 | 2024.11.22 20:41:51.199273 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16678 | 2024.11.22 20:41:51.199619 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16679 | 2024.11.22 20:41:51.199960 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <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 | ||
| 16680 | 2024.11.22 20:41:51.203704 [ 220 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16681 | 2024.11.22 20:41:51.204698 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16682 | 2024.11.22 20:41:51.204739 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16683 | 2024.11.22 20:41:51.205701 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16684 | 2024.11.22 20:41:51.206052 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16685 | 2024.11.22 20:41:51.206424 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006911 sec., 1157.5748806250906 rows/sec., 2.07 MiB/sec. | ||
| 16686 | 2024.11.22 20:41:51.206542 [ 255 ] {ab337d5f-6ea6-4319-8748-0e2730dbcd17} <Debug> TCPHandler: Processed in 0.007406501 sec. | ||
| 16687 | 2024.11.22 20:41:51.206704 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16688 | 2024.11.22 20:41:51.206963 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16689 | 2024.11.22 20:41:51.207068 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16690 | 2024.11.22 20:41:51.207817 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16691 | 2024.11.22 20:41:51.207863 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16692 | 2024.11.22 20:41:51.208365 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16693 | 2024.11.22 20:41:51.208831 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16694 | 2024.11.22 20:41:51.209082 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002193 sec., 37391.70086639307 rows/sec., 2.37 MiB/sec. | ||
| 16695 | 2024.11.22 20:41:51.209250 [ 5 ] {b093a5fc-40cc-4cc2-ae57-7d3ef04d707c} <Debug> TCPHandler: Processed in 0.002611324 sec. | ||
| 16696 | 2024.11.22 20:41:51.210104 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36732 rows, containing 5 columns (5 merged, 0 gathered) in 0.015497049 sec., 2370257.7180984584 rows/sec., 160.12 MiB/sec. | ||
| 16697 | 2024.11.22 20:41:51.210525 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Trace> MergedBlockOutputStream: filled checksums all_1_132_27 (state Temporary) | ||
| 16698 | 2024.11.22 20:41:51.210825 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_132_27 to all_1_132_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16699 | 2024.11.22 20:41:51.210901 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_127_26, all_132_132_0] -> all_1_132_27 | ||
| 16700 | 2024.11.22 20:41:51.210995 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 16701 | 2024.11.22 20:41:52.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.74 MiB, peak 288.51 MiB, free memory in arenas 0.00 B, will set to 269.30 MiB (RSS), difference: -1.44 MiB | ||
| 16702 | 2024.11.22 20:41:52.309890 [ 223 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 16703 | 2024.11.22 20:41:52.309951 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 16704 | 2024.11.22 20:41:52.311120 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 16705 | 2024.11.22 20:41:55.580116 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16706 | 2024.11.22 20:41:55.580171 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16707 | 2024.11.22 20:41:55.860780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 16708 | 2024.11.22 20:41:55.861428 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16709 | 2024.11.22 20:41:55.861476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16710 | 2024.11.22 20:41:55.862020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16711 | 2024.11.22 20:41:55.862289 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16712 | 2024.11.22 20:41:55.862582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 16713 | 2024.11.22 20:41:55.862700 [ 217 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 16714 | 2024.11.22 20:41:55.862781 [ 217 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 16715 | 2024.11.22 20:41:55.864468 [ 217 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 16716 | 2024.11.22 20:41:56.001386 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018135 sec. | ||
| 16717 | 2024.11.22 20:41:56.062683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2338 | ||
| 16718 | 2024.11.22 20:41:56.065766 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16719 | 2024.11.22 20:41:56.065809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16720 | 2024.11.22 20:41:56.067326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16721 | 2024.11.22 20:41:56.067651 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16722 | 2024.11.22 20:41:56.067903 [ 219 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 16723 | 2024.11.22 20:41:56.067958 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 16724 | 2024.11.22 20:41:56.068457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2338 | ||
| 16725 | 2024.11.22 20:41:56.069599 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 16726 | 2024.11.22 20:41:56.155559 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16727 | 2024.11.22 20:41:56.155753 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16728 | 2024.11.22 20:41:56.155829 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16729 | 2024.11.22 20:41:56.156619 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16730 | 2024.11.22 20:41:56.156670 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16731 | 2024.11.22 20:41:56.157135 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16732 | 2024.11.22 20:41:56.157392 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16733 | 2024.11.22 20:41:56.157645 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001943 sec., 62789.50077200206 rows/sec., 5.32 MiB/sec. | ||
| 16734 | 2024.11.22 20:41:56.157724 [ 5 ] {11a73e16-0b11-443b-af77-87df69e3110c} <Debug> TCPHandler: Processed in 0.002288567 sec. | ||
| 16735 | 2024.11.22 20:41:56.157998 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16736 | 2024.11.22 20:41:56.158233 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16737 | 2024.11.22 20:41:56.158310 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16738 | 2024.11.22 20:41:56.159117 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16739 | 2024.11.22 20:41:56.159175 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16740 | 2024.11.22 20:41:56.159625 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16741 | 2024.11.22 20:41:56.159897 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16742 | 2024.11.22 20:41:56.160083 [ 127 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16743 | 2024.11.22 20:41:56.160150 [ 127 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16744 | 2024.11.22 20:41:56.160175 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001984 sec., 16633.06451612903 rows/sec., 1.22 MiB/sec. | ||
| 16745 | 2024.11.22 20:41:56.160189 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16746 | 2024.11.22 20:41:56.160345 [ 255 ] {7bcd9aff-9026-4576-83ed-3d07ba802bb7} <Debug> TCPHandler: Processed in 0.002517981 sec. | ||
| 16747 | 2024.11.22 20:41:56.160409 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 16748 | 2024.11.22 20:41:56.160556 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16749 | 2024.11.22 20:41:56.160577 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16750 | 2024.11.22 20:41:56.160639 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 66 rows starting from the beginning of the part | ||
| 16751 | 2024.11.22 20:41:56.160853 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16752 | 2024.11.22 20:41:56.160885 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 33 rows starting from the beginning of the part | ||
| 16753 | 2024.11.22 20:41:56.161032 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16754 | 2024.11.22 20:41:56.161354 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 15 rows starting from the beginning of the part | ||
| 16755 | 2024.11.22 20:41:56.161823 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 33 rows starting from the beginning of the part | ||
| 16756 | 2024.11.22 20:41:56.162180 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 15 rows starting from the beginning of the part | ||
| 16757 | 2024.11.22 20:41:56.162646 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 33 rows starting from the beginning of the part | ||
| 16758 | 2024.11.22 20:41:56.164109 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16759 | 2024.11.22 20:41:56.164191 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16760 | 2024.11.22 20:41:56.165392 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16761 | 2024.11.22 20:41:56.165511 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005181266 sec., 37635.58944860194 rows/sec., 2.85 MiB/sec. | ||
| 16762 | 2024.11.22 20:41:56.165762 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16763 | 2024.11.22 20:41:56.165778 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16764 | 2024.11.22 20:41:56.166251 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005516 sec., 17585.206671501088 rows/sec., 1.37 MiB/sec. | ||
| 16765 | 2024.11.22 20:41:56.166303 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16766 | 2024.11.22 20:41:56.166362 [ 5 ] {a7c83452-ce32-4b74-b3d0-e6159af41b7d} <Debug> TCPHandler: Processed in 0.005891603 sec. | ||
| 16767 | 2024.11.22 20:41:56.166452 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_116_23} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16768 | 2024.11.22 20:41:56.166575 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16769 | 2024.11.22 20:41:56.166602 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16770 | 2024.11.22 20:41:56.166720 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16771 | 2024.11.22 20:41:56.166784 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16772 | 2024.11.22 20:41:56.167373 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16773 | 2024.11.22 20:41:56.167415 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16774 | 2024.11.22 20:41:56.167827 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16775 | 2024.11.22 20:41:56.168066 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16776 | 2024.11.22 20:41:56.168306 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 16777 | 2024.11.22 20:41:56.168369 [ 255 ] {87b8fed8-2811-4906-a1e6-e4da4c5a385c} <Debug> TCPHandler: Processed in 0.001894206 sec. | ||
| 16778 | 2024.11.22 20:41:56.168395 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16779 | 2024.11.22 20:41:56.168473 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16780 | 2024.11.22 20:41:56.168531 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16781 | 2024.11.22 20:41:56.168779 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16782 | 2024.11.22 20:41:56.168951 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <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 | ||
| 16783 | 2024.11.22 20:41:56.172083 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 16784 | 2024.11.22 20:41:56.173166 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16785 | 2024.11.22 20:41:56.173258 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16786 | 2024.11.22 20:41:56.174245 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16787 | 2024.11.22 20:41:56.174516 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16788 | 2024.11.22 20:41:56.174742 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16789 | 2024.11.22 20:41:56.174766 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006031 sec., 5471.729398109766 rows/sec., 9.81 MiB/sec. | ||
| 16790 | 2024.11.22 20:41:56.174834 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16791 | 2024.11.22 20:41:56.174930 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16792 | 2024.11.22 20:41:56.175147 [ 5 ] {3dece519-11ed-445f-adff-0140b2df1391} <Debug> TCPHandler: Processed in 0.006684704 sec. | ||
| 16793 | 2024.11.22 20:41:56.175243 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 16794 | 2024.11.22 20:41:56.175409 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16795 | 2024.11.22 20:41:56.175718 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16796 | 2024.11.22 20:41:56.175848 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16797 | 2024.11.22 20:41:56.175898 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16798 | 2024.11.22 20:41:56.176147 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2217 rows starting from the beginning of the part | ||
| 16799 | 2024.11.22 20:41:56.176916 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 33 rows starting from the beginning of the part | ||
| 16800 | 2024.11.22 20:41:56.177768 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 8 rows starting from the beginning of the part | ||
| 16801 | 2024.11.22 20:41:56.178042 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16802 | 2024.11.22 20:41:56.178168 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16803 | 2024.11.22 20:41:56.178505 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 33 rows starting from the beginning of the part | ||
| 16804 | 2024.11.22 20:41:56.179118 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 8 rows starting from the beginning of the part | ||
| 16805 | 2024.11.22 20:41:56.179783 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 33 rows starting from the beginning of the part | ||
| 16806 | 2024.11.22 20:41:56.179823 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16807 | 2024.11.22 20:41:56.180535 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16808 | 2024.11.22 20:41:56.181116 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00547 sec., 10968.92138939671 rows/sec., 756.97 KiB/sec. | ||
| 16809 | 2024.11.22 20:41:56.181232 [ 255 ] {ce2c14ca-8ec2-48e1-8d79-c82092dfb683} <Debug> TCPHandler: Processed in 0.005980366 sec. | ||
| 16810 | 2024.11.22 20:41:56.189049 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2332 rows, containing 19 columns (19 merged, 0 gathered) in 0.013952541 sec., 167138.01450216127 rows/sec., 299.50 MiB/sec. | ||
| 16811 | 2024.11.22 20:41:56.191231 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16812 | 2024.11.22 20:41:56.191672 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16813 | 2024.11.22 20:41:56.191760 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16814 | 2024.11.22 20:41:56.191934 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.53 MiB. | ||
| 16815 | 2024.11.22 20:41:57.481036 [ 224 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 16816 | 2024.11.22 20:41:57.481107 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 16817 | 2024.11.22 20:41:57.482454 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 16818 | 2024.11.22 20:41:57.659296 [ 219 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16819 | 2024.11.22 20:41:57.659385 [ 219 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16820 | 2024.11.22 20:41:57.660839 [ 219 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 16821 | 2024.11.22 20:41:58.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.06 MiB, peak 288.51 MiB, free memory in arenas 0.00 B, will set to 270.06 MiB (RSS), difference: 4.00 MiB | ||
| 16822 | 2024.11.22 20:41:58.514419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16823 | 2024.11.22 20:41:58.538257 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16824 | 2024.11.22 20:41:58.538315 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16825 | 2024.11.22 20:41:58.545847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16826 | 2024.11.22 20:41:58.546638 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16827 | 2024.11.22 20:41:58.550968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16828 | 2024.11.22 20:41:59.427870 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16829 | 2024.11.22 20:41:59.427970 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16830 | 2024.11.22 20:41:59.430480 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 16831 | 2024.11.22 20:41:59.455047 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16832 | 2024.11.22 20:41:59.455274 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16833 | 2024.11.22 20:41:59.455357 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16834 | 2024.11.22 20:41:59.456229 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16835 | 2024.11.22 20:41:59.456287 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16836 | 2024.11.22 20:41:59.456808 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16837 | 2024.11.22 20:41:59.457161 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16838 | 2024.11.22 20:41:59.457454 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002232 sec., 6272.401433691756 rows/sec., 451.53 KiB/sec. | ||
| 16839 | 2024.11.22 20:41:59.457539 [ 5 ] {53f90600-9310-44c9-aa61-5dd73e5ec2ad} <Debug> TCPHandler: Processed in 0.002631264 sec. | ||
| 16840 | 2024.11.22 20:41:59.457849 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16841 | 2024.11.22 20:41:59.458073 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16842 | 2024.11.22 20:41:59.458156 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16843 | 2024.11.22 20:41:59.459125 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16844 | 2024.11.22 20:41:59.459179 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16845 | 2024.11.22 20:41:59.459634 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16846 | 2024.11.22 20:41:59.459901 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16847 | 2024.11.22 20:41:59.460171 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002159 sec., 926.3547938860584 rows/sec., 75.54 KiB/sec. | ||
| 16848 | 2024.11.22 20:41:59.460282 [ 255 ] {596e0e60-bf06-4d34-a128-20b0148a46b0} <Debug> TCPHandler: Processed in 0.002577303 sec. | ||
| 16849 | 2024.11.22 20:41:59.460540 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16850 | 2024.11.22 20:41:59.460716 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16851 | 2024.11.22 20:41:59.460791 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16852 | 2024.11.22 20:41:59.462649 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16853 | 2024.11.22 20:41:59.462705 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16854 | 2024.11.22 20:41:59.463446 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16855 | 2024.11.22 20:41:59.463850 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16856 | 2024.11.22 20:41:59.464058 [ 121 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16857 | 2024.11.22 20:41:59.464107 [ 121 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16858 | 2024.11.22 20:41:59.464132 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16859 | 2024.11.22 20:41:59.464140 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.003468 sec., 392156.862745098 rows/sec., 32.59 MiB/sec. | ||
| 16860 | 2024.11.22 20:41:59.464284 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 16861 | 2024.11.22 20:41:59.464284 [ 5 ] {d8f694d8-d080-4057-a2eb-39bbe455d0b2} <Debug> TCPHandler: Processed in 0.003838393 sec. | ||
| 16862 | 2024.11.22 20:41:59.464409 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16863 | 2024.11.22 20:41:59.464464 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1436 rows starting from the beginning of the part | ||
| 16864 | 2024.11.22 20:41:59.464528 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16865 | 2024.11.22 20:41:59.464656 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 219 rows starting from the beginning of the part | ||
| 16866 | 2024.11.22 20:41:59.465032 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 122 rows starting from the beginning of the part | ||
| 16867 | 2024.11.22 20:41:59.465233 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16868 | 2024.11.22 20:41:59.465358 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 219 rows starting from the beginning of the part | ||
| 16869 | 2024.11.22 20:41:59.465408 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16870 | 2024.11.22 20:41:59.465787 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 122 rows starting from the beginning of the part | ||
| 16871 | 2024.11.22 20:41:59.466099 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1360 rows starting from the beginning of the part | ||
| 16872 | 2024.11.22 20:41:59.468002 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16873 | 2024.11.22 20:41:59.468086 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 16874 | 2024.11.22 20:41:59.469090 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 16875 | 2024.11.22 20:41:59.469440 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16876 | 2024.11.22 20:41:59.469726 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.004909 sec., 3463.0270930943166 rows/sec., 243.89 KiB/sec. | ||
| 16877 | 2024.11.22 20:41:59.469869 [ 217 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16878 | 2024.11.22 20:41:59.469942 [ 255 ] {7e55ed41-a67c-4b3c-ab52-56392fcba239} <Debug> TCPHandler: Processed in 0.005498534 sec. | ||
| 16879 | 2024.11.22 20:41:59.469991 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16880 | 2024.11.22 20:41:59.470454 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16881 | 2024.11.22 20:41:59.471256 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16882 | 2024.11.22 20:41:59.471609 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16883 | 2024.11.22 20:41:59.472777 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.008548569 sec., 406851.7198609498 rows/sec., 35.67 MiB/sec. | ||
| 16884 | 2024.11.22 20:41:59.473685 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16885 | 2024.11.22 20:41:59.475357 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16886 | 2024.11.22 20:41:59.475782 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_136_27} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16887 | 2024.11.22 20:41:59.475936 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16888 | 2024.11.22 20:41:59.476039 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 16889 | 2024.11.22 20:41:59.476058 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16890 | 2024.11.22 20:41:59.476717 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16891 | 2024.11.22 20:41:59.476785 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 16892 | 2024.11.22 20:41:59.477110 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16893 | 2024.11.22 20:41:59.477553 [ 224 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 16894 | 2024.11.22 20:41:59.477647 [ 224 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 16895 | 2024.11.22 20:41:59.477667 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006668 sec., 36292.741451709655 rows/sec., 2.46 MiB/sec. | ||
| 16896 | 2024.11.22 20:41:59.477878 [ 5 ] {ac428a76-f0fb-4a31-a5b2-c0a467677ee1} <Debug> TCPHandler: Processed in 0.007727359 sec. | ||
| 16897 | 2024.11.22 20:41:59.478157 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16898 | 2024.11.22 20:41:59.478337 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16899 | 2024.11.22 20:41:59.478427 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16900 | 2024.11.22 20:41:59.479506 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16901 | 2024.11.22 20:41:59.479572 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16902 | 2024.11.22 20:41:59.480131 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16903 | 2024.11.22 20:41:59.480148 [ 224 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 16904 | 2024.11.22 20:41:59.480590 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16905 | 2024.11.22 20:41:59.480831 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002549 sec., 5100.0392310710085 rows/sec., 317.99 KiB/sec. | ||
| 16906 | 2024.11.22 20:41:59.480898 [ 255 ] {250c9fa3-8ff4-48e0-8413-48c80e357284} <Debug> TCPHandler: Processed in 0.00285409 sec. | ||
| 16907 | 2024.11.22 20:41:59.481121 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16908 | 2024.11.22 20:41:59.481273 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16909 | 2024.11.22 20:41:59.481334 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16910 | 2024.11.22 20:41:59.482455 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16911 | 2024.11.22 20:41:59.482501 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16912 | 2024.11.22 20:41:59.483002 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16913 | 2024.11.22 20:41:59.483265 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16914 | 2024.11.22 20:41:59.483491 [ 124 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16915 | 2024.11.22 20:41:59.483546 [ 124 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16916 | 2024.11.22 20:41:59.483550 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002301 sec., 368535.419382877 rows/sec., 26.64 MiB/sec. | ||
| 16917 | 2024.11.22 20:41:59.483580 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16918 | 2024.11.22 20:41:59.483725 [ 5 ] {e584e458-2338-43ac-ab04-faf2fd80d1b3} <Debug> TCPHandler: Processed in 0.002705386 sec. | ||
| 16919 | 2024.11.22 20:41:59.484026 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2024.11.22 20:41:59.484245 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 16921 | 2024.11.22 20:41:59.484323 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16922 | 2024.11.22 20:41:59.484502 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16923 | 2024.11.22 20:41:59.485416 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16924 | 2024.11.22 20:41:59.485624 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 16925 | 2024.11.22 20:41:59.486187 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 390 rows starting from the beginning of the part | ||
| 16926 | 2024.11.22 20:41:59.486661 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 97 rows starting from the beginning of the part | ||
| 16927 | 2024.11.22 20:41:59.487133 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 390 rows starting from the beginning of the part | ||
| 16928 | 2024.11.22 20:41:59.487258 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16929 | 2024.11.22 20:41:59.487355 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 16930 | 2024.11.22 20:41:59.487552 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 97 rows starting from the beginning of the part | ||
| 16931 | 2024.11.22 20:41:59.487968 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 848 rows starting from the beginning of the part | ||
| 16932 | 2024.11.22 20:41:59.488812 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16933 | 2024.11.22 20:41:59.489282 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16934 | 2024.11.22 20:41:59.489731 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005477 sec., 1095.4902318787658 rows/sec., 57.24 KiB/sec. | ||
| 16935 | 2024.11.22 20:41:59.489918 [ 255 ] {2975e85e-fec7-4efa-a1eb-0b9564228f76} <Debug> TCPHandler: Processed in 0.006039117 sec. | ||
| 16936 | 2024.11.22 20:41:59.490147 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16937 | 2024.11.22 20:41:59.490416 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16938 | 2024.11.22 20:41:59.490560 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16939 | 2024.11.22 20:41:59.492382 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.008622071 sec., 317441.1345023719 rows/sec., 24.22 MiB/sec. | ||
| 16940 | 2024.11.22 20:41:59.492749 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16941 | 2024.11.22 20:41:59.492760 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16942 | 2024.11.22 20:41:59.492846 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 16943 | 2024.11.22 20:41:59.493447 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16944 | 2024.11.22 20:41:59.493590 [ 189 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_136_27} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16945 | 2024.11.22 20:41:59.493714 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 16946 | 2024.11.22 20:41:59.493794 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16947 | 2024.11.22 20:41:59.494103 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16948 | 2024.11.22 20:41:59.494357 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.004023 sec., 230176.48521004227 rows/sec., 15.36 MiB/sec. | ||
| 16949 | 2024.11.22 20:41:59.494436 [ 5 ] {dd210183-6368-40f0-bc42-ac4a69fff022} <Debug> TCPHandler: Processed in 0.004398237 sec. | ||
| 16950 | 2024.11.22 20:41:59.494653 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16951 | 2024.11.22 20:41:59.494786 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16952 | 2024.11.22 20:41:59.494843 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16953 | 2024.11.22 20:41:59.495388 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16954 | 2024.11.22 20:41:59.495427 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16955 | 2024.11.22 20:41:59.495822 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16956 | 2024.11.22 20:41:59.496060 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16957 | 2024.11.22 20:41:59.496259 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 16958 | 2024.11.22 20:41:59.496317 [ 255 ] {eb265145-02c6-4e4e-a2eb-0e1a3ed84530} <Debug> TCPHandler: Processed in 0.001731472 sec. | ||
| 16959 | 2024.11.22 20:41:59.496503 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16960 | 2024.11.22 20:41:59.496638 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16961 | 2024.11.22 20:41:59.496729 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <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 | ||
| 16962 | 2024.11.22 20:41:59.497919 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16963 | 2024.11.22 20:41:59.497962 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16964 | 2024.11.22 20:41:59.498628 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 16965 | 2024.11.22 20:41:59.498906 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16966 | 2024.11.22 20:41:59.499158 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002556 sec., 3129.8904538341158 rows/sec., 5.61 MiB/sec. | ||
| 16967 | 2024.11.22 20:41:59.499260 [ 5 ] {b0e40d08-4334-41e1-a6a0-ded7564d5045} <Debug> TCPHandler: Processed in 0.00283113 sec. | ||
| 16968 | 2024.11.22 20:41:59.499444 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16969 | 2024.11.22 20:41:59.499586 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16970 | 2024.11.22 20:41:59.499643 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16971 | 2024.11.22 20:41:59.500170 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16972 | 2024.11.22 20:41:59.500207 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16973 | 2024.11.22 20:41:59.500644 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16974 | 2024.11.22 20:41:59.500891 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16975 | 2024.11.22 20:41:59.501127 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00155 sec., 45161.290322580644 rows/sec., 2.84 MiB/sec. | ||
| 16976 | 2024.11.22 20:41:59.501305 [ 255 ] {cede76c0-2d4d-4aab-80c7-10e988db9cb2} <Debug> TCPHandler: Processed in 0.001913596 sec. | ||
| 16977 | 2024.11.22 20:42:01.146694 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16978 | 2024.11.22 20:42:01.146894 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16979 | 2024.11.22 20:42:01.146968 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16980 | 2024.11.22 20:42:01.147759 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16981 | 2024.11.22 20:42:01.147813 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16982 | 2024.11.22 20:42:01.148258 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16983 | 2024.11.22 20:42:01.148509 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16984 | 2024.11.22 20:42:01.148735 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.26 MiB/sec. | ||
| 16985 | 2024.11.22 20:42:01.148795 [ 5 ] {dc21ab8d-d3ff-41ec-8900-09a79e77d048} <Debug> TCPHandler: Processed in 0.002240545 sec. | ||
| 16986 | 2024.11.22 20:42:01.149063 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16987 | 2024.11.22 20:42:01.149252 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16988 | 2024.11.22 20:42:01.149330 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16989 | 2024.11.22 20:42:01.150134 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16990 | 2024.11.22 20:42:01.150177 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 16991 | 2024.11.22 20:42:01.150632 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16992 | 2024.11.22 20:42:01.150884 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16993 | 2024.11.22 20:42:01.151087 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec. | ||
| 16994 | 2024.11.22 20:42:01.151153 [ 255 ] {c9bb1205-6f0d-4dde-82d1-b8b4ee85499a} <Debug> TCPHandler: Processed in 0.002223595 sec. | ||
| 16995 | 2024.11.22 20:42:01.151320 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16996 | 2024.11.22 20:42:01.151463 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16997 | 2024.11.22 20:42:01.151527 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16998 | 2024.11.22 20:42:01.152097 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16999 | 2024.11.22 20:42:01.152137 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 17000 | 2024.11.22 20:42:01.152522 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17001 | 2024.11.22 20:42:01.152759 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17002 | 2024.11.22 20:42:01.152991 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001561 sec., 20499.679692504804 rows/sec., 1.43 MiB/sec. | ||
| 17003 | 2024.11.22 20:42:01.153043 [ 5 ] {5e61cf80-e9eb-46ec-ae52-8a06546ea485} <Debug> TCPHandler: Processed in 0.001793254 sec. | ||
| 17004 | 2024.11.22 20:42:01.153183 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17005 | 2024.11.22 20:42:01.153305 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17006 | 2024.11.22 20:42:01.153361 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17007 | 2024.11.22 20:42:01.153864 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17008 | 2024.11.22 20:42:01.153901 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 17009 | 2024.11.22 20:42:01.154275 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17010 | 2024.11.22 20:42:01.154509 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17011 | 2024.11.22 20:42:01.154704 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001423 sec., 8432.8882642305 rows/sec., 581.96 KiB/sec. | ||
| 17012 | 2024.11.22 20:42:01.154765 [ 255 ] {672ad1d7-5554-48d8-b3c5-9a62c27fdb2d} <Debug> TCPHandler: Processed in 0.00164061 sec. | ||
| 17013 | 2024.11.22 20:42:03.363679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 17014 | 2024.11.22 20:42:03.364379 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17015 | 2024.11.22 20:42:03.364429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17016 | 2024.11.22 20:42:03.364981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17017 | 2024.11.22 20:42:03.365262 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17018 | 2024.11.22 20:42:03.365532 [ 117 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17019 | 2024.11.22 20:42:03.365555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 17020 | 2024.11.22 20:42:03.365658 [ 117 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17021 | 2024.11.22 20:42:03.365706 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17022 | 2024.11.22 20:42:03.366114 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 17023 | 2024.11.22 20:42:03.366388 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17024 | 2024.11.22 20:42:03.366463 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 17025 | 2024.11.22 20:42:03.366619 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 17026 | 2024.11.22 20:42:03.366833 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 17027 | 2024.11.22 20:42:03.367016 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 17028 | 2024.11.22 20:42:03.367245 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 17029 | 2024.11.22 20:42:03.367462 [ 190 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 17030 | 2024.11.22 20:42:03.370473 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004635953 sec., 8013239.133356184 rows/sec., 114.63 MiB/sec. | ||
| 17031 | 2024.11.22 20:42:03.370898 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17032 | 2024.11.22 20:42:03.371321 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17033 | 2024.11.22 20:42:03.371436 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_81_16} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17034 | 2024.11.22 20:42:03.371583 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 17035 | 2024.11.22 20:42:06.052007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 17036 | 2024.11.22 20:42:06.069781 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2382 | ||
| 17037 | 2024.11.22 20:42:06.087266 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17038 | 2024.11.22 20:42:06.087368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17039 | 2024.11.22 20:42:06.096839 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17040 | 2024.11.22 20:42:06.096946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17041 | 2024.11.22 20:42:06.100764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17042 | 2024.11.22 20:42:06.101784 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17043 | 2024.11.22 20:42:06.106036 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2382 | ||
| 17044 | 2024.11.22 20:42:06.112757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17045 | 2024.11.22 20:42:06.113649 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17046 | 2024.11.22 20:42:06.114053 [ 116 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17047 | 2024.11.22 20:42:06.114218 [ 116 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17048 | 2024.11.22 20:42:06.114292 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17049 | 2024.11.22 20:42:06.114841 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17050 | 2024.11.22 20:42:06.125527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 17051 | 2024.11.22 20:42:06.126707 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17052 | 2024.11.22 20:42:06.127645 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17053 | 2024.11.22 20:42:06.132136 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17054 | 2024.11.22 20:42:06.136681 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17055 | 2024.11.22 20:42:06.141772 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17056 | 2024.11.22 20:42:06.147304 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17057 | 2024.11.22 20:42:06.152988 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 17058 | 2024.11.22 20:42:06.155657 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17059 | 2024.11.22 20:42:06.155997 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17060 | 2024.11.22 20:42:06.156276 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17061 | 2024.11.22 20:42:06.162192 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17062 | 2024.11.22 20:42:06.162663 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17063 | 2024.11.22 20:42:06.165377 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17064 | 2024.11.22 20:42:06.167382 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17065 | 2024.11.22 20:42:06.168413 [ 221 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17066 | 2024.11.22 20:42:06.168523 [ 221 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17067 | 2024.11.22 20:42:06.168869 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.012961 sec., 9412.853946454748 rows/sec., 817.13 KiB/sec. | ||
| 17068 | 2024.11.22 20:42:06.169380 [ 5 ] {720891ef-5219-4864-96d9-6118cf655751} <Debug> TCPHandler: Processed in 0.013867038 sec. | ||
| 17069 | 2024.11.22 20:42:06.170007 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17070 | 2024.11.22 20:42:06.170660 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17071 | 2024.11.22 20:42:06.170896 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17072 | 2024.11.22 20:42:06.175876 [ 221 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17073 | 2024.11.22 20:42:06.176333 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17074 | 2024.11.22 20:42:06.176450 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17075 | 2024.11.22 20:42:06.178663 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17076 | 2024.11.22 20:42:06.179489 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17077 | 2024.11.22 20:42:06.180272 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.009853 sec., 3349.233735917994 rows/sec., 251.85 KiB/sec. | ||
| 17078 | 2024.11.22 20:42:06.180502 [ 255 ] {47571d7a-a500-4f85-9902-0717a044ea72} <Debug> TCPHandler: Processed in 0.010941037 sec. | ||
| 17079 | 2024.11.22 20:42:06.180677 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17080 | 2024.11.22 20:42:06.180864 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17081 | 2024.11.22 20:42:06.180961 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17082 | 2024.11.22 20:42:06.186802 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17083 | 2024.11.22 20:42:06.186902 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17084 | 2024.11.22 20:42:06.189839 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17085 | 2024.11.22 20:42:06.190395 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17086 | 2024.11.22 20:42:06.191133 [ 223 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17087 | 2024.11.22 20:42:06.191152 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.010318 sec., 9401.04671447955 rows/sec., 751.87 KiB/sec. | ||
| 17088 | 2024.11.22 20:42:06.191207 [ 223 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17089 | 2024.11.22 20:42:06.191430 [ 5 ] {a80335da-697b-419a-99e1-49d2a2072be6} <Debug> TCPHandler: Processed in 0.010821764 sec. | ||
| 17090 | 2024.11.22 20:42:06.191834 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17091 | 2024.11.22 20:42:06.192069 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17092 | 2024.11.22 20:42:06.192166 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17093 | 2024.11.22 20:42:06.195753 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17094 | 2024.11.22 20:42:06.195899 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17095 | 2024.11.22 20:42:06.196389 [ 223 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17096 | 2024.11.22 20:42:06.198170 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17097 | 2024.11.22 20:42:06.199271 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17098 | 2024.11.22 20:42:06.199969 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007921 sec., 20199.4697639187 rows/sec., 1.41 MiB/sec. | ||
| 17099 | 2024.11.22 20:42:06.200433 [ 255 ] {210b254e-da5d-47c7-8c99-ef73838d8792} <Debug> TCPHandler: Processed in 0.008851207 sec. | ||
| 17100 | 2024.11.22 20:42:06.201040 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17101 | 2024.11.22 20:42:06.201968 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17102 | 2024.11.22 20:42:06.202331 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <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 | ||
| 17103 | 2024.11.22 20:42:06.209558 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17104 | 2024.11.22 20:42:06.209652 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17105 | 2024.11.22 20:42:06.211370 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17106 | 2024.11.22 20:42:06.211636 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2024.11.22 20:42:06.211933 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.010209 sec., 3232.441962973847 rows/sec., 5.79 MiB/sec. | ||
| 17108 | 2024.11.22 20:42:06.212330 [ 5 ] {37bab8e7-5656-4c70-ba87-35f5ea70f289} <Debug> TCPHandler: Processed in 0.011752447 sec. | ||
| 17109 | 2024.11.22 20:42:06.212622 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17110 | 2024.11.22 20:42:06.213165 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17111 | 2024.11.22 20:42:06.213333 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17112 | 2024.11.22 20:42:06.214987 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2024.11.22 20:42:06.215056 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17114 | 2024.11.22 20:42:06.216040 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17115 | 2024.11.22 20:42:06.216552 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17116 | 2024.11.22 20:42:06.216872 [ 116 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17117 | 2024.11.22 20:42:06.217001 [ 116 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17118 | 2024.11.22 20:42:06.217062 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17119 | 2024.11.22 20:42:06.217088 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004119 sec., 14566.642388929351 rows/sec., 1005.25 KiB/sec. | ||
| 17120 | 2024.11.22 20:42:06.217327 [ 255 ] {a5d977f7-7b74-4dbf-9df3-bdd752fb6e98} <Debug> TCPHandler: Processed in 0.004874439 sec. | ||
| 17121 | 2024.11.22 20:42:06.217642 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17122 | 2024.11.22 20:42:06.218043 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17123 | 2024.11.22 20:42:06.218117 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7892 rows starting from the beginning of the part | ||
| 17124 | 2024.11.22 20:42:06.218363 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 17125 | 2024.11.22 20:42:06.218607 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 17126 | 2024.11.22 20:42:06.218879 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 70 rows starting from the beginning of the part | ||
| 17127 | 2024.11.22 20:42:06.219203 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 12 rows starting from the beginning of the part | ||
| 17128 | 2024.11.22 20:42:06.219485 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17129 | 2024.11.22 20:42:06.225042 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8176 rows, containing 4 columns (4 merged, 0 gathered) in 0.007863152 sec., 1039786.5893982464 rows/sec., 67.77 MiB/sec. | ||
| 17130 | 2024.11.22 20:42:06.225737 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17131 | 2024.11.22 20:42:06.226633 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17132 | 2024.11.22 20:42:06.226843 [ 199 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_136_27} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17133 | 2024.11.22 20:42:06.227004 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 17134 | 2024.11.22 20:42:06.274283 [ 198 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.159844833 sec., 3822.456994903301 rows/sec., 19.77 MiB/sec. | ||
| 17135 | 2024.11.22 20:42:06.277879 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17136 | 2024.11.22 20:42:06.281155 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_81_16} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17137 | 2024.11.22 20:42:06.281277 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_81_16} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17138 | 2024.11.22 20:42:06.284185 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17139 | 2024.11.22 20:42:07.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.63 MiB, peak 289.56 MiB, free memory in arenas 0.00 B, will set to 270.18 MiB (RSS), difference: -1.45 MiB | ||
| 17140 | 2024.11.22 20:42:10.023579 [ 109 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 5 parts from all_1_55_12 to all_59_59_0 | ||
| 17141 | 2024.11.22 20:42:10.023669 [ 109 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17142 | 2024.11.22 20:42:10.023697 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17143 | 2024.11.22 20:42:10.023837 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_55_12 to all_59_59_0 into Compact with storage Full | ||
| 17144 | 2024.11.22 20:42:10.024025 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17145 | 2024.11.22 20:42:10.024078 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 55 rows starting from the beginning of the part | ||
| 17146 | 2024.11.22 20:42:10.024170 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17147 | 2024.11.22 20:42:10.024398 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17148 | 2024.11.22 20:42:10.024560 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17149 | 2024.11.22 20:42:10.024808 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17150 | 2024.11.22 20:42:10.026079 [ 187 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.002310067 sec., 25540.384759403085 rows/sec., 1.68 MiB/sec. | ||
| 17151 | 2024.11.22 20:42:10.026238 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 17152 | 2024.11.22 20:42:10.026516 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17153 | 2024.11.22 20:42:10.026593 [ 197 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_59_13} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 5 parts: [all_1_55_12, all_59_59_0] -> all_1_59_13 | ||
| 17154 | 2024.11.22 20:42:10.026663 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17155 | 2024.11.22 20:42:10.580229 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17156 | 2024.11.22 20:42:10.580310 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17157 | 2024.11.22 20:42:10.866699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 17158 | 2024.11.22 20:42:10.867405 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17159 | 2024.11.22 20:42:10.867460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17160 | 2024.11.22 20:42:10.868076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17161 | 2024.11.22 20:42:10.868337 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17162 | 2024.11.22 20:42:10.868577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 17163 | 2024.11.22 20:42:11.159036 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17164 | 2024.11.22 20:42:11.159248 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17165 | 2024.11.22 20:42:11.159330 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17166 | 2024.11.22 20:42:11.160194 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17167 | 2024.11.22 20:42:11.160245 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17168 | 2024.11.22 20:42:11.160683 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17169 | 2024.11.22 20:42:11.160941 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17170 | 2024.11.22 20:42:11.161193 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec. | ||
| 17171 | 2024.11.22 20:42:11.161283 [ 5 ] {b119a64f-0dcc-4dcd-8857-7a385aa37af4} <Debug> TCPHandler: Processed in 0.002427319 sec. | ||
| 17172 | 2024.11.22 20:42:11.161575 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17173 | 2024.11.22 20:42:11.161791 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17174 | 2024.11.22 20:42:11.161876 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17175 | 2024.11.22 20:42:11.162763 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17176 | 2024.11.22 20:42:11.162816 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17177 | 2024.11.22 20:42:11.163280 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17178 | 2024.11.22 20:42:11.163540 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17179 | 2024.11.22 20:42:11.163785 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002055 sec., 106569.34306569344 rows/sec., 9.28 MiB/sec. | ||
| 17180 | 2024.11.22 20:42:11.163855 [ 255 ] {c412f178-1fed-4d12-8beb-16c187d61604} <Debug> TCPHandler: Processed in 0.00244511 sec. | ||
| 17181 | 2024.11.22 20:42:11.164075 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17182 | 2024.11.22 20:42:11.164306 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17183 | 2024.11.22 20:42:11.164400 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17184 | 2024.11.22 20:42:11.165279 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17185 | 2024.11.22 20:42:11.165321 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17186 | 2024.11.22 20:42:11.165693 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17187 | 2024.11.22 20:42:11.165943 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17188 | 2024.11.22 20:42:11.166176 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001929 sec., 7776.049766718507 rows/sec., 548.27 KiB/sec. | ||
| 17189 | 2024.11.22 20:42:11.166232 [ 5 ] {57796d14-cadb-4f10-b2af-1f0f79cf7707} <Debug> TCPHandler: Processed in 0.002267775 sec. | ||
| 17190 | 2024.11.22 20:42:11.166409 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17191 | 2024.11.22 20:42:11.166555 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17192 | 2024.11.22 20:42:11.166616 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17193 | 2024.11.22 20:42:11.167296 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17194 | 2024.11.22 20:42:11.167337 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17195 | 2024.11.22 20:42:11.167700 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17196 | 2024.11.22 20:42:11.167944 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17197 | 2024.11.22 20:42:11.168209 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 17198 | 2024.11.22 20:42:11.168335 [ 255 ] {0c99f07d-53e6-4f7b-a748-050e2e967ac7} <Debug> TCPHandler: Processed in 0.001994709 sec. | ||
| 17199 | 2024.11.22 20:42:11.168585 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17200 | 2024.11.22 20:42:11.168823 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17201 | 2024.11.22 20:42:11.168913 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17202 | 2024.11.22 20:42:11.169555 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17203 | 2024.11.22 20:42:11.169594 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17204 | 2024.11.22 20:42:11.169954 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17205 | 2024.11.22 20:42:11.170186 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17206 | 2024.11.22 20:42:11.170397 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec. | ||
| 17207 | 2024.11.22 20:42:11.170450 [ 5 ] {b7d72983-71ab-450f-861c-0963c6ba68de} <Debug> TCPHandler: Processed in 0.002022349 sec. | ||
| 17208 | 2024.11.22 20:42:11.170610 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17209 | 2024.11.22 20:42:11.170751 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17210 | 2024.11.22 20:42:11.170809 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17211 | 2024.11.22 20:42:11.171583 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17212 | 2024.11.22 20:42:11.171623 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17213 | 2024.11.22 20:42:11.172005 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17214 | 2024.11.22 20:42:11.172242 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17215 | 2024.11.22 20:42:11.172522 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001803 sec., 216306.15640599004 rows/sec., 15.34 MiB/sec. | ||
| 17216 | 2024.11.22 20:42:11.172580 [ 255 ] {4b0e095c-3d20-4143-91a2-17f7234e0f8b} <Debug> TCPHandler: Processed in 0.00203816 sec. | ||
| 17217 | 2024.11.22 20:42:11.172738 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17218 | 2024.11.22 20:42:11.172877 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17219 | 2024.11.22 20:42:11.172936 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17220 | 2024.11.22 20:42:11.173500 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17221 | 2024.11.22 20:42:11.173548 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17222 | 2024.11.22 20:42:11.173980 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17223 | 2024.11.22 20:42:11.174216 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17224 | 2024.11.22 20:42:11.174449 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec. | ||
| 17225 | 2024.11.22 20:42:11.174458 [ 221 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Found 5 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] | ||
| 17226 | 2024.11.22 20:42:11.174500 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 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] | ||
| 17227 | 2024.11.22 20:42:11.174571 [ 5 ] {4b4f5532-a87c-4a51-8d48-1932d0ae406a} <Debug> TCPHandler: Processed in 0.001898227 sec. | ||
| 17228 | 2024.11.22 20:42:11.174758 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17229 | 2024.11.22 20:42:11.174959 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17230 | 2024.11.22 20:42:11.175108 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17231 | 2024.11.22 20:42:11.176721 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17232 | 2024.11.22 20:42:11.176784 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17233 | 2024.11.22 20:42:11.177219 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 17234 | 2024.11.22 20:42:11.177740 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17235 | 2024.11.22 20:42:11.178049 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17236 | 2024.11.22 20:42:11.178263 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_132_27 to all_137_137_0 | ||
| 17237 | 2024.11.22 20:42:11.178293 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003409 sec., 69521.85391610443 rows/sec., 4.66 MiB/sec. | ||
| 17238 | 2024.11.22 20:42:11.178395 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17239 | 2024.11.22 20:42:11.178452 [ 255 ] {da041ef5-500d-4453-bd17-1bdc580008eb} <Debug> TCPHandler: Processed in 0.003773482 sec. | ||
| 17240 | 2024.11.22 20:42:11.178474 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17241 | 2024.11.22 20:42:11.178695 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17242 | 2024.11.22 20:42:11.178709 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_132_27 to all_137_137_0 into Compact with storage Full | ||
| 17243 | 2024.11.22 20:42:11.178966 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17244 | 2024.11.22 20:42:11.178993 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17245 | 2024.11.22 20:42:11.179071 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_27, total 36732 rows starting from the beginning of the part | ||
| 17246 | 2024.11.22 20:42:11.179084 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17247 | 2024.11.22 20:42:11.179404 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 17248 | 2024.11.22 20:42:11.179726 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 926 rows starting from the beginning of the part | ||
| 17249 | 2024.11.22 20:42:11.180188 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 32 rows starting from the beginning of the part | ||
| 17250 | 2024.11.22 20:42:11.180665 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 17251 | 2024.11.22 20:42:11.180888 [ 188 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part | ||
| 17252 | 2024.11.22 20:42:11.181909 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17253 | 2024.11.22 20:42:11.181981 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17254 | 2024.11.22 20:42:11.182743 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17255 | 2024.11.22 20:42:11.183049 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17256 | 2024.11.22 20:42:11.183634 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004755 sec., 210.30494216614093 rows/sec., 14.17 KiB/sec. | ||
| 17257 | 2024.11.22 20:42:11.184059 [ 5 ] {6c744ec9-c5d9-4306-8423-a2b94ecdf214} <Debug> TCPHandler: Processed in 0.005474914 sec. | ||
| 17258 | 2024.11.22 20:42:11.184370 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17259 | 2024.11.22 20:42:11.184846 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17260 | 2024.11.22 20:42:11.185259 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <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 | ||
| 17261 | 2024.11.22 20:42:11.186657 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17262 | 2024.11.22 20:42:11.186706 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17263 | 2024.11.22 20:42:11.187401 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17264 | 2024.11.22 20:42:11.187680 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17265 | 2024.11.22 20:42:11.188009 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003312 sec., 2415.458937198068 rows/sec., 4.33 MiB/sec. | ||
| 17266 | 2024.11.22 20:42:11.188170 [ 255 ] {c4372564-6224-4573-aa58-068a217b4f97} <Debug> TCPHandler: Processed in 0.004002898 sec. | ||
| 17267 | 2024.11.22 20:42:11.188398 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17268 | 2024.11.22 20:42:11.188643 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17269 | 2024.11.22 20:42:11.188772 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17270 | 2024.11.22 20:42:11.189712 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17271 | 2024.11.22 20:42:11.189754 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17272 | 2024.11.22 20:42:11.190221 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17273 | 2024.11.22 20:42:11.190496 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17274 | 2024.11.22 20:42:11.190839 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002269 sec., 36139.26840017628 rows/sec., 2.30 MiB/sec. | ||
| 17275 | 2024.11.22 20:42:11.190899 [ 5 ] {95504dc8-7a4a-4e37-812f-540d2514679e} <Debug> TCPHandler: Processed in 0.002613094 sec. | ||
| 17276 | 2024.11.22 20:42:11.191605 [ 187 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38247 rows, containing 5 columns (5 merged, 0 gathered) in 0.012975337 sec., 2947669.10485639 rows/sec., 199.11 MiB/sec. | ||
| 17277 | 2024.11.22 20:42:11.192064 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Trace> MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary) | ||
| 17278 | 2024.11.22 20:42:11.192365 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17279 | 2024.11.22 20:42:11.192443 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_132_27, all_137_137_0] -> all_1_137_28 | ||
| 17280 | 2024.11.22 20:42:11.192526 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 17281 | 2024.11.22 20:42:13.626561 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 17282 | 2024.11.22 20:42:13.652277 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17283 | 2024.11.22 20:42:13.652348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17284 | 2024.11.22 20:42:13.659987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17285 | 2024.11.22 20:42:13.660825 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17286 | 2024.11.22 20:42:13.664798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 17287 | 2024.11.22 20:42:16.107211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2416 | ||
| 17288 | 2024.11.22 20:42:16.110342 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17289 | 2024.11.22 20:42:16.110388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17290 | 2024.11.22 20:42:16.111916 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17291 | 2024.11.22 20:42:16.112241 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17292 | 2024.11.22 20:42:16.112488 [ 101 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17293 | 2024.11.22 20:42:16.112612 [ 101 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17294 | 2024.11.22 20:42:16.112688 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17295 | 2024.11.22 20:42:16.113188 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 17296 | 2024.11.22 20:42:16.114953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2416 | ||
| 17297 | 2024.11.22 20:42:16.115275 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17298 | 2024.11.22 20:42:16.115426 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2226 rows starting from the beginning of the part | ||
| 17299 | 2024.11.22 20:42:16.116044 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 44 rows starting from the beginning of the part | ||
| 17300 | 2024.11.22 20:42:16.116656 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 17301 | 2024.11.22 20:42:16.117142 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 17302 | 2024.11.22 20:42:16.117615 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 44 rows starting from the beginning of the part | ||
| 17303 | 2024.11.22 20:42:16.118107 [ 195 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 17304 | 2024.11.22 20:42:16.127171 [ 186 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 72 columns (72 merged, 0 gathered) in 0.01432603 sec., 168644.06957126295 rows/sec., 126.90 MiB/sec. | ||
| 17305 | 2024.11.22 20:42:16.129016 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17306 | 2024.11.22 20:42:16.129709 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17307 | 2024.11.22 20:42:16.129786 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_61_12} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17308 | 2024.11.22 20:42:16.129987 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 17309 | 2024.11.22 20:42:16.155025 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17310 | 2024.11.22 20:42:16.155202 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17311 | 2024.11.22 20:42:16.155275 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17312 | 2024.11.22 20:42:16.156076 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17313 | 2024.11.22 20:42:16.156119 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17314 | 2024.11.22 20:42:16.156555 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 17315 | 2024.11.22 20:42:16.156808 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17316 | 2024.11.22 20:42:16.157050 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 258.87 KiB/sec. | ||
| 17317 | 2024.11.22 20:42:16.157244 [ 5 ] {7f3a8ee6-ca83-4a89-9704-7fdb63608cd9} <Debug> TCPHandler: Processed in 0.002337067 sec. | ||
| 17318 | 2024.11.22 20:42:16.157528 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17319 | 2024.11.22 20:42:16.157718 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17320 | 2024.11.22 20:42:16.157793 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17321 | 2024.11.22 20:42:16.158638 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17322 | 2024.11.22 20:42:16.158690 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17323 | 2024.11.22 20:42:16.159145 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17324 | 2024.11.22 20:42:16.159401 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17325 | 2024.11.22 20:42:16.159616 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.001942 sec., 64366.63233779609 rows/sec., 5.44 MiB/sec. | ||
| 17326 | 2024.11.22 20:42:16.159687 [ 255 ] {f44e0f71-4147-43dd-b50c-6f7e5d04f84a} <Debug> TCPHandler: Processed in 0.002304686 sec. | ||
| 17327 | 2024.11.22 20:42:16.159936 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17328 | 2024.11.22 20:42:16.160119 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17329 | 2024.11.22 20:42:16.160176 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17330 | 2024.11.22 20:42:16.160895 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17331 | 2024.11.22 20:42:16.160944 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17332 | 2024.11.22 20:42:16.161338 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17333 | 2024.11.22 20:42:16.161580 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17334 | 2024.11.22 20:42:16.161813 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001732 sec., 22517.321016166283 rows/sec., 1.64 MiB/sec. | ||
| 17335 | 2024.11.22 20:42:16.161869 [ 5 ] {9b6b791d-0b30-4739-aec5-a5dce2e0b514} <Debug> TCPHandler: Processed in 0.002016659 sec. | ||
| 17336 | 2024.11.22 20:42:16.162026 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17337 | 2024.11.22 20:42:16.162143 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17338 | 2024.11.22 20:42:16.162193 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17339 | 2024.11.22 20:42:16.162829 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17340 | 2024.11.22 20:42:16.162868 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17341 | 2024.11.22 20:42:16.163243 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17342 | 2024.11.22 20:42:16.163501 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17343 | 2024.11.22 20:42:16.163696 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.001569 sec., 65646.90885914594 rows/sec., 5.13 MiB/sec. | ||
| 17344 | 2024.11.22 20:42:16.163764 [ 255 ] {4ad90003-b6c3-4121-af45-a56eb3546a8d} <Debug> TCPHandler: Processed in 0.001790513 sec. | ||
| 17345 | 2024.11.22 20:42:16.163944 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17346 | 2024.11.22 20:42:16.164266 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17347 | 2024.11.22 20:42:16.164381 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17348 | 2024.11.22 20:42:16.164990 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17349 | 2024.11.22 20:42:16.165031 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17350 | 2024.11.22 20:42:16.165438 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17351 | 2024.11.22 20:42:16.165684 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17352 | 2024.11.22 20:42:16.165901 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001753 sec., 92983.45693097547 rows/sec., 6.47 MiB/sec. | ||
| 17353 | 2024.11.22 20:42:16.165961 [ 5 ] {82870f86-a666-44d2-bb17-edf0eaa864d1} <Debug> TCPHandler: Processed in 0.002101081 sec. | ||
| 17354 | 2024.11.22 20:42:16.165966 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17355 | 2024.11.22 20:42:16.166004 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17356 | 2024.11.22 20:42:16.166154 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17357 | 2024.11.22 20:42:16.166328 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17358 | 2024.11.22 20:42:16.166490 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <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 | ||
| 17359 | 2024.11.22 20:42:16.169907 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17360 | 2024.11.22 20:42:16.169970 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17361 | 2024.11.22 20:42:16.170016 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17362 | 2024.11.22 20:42:16.171605 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17363 | 2024.11.22 20:42:16.171873 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17364 | 2024.11.22 20:42:16.172103 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.005822 sec., 5668.1552731020265 rows/sec., 10.16 MiB/sec. | ||
| 17365 | 2024.11.22 20:42:16.172275 [ 255 ] {54515af4-5c1c-4428-bdfe-234998a63972} <Debug> TCPHandler: Processed in 0.006217762 sec. | ||
| 17366 | 2024.11.22 20:42:16.172528 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17367 | 2024.11.22 20:42:16.172838 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17368 | 2024.11.22 20:42:16.172938 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17369 | 2024.11.22 20:42:16.173432 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17370 | 2024.11.22 20:42:16.173472 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17371 | 2024.11.22 20:42:16.173847 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17372 | 2024.11.22 20:42:16.174087 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17373 | 2024.11.22 20:42:16.174288 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 17374 | 2024.11.22 20:42:16.174337 [ 5 ] {2788117a-1398-4fca-823d-aacc1e7cede1} <Debug> TCPHandler: Processed in 0.001955787 sec. | ||
| 17375 | 2024.11.22 20:42:16.961475 [ 225 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17376 | 2024.11.22 20:42:16.961535 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17377 | 2024.11.22 20:42:16.963195 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17378 | 2024.11.22 20:42:18.369652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 17379 | 2024.11.22 20:42:18.370349 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17380 | 2024.11.22 20:42:18.370402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17381 | 2024.11.22 20:42:18.370968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17382 | 2024.11.22 20:42:18.371247 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17383 | 2024.11.22 20:42:18.371566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 17384 | 2024.11.22 20:42:21.158927 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17385 | 2024.11.22 20:42:21.159230 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17386 | 2024.11.22 20:42:21.159335 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17387 | 2024.11.22 20:42:21.160105 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17388 | 2024.11.22 20:42:21.160151 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17389 | 2024.11.22 20:42:21.160600 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17390 | 2024.11.22 20:42:21.160861 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17391 | 2024.11.22 20:42:21.161070 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 17392 | 2024.11.22 20:42:21.161140 [ 5 ] {1433aa5d-4f50-4154-bf92-6f7cb81e9975} <Debug> TCPHandler: Processed in 0.002400959 sec. | ||
| 17393 | 2024.11.22 20:42:21.161405 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17394 | 2024.11.22 20:42:21.161624 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17395 | 2024.11.22 20:42:21.161708 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17396 | 2024.11.22 20:42:21.162663 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17397 | 2024.11.22 20:42:21.162716 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17398 | 2024.11.22 20:42:21.163176 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17399 | 2024.11.22 20:42:21.163433 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17400 | 2024.11.22 20:42:21.163652 [ 93 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17401 | 2024.11.22 20:42:21.163681 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002117 sec., 103448.27586206897 rows/sec., 9.01 MiB/sec. | ||
| 17402 | 2024.11.22 20:42:21.163753 [ 93 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17403 | 2024.11.22 20:42:21.163836 [ 255 ] {c7436c68-34e5-4ee6-9739-a2b4c21f7385} <Debug> TCPHandler: Processed in 0.002574843 sec. | ||
| 17404 | 2024.11.22 20:42:21.163845 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17405 | 2024.11.22 20:42:21.164079 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::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 | ||
| 17406 | 2024.11.22 20:42:21.164096 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17407 | 2024.11.22 20:42:21.164329 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17408 | 2024.11.22 20:42:21.164372 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17409 | 2024.11.22 20:42:21.164373 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1436 rows starting from the beginning of the part | ||
| 17410 | 2024.11.22 20:42:21.164446 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17411 | 2024.11.22 20:42:21.164483 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 17412 | 2024.11.22 20:42:21.165006 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 122 rows starting from the beginning of the part | ||
| 17413 | 2024.11.22 20:42:21.165174 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 219 rows starting from the beginning of the part | ||
| 17414 | 2024.11.22 20:42:21.165379 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 125 rows starting from the beginning of the part | ||
| 17415 | 2024.11.22 20:42:21.165611 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 219 rows starting from the beginning of the part | ||
| 17416 | 2024.11.22 20:42:21.165866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 17417 | 2024.11.22 20:42:21.169092 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17418 | 2024.11.22 20:42:21.169240 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17419 | 2024.11.22 20:42:21.173225 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17420 | 2024.11.22 20:42:21.174810 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17421 | 2024.11.22 20:42:21.175287 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.011304056 sec., 192585.74090574216 rows/sec., 16.94 MiB/sec. | ||
| 17422 | 2024.11.22 20:42:21.175670 [ 92 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17423 | 2024.11.22 20:42:21.176095 [ 92 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17424 | 2024.11.22 20:42:21.176154 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17425 | 2024.11.22 20:42:21.176230 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17426 | 2024.11.22 20:42:21.176394 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.012037 sec., 1246.1576804851707 rows/sec., 87.86 KiB/sec. | ||
| 17427 | 2024.11.22 20:42:21.177109 [ 5 ] {d92cf6eb-b233-4b44-930b-c1a3fdf0db98} <Debug> TCPHandler: Processed in 0.013135311 sec. | ||
| 17428 | 2024.11.22 20:42:21.177214 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 17429 | 2024.11.22 20:42:21.177661 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17430 | 2024.11.22 20:42:21.177787 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17431 | 2024.11.22 20:42:21.178052 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17432 | 2024.11.22 20:42:21.178268 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 66 rows starting from the beginning of the part | ||
| 17433 | 2024.11.22 20:42:21.178260 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_141_28} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17434 | 2024.11.22 20:42:21.178544 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17435 | 2024.11.22 20:42:21.178670 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 17436 | 2024.11.22 20:42:21.178836 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17437 | 2024.11.22 20:42:21.179100 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 17 rows starting from the beginning of the part | ||
| 17438 | 2024.11.22 20:42:21.179822 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 33 rows starting from the beginning of the part | ||
| 17439 | 2024.11.22 20:42:21.180347 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 15 rows starting from the beginning of the part | ||
| 17440 | 2024.11.22 20:42:21.181027 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 39 rows starting from the beginning of the part | ||
| 17441 | 2024.11.22 20:42:21.181765 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 15 rows starting from the beginning of the part | ||
| 17442 | 2024.11.22 20:42:21.184850 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17443 | 2024.11.22 20:42:21.184997 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17444 | 2024.11.22 20:42:21.187180 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17445 | 2024.11.22 20:42:21.187934 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.011268325 sec., 16417.70183234864 rows/sec., 1.23 MiB/sec. | ||
| 17446 | 2024.11.22 20:42:21.188217 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17447 | 2024.11.22 20:42:21.188327 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17448 | 2024.11.22 20:42:21.191106 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17449 | 2024.11.22 20:42:21.191894 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.013697 sec., 1022.1216324742644 rows/sec., 71.58 KiB/sec. | ||
| 17450 | 2024.11.22 20:42:21.192564 [ 255 ] {585a50f8-6434-49e5-8da1-e381c0261372} <Debug> TCPHandler: Processed in 0.015280783 sec. | ||
| 17451 | 2024.11.22 20:42:21.193421 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17452 | 2024.11.22 20:42:21.193415 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_121_24} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17453 | 2024.11.22 20:42:21.193746 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17454 | 2024.11.22 20:42:21.193807 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17455 | 2024.11.22 20:42:21.193958 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17456 | 2024.11.22 20:42:21.198263 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17457 | 2024.11.22 20:42:21.198357 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17458 | 2024.11.22 20:42:21.199680 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17459 | 2024.11.22 20:42:21.200820 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17460 | 2024.11.22 20:42:21.201882 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.008192 sec., 1586.9140625 rows/sec., 98.94 KiB/sec. | ||
| 17461 | 2024.11.22 20:42:21.202189 [ 5 ] {68457776-f3a3-41cd-a286-10fb921d963f} <Debug> TCPHandler: Processed in 0.009203345 sec. | ||
| 17462 | 2024.11.22 20:42:21.202497 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17463 | 2024.11.22 20:42:21.203366 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17464 | 2024.11.22 20:42:21.203509 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17465 | 2024.11.22 20:42:21.207265 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17466 | 2024.11.22 20:42:21.207310 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17467 | 2024.11.22 20:42:21.208950 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17468 | 2024.11.22 20:42:21.209636 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17469 | 2024.11.22 20:42:21.210025 [ 92 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17470 | 2024.11.22 20:42:21.210147 [ 92 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17471 | 2024.11.22 20:42:21.210233 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17472 | 2024.11.22 20:42:21.210436 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.007161 sec., 54461.667364893176 rows/sec., 3.86 MiB/sec. | ||
| 17473 | 2024.11.22 20:42:21.210768 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::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 | ||
| 17474 | 2024.11.22 20:42:21.210820 [ 255 ] {551a8cd9-6968-4dac-9aed-2a35c3f0a74f} <Debug> TCPHandler: Processed in 0.008494898 sec. | ||
| 17475 | 2024.11.22 20:42:21.211158 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17476 | 2024.11.22 20:42:21.211346 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17477 | 2024.11.22 20:42:21.211467 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part | ||
| 17478 | 2024.11.22 20:42:21.211611 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17479 | 2024.11.22 20:42:21.211882 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17480 | 2024.11.22 20:42:21.211989 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 17481 | 2024.11.22 20:42:21.212697 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 97 rows starting from the beginning of the part | ||
| 17482 | 2024.11.22 20:42:21.213244 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 390 rows starting from the beginning of the part | ||
| 17483 | 2024.11.22 20:42:21.213868 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 103 rows starting from the beginning of the part | ||
| 17484 | 2024.11.22 20:42:21.214582 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 390 rows starting from the beginning of the part | ||
| 17485 | 2024.11.22 20:42:21.216115 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17486 | 2024.11.22 20:42:21.216231 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17487 | 2024.11.22 20:42:21.218501 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17488 | 2024.11.22 20:42:21.219565 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17489 | 2024.11.22 20:42:21.220909 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.009424 sec., 636.6723259762309 rows/sec., 33.26 KiB/sec. | ||
| 17490 | 2024.11.22 20:42:21.221162 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.010736903 sec., 182454.84754775188 rows/sec., 13.97 MiB/sec. | ||
| 17491 | 2024.11.22 20:42:21.221405 [ 5 ] {f4dd16d8-5bc5-45ae-b843-e8d0a5d986f1} <Debug> TCPHandler: Processed in 0.010429404 sec. | ||
| 17492 | 2024.11.22 20:42:21.221754 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17493 | 2024.11.22 20:42:21.221972 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17494 | 2024.11.22 20:42:21.222605 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17495 | 2024.11.22 20:42:21.222903 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17496 | 2024.11.22 20:42:21.223369 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17497 | 2024.11.22 20:42:21.223803 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_141_28} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17498 | 2024.11.22 20:42:21.224108 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 17499 | 2024.11.22 20:42:21.226746 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17500 | 2024.11.22 20:42:21.226845 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17501 | 2024.11.22 20:42:21.228286 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17502 | 2024.11.22 20:42:21.228811 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17503 | 2024.11.22 20:42:21.229340 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006955 sec., 34076.20416966211 rows/sec., 2.28 MiB/sec. | ||
| 17504 | 2024.11.22 20:42:21.229541 [ 255 ] {715d9e0d-ef9b-44c7-b159-448ce76842a8} <Debug> TCPHandler: Processed in 0.007951644 sec. | ||
| 17505 | 2024.11.22 20:42:21.229770 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17506 | 2024.11.22 20:42:21.230092 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17507 | 2024.11.22 20:42:21.230261 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17508 | 2024.11.22 20:42:21.233136 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17509 | 2024.11.22 20:42:21.233900 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17510 | 2024.11.22 20:42:21.235300 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17511 | 2024.11.22 20:42:21.235946 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17512 | 2024.11.22 20:42:21.236653 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006648 sec., 150.42117930204572 rows/sec., 10.14 KiB/sec. | ||
| 17513 | 2024.11.22 20:42:21.237064 [ 5 ] {54fae984-1c0e-405c-bac7-bb425fd80d52} <Debug> TCPHandler: Processed in 0.007389691 sec. | ||
| 17514 | 2024.11.22 20:42:21.237477 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17515 | 2024.11.22 20:42:21.238027 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17516 | 2024.11.22 20:42:21.238319 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <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 | ||
| 17517 | 2024.11.22 20:42:21.242412 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17518 | 2024.11.22 20:42:21.242457 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17519 | 2024.11.22 20:42:21.243374 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17520 | 2024.11.22 20:42:21.243961 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17521 | 2024.11.22 20:42:21.244332 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17522 | 2024.11.22 20:42:21.244446 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17523 | 2024.11.22 20:42:21.244544 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17524 | 2024.11.22 20:42:21.244950 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007101 sec., 1126.6018870581609 rows/sec., 2.02 MiB/sec. | ||
| 17525 | 2024.11.22 20:42:21.245276 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 17526 | 2024.11.22 20:42:21.246070 [ 255 ] {d2d46059-8077-4920-a2d5-cb76e5dbb09d} <Debug> TCPHandler: Processed in 0.008855346 sec. | ||
| 17527 | 2024.11.22 20:42:21.246412 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17528 | 2024.11.22 20:42:21.246784 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17529 | 2024.11.22 20:42:21.246958 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17530 | 2024.11.22 20:42:21.248270 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17531 | 2024.11.22 20:42:21.248669 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2332 rows starting from the beginning of the part | ||
| 17532 | 2024.11.22 20:42:21.250141 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17533 | 2024.11.22 20:42:21.250216 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 8 rows starting from the beginning of the part | ||
| 17534 | 2024.11.22 20:42:21.250256 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17535 | 2024.11.22 20:42:21.252057 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 33 rows starting from the beginning of the part | ||
| 17536 | 2024.11.22 20:42:21.252230 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17537 | 2024.11.22 20:42:21.253621 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 8 rows starting from the beginning of the part | ||
| 17538 | 2024.11.22 20:42:21.255078 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 33 rows starting from the beginning of the part | ||
| 17539 | 2024.11.22 20:42:21.256581 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 8 rows starting from the beginning of the part | ||
| 17540 | 2024.11.22 20:42:21.257518 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17541 | 2024.11.22 20:42:21.258732 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.012001 sec., 6832.763936338639 rows/sec., 444.38 KiB/sec. | ||
| 17542 | 2024.11.22 20:42:21.259255 [ 5 ] {9dbb32f2-4ef1-4afc-b20f-f21c26e134cb} <Debug> TCPHandler: Processed in 0.013057169 sec. | ||
| 17543 | 2024.11.22 20:42:21.282384 [ 199 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 19 columns (19 merged, 0 gathered) in 0.037573838 sec., 64459.744570144794 rows/sec., 115.51 MiB/sec. | ||
| 17544 | 2024.11.22 20:42:21.284624 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17545 | 2024.11.22 20:42:21.284683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17546 | 2024.11.22 20:42:21.284766 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17547 | 2024.11.22 20:42:21.285665 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17548 | 2024.11.22 20:42:21.285827 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17549 | 2024.11.22 20:42:21.286048 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.57 MiB. | ||
| 17550 | 2024.11.22 20:42:21.293416 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17551 | 2024.11.22 20:42:21.294310 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17552 | 2024.11.22 20:42:21.300017 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17553 | 2024.11.22 20:42:25.580367 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17554 | 2024.11.22 20:42:25.580449 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17555 | 2024.11.22 20:42:25.872655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 17556 | 2024.11.22 20:42:25.873301 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17557 | 2024.11.22 20:42:25.873350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17558 | 2024.11.22 20:42:25.873898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17559 | 2024.11.22 20:42:25.874154 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17560 | 2024.11.22 20:42:25.874402 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 17561 | 2024.11.22 20:42:26.116094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2452 | ||
| 17562 | 2024.11.22 20:42:26.119422 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17563 | 2024.11.22 20:42:26.119474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17564 | 2024.11.22 20:42:26.121074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17565 | 2024.11.22 20:42:26.121396 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17566 | 2024.11.22 20:42:26.122009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2452 | ||
| 17567 | 2024.11.22 20:42:26.155552 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17568 | 2024.11.22 20:42:26.155741 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17569 | 2024.11.22 20:42:26.155814 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17570 | 2024.11.22 20:42:26.156665 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17571 | 2024.11.22 20:42:26.156713 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17572 | 2024.11.22 20:42:26.157160 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17573 | 2024.11.22 20:42:26.157416 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17574 | 2024.11.22 20:42:26.157664 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001972 sec., 61866.12576064909 rows/sec., 5.24 MiB/sec. | ||
| 17575 | 2024.11.22 20:42:26.157747 [ 5 ] {756cd9de-02ba-4a89-b2cc-d34769852b50} <Debug> TCPHandler: Processed in 0.002322097 sec. | ||
| 17576 | 2024.11.22 20:42:26.158041 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17577 | 2024.11.22 20:42:26.158258 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17578 | 2024.11.22 20:42:26.158334 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17579 | 2024.11.22 20:42:26.159065 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17580 | 2024.11.22 20:42:26.159113 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17581 | 2024.11.22 20:42:26.159517 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17582 | 2024.11.22 20:42:26.159771 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17583 | 2024.11.22 20:42:26.160003 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001798 sec., 18353.72636262514 rows/sec., 1.35 MiB/sec. | ||
| 17584 | 2024.11.22 20:42:26.160068 [ 255 ] {48558eef-0005-4351-8796-8cdde5593e69} <Debug> TCPHandler: Processed in 0.002205534 sec. | ||
| 17585 | 2024.11.22 20:42:26.160240 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17586 | 2024.11.22 20:42:26.160385 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17587 | 2024.11.22 20:42:26.160446 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17588 | 2024.11.22 20:42:26.161212 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17589 | 2024.11.22 20:42:26.161259 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17590 | 2024.11.22 20:42:26.161668 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17591 | 2024.11.22 20:42:26.161909 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17592 | 2024.11.22 20:42:26.162115 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001765 sec., 54957.50708215297 rows/sec., 4.29 MiB/sec. | ||
| 17593 | 2024.11.22 20:42:26.162171 [ 5 ] {0c147c5e-e956-498b-b0e7-a5d686cc854e} <Debug> TCPHandler: Processed in 0.002001069 sec. | ||
| 17594 | 2024.11.22 20:42:26.162336 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17595 | 2024.11.22 20:42:26.162472 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17596 | 2024.11.22 20:42:26.162537 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17597 | 2024.11.22 20:42:26.163234 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17598 | 2024.11.22 20:42:26.163283 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17599 | 2024.11.22 20:42:26.163707 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17600 | 2024.11.22 20:42:26.163943 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17601 | 2024.11.22 20:42:26.164152 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 17602 | 2024.11.22 20:42:26.164210 [ 255 ] {97a6f7eb-46b7-4338-98b5-ef9660544bed} <Debug> TCPHandler: Processed in 0.001932837 sec. | ||
| 17603 | 2024.11.22 20:42:26.164362 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17604 | 2024.11.22 20:42:26.164499 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17605 | 2024.11.22 20:42:26.164593 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <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 | ||
| 17606 | 2024.11.22 20:42:26.165926 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17607 | 2024.11.22 20:42:26.165965 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17608 | 2024.11.22 20:42:26.166651 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17609 | 2024.11.22 20:42:26.166905 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17610 | 2024.11.22 20:42:26.167152 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002684 sec., 12295.081967213115 rows/sec., 22.03 MiB/sec. | ||
| 17611 | 2024.11.22 20:42:26.167280 [ 5 ] {4560e2dc-b307-4715-91e2-3f638da7d537} <Debug> TCPHandler: Processed in 0.002975973 sec. | ||
| 17612 | 2024.11.22 20:42:26.167446 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17613 | 2024.11.22 20:42:26.167584 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17614 | 2024.11.22 20:42:26.167645 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17615 | 2024.11.22 20:42:26.168237 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17616 | 2024.11.22 20:42:26.168284 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17617 | 2024.11.22 20:42:26.168680 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17618 | 2024.11.22 20:42:26.168913 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17619 | 2024.11.22 20:42:26.169147 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 17620 | 2024.11.22 20:42:26.169213 [ 255 ] {25741b66-fc67-4d8e-86c2-82c14466cf19} <Debug> TCPHandler: Processed in 0.001839655 sec. | ||
| 17621 | 2024.11.22 20:42:26.718464 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 17622 | 2024.11.22 20:42:26.718520 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 17623 | 2024.11.22 20:42:26.719872 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 17624 | 2024.11.22 20:42:27.012317 [ 219 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 17625 | 2024.11.22 20:42:27.012353 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 17626 | 2024.11.22 20:42:27.013646 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 17627 | 2024.11.22 20:42:28.801045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 17628 | 2024.11.22 20:42:28.824723 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17629 | 2024.11.22 20:42:28.824776 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17630 | 2024.11.22 20:42:28.832371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17631 | 2024.11.22 20:42:28.833225 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17632 | 2024.11.22 20:42:28.837739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 17633 | 2024.11.22 20:42:29.297127 [ 224 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 17634 | 2024.11.22 20:42:29.297187 [ 224 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 17635 | 2024.11.22 20:42:29.298336 [ 224 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 17636 | 2024.11.22 20:42:29.434256 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17637 | 2024.11.22 20:42:29.434468 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17638 | 2024.11.22 20:42:29.434549 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17639 | 2024.11.22 20:42:29.435355 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17640 | 2024.11.22 20:42:29.435416 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17641 | 2024.11.22 20:42:29.435875 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17642 | 2024.11.22 20:42:29.436135 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17643 | 2024.11.22 20:42:29.436375 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 17644 | 2024.11.22 20:42:29.436378 [ 82 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17645 | 2024.11.22 20:42:29.436479 [ 5 ] {865798ec-77a3-440b-a038-5d8fccdf02f7} <Debug> TCPHandler: Processed in 0.002361198 sec. | ||
| 17646 | 2024.11.22 20:42:29.436508 [ 82 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17647 | 2024.11.22 20:42:29.436616 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17648 | 2024.11.22 20:42:29.436805 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17649 | 2024.11.22 20:42:29.436831 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::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 | ||
| 17650 | 2024.11.22 20:42:29.437102 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17651 | 2024.11.22 20:42:29.437129 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17652 | 2024.11.22 20:42:29.437194 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 17653 | 2024.11.22 20:42:29.437230 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17654 | 2024.11.22 20:42:29.437502 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17655 | 2024.11.22 20:42:29.437883 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17656 | 2024.11.22 20:42:29.438363 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17657 | 2024.11.22 20:42:29.438813 [ 199 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17658 | 2024.11.22 20:42:29.440677 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17659 | 2024.11.22 20:42:29.440772 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17660 | 2024.11.22 20:42:29.441710 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004980292 sec., 14055.400767665831 rows/sec., 1.04 MiB/sec. | ||
| 17661 | 2024.11.22 20:42:29.441874 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 17662 | 2024.11.22 20:42:29.442065 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17663 | 2024.11.22 20:42:29.442305 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17664 | 2024.11.22 20:42:29.442679 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.005685 sec., 1759.0149516270887 rows/sec., 143.44 KiB/sec. | ||
| 17665 | 2024.11.22 20:42:29.442811 [ 255 ] {5369ed47-36cf-4092-a1aa-d81de80e804a} <Debug> TCPHandler: Processed in 0.006173661 sec. | ||
| 17666 | 2024.11.22 20:42:29.442988 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17667 | 2024.11.22 20:42:29.443007 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17668 | 2024.11.22 20:42:29.443238 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17669 | 2024.11.22 20:42:29.443243 [ 198 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_61_15} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17670 | 2024.11.22 20:42:29.443318 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17671 | 2024.11.22 20:42:29.443516 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17672 | 2024.11.22 20:42:29.444884 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17673 | 2024.11.22 20:42:29.444934 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17674 | 2024.11.22 20:42:29.445472 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17675 | 2024.11.22 20:42:29.445728 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17676 | 2024.11.22 20:42:29.445979 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002802 sec., 486795.1463240543 rows/sec., 40.44 MiB/sec. | ||
| 17677 | 2024.11.22 20:42:29.446057 [ 5 ] {4265090c-8316-4361-806b-77928da06969} <Debug> TCPHandler: Processed in 0.003137437 sec. | ||
| 17678 | 2024.11.22 20:42:29.446241 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17679 | 2024.11.22 20:42:29.446377 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17680 | 2024.11.22 20:42:29.446435 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17681 | 2024.11.22 20:42:29.447084 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17682 | 2024.11.22 20:42:29.447129 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17683 | 2024.11.22 20:42:29.447549 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17684 | 2024.11.22 20:42:29.447797 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17685 | 2024.11.22 20:42:29.448019 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001675 sec., 14925.373134328358 rows/sec., 1.02 MiB/sec. | ||
| 17686 | 2024.11.22 20:42:29.448087 [ 255 ] {16ddd214-e23a-4d9b-83bd-808ac6d7783f} <Debug> TCPHandler: Processed in 0.001913796 sec. | ||
| 17687 | 2024.11.22 20:42:29.448275 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17688 | 2024.11.22 20:42:29.448456 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17689 | 2024.11.22 20:42:29.448521 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17690 | 2024.11.22 20:42:29.449274 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17691 | 2024.11.22 20:42:29.449320 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17692 | 2024.11.22 20:42:29.449750 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17693 | 2024.11.22 20:42:29.450018 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17694 | 2024.11.22 20:42:29.450283 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001895 sec., 127704.48548812665 rows/sec., 8.65 MiB/sec. | ||
| 17695 | 2024.11.22 20:42:29.450411 [ 5 ] {2583c222-eb23-428e-86fe-05e0407ee1d8} <Debug> TCPHandler: Processed in 0.002197304 sec. | ||
| 17696 | 2024.11.22 20:42:29.450631 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17697 | 2024.11.22 20:42:29.450766 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17698 | 2024.11.22 20:42:29.450819 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17699 | 2024.11.22 20:42:29.451431 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17700 | 2024.11.22 20:42:29.451471 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17701 | 2024.11.22 20:42:29.451853 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17702 | 2024.11.22 20:42:29.452096 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17703 | 2024.11.22 20:42:29.452277 [ 83 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17704 | 2024.11.22 20:42:29.452338 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec. | ||
| 17705 | 2024.11.22 20:42:29.452348 [ 83 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17706 | 2024.11.22 20:42:29.452429 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17707 | 2024.11.22 20:42:29.452486 [ 255 ] {dbeaf29f-95d8-4274-9c8e-c1c4c0fc2150} <Debug> TCPHandler: Processed in 0.001951068 sec. | ||
| 17708 | 2024.11.22 20:42:29.452695 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::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 | ||
| 17709 | 2024.11.22 20:42:29.452767 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17710 | 2024.11.22 20:42:29.452960 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17711 | 2024.11.22 20:42:29.453036 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17712 | 2024.11.22 20:42:29.453050 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 17713 | 2024.11.22 20:42:29.453161 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17714 | 2024.11.22 20:42:29.453219 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 17715 | 2024.11.22 20:42:29.453673 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 17716 | 2024.11.22 20:42:29.453951 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 17717 | 2024.11.22 20:42:29.454198 [ 199 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 17718 | 2024.11.22 20:42:29.455570 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003032404 sec., 21435.13858971298 rows/sec., 1.39 MiB/sec. | ||
| 17719 | 2024.11.22 20:42:29.455806 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17720 | 2024.11.22 20:42:29.456222 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17721 | 2024.11.22 20:42:29.456445 [ 192 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_61_15} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17722 | 2024.11.22 20:42:29.456692 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17723 | 2024.11.22 20:42:29.457695 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17724 | 2024.11.22 20:42:29.457746 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17725 | 2024.11.22 20:42:29.458200 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17726 | 2024.11.22 20:42:29.458479 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17727 | 2024.11.22 20:42:29.458713 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.005758 sec., 148662.73011462312 rows/sec., 10.76 MiB/sec. | ||
| 17728 | 2024.11.22 20:42:29.458785 [ 5 ] {9179f006-627e-40fc-8ed7-6b4c654439c7} <Debug> TCPHandler: Processed in 0.006153001 sec. | ||
| 17729 | 2024.11.22 20:42:29.458959 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17730 | 2024.11.22 20:42:29.459097 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17731 | 2024.11.22 20:42:29.459155 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17732 | 2024.11.22 20:42:29.459711 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17733 | 2024.11.22 20:42:29.459753 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17734 | 2024.11.22 20:42:29.460205 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17735 | 2024.11.22 20:42:29.460462 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17736 | 2024.11.22 20:42:29.460694 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 192.55 KiB/sec. | ||
| 17737 | 2024.11.22 20:42:29.460758 [ 255 ] {67b7d172-ddeb-4965-99e5-26672da3b619} <Debug> TCPHandler: Processed in 0.001868516 sec. | ||
| 17738 | 2024.11.22 20:42:29.460923 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17739 | 2024.11.22 20:42:29.461071 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17740 | 2024.11.22 20:42:29.461142 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17741 | 2024.11.22 20:42:29.461975 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17742 | 2024.11.22 20:42:29.462019 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17743 | 2024.11.22 20:42:29.462496 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17744 | 2024.11.22 20:42:29.462771 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17745 | 2024.11.22 20:42:29.463002 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.00197 sec., 472081.2182741117 rows/sec., 31.51 MiB/sec. | ||
| 17746 | 2024.11.22 20:42:29.463068 [ 5 ] {96442d10-ef7a-4115-b27d-240526f7ae68} <Debug> TCPHandler: Processed in 0.002214074 sec. | ||
| 17747 | 2024.11.22 20:42:29.463239 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17748 | 2024.11.22 20:42:29.463386 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17749 | 2024.11.22 20:42:29.463455 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17750 | 2024.11.22 20:42:29.463963 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17751 | 2024.11.22 20:42:29.464003 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17752 | 2024.11.22 20:42:29.464382 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17753 | 2024.11.22 20:42:29.464630 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17754 | 2024.11.22 20:42:29.464842 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 17755 | 2024.11.22 20:42:29.464895 [ 255 ] {f02a0605-1236-4a30-8cc7-9b3df755a6ab} <Debug> TCPHandler: Processed in 0.001723802 sec. | ||
| 17756 | 2024.11.22 20:42:29.465047 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17757 | 2024.11.22 20:42:29.465192 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17758 | 2024.11.22 20:42:29.465292 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <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 | ||
| 17759 | 2024.11.22 20:42:29.466488 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17760 | 2024.11.22 20:42:29.466530 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17761 | 2024.11.22 20:42:29.467197 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17762 | 2024.11.22 20:42:29.467475 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17763 | 2024.11.22 20:42:29.467734 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002579 sec., 3101.9775106630477 rows/sec., 5.56 MiB/sec. | ||
| 17764 | 2024.11.22 20:42:29.467879 [ 5 ] {1e3b4ab1-3458-4842-a995-bef5fbe2b370} <Debug> TCPHandler: Processed in 0.002898441 sec. | ||
| 17765 | 2024.11.22 20:42:29.468027 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17766 | 2024.11.22 20:42:29.468148 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17767 | 2024.11.22 20:42:29.468201 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17768 | 2024.11.22 20:42:29.468792 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17769 | 2024.11.22 20:42:29.468833 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17770 | 2024.11.22 20:42:29.469245 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17771 | 2024.11.22 20:42:29.469526 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17772 | 2024.11.22 20:42:29.469713 [ 83 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17773 | 2024.11.22 20:42:29.469761 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001631 sec., 42918.454935622314 rows/sec., 2.70 MiB/sec. | ||
| 17774 | 2024.11.22 20:42:29.469772 [ 83 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17775 | 2024.11.22 20:42:29.469857 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17776 | 2024.11.22 20:42:29.469874 [ 255 ] {c554ef7c-5bc2-41a5-80cd-0ad64efe41f7} <Debug> TCPHandler: Processed in 0.001901656 sec. | ||
| 17777 | 2024.11.22 20:42:29.470027 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17778 | 2024.11.22 20:42:29.470129 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17779 | 2024.11.22 20:42:29.470161 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8176 rows starting from the beginning of the part | ||
| 17780 | 2024.11.22 20:42:29.470231 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17781 | 2024.11.22 20:42:29.470426 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17782 | 2024.11.22 20:42:29.470676 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17783 | 2024.11.22 20:42:29.470863 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::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 | ||
| 17784 | 2024.11.22 20:42:29.471002 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 70 rows starting from the beginning of the part | ||
| 17785 | 2024.11.22 20:42:29.473576 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8530 rows, containing 4 columns (4 merged, 0 gathered) in 0.003614178 sec., 2360149.3894323967 rows/sec., 153.78 MiB/sec. | ||
| 17786 | 2024.11.22 20:42:29.473743 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17787 | 2024.11.22 20:42:29.474021 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17788 | 2024.11.22 20:42:29.474093 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_141_28} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17789 | 2024.11.22 20:42:29.474163 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 17790 | 2024.11.22 20:42:30.349860 [ 219 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17791 | 2024.11.22 20:42:30.349924 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17792 | 2024.11.22 20:42:30.351486 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 17793 | 2024.11.22 20:42:30.476454 [ 219 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17794 | 2024.11.22 20:42:30.476492 [ 219 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17795 | 2024.11.22 20:42:30.477994 [ 219 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 17796 | 2024.11.22 20:42:30.664608 [ 223 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 17797 | 2024.11.22 20:42:30.664641 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 17798 | 2024.11.22 20:42:30.665835 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 17799 | 2024.11.22 20:42:31.146910 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17800 | 2024.11.22 20:42:31.147120 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17801 | 2024.11.22 20:42:31.147202 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17802 | 2024.11.22 20:42:31.148023 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17803 | 2024.11.22 20:42:31.148068 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17804 | 2024.11.22 20:42:31.148501 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17805 | 2024.11.22 20:42:31.148764 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17806 | 2024.11.22 20:42:31.148996 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.21 MiB/sec. | ||
| 17807 | 2024.11.22 20:42:31.149055 [ 5 ] {973d35ee-c603-4e8e-9435-a1ceb5ebafda} <Debug> TCPHandler: Processed in 0.002277756 sec. | ||
| 17808 | 2024.11.22 20:42:31.149333 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17809 | 2024.11.22 20:42:31.149545 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17810 | 2024.11.22 20:42:31.149621 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17811 | 2024.11.22 20:42:31.150405 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17812 | 2024.11.22 20:42:31.150448 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17813 | 2024.11.22 20:42:31.150901 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17814 | 2024.11.22 20:42:31.151161 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17815 | 2024.11.22 20:42:31.151376 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 17816 | 2024.11.22 20:42:31.151445 [ 255 ] {bf1a5890-193e-4ce5-b7c7-711eeada0b28} <Debug> TCPHandler: Processed in 0.002261916 sec. | ||
| 17817 | 2024.11.22 20:42:31.151610 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17818 | 2024.11.22 20:42:31.151751 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17819 | 2024.11.22 20:42:31.151816 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17820 | 2024.11.22 20:42:31.152464 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17821 | 2024.11.22 20:42:31.152513 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17822 | 2024.11.22 20:42:31.152907 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17823 | 2024.11.22 20:42:31.153178 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17824 | 2024.11.22 20:42:31.153353 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_137_28 to all_141_141_0 | ||
| 17825 | 2024.11.22 20:42:31.153412 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001688 sec., 18957.34597156398 rows/sec., 1.32 MiB/sec. | ||
| 17826 | 2024.11.22 20:42:31.153420 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17827 | 2024.11.22 20:42:31.153494 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17828 | 2024.11.22 20:42:31.153544 [ 5 ] {85673cbd-7de8-4a80-87f4-6d7258010e40} <Debug> TCPHandler: Processed in 0.002000679 sec. | ||
| 17829 | 2024.11.22 20:42:31.153747 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17830 | 2024.11.22 20:42:31.153757 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_137_28 to all_141_141_0 into Compact with storage Full | ||
| 17831 | 2024.11.22 20:42:31.153903 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17832 | 2024.11.22 20:42:31.153946 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17833 | 2024.11.22 20:42:31.153968 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17834 | 2024.11.22 20:42:31.153994 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_28, total 38247 rows starting from the beginning of the part | ||
| 17835 | 2024.11.22 20:42:31.154215 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 163 rows starting from the beginning of the part | ||
| 17836 | 2024.11.22 20:42:31.154737 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 17837 | 2024.11.22 20:42:31.155123 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
| 17838 | 2024.11.22 20:42:31.155392 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 930 rows starting from the beginning of the part | ||
| 17839 | 2024.11.22 20:42:31.156080 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17840 | 2024.11.22 20:42:31.156127 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17841 | 2024.11.22 20:42:31.156688 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17842 | 2024.11.22 20:42:31.156948 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17843 | 2024.11.22 20:42:31.157301 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003429 sec., 3499.5625546806646 rows/sec., 241.51 KiB/sec. | ||
| 17844 | 2024.11.22 20:42:31.157444 [ 255 ] {16677373-a9ef-41d1-a4b7-b51754657121} <Debug> TCPHandler: Processed in 0.003782993 sec. | ||
| 17845 | 2024.11.22 20:42:31.163519 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39737 rows, containing 5 columns (5 merged, 0 gathered) in 0.009921902 sec., 4004978.0777919395 rows/sec., 270.51 MiB/sec. | ||
| 17846 | 2024.11.22 20:42:31.164392 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) | ||
| 17847 | 2024.11.22 20:42:31.164761 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17848 | 2024.11.22 20:42:31.164855 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_137_28, all_141_141_0] -> all_1_141_29 | ||
| 17849 | 2024.11.22 20:42:31.164964 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 17850 | 2024.11.22 20:42:33.375487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 17851 | 2024.11.22 20:42:33.376188 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17852 | 2024.11.22 20:42:33.376235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17853 | 2024.11.22 20:42:33.376795 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17854 | 2024.11.22 20:42:33.377058 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17855 | 2024.11.22 20:42:33.377311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17856 | 2024.11.22 20:42:33.795446 [ 223 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 17857 | 2024.11.22 20:42:33.795503 [ 223 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 17858 | 2024.11.22 20:42:33.797004 [ 223 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 17859 | 2024.11.22 20:42:35.586907 [ 224 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 17860 | 2024.11.22 20:42:35.586984 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 17861 | 2024.11.22 20:42:35.588740 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 17862 | 2024.11.22 20:42:36.123155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2496 | ||
| 17863 | 2024.11.22 20:42:36.126508 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17864 | 2024.11.22 20:42:36.126590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17865 | 2024.11.22 20:42:36.128167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17866 | 2024.11.22 20:42:36.128490 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17867 | 2024.11.22 20:42:36.129140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2496 | ||
| 17868 | 2024.11.22 20:42:36.155584 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17869 | 2024.11.22 20:42:36.155783 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17870 | 2024.11.22 20:42:36.155862 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17871 | 2024.11.22 20:42:36.156809 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17872 | 2024.11.22 20:42:36.156853 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17873 | 2024.11.22 20:42:36.157346 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17874 | 2024.11.22 20:42:36.157606 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17875 | 2024.11.22 20:42:36.157830 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002104 sec., 57984.79087452472 rows/sec., 4.92 MiB/sec. | ||
| 17876 | 2024.11.22 20:42:36.157888 [ 5 ] {460706af-7f69-45cb-bcea-2e568449d814} <Debug> TCPHandler: Processed in 0.002438989 sec. | ||
| 17877 | 2024.11.22 20:42:36.158151 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17878 | 2024.11.22 20:42:36.158346 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17879 | 2024.11.22 20:42:36.158424 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17880 | 2024.11.22 20:42:36.159212 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17881 | 2024.11.22 20:42:36.159257 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17882 | 2024.11.22 20:42:36.159714 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17883 | 2024.11.22 20:42:36.159973 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17884 | 2024.11.22 20:42:36.160179 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001887 sec., 17488.076311605724 rows/sec., 1.28 MiB/sec. | ||
| 17885 | 2024.11.22 20:42:36.160251 [ 255 ] {e813cf14-3052-418f-9e12-d28d037c2d6d} <Debug> TCPHandler: Processed in 0.002230734 sec. | ||
| 17886 | 2024.11.22 20:42:36.160409 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17887 | 2024.11.22 20:42:36.160534 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17888 | 2024.11.22 20:42:36.160585 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17889 | 2024.11.22 20:42:36.161270 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17890 | 2024.11.22 20:42:36.161312 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17891 | 2024.11.22 20:42:36.161722 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17892 | 2024.11.22 20:42:36.161975 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17893 | 2024.11.22 20:42:36.162193 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001683 sec., 57635.17528223411 rows/sec., 4.50 MiB/sec. | ||
| 17894 | 2024.11.22 20:42:36.162253 [ 5 ] {81ba4b73-c836-41f8-89c5-552d54d8a102} <Debug> TCPHandler: Processed in 0.001907277 sec. | ||
| 17895 | 2024.11.22 20:42:36.162416 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17896 | 2024.11.22 20:42:36.162548 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17897 | 2024.11.22 20:42:36.162607 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17898 | 2024.11.22 20:42:36.163215 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17899 | 2024.11.22 20:42:36.163255 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17900 | 2024.11.22 20:42:36.163672 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17901 | 2024.11.22 20:42:36.163922 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17902 | 2024.11.22 20:42:36.164109 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 17903 | 2024.11.22 20:42:36.164169 [ 255 ] {5800e201-9c05-48e5-b8df-2c3e657e0ec4} <Debug> TCPHandler: Processed in 0.001813815 sec. | ||
| 17904 | 2024.11.22 20:42:36.164315 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17905 | 2024.11.22 20:42:36.164434 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17906 | 2024.11.22 20:42:36.164519 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <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 | ||
| 17907 | 2024.11.22 20:42:36.165806 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17908 | 2024.11.22 20:42:36.165847 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17909 | 2024.11.22 20:42:36.166547 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17910 | 2024.11.22 20:42:36.166811 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17911 | 2024.11.22 20:42:36.167056 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002648 sec., 12462.235649546827 rows/sec., 22.33 MiB/sec. | ||
| 17912 | 2024.11.22 20:42:36.167174 [ 5 ] {39dec865-e979-40bb-b4f1-5e9aeefcf06f} <Debug> TCPHandler: Processed in 0.002915621 sec. | ||
| 17913 | 2024.11.22 20:42:36.167329 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17914 | 2024.11.22 20:42:36.167454 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17915 | 2024.11.22 20:42:36.167509 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17916 | 2024.11.22 20:42:36.168042 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17917 | 2024.11.22 20:42:36.168080 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17918 | 2024.11.22 20:42:36.168466 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17919 | 2024.11.22 20:42:36.168717 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17920 | 2024.11.22 20:42:36.168930 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 17921 | 2024.11.22 20:42:36.169010 [ 219 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17922 | 2024.11.22 20:42:36.169015 [ 255 ] {dd01827e-1b10-4252-94ec-43b0c5f9b154} <Debug> TCPHandler: Processed in 0.001742823 sec. | ||
| 17923 | 2024.11.22 20:42:36.169064 [ 219 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17924 | 2024.11.22 20:42:36.170487 [ 219 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 17925 | 2024.11.22 20:42:36.338769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 17926 | 2024.11.22 20:42:36.364136 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17927 | 2024.11.22 20:42:36.364206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17928 | 2024.11.22 20:42:36.372070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17929 | 2024.11.22 20:42:36.372924 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17930 | 2024.11.22 20:42:36.376540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17931 | 2024.11.22 20:42:36.866456 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17932 | 2024.11.22 20:42:36.866510 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17933 | 2024.11.22 20:42:36.867903 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 17934 | 2024.11.22 20:42:40.580700 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17935 | 2024.11.22 20:42:40.580776 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17936 | 2024.11.22 20:42:40.878401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 17937 | 2024.11.22 20:42:40.879033 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17938 | 2024.11.22 20:42:40.879075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17939 | 2024.11.22 20:42:40.879623 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17940 | 2024.11.22 20:42:40.879889 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17941 | 2024.11.22 20:42:40.880050 [ 56 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17942 | 2024.11.22 20:42:40.880104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 17943 | 2024.11.22 20:42:40.880112 [ 56 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17944 | 2024.11.22 20:42:40.880142 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17945 | 2024.11.22 20:42:40.880428 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 17946 | 2024.11.22 20:42:40.880814 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17947 | 2024.11.22 20:42:40.880889 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 17948 | 2024.11.22 20:42:40.880973 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 17949 | 2024.11.22 20:42:40.881189 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 17950 | 2024.11.22 20:42:40.881440 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 17951 | 2024.11.22 20:42:40.881634 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 17952 | 2024.11.22 20:42:40.881782 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 17953 | 2024.11.22 20:42:40.884805 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004555542 sec., 8650123.300366893 rows/sec., 123.74 MiB/sec. | ||
| 17954 | 2024.11.22 20:42:40.885451 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17955 | 2024.11.22 20:42:40.885983 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17956 | 2024.11.22 20:42:40.886071 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_86_17} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17957 | 2024.11.22 20:42:40.886195 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17958 | 2024.11.22 20:42:41.157527 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17959 | 2024.11.22 20:42:41.157723 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17960 | 2024.11.22 20:42:41.157800 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17961 | 2024.11.22 20:42:41.158538 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17962 | 2024.11.22 20:42:41.158577 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17963 | 2024.11.22 20:42:41.158990 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17964 | 2024.11.22 20:42:41.159238 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17965 | 2024.11.22 20:42:41.159441 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec. | ||
| 17966 | 2024.11.22 20:42:41.159517 [ 5 ] {fd87d6bb-e2db-4068-a149-cbcc22339fb0} <Debug> TCPHandler: Processed in 0.002124862 sec. | ||
| 17967 | 2024.11.22 20:42:41.159805 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17968 | 2024.11.22 20:42:41.159986 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17969 | 2024.11.22 20:42:41.160059 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17970 | 2024.11.22 20:42:41.160908 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17971 | 2024.11.22 20:42:41.160958 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17972 | 2024.11.22 20:42:41.161406 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17973 | 2024.11.22 20:42:41.161672 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17974 | 2024.11.22 20:42:41.161865 [ 53 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17975 | 2024.11.22 20:42:41.161922 [ 53 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17976 | 2024.11.22 20:42:41.161939 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001993 sec., 109884.59608630206 rows/sec., 9.57 MiB/sec. | ||
| 17977 | 2024.11.22 20:42:41.161972 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 17978 | 2024.11.22 20:42:41.162125 [ 255 ] {6d1ab58e-b01e-4e5e-9692-db6e76b3345b} <Debug> TCPHandler: Processed in 0.00249478 sec. | ||
| 17979 | 2024.11.22 20:42:41.162206 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17980 | 2024.11.22 20:42:41.162309 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17981 | 2024.11.22 20:42:41.162348 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17982 | 2024.11.22 20:42:41.162382 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1436 rows starting from the beginning of the part | ||
| 17983 | 2024.11.22 20:42:41.162515 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17984 | 2024.11.22 20:42:41.162544 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 122 rows starting from the beginning of the part | ||
| 17985 | 2024.11.22 20:42:41.162715 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17986 | 2024.11.22 20:42:41.162935 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1364 rows starting from the beginning of the part | ||
| 17987 | 2024.11.22 20:42:41.163215 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 17988 | 2024.11.22 20:42:41.163513 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 122 rows starting from the beginning of the part | ||
| 17989 | 2024.11.22 20:42:41.163821 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 219 rows starting from the beginning of the part | ||
| 17990 | 2024.11.22 20:42:41.165043 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17991 | 2024.11.22 20:42:41.165095 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 17992 | 2024.11.22 20:42:41.165661 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 17993 | 2024.11.22 20:42:41.165950 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17994 | 2024.11.22 20:42:41.166261 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00381 sec., 3937.007874015748 rows/sec., 277.59 KiB/sec. | ||
| 17995 | 2024.11.22 20:42:41.166536 [ 5 ] {41580628-9793-4e8a-a70c-afd96f0fc67d} <Debug> TCPHandler: Processed in 0.004295685 sec. | ||
| 17996 | 2024.11.22 20:42:41.166537 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.004449229 sec., 745971.9425545415 rows/sec., 65.14 MiB/sec. | ||
| 17997 | 2024.11.22 20:42:41.166790 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17998 | 2024.11.22 20:42:41.166837 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17999 | 2024.11.22 20:42:41.167201 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18000 | 2024.11.22 20:42:41.167362 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18001 | 2024.11.22 20:42:41.167635 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18002 | 2024.11.22 20:42:41.167852 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_146_29} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18003 | 2024.11.22 20:42:41.168045 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 18004 | 2024.11.22 20:42:41.168470 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18005 | 2024.11.22 20:42:41.168515 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18006 | 2024.11.22 20:42:41.168885 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18007 | 2024.11.22 20:42:41.169128 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18008 | 2024.11.22 20:42:41.169301 [ 53 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_58_12 to all_63_63_0 | ||
| 18009 | 2024.11.22 20:42:41.169351 [ 53 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18010 | 2024.11.22 20:42:41.169370 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002329 sec., 6011.163589523401 rows/sec., 420.98 KiB/sec. | ||
| 18011 | 2024.11.22 20:42:41.169385 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18012 | 2024.11.22 20:42:41.169556 [ 255 ] {a5cd9991-8b8e-4cb3-a013-39f690921e9c} <Debug> TCPHandler: Processed in 0.002912751 sec. | ||
| 18013 | 2024.11.22 20:42:41.169679 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_58_12 to all_63_63_0 into Compact with storage Full | ||
| 18014 | 2024.11.22 20:42:41.169814 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18015 | 2024.11.22 20:42:41.170165 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18016 | 2024.11.22 20:42:41.170355 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18017 | 2024.11.22 20:42:41.170570 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18018 | 2024.11.22 20:42:41.170745 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 243 rows starting from the beginning of the part | ||
| 18019 | 2024.11.22 20:42:41.171018 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 242 rows starting from the beginning of the part | ||
| 18020 | 2024.11.22 20:42:41.171359 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 18021 | 2024.11.22 20:42:41.171803 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 18022 | 2024.11.22 20:42:41.172138 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 242 rows starting from the beginning of the part | ||
| 18023 | 2024.11.22 20:42:41.172456 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18024 | 2024.11.22 20:42:41.173411 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18025 | 2024.11.22 20:42:41.173475 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18026 | 2024.11.22 20:42:41.174562 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18027 | 2024.11.22 20:42:41.175037 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18028 | 2024.11.22 20:42:41.175539 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.006035748 sec., 127407.57235060178 rows/sec., 9.12 MiB/sec. | ||
| 18029 | 2024.11.22 20:42:41.175564 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005486 sec., 2369.6682464454975 rows/sec., 147.75 KiB/sec. | ||
| 18030 | 2024.11.22 20:42:41.175702 [ 5 ] {4ee43891-1431-4d5b-a6b3-b17415c974e1} <Debug> TCPHandler: Processed in 0.006022027 sec. | ||
| 18031 | 2024.11.22 20:42:41.175770 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) | ||
| 18032 | 2024.11.22 20:42:41.175883 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18033 | 2024.11.22 20:42:41.176013 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18034 | 2024.11.22 20:42:41.176075 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18035 | 2024.11.22 20:42:41.176084 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18036 | 2024.11.22 20:42:41.176207 [ 188 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_63_13} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_58_12, all_63_63_0] -> all_1_63_13 | ||
| 18037 | 2024.11.22 20:42:41.176312 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 18038 | 2024.11.22 20:42:41.176896 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18039 | 2024.11.22 20:42:41.176935 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18040 | 2024.11.22 20:42:41.177318 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18041 | 2024.11.22 20:42:41.177559 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18042 | 2024.11.22 20:42:41.177744 [ 53 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18043 | 2024.11.22 20:42:41.177806 [ 53 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18044 | 2024.11.22 20:42:41.177822 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001829 sec., 213231.27392017498 rows/sec., 15.12 MiB/sec. | ||
| 18045 | 2024.11.22 20:42:41.177853 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18046 | 2024.11.22 20:42:41.177974 [ 255 ] {abd7c190-1dd3-45ee-89be-9803efe5b5aa} <Debug> TCPHandler: Processed in 0.002159172 sec. | ||
| 18047 | 2024.11.22 20:42:41.178132 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18048 | 2024.11.22 20:42:41.178180 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18049 | 2024.11.22 20:42:41.178396 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18050 | 2024.11.22 20:42:41.178430 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18051 | 2024.11.22 20:42:41.178466 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part | ||
| 18052 | 2024.11.22 20:42:41.178533 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18053 | 2024.11.22 20:42:41.178805 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 97 rows starting from the beginning of the part | ||
| 18054 | 2024.11.22 20:42:41.179187 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 856 rows starting from the beginning of the part | ||
| 18055 | 2024.11.22 20:42:41.179541 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 18056 | 2024.11.22 20:42:41.179856 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 97 rows starting from the beginning of the part | ||
| 18057 | 2024.11.22 20:42:41.180177 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 390 rows starting from the beginning of the part | ||
| 18058 | 2024.11.22 20:42:41.181056 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18059 | 2024.11.22 20:42:41.181122 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18060 | 2024.11.22 20:42:41.182041 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18061 | 2024.11.22 20:42:41.182523 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18062 | 2024.11.22 20:42:41.182679 [ 53 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 | ||
| 18063 | 2024.11.22 20:42:41.182745 [ 53 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18064 | 2024.11.22 20:42:41.182766 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18065 | 2024.11.22 20:42:41.182785 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004445 sec., 1349.8312710911136 rows/sec., 70.52 KiB/sec. | ||
| 18066 | 2024.11.22 20:42:41.183134 [ 5 ] {041a36a6-c9bb-4238-a076-303d96f8b2bd} <Debug> TCPHandler: Processed in 0.005044723 sec. | ||
| 18067 | 2024.11.22 20:42:41.183502 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18068 | 2024.11.22 20:42:41.183508 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full | ||
| 18069 | 2024.11.22 20:42:41.183623 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005634438 sec., 429324.0958548128 rows/sec., 32.93 MiB/sec. | ||
| 18070 | 2024.11.22 20:42:41.183771 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18071 | 2024.11.22 20:42:41.183812 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18072 | 2024.11.22 20:42:41.183864 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 342 rows starting from the beginning of the part | ||
| 18073 | 2024.11.22 20:42:41.183890 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18074 | 2024.11.22 20:42:41.184186 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18075 | 2024.11.22 20:42:41.184242 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 18076 | 2024.11.22 20:42:41.184720 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 18077 | 2024.11.22 20:42:41.185043 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 18078 | 2024.11.22 20:42:41.185426 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18079 | 2024.11.22 20:42:41.185854 [ 196 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 18080 | 2024.11.22 20:42:41.186657 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18081 | 2024.11.22 20:42:41.187059 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_146_29} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18082 | 2024.11.22 20:42:41.187392 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 18083 | 2024.11.22 20:42:41.187524 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18084 | 2024.11.22 20:42:41.187573 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18085 | 2024.11.22 20:42:41.188196 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18086 | 2024.11.22 20:42:41.188450 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.005552806 sec., 66993.15625289267 rows/sec., 3.42 MiB/sec. | ||
| 18087 | 2024.11.22 20:42:41.188581 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18088 | 2024.11.22 20:42:41.188697 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Trace> MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) | ||
| 18089 | 2024.11.22 20:42:41.189026 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005338 sec., 44398.65118021731 rows/sec., 2.98 MiB/sec. | ||
| 18090 | 2024.11.22 20:42:41.189155 [ 255 ] {19120f7f-0992-4fd2-8b62-3edb86de6794} <Debug> TCPHandler: Processed in 0.005893364 sec. | ||
| 18091 | 2024.11.22 20:42:41.189349 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18092 | 2024.11.22 20:42:41.189380 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18093 | 2024.11.22 20:42:41.189483 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_62_13} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 | ||
| 18094 | 2024.11.22 20:42:41.189492 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18095 | 2024.11.22 20:42:41.189563 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18096 | 2024.11.22 20:42:41.189583 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18097 | 2024.11.22 20:42:41.190050 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18098 | 2024.11.22 20:42:41.190089 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18099 | 2024.11.22 20:42:41.190512 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18100 | 2024.11.22 20:42:41.190826 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18101 | 2024.11.22 20:42:41.191014 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 43.33 KiB/sec. | ||
| 18102 | 2024.11.22 20:42:41.191015 [ 221 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 18103 | 2024.11.22 20:42:41.191072 [ 221 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 18104 | 2024.11.22 20:42:41.191093 [ 5 ] {ff71fc5f-a7f8-4cae-88da-dbe6733a213f} <Debug> TCPHandler: Processed in 0.001838365 sec. | ||
| 18105 | 2024.11.22 20:42:41.191272 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18106 | 2024.11.22 20:42:41.191505 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18107 | 2024.11.22 20:42:41.191760 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <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 | ||
| 18108 | 2024.11.22 20:42:41.194017 [ 221 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 18109 | 2024.11.22 20:42:41.195417 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18110 | 2024.11.22 20:42:41.195463 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18111 | 2024.11.22 20:42:41.196116 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18112 | 2024.11.22 20:42:41.196379 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18113 | 2024.11.22 20:42:41.196628 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005188 sec., 1542.0200462606015 rows/sec., 2.76 MiB/sec. | ||
| 18114 | 2024.11.22 20:42:41.196739 [ 255 ] {5f647149-0cbe-4a9c-8bd3-b223a16f7829} <Debug> TCPHandler: Processed in 0.005546096 sec. | ||
| 18115 | 2024.11.22 20:42:41.196914 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18116 | 2024.11.22 20:42:41.197056 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18117 | 2024.11.22 20:42:41.197115 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18118 | 2024.11.22 20:42:41.197696 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18119 | 2024.11.22 20:42:41.197743 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 18120 | 2024.11.22 20:42:41.198129 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18121 | 2024.11.22 20:42:41.198373 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18122 | 2024.11.22 20:42:41.198586 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 18123 | 2024.11.22 20:42:41.198639 [ 5 ] {7c7e504d-3baf-4ada-8ba8-64bd182953eb} <Debug> TCPHandler: Processed in 0.001794674 sec. | ||
| 18124 | 2024.11.22 20:42:43.623245 [ 222 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 18125 | 2024.11.22 20:42:43.623352 [ 222 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 18126 | 2024.11.22 20:42:43.624743 [ 222 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 18127 | 2024.11.22 20:42:43.877564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 18128 | 2024.11.22 20:42:43.900963 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18129 | 2024.11.22 20:42:43.901033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18130 | 2024.11.22 20:42:43.908931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18131 | 2024.11.22 20:42:43.909928 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18132 | 2024.11.22 20:42:43.910377 [ 49 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18133 | 2024.11.22 20:42:43.910550 [ 49 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18134 | 2024.11.22 20:42:43.910653 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18135 | 2024.11.22 20:42:43.911255 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 18136 | 2024.11.22 20:42:43.930543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 18137 | 2024.11.22 20:42:43.931967 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18138 | 2024.11.22 20:42:43.933770 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 18139 | 2024.11.22 20:42:43.940162 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 18140 | 2024.11.22 20:42:43.946671 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 18141 | 2024.11.22 20:42:43.953208 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 18142 | 2024.11.22 20:42:43.959609 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 18143 | 2024.11.22 20:42:43.965861 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 18144 | 2024.11.22 20:42:44.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.91 MiB, peak 289.66 MiB, free memory in arenas 0.00 B, will set to 272.41 MiB (RSS), difference: -14.50 MiB | ||
| 18145 | 2024.11.22 20:42:44.031873 [ 190 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.121013235 sec., 5363.049752367995 rows/sec., 27.73 MiB/sec. | ||
| 18146 | 2024.11.22 20:42:44.035657 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18147 | 2024.11.22 20:42:44.038741 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18148 | 2024.11.22 20:42:44.038863 [ 197 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_86_17} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18149 | 2024.11.22 20:42:44.041485 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 18150 | 2024.11.22 20:42:45.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.99 MiB, peak 289.66 MiB, free memory in arenas 0.00 B, will set to 272.41 MiB (RSS), difference: 13.42 MiB | ||
| 18151 | 2024.11.22 20:42:45.326969 [ 219 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 18152 | 2024.11.22 20:42:45.327022 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 18153 | 2024.11.22 20:42:45.328382 [ 219 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 18154 | 2024.11.22 20:42:46.130322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2530 | ||
| 18155 | 2024.11.22 20:42:46.133391 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18156 | 2024.11.22 20:42:46.133436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18157 | 2024.11.22 20:42:46.135000 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18158 | 2024.11.22 20:42:46.135310 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18159 | 2024.11.22 20:42:46.135825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2530 | ||
| 18160 | 2024.11.22 20:42:46.155183 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18161 | 2024.11.22 20:42:46.155377 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18162 | 2024.11.22 20:42:46.155450 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18163 | 2024.11.22 20:42:46.156279 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18164 | 2024.11.22 20:42:46.156328 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18165 | 2024.11.22 20:42:46.156784 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18166 | 2024.11.22 20:42:46.157061 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18167 | 2024.11.22 20:42:46.157316 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00199 sec., 61306.53266331658 rows/sec., 5.20 MiB/sec. | ||
| 18168 | 2024.11.22 20:42:46.157396 [ 5 ] {64737969-6ed1-4b79-846d-14f26edc1c1f} <Debug> TCPHandler: Processed in 0.002340317 sec. | ||
| 18169 | 2024.11.22 20:42:46.157676 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18170 | 2024.11.22 20:42:46.157897 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18171 | 2024.11.22 20:42:46.157985 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18172 | 2024.11.22 20:42:46.158803 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18173 | 2024.11.22 20:42:46.158857 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18174 | 2024.11.22 20:42:46.159300 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18175 | 2024.11.22 20:42:46.159561 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18176 | 2024.11.22 20:42:46.159760 [ 47 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18177 | 2024.11.22 20:42:46.159836 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001993 sec., 16557.952834922227 rows/sec., 1.22 MiB/sec. | ||
| 18178 | 2024.11.22 20:42:46.159842 [ 47 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18179 | 2024.11.22 20:42:46.159922 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18180 | 2024.11.22 20:42:46.159991 [ 255 ] {52a1f423-a020-438e-b253-8aedd8493e34} <Debug> TCPHandler: Processed in 0.00246258 sec. | ||
| 18181 | 2024.11.22 20:42:46.160213 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18182 | 2024.11.22 20:42:46.160247 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 18183 | 2024.11.22 20:42:46.160451 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18184 | 2024.11.22 20:42:46.160575 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18185 | 2024.11.22 20:42:46.160576 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18186 | 2024.11.22 20:42:46.160690 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 66 rows starting from the beginning of the part | ||
| 18187 | 2024.11.22 20:42:46.160994 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 33 rows starting from the beginning of the part | ||
| 18188 | 2024.11.22 20:42:46.161440 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 25 rows starting from the beginning of the part | ||
| 18189 | 2024.11.22 20:42:46.161859 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 33 rows starting from the beginning of the part | ||
| 18190 | 2024.11.22 20:42:46.162243 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 15 rows starting from the beginning of the part | ||
| 18191 | 2024.11.22 20:42:46.162607 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 33 rows starting from the beginning of the part | ||
| 18192 | 2024.11.22 20:42:46.163706 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18193 | 2024.11.22 20:42:46.163785 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18194 | 2024.11.22 20:42:46.165008 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18195 | 2024.11.22 20:42:46.165445 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005387552 sec., 38050.67681945343 rows/sec., 2.87 MiB/sec. | ||
| 18196 | 2024.11.22 20:42:46.165557 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18197 | 2024.11.22 20:42:46.165687 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18198 | 2024.11.22 20:42:46.165997 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005632 sec., 17223.011363636364 rows/sec., 1.35 MiB/sec. | ||
| 18199 | 2024.11.22 20:42:46.166150 [ 5 ] {f6201f4d-2f56-4ad1-8400-6b6646e6ce44} <Debug> TCPHandler: Processed in 0.006041397 sec. | ||
| 18200 | 2024.11.22 20:42:46.166368 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18201 | 2024.11.22 20:42:46.166370 [ 191 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18202 | 2024.11.22 20:42:46.166574 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18203 | 2024.11.22 20:42:46.166602 [ 191 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_126_25} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18204 | 2024.11.22 20:42:46.166665 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18205 | 2024.11.22 20:42:46.166801 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18206 | 2024.11.22 20:42:46.167412 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18207 | 2024.11.22 20:42:46.167459 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18208 | 2024.11.22 20:42:46.167881 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18209 | 2024.11.22 20:42:46.168118 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18210 | 2024.11.22 20:42:46.168345 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001849 sec., 86533.26122228232 rows/sec., 6.03 MiB/sec. | ||
| 18211 | 2024.11.22 20:42:46.168403 [ 255 ] {d8569881-51a0-46de-a6a9-204b7f4a7a21} <Debug> TCPHandler: Processed in 0.002134002 sec. | ||
| 18212 | 2024.11.22 20:42:46.168580 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18213 | 2024.11.22 20:42:46.168728 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18214 | 2024.11.22 20:42:46.168826 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <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 | ||
| 18215 | 2024.11.22 20:42:46.170100 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18216 | 2024.11.22 20:42:46.170140 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18217 | 2024.11.22 20:42:46.170839 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18218 | 2024.11.22 20:42:46.171117 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18219 | 2024.11.22 20:42:46.171311 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18220 | 2024.11.22 20:42:46.171366 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18221 | 2024.11.22 20:42:46.171391 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002693 sec., 12253.991830672112 rows/sec., 21.96 MiB/sec. | ||
| 18222 | 2024.11.22 20:42:46.171407 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18223 | 2024.11.22 20:42:46.171783 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 18224 | 2024.11.22 20:42:46.171814 [ 5 ] {e968a2fc-a3a5-49bb-ac92-437d3c739d18} <Debug> TCPHandler: Processed in 0.003298601 sec. | ||
| 18225 | 2024.11.22 20:42:46.172083 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18226 | 2024.11.22 20:42:46.172401 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18227 | 2024.11.22 20:42:46.172443 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18228 | 2024.11.22 20:42:46.172529 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18229 | 2024.11.22 20:42:46.172579 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2422 rows starting from the beginning of the part | ||
| 18230 | 2024.11.22 20:42:46.173528 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 33 rows starting from the beginning of the part | ||
| 18231 | 2024.11.22 20:42:46.174175 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 8 rows starting from the beginning of the part | ||
| 18232 | 2024.11.22 20:42:46.174987 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 33 rows starting from the beginning of the part | ||
| 18233 | 2024.11.22 20:42:46.175046 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18234 | 2024.11.22 20:42:46.175127 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18235 | 2024.11.22 20:42:46.175643 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 8 rows starting from the beginning of the part | ||
| 18236 | 2024.11.22 20:42:46.176334 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 33 rows starting from the beginning of the part | ||
| 18237 | 2024.11.22 20:42:46.176842 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18238 | 2024.11.22 20:42:46.177447 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18239 | 2024.11.22 20:42:46.177913 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005613 sec., 10689.470871191876 rows/sec., 737.68 KiB/sec. | ||
| 18240 | 2024.11.22 20:42:46.178133 [ 255 ] {169509ab-da32-4aad-9d16-505775945671} <Debug> TCPHandler: Processed in 0.006174621 sec. | ||
| 18241 | 2024.11.22 20:42:46.185067 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2537 rows, containing 19 columns (19 merged, 0 gathered) in 0.01351905 sec., 187661.11524108573 rows/sec., 336.28 MiB/sec. | ||
| 18242 | 2024.11.22 20:42:46.187451 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18243 | 2024.11.22 20:42:46.187915 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18244 | 2024.11.22 20:42:46.188000 [ 195 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18245 | 2024.11.22 20:42:46.188170 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.81 MiB. | ||
| 18246 | 2024.11.22 20:42:48.381179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 18247 | 2024.11.22 20:42:48.381887 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18248 | 2024.11.22 20:42:48.381938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18249 | 2024.11.22 20:42:48.382488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18250 | 2024.11.22 20:42:48.382756 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18251 | 2024.11.22 20:42:48.382992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 18252 | 2024.11.22 20:42:51.054476 [ 224 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 18253 | 2024.11.22 20:42:51.054531 [ 224 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 18254 | 2024.11.22 20:42:51.055939 [ 224 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): 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] | ||
| 18255 | 2024.11.22 20:42:51.158549 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18256 | 2024.11.22 20:42:51.158764 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18257 | 2024.11.22 20:42:51.158845 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18258 | 2024.11.22 20:42:51.159660 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18259 | 2024.11.22 20:42:51.159714 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18260 | 2024.11.22 20:42:51.160155 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18261 | 2024.11.22 20:42:51.160420 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18262 | 2024.11.22 20:42:51.160655 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec. | ||
| 18263 | 2024.11.22 20:42:51.160724 [ 5 ] {bebeb5c2-723e-464e-9d0a-3ac3df8e7275} <Debug> TCPHandler: Processed in 0.002313786 sec. | ||
| 18264 | 2024.11.22 20:42:51.160976 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18265 | 2024.11.22 20:42:51.161156 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18266 | 2024.11.22 20:42:51.161236 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18267 | 2024.11.22 20:42:51.162209 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18268 | 2024.11.22 20:42:51.162251 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18269 | 2024.11.22 20:42:51.162698 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18270 | 2024.11.22 20:42:51.162949 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18271 | 2024.11.22 20:42:51.163149 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002049 sec., 106881.40556368961 rows/sec., 9.31 MiB/sec. | ||
| 18272 | 2024.11.22 20:42:51.163181 [ 224 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 18273 | 2024.11.22 20:42:51.163223 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 18274 | 2024.11.22 20:42:51.163231 [ 255 ] {b8edbb0d-31e3-4ce6-9f26-2f5c813a68c3} <Debug> TCPHandler: Processed in 0.002381247 sec. | ||
| 18275 | 2024.11.22 20:42:51.163397 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18276 | 2024.11.22 20:42:51.163639 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18277 | 2024.11.22 20:42:51.163767 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18278 | 2024.11.22 20:42:51.165344 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18279 | 2024.11.22 20:42:51.165430 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18280 | 2024.11.22 20:42:51.166178 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18281 | 2024.11.22 20:42:51.166308 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 18282 | 2024.11.22 20:42:51.166690 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18283 | 2024.11.22 20:42:51.167269 [ 219 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 18284 | 2024.11.22 20:42:51.167378 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 18285 | 2024.11.22 20:42:51.167395 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003822 sec., 3924.646781789639 rows/sec., 276.72 KiB/sec. | ||
| 18286 | 2024.11.22 20:42:51.167739 [ 5 ] {cc202e16-56a7-4c35-b1b3-1edeeb2783f9} <Debug> TCPHandler: Processed in 0.004400378 sec. | ||
| 18287 | 2024.11.22 20:42:51.167978 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18288 | 2024.11.22 20:42:51.168144 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18289 | 2024.11.22 20:42:51.168263 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18290 | 2024.11.22 20:42:51.169964 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18291 | 2024.11.22 20:42:51.170017 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18292 | 2024.11.22 20:42:51.170806 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18293 | 2024.11.22 20:42:51.171067 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 18294 | 2024.11.22 20:42:51.171387 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18295 | 2024.11.22 20:42:51.171936 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003826 sec., 3659.1740721380033 rows/sec., 256.26 KiB/sec. | ||
| 18296 | 2024.11.22 20:42:51.172158 [ 255 ] {e1116d2e-1b51-460a-a376-791aabb923b9} <Debug> TCPHandler: Processed in 0.004293164 sec. | ||
| 18297 | 2024.11.22 20:42:51.172338 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18298 | 2024.11.22 20:42:51.172463 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18299 | 2024.11.22 20:42:51.172516 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18300 | 2024.11.22 20:42:51.173103 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18301 | 2024.11.22 20:42:51.173143 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18302 | 2024.11.22 20:42:51.173526 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18303 | 2024.11.22 20:42:51.173794 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18304 | 2024.11.22 20:42:51.174013 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 18305 | 2024.11.22 20:42:51.174071 [ 5 ] {cea5a923-c3b3-45b9-b514-1630c8baae10} <Debug> TCPHandler: Processed in 0.001808384 sec. | ||
| 18306 | 2024.11.22 20:42:51.174227 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18307 | 2024.11.22 20:42:51.174368 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18308 | 2024.11.22 20:42:51.174427 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18309 | 2024.11.22 20:42:51.175255 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18310 | 2024.11.22 20:42:51.175294 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18311 | 2024.11.22 20:42:51.175683 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18312 | 2024.11.22 20:42:51.175940 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18313 | 2024.11.22 20:42:51.176144 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001809 sec., 215588.72305140962 rows/sec., 15.29 MiB/sec. | ||
| 18314 | 2024.11.22 20:42:51.176203 [ 255 ] {21030a6e-ee1d-4eb0-a101-acd89c2be01a} <Debug> TCPHandler: Processed in 0.00204519 sec. | ||
| 18315 | 2024.11.22 20:42:51.176359 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18316 | 2024.11.22 20:42:51.176477 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18317 | 2024.11.22 20:42:51.176531 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18318 | 2024.11.22 20:42:51.177011 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18319 | 2024.11.22 20:42:51.177050 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18320 | 2024.11.22 20:42:51.177425 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18321 | 2024.11.22 20:42:51.177672 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18322 | 2024.11.22 20:42:51.177882 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 18323 | 2024.11.22 20:42:51.177935 [ 5 ] {8fab2c38-0eb4-4b50-9d87-63fde675317b} <Debug> TCPHandler: Processed in 0.00163547 sec. | ||
| 18324 | 2024.11.22 20:42:51.178077 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18325 | 2024.11.22 20:42:51.178209 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18326 | 2024.11.22 20:42:51.178273 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18327 | 2024.11.22 20:42:51.178969 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18328 | 2024.11.22 20:42:51.179017 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18329 | 2024.11.22 20:42:51.179440 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18330 | 2024.11.22 20:42:51.179681 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18331 | 2024.11.22 20:42:51.179854 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_141_29 to all_146_146_0 | ||
| 18332 | 2024.11.22 20:42:51.179910 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001731 sec., 136915.07798960138 rows/sec., 9.18 MiB/sec. | ||
| 18333 | 2024.11.22 20:42:51.179917 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18334 | 2024.11.22 20:42:51.180000 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18335 | 2024.11.22 20:42:51.180041 [ 255 ] {92777b9e-15cc-4a50-a283-5023f3a3ad01} <Debug> TCPHandler: Processed in 0.002017229 sec. | ||
| 18336 | 2024.11.22 20:42:51.180217 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_29 to all_146_146_0 into Compact with storage Full | ||
| 18337 | 2024.11.22 20:42:51.180236 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18338 | 2024.11.22 20:42:51.180489 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18339 | 2024.11.22 20:42:51.180499 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18340 | 2024.11.22 20:42:51.180560 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_29, total 39737 rows starting from the beginning of the part | ||
| 18341 | 2024.11.22 20:42:51.180597 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18342 | 2024.11.22 20:42:51.180912 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 32 rows starting from the beginning of the part | ||
| 18343 | 2024.11.22 20:42:51.181535 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part | ||
| 18344 | 2024.11.22 20:42:51.181896 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 237 rows starting from the beginning of the part | ||
| 18345 | 2024.11.22 20:42:51.182253 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part | ||
| 18346 | 2024.11.22 20:42:51.182619 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part | ||
| 18347 | 2024.11.22 20:42:51.183067 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18348 | 2024.11.22 20:42:51.183143 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18349 | 2024.11.22 20:42:51.183954 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18350 | 2024.11.22 20:42:51.184308 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18351 | 2024.11.22 20:42:51.184503 [ 39 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_59_13 to all_64_64_0 | ||
| 18352 | 2024.11.22 20:42:51.184581 [ 39 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18353 | 2024.11.22 20:42:51.184663 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18354 | 2024.11.22 20:42:51.184717 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004282 sec., 233.53573096683792 rows/sec., 15.74 KiB/sec. | ||
| 18355 | 2024.11.22 20:42:51.185102 [ 5 ] {27ea702b-d630-4bd5-8e77-7e277b17598d} <Debug> TCPHandler: Processed in 0.0049523 sec. | ||
| 18356 | 2024.11.22 20:42:51.185206 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_13 to all_64_64_0 into Compact with storage Full | ||
| 18357 | 2024.11.22 20:42:51.185404 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18358 | 2024.11.22 20:42:51.185791 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18359 | 2024.11.22 20:42:51.185825 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18360 | 2024.11.22 20:42:51.185920 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 18361 | 2024.11.22 20:42:51.186311 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <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 | ||
| 18362 | 2024.11.22 20:42:51.186426 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 18363 | 2024.11.22 20:42:51.186869 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 18364 | 2024.11.22 20:42:51.187292 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 18365 | 2024.11.22 20:42:51.187704 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 18366 | 2024.11.22 20:42:51.188346 [ 201 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 18367 | 2024.11.22 20:42:51.193885 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 4 columns (4 merged, 0 gathered) in 0.00904498 sec., 7075.74809452315 rows/sec., 476.35 KiB/sec. | ||
| 18368 | 2024.11.22 20:42:51.194285 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18369 | 2024.11.22 20:42:51.194337 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 18370 | 2024.11.22 20:42:51.194348 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18371 | 2024.11.22 20:42:51.195172 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18372 | 2024.11.22 20:42:51.195638 [ 186 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_64_14} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_59_13, all_64_64_0] -> all_1_64_14 | ||
| 18373 | 2024.11.22 20:42:51.195988 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40563 rows, containing 5 columns (5 merged, 0 gathered) in 0.015877747 sec., 2554707.5413155276 rows/sec., 172.59 MiB/sec. | ||
| 18374 | 2024.11.22 20:42:51.196052 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18375 | 2024.11.22 20:42:51.196326 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18376 | 2024.11.22 20:42:51.196607 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Trace> MergedBlockOutputStream: filled checksums all_1_146_30 (state Temporary) | ||
| 18377 | 2024.11.22 20:42:51.196638 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18378 | 2024.11.22 20:42:51.196986 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.011316 sec., 706.9635913750442 rows/sec., 1.27 MiB/sec. | ||
| 18379 | 2024.11.22 20:42:51.197064 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_146_30 to all_1_146_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18380 | 2024.11.22 20:42:51.197221 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_141_29, all_146_146_0] -> all_1_146_30 | ||
| 18381 | 2024.11.22 20:42:51.197242 [ 255 ] {b717538e-592f-4c7c-b07a-159bcac8d482} <Debug> TCPHandler: Processed in 0.012020844 sec. | ||
| 18382 | 2024.11.22 20:42:51.197387 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 18383 | 2024.11.22 20:42:51.197444 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18384 | 2024.11.22 20:42:51.197564 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18385 | 2024.11.22 20:42:51.197614 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18386 | 2024.11.22 20:42:51.198109 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18387 | 2024.11.22 20:42:51.198149 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18388 | 2024.11.22 20:42:51.198535 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18389 | 2024.11.22 20:42:51.198796 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18390 | 2024.11.22 20:42:51.198978 [ 39 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18391 | 2024.11.22 20:42:51.199010 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001465 sec., 55972.696245733794 rows/sec., 3.55 MiB/sec. | ||
| 18392 | 2024.11.22 20:42:51.199028 [ 39 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18393 | 2024.11.22 20:42:51.199092 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18394 | 2024.11.22 20:42:51.199135 [ 5 ] {b1209db8-e4c3-4b77-aad5-80788eff9a32} <Debug> TCPHandler: Processed in 0.001789943 sec. | ||
| 18395 | 2024.11.22 20:42:51.199415 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18396 | 2024.11.22 20:42:51.199775 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18397 | 2024.11.22 20:42:51.199863 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8530 rows starting from the beginning of the part | ||
| 18398 | 2024.11.22 20:42:51.200202 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 12 rows starting from the beginning of the part | ||
| 18399 | 2024.11.22 20:42:51.200611 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 18400 | 2024.11.22 20:42:51.201068 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part | ||
| 18401 | 2024.11.22 20:42:51.201259 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 18402 | 2024.11.22 20:42:51.201452 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part | ||
| 18403 | 2024.11.22 20:42:51.204905 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8826 rows, containing 4 columns (4 merged, 0 gathered) in 0.005707309 sec., 1546438.0849188296 rows/sec., 100.77 MiB/sec. | ||
| 18404 | 2024.11.22 20:42:51.205153 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18405 | 2024.11.22 20:42:51.205490 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18406 | 2024.11.22 20:42:51.205577 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_146_29} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18407 | 2024.11.22 20:42:51.205678 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 18408 | 2024.11.22 20:42:51.431597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 18409 | 2024.11.22 20:42:51.455575 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18410 | 2024.11.22 20:42:51.455633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18411 | 2024.11.22 20:42:51.463244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18412 | 2024.11.22 20:42:51.464041 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18413 | 2024.11.22 20:42:51.467803 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 18414 | 2024.11.22 20:42:51.747500 [ 223 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18415 | 2024.11.22 20:42:51.747559 [ 223 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18416 | 2024.11.22 20:42:51.748983 [ 223 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18417 | 2024.11.22 20:42:51.985218 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 18418 | 2024.11.22 20:42:51.985252 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 18419 | 2024.11.22 20:42:51.986692 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 18420 | 2024.11.22 20:42:52.000147 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.23 MiB, peak 291.69 MiB, free memory in arenas 0.00 B, will set to 272.86 MiB (RSS), difference: -1.37 MiB | ||
| 18421 | 2024.11.22 20:42:52.536179 [ 217 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18422 | 2024.11.22 20:42:52.536250 [ 217 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18423 | 2024.11.22 20:42:52.537623 [ 217 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18424 | 2024.11.22 20:42:55.580820 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18425 | 2024.11.22 20:42:55.580898 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18426 | 2024.11.22 20:42:55.884079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 18427 | 2024.11.22 20:42:55.884747 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18428 | 2024.11.22 20:42:55.884794 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18429 | 2024.11.22 20:42:55.885380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18430 | 2024.11.22 20:42:55.885660 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18431 | 2024.11.22 20:42:55.885912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 18432 | 2024.11.22 20:42:56.136970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2564 | ||
| 18433 | 2024.11.22 20:42:56.140194 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18434 | 2024.11.22 20:42:56.140252 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18435 | 2024.11.22 20:42:56.141848 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18436 | 2024.11.22 20:42:56.142166 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18437 | 2024.11.22 20:42:56.142831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2564 | ||
| 18438 | 2024.11.22 20:42:56.154808 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18439 | 2024.11.22 20:42:56.155010 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18440 | 2024.11.22 20:42:56.155085 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18441 | 2024.11.22 20:42:56.155917 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18442 | 2024.11.22 20:42:56.155974 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18443 | 2024.11.22 20:42:56.156435 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18444 | 2024.11.22 20:42:56.156694 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18445 | 2024.11.22 20:42:56.156938 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001981 sec., 61585.05805148914 rows/sec., 5.22 MiB/sec. | ||
| 18446 | 2024.11.22 20:42:56.157005 [ 5 ] {c471b464-bff3-4b5e-973f-186a9270ffc7} <Debug> TCPHandler: Processed in 0.002329477 sec. | ||
| 18447 | 2024.11.22 20:42:56.157259 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18448 | 2024.11.22 20:42:56.157475 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18449 | 2024.11.22 20:42:56.157558 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18450 | 2024.11.22 20:42:56.158417 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18451 | 2024.11.22 20:42:56.158470 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18452 | 2024.11.22 20:42:56.158921 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18453 | 2024.11.22 20:42:56.159175 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18454 | 2024.11.22 20:42:56.159419 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002005 sec., 16458.852867830425 rows/sec., 1.21 MiB/sec. | ||
| 18455 | 2024.11.22 20:42:56.159491 [ 255 ] {2c51cf6f-9765-490a-b7a3-745b9093a302} <Debug> TCPHandler: Processed in 0.002368698 sec. | ||
| 18456 | 2024.11.22 20:42:56.159656 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18457 | 2024.11.22 20:42:56.159803 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18458 | 2024.11.22 20:42:56.159864 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18459 | 2024.11.22 20:42:56.160567 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18460 | 2024.11.22 20:42:56.160609 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18461 | 2024.11.22 20:42:56.160987 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18462 | 2024.11.22 20:42:56.161230 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18463 | 2024.11.22 20:42:56.161452 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001685 sec., 57566.765578635015 rows/sec., 4.50 MiB/sec. | ||
| 18464 | 2024.11.22 20:42:56.161506 [ 5 ] {d93e7b90-a5e5-457f-8b56-159455fb9243} <Debug> TCPHandler: Processed in 0.001916417 sec. | ||
| 18465 | 2024.11.22 20:42:56.161691 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18466 | 2024.11.22 20:42:56.161835 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18467 | 2024.11.22 20:42:56.161902 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18468 | 2024.11.22 20:42:56.162549 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18469 | 2024.11.22 20:42:56.162590 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18470 | 2024.11.22 20:42:56.163012 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18471 | 2024.11.22 20:42:56.163250 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18472 | 2024.11.22 20:42:56.163466 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 18473 | 2024.11.22 20:42:56.163524 [ 255 ] {43bd4f05-4290-43e1-9ca5-bf4737eef489} <Debug> TCPHandler: Processed in 0.001904826 sec. | ||
| 18474 | 2024.11.22 20:42:56.163684 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18475 | 2024.11.22 20:42:56.163823 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18476 | 2024.11.22 20:42:56.163918 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <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 | ||
| 18477 | 2024.11.22 20:42:56.165428 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18478 | 2024.11.22 20:42:56.165469 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18479 | 2024.11.22 20:42:56.166147 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18480 | 2024.11.22 20:42:56.166403 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18481 | 2024.11.22 20:42:56.166634 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002842 sec., 11611.541168191416 rows/sec., 20.81 MiB/sec. | ||
| 18482 | 2024.11.22 20:42:56.166727 [ 5 ] {83325468-97f0-4012-a27e-5c223899ae1c} <Debug> TCPHandler: Processed in 0.003108966 sec. | ||
| 18483 | 2024.11.22 20:42:56.166896 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18484 | 2024.11.22 20:42:56.167039 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18485 | 2024.11.22 20:42:56.167102 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18486 | 2024.11.22 20:42:56.167629 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18487 | 2024.11.22 20:42:56.167668 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18488 | 2024.11.22 20:42:56.168046 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18489 | 2024.11.22 20:42:56.168302 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18490 | 2024.11.22 20:42:56.168490 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 18491 | 2024.11.22 20:42:56.168542 [ 255 ] {31bdb856-0999-4841-a3a2-117e819a4116} <Debug> TCPHandler: Processed in 0.001716002 sec. | ||
| 18492 | 2024.11.22 20:42:58.968834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18493 | 2024.11.22 20:42:58.993016 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18494 | 2024.11.22 20:42:58.993082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18495 | 2024.11.22 20:42:59.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.39 MiB, peak 291.69 MiB, free memory in arenas 0.00 B, will set to 272.86 MiB (RSS), difference: -4.52 MiB | ||
| 18496 | 2024.11.22 20:42:59.001278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18497 | 2024.11.22 20:42:59.002111 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18498 | 2024.11.22 20:42:59.006957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18499 | 2024.11.22 20:42:59.453259 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18500 | 2024.11.22 20:42:59.453483 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18501 | 2024.11.22 20:42:59.453587 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18502 | 2024.11.22 20:42:59.454654 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18503 | 2024.11.22 20:42:59.454722 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18504 | 2024.11.22 20:42:59.455361 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18505 | 2024.11.22 20:42:59.455682 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18506 | 2024.11.22 20:42:59.455903 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002485 sec., 5633.802816901409 rows/sec., 405.56 KiB/sec. | ||
| 18507 | 2024.11.22 20:42:59.455973 [ 5 ] {4ec3629f-34f8-40bc-b9de-63d95c6a8463} <Debug> TCPHandler: Processed in 0.00285727 sec. | ||
| 18508 | 2024.11.22 20:42:59.456293 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18509 | 2024.11.22 20:42:59.456502 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18510 | 2024.11.22 20:42:59.456584 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18511 | 2024.11.22 20:42:59.457436 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18512 | 2024.11.22 20:42:59.457495 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18513 | 2024.11.22 20:42:59.457954 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 18514 | 2024.11.22 20:42:59.458224 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18515 | 2024.11.22 20:42:59.458517 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00206 sec., 970.8737864077669 rows/sec., 79.17 KiB/sec. | ||
| 18516 | 2024.11.22 20:42:59.458689 [ 255 ] {f0469de0-bed2-499f-9d00-2752a4508614} <Debug> TCPHandler: Processed in 0.002536572 sec. | ||
| 18517 | 2024.11.22 20:42:59.458897 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18518 | 2024.11.22 20:42:59.459027 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18519 | 2024.11.22 20:42:59.459081 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18520 | 2024.11.22 20:42:59.460387 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18521 | 2024.11.22 20:42:59.460431 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18522 | 2024.11.22 20:42:59.460918 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18523 | 2024.11.22 20:42:59.461177 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18524 | 2024.11.22 20:42:59.461379 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.002383 sec., 570709.190096517 rows/sec., 47.42 MiB/sec. | ||
| 18525 | 2024.11.22 20:42:59.461435 [ 5 ] {4be31e81-f7f0-4416-b3da-e2a953204742} <Debug> TCPHandler: Processed in 0.002612544 sec. | ||
| 18526 | 2024.11.22 20:42:59.461613 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18527 | 2024.11.22 20:42:59.461748 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18528 | 2024.11.22 20:42:59.461805 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18529 | 2024.11.22 20:42:59.462500 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18530 | 2024.11.22 20:42:59.462559 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18531 | 2024.11.22 20:42:59.462954 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18532 | 2024.11.22 20:42:59.463203 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18533 | 2024.11.22 20:42:59.463437 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001723 sec., 9866.511897852582 rows/sec., 694.87 KiB/sec. | ||
| 18534 | 2024.11.22 20:42:59.463503 [ 255 ] {41dc3604-dd40-4c0c-bb07-735255970900} <Debug> TCPHandler: Processed in 0.001951118 sec. | ||
| 18535 | 2024.11.22 20:42:59.463667 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18536 | 2024.11.22 20:42:59.463829 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18537 | 2024.11.22 20:42:59.463897 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18538 | 2024.11.22 20:42:59.464845 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18539 | 2024.11.22 20:42:59.464895 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18540 | 2024.11.22 20:42:59.465342 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18541 | 2024.11.22 20:42:59.465607 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18542 | 2024.11.22 20:42:59.465806 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002004 sec., 120758.48303393213 rows/sec., 8.18 MiB/sec. | ||
| 18543 | 2024.11.22 20:42:59.465896 [ 5 ] {5fe8de15-1d97-4a5d-8829-6115a3885950} <Debug> TCPHandler: Processed in 0.002290646 sec. | ||
| 18544 | 2024.11.22 20:42:59.466106 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18545 | 2024.11.22 20:42:59.466280 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18546 | 2024.11.22 20:42:59.466342 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18547 | 2024.11.22 20:42:59.466957 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18548 | 2024.11.22 20:42:59.467001 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18549 | 2024.11.22 20:42:59.467380 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18550 | 2024.11.22 20:42:59.467629 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18551 | 2024.11.22 20:42:59.467902 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec. | ||
| 18552 | 2024.11.22 20:42:59.468113 [ 255 ] {fe00c87b-654c-411a-bbec-a237e42e94ea} <Debug> TCPHandler: Processed in 0.002093921 sec. | ||
| 18553 | 2024.11.22 20:42:59.471497 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18554 | 2024.11.22 20:42:59.471665 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18555 | 2024.11.22 20:42:59.471742 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18556 | 2024.11.22 20:42:59.472841 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18557 | 2024.11.22 20:42:59.472888 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18558 | 2024.11.22 20:42:59.473363 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18559 | 2024.11.22 20:42:59.473615 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18560 | 2024.11.22 20:42:59.473824 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.0022 sec., 385454.5454545454 rows/sec., 27.87 MiB/sec. | ||
| 18561 | 2024.11.22 20:42:59.473904 [ 5 ] {30edc413-4cc7-46f3-a512-8d82c51c6a21} <Debug> TCPHandler: Processed in 0.002784008 sec. | ||
| 18562 | 2024.11.22 20:42:59.474124 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18563 | 2024.11.22 20:42:59.474342 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18564 | 2024.11.22 20:42:59.474408 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18565 | 2024.11.22 20:42:59.474972 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18566 | 2024.11.22 20:42:59.475015 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18567 | 2024.11.22 20:42:59.475421 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18568 | 2024.11.22 20:42:59.475669 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18569 | 2024.11.22 20:42:59.475901 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00162 sec., 3703.703703703704 rows/sec., 193.50 KiB/sec. | ||
| 18570 | 2024.11.22 20:42:59.475960 [ 255 ] {10401880-d59d-472e-b9ed-9fc286927a8a} <Debug> TCPHandler: Processed in 0.001953178 sec. | ||
| 18571 | 2024.11.22 20:42:59.476129 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18572 | 2024.11.22 20:42:59.476256 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18573 | 2024.11.22 20:42:59.476316 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18574 | 2024.11.22 20:42:59.477148 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18575 | 2024.11.22 20:42:59.477189 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18576 | 2024.11.22 20:42:59.477671 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18577 | 2024.11.22 20:42:59.477943 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18578 | 2024.11.22 20:42:59.478140 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001914 sec., 483803.55276907 rows/sec., 32.28 MiB/sec. | ||
| 18579 | 2024.11.22 20:42:59.478224 [ 5 ] {dca0879a-27ee-4c03-93fd-8c5a3d8dfe1c} <Debug> TCPHandler: Processed in 0.002151943 sec. | ||
| 18580 | 2024.11.22 20:42:59.478432 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18581 | 2024.11.22 20:42:59.478588 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18582 | 2024.11.22 20:42:59.478658 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18583 | 2024.11.22 20:42:59.481648 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18584 | 2024.11.22 20:42:59.481700 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18585 | 2024.11.22 20:42:59.482182 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18586 | 2024.11.22 20:42:59.482495 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18587 | 2024.11.22 20:42:59.482729 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004183 sec., 239.0628735357399 rows/sec., 16.11 KiB/sec. | ||
| 18588 | 2024.11.22 20:42:59.482816 [ 255 ] {f556bad5-8cbb-4bf3-9ed9-c4bc8020892c} <Debug> TCPHandler: Processed in 0.004449289 sec. | ||
| 18589 | 2024.11.22 20:42:59.483006 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18590 | 2024.11.22 20:42:59.483141 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18591 | 2024.11.22 20:42:59.483229 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <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 | ||
| 18592 | 2024.11.22 20:42:59.484407 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18593 | 2024.11.22 20:42:59.484451 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18594 | 2024.11.22 20:42:59.485120 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18595 | 2024.11.22 20:42:59.485394 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18596 | 2024.11.22 20:42:59.485675 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002561 sec., 3123.7797735259664 rows/sec., 5.60 MiB/sec. | ||
| 18597 | 2024.11.22 20:42:59.485914 [ 5 ] {fd768184-2f37-49a5-802d-b19241db1cfd} <Debug> TCPHandler: Processed in 0.002967533 sec. | ||
| 18598 | 2024.11.22 20:42:59.486119 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18599 | 2024.11.22 20:42:59.486252 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18600 | 2024.11.22 20:42:59.486306 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18601 | 2024.11.22 20:42:59.486828 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18602 | 2024.11.22 20:42:59.486867 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18603 | 2024.11.22 20:42:59.487261 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18604 | 2024.11.22 20:42:59.487515 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18605 | 2024.11.22 20:42:59.487703 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001479 sec., 47329.276538201484 rows/sec., 2.97 MiB/sec. | ||
| 18606 | 2024.11.22 20:42:59.487761 [ 255 ] {6bb2d662-05cf-4fe1-a131-ab1c8063f84d} <Debug> TCPHandler: Processed in 0.001738892 sec. | ||
| 18607 | 2024.11.22 20:43:00.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.72 MiB, peak 291.69 MiB, free memory in arenas 0.00 B, will set to 272.86 MiB (RSS), difference: 3.14 MiB | ||
| 18608 | 2024.11.22 20:43:00.324926 [ 225 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 18609 | 2024.11.22 20:43:00.325007 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 18610 | 2024.11.22 20:43:00.326799 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 18611 | 2024.11.22 20:43:00.705255 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 18612 | 2024.11.22 20:43:00.705314 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 18613 | 2024.11.22 20:43:00.706879 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 18614 | 2024.11.22 20:43:01.147156 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18615 | 2024.11.22 20:43:01.147347 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18616 | 2024.11.22 20:43:01.147418 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18617 | 2024.11.22 20:43:01.148195 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18618 | 2024.11.22 20:43:01.148243 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18619 | 2024.11.22 20:43:01.148754 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18620 | 2024.11.22 20:43:01.149052 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18621 | 2024.11.22 20:43:01.149292 [ 78 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18622 | 2024.11.22 20:43:01.149358 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.08 MiB/sec. | ||
| 18623 | 2024.11.22 20:43:01.149368 [ 78 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18624 | 2024.11.22 20:43:01.149438 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18625 | 2024.11.22 20:43:01.149491 [ 5 ] {f9f28179-baf8-4bfa-9b74-33bd62eb7252} <Debug> TCPHandler: Processed in 0.00246047 sec. | ||
| 18626 | 2024.11.22 20:43:01.149684 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18627 | 2024.11.22 20:43:01.149819 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18628 | 2024.11.22 20:43:01.149900 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18629 | 2024.11.22 20:43:01.149968 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1436 rows starting from the beginning of the part | ||
| 18630 | 2024.11.22 20:43:01.150155 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18631 | 2024.11.22 20:43:01.150274 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 122 rows starting from the beginning of the part | ||
| 18632 | 2024.11.22 20:43:01.150306 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18633 | 2024.11.22 20:43:01.150727 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 219 rows starting from the beginning of the part | ||
| 18634 | 2024.11.22 20:43:01.150996 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 122 rows starting from the beginning of the part | ||
| 18635 | 2024.11.22 20:43:01.151423 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 1360 rows starting from the beginning of the part | ||
| 18636 | 2024.11.22 20:43:01.151752 [ 187 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 18637 | 2024.11.22 20:43:01.153368 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18638 | 2024.11.22 20:43:01.153446 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18639 | 2024.11.22 20:43:01.154529 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18640 | 2024.11.22 20:43:01.154859 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18641 | 2024.11.22 20:43:01.155154 [ 78 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18642 | 2024.11.22 20:43:01.155342 [ 78 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18643 | 2024.11.22 20:43:01.155486 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18644 | 2024.11.22 20:43:01.155487 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005425 sec., 11797.235023041474 rows/sec., 942.90 KiB/sec. | ||
| 18645 | 2024.11.22 20:43:01.155721 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.00614351 sec., 539593.8152619594 rows/sec., 47.13 MiB/sec. | ||
| 18646 | 2024.11.22 20:43:01.155864 [ 255 ] {15a6ae89-9d6b-4b97-8a34-ab2556d50b01} <Debug> TCPHandler: Processed in 0.006202552 sec. | ||
| 18647 | 2024.11.22 20:43:01.155876 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18648 | 2024.11.22 20:43:01.156134 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18649 | 2024.11.22 20:43:01.156161 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18650 | 2024.11.22 20:43:01.156219 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18651 | 2024.11.22 20:43:01.156341 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 915 rows starting from the beginning of the part | ||
| 18652 | 2024.11.22 20:43:01.156473 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18653 | 2024.11.22 20:43:01.156723 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18654 | 2024.11.22 20:43:01.156746 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 97 rows starting from the beginning of the part | ||
| 18655 | 2024.11.22 20:43:01.157304 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 390 rows starting from the beginning of the part | ||
| 18656 | 2024.11.22 20:43:01.157446 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18657 | 2024.11.22 20:43:01.158024 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 97 rows starting from the beginning of the part | ||
| 18658 | 2024.11.22 20:43:01.158146 [ 193 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_151_30} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18659 | 2024.11.22 20:43:01.158508 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 848 rows starting from the beginning of the part | ||
| 18660 | 2024.11.22 20:43:01.158666 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 18661 | 2024.11.22 20:43:01.158955 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 18662 | 2024.11.22 20:43:01.160726 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18663 | 2024.11.22 20:43:01.160803 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18664 | 2024.11.22 20:43:01.161854 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18665 | 2024.11.22 20:43:01.162253 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18666 | 2024.11.22 20:43:01.162512 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006887938 sec., 350032.18670086755 rows/sec., 26.84 MiB/sec. | ||
| 18667 | 2024.11.22 20:43:01.162711 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006347 sec., 5041.752008823066 rows/sec., 359.58 KiB/sec. | ||
| 18668 | 2024.11.22 20:43:01.162800 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18669 | 2024.11.22 20:43:01.162829 [ 5 ] {2f20f5eb-793b-4b1a-9b4d-41a37f096b68} <Debug> TCPHandler: Processed in 0.006844307 sec. | ||
| 18670 | 2024.11.22 20:43:01.163052 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18671 | 2024.11.22 20:43:01.163208 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18672 | 2024.11.22 20:43:01.163291 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18673 | 2024.11.22 20:43:01.163355 [ 187 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_151_30} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18674 | 2024.11.22 20:43:01.163388 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18675 | 2024.11.22 20:43:01.163521 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 18676 | 2024.11.22 20:43:01.164011 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18677 | 2024.11.22 20:43:01.164055 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18678 | 2024.11.22 20:43:01.164432 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18679 | 2024.11.22 20:43:01.164661 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18680 | 2024.11.22 20:43:01.164892 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001682 sec., 7134.363852556481 rows/sec., 492.35 KiB/sec. | ||
| 18681 | 2024.11.22 20:43:01.164943 [ 255 ] {79e52e36-876c-4d91-9183-efb87c28bb5d} <Debug> TCPHandler: Processed in 0.001980209 sec. | ||
| 18682 | 2024.11.22 20:43:03.386981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 18683 | 2024.11.22 20:43:03.387683 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18684 | 2024.11.22 20:43:03.387726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18685 | 2024.11.22 20:43:03.388285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18686 | 2024.11.22 20:43:03.388558 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18687 | 2024.11.22 20:43:03.388810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18688 | 2024.11.22 20:43:06.143966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2608 | ||
| 18689 | 2024.11.22 20:43:06.147467 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18690 | 2024.11.22 20:43:06.147539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18691 | 2024.11.22 20:43:06.149147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18692 | 2024.11.22 20:43:06.149476 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18693 | 2024.11.22 20:43:06.149734 [ 26 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 18694 | 2024.11.22 20:43:06.149869 [ 26 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18695 | 2024.11.22 20:43:06.149937 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18696 | 2024.11.22 20:43:06.150487 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 18697 | 2024.11.22 20:43:06.152126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2608 | ||
| 18698 | 2024.11.22 20:43:06.152394 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18699 | 2024.11.22 20:43:06.152538 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2416 rows starting from the beginning of the part | ||
| 18700 | 2024.11.22 20:43:06.153196 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 18701 | 2024.11.22 20:43:06.153782 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part | ||
| 18702 | 2024.11.22 20:43:06.154332 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part | ||
| 18703 | 2024.11.22 20:43:06.154886 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part | ||
| 18704 | 2024.11.22 20:43:06.155079 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18705 | 2024.11.22 20:43:06.155603 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18706 | 2024.11.22 20:43:06.155794 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18707 | 2024.11.22 20:43:06.156190 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part | ||
| 18708 | 2024.11.22 20:43:06.159083 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2024.11.22 20:43:06.159159 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18710 | 2024.11.22 20:43:06.160489 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18711 | 2024.11.22 20:43:06.160801 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2024.11.22 20:43:06.161441 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.006018 sec., 20272.515785975407 rows/sec., 1.72 MiB/sec. | ||
| 18713 | 2024.11.22 20:43:06.161740 [ 5 ] {beacf4ff-fd5b-4087-b901-7096c54a416c} <Debug> TCPHandler: Processed in 0.006824937 sec. | ||
| 18714 | 2024.11.22 20:43:06.162168 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18715 | 2024.11.22 20:43:06.162681 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18716 | 2024.11.22 20:43:06.162870 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18717 | 2024.11.22 20:43:06.165585 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18718 | 2024.11.22 20:43:06.165643 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18719 | 2024.11.22 20:43:06.166361 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18720 | 2024.11.22 20:43:06.166824 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18721 | 2024.11.22 20:43:06.167491 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004968 sec., 6642.512077294686 rows/sec., 499.49 KiB/sec. | ||
| 18722 | 2024.11.22 20:43:06.167701 [ 255 ] {0ec66f19-1f28-408b-9c81-02a7ce191d48} <Debug> TCPHandler: Processed in 0.005784921 sec. | ||
| 18723 | 2024.11.22 20:43:06.167952 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18724 | 2024.11.22 20:43:06.168247 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18725 | 2024.11.22 20:43:06.168372 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18726 | 2024.11.22 20:43:06.170794 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18727 | 2024.11.22 20:43:06.170872 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18728 | 2024.11.22 20:43:06.172075 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18729 | 2024.11.22 20:43:06.172678 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18730 | 2024.11.22 20:43:06.173308 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005137 sec., 18882.616313023165 rows/sec., 1.47 MiB/sec. | ||
| 18731 | 2024.11.22 20:43:06.173654 [ 5 ] {7cf8afab-39fc-4133-814d-3bc2c680ea8c} <Debug> TCPHandler: Processed in 0.005829392 sec. | ||
| 18732 | 2024.11.22 20:43:06.174228 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18733 | 2024.11.22 20:43:06.174966 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18734 | 2024.11.22 20:43:06.175434 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18735 | 2024.11.22 20:43:06.178014 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18736 | 2024.11.22 20:43:06.178090 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18737 | 2024.11.22 20:43:06.179279 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18738 | 2024.11.22 20:43:06.179887 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18739 | 2024.11.22 20:43:06.180578 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005876 sec., 27229.40776038121 rows/sec., 1.90 MiB/sec. | ||
| 18740 | 2024.11.22 20:43:06.180901 [ 255 ] {ac74e610-43e5-47fe-a913-dba105e63959} <Debug> TCPHandler: Processed in 0.007117484 sec. | ||
| 18741 | 2024.11.22 20:43:06.181335 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18742 | 2024.11.22 20:43:06.181874 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18743 | 2024.11.22 20:43:06.182238 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <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 | ||
| 18744 | 2024.11.22 20:43:06.190102 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18745 | 2024.11.22 20:43:06.190211 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18746 | 2024.11.22 20:43:06.193706 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18747 | 2024.11.22 20:43:06.194560 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18748 | 2024.11.22 20:43:06.195318 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.013559 sec., 2433.8078029353196 rows/sec., 4.36 MiB/sec. | ||
| 18749 | 2024.11.22 20:43:06.196134 [ 5 ] {4edcee76-e2ce-42ff-89b3-fd6379d582bc} <Debug> TCPHandler: Processed in 0.015068508 sec. | ||
| 18750 | 2024.11.22 20:43:06.196160 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2608 rows, containing 72 columns (72 merged, 0 gathered) in 0.046094065 sec., 56579.95232141058 rows/sec., 42.39 MiB/sec. | ||
| 18751 | 2024.11.22 20:43:06.196348 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18752 | 2024.11.22 20:43:06.196563 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18753 | 2024.11.22 20:43:06.196625 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18754 | 2024.11.22 20:43:06.197512 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18755 | 2024.11.22 20:43:06.197573 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18756 | 2024.11.22 20:43:06.198157 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18757 | 2024.11.22 20:43:06.198538 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18758 | 2024.11.22 20:43:06.198917 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002392 sec., 25083.61204013378 rows/sec., 1.69 MiB/sec. | ||
| 18759 | 2024.11.22 20:43:06.199308 [ 255 ] {7a7b5fe1-f203-47f5-ac79-350e2da981d2} <Debug> TCPHandler: Processed in 0.003038765 sec. | ||
| 18760 | 2024.11.22 20:43:06.199498 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 18761 | 2024.11.22 20:43:06.200237 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18762 | 2024.11.22 20:43:06.200320 [ 191 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_66_13} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 18763 | 2024.11.22 20:43:06.200569 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 18764 | 2024.11.22 20:43:06.507975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18765 | 2024.11.22 20:43:06.532450 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18766 | 2024.11.22 20:43:06.532506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18767 | 2024.11.22 20:43:06.540307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18768 | 2024.11.22 20:43:06.541169 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18769 | 2024.11.22 20:43:06.545960 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18770 | 2024.11.22 20:43:07.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.93 MiB, peak 291.69 MiB, free memory in arenas 0.00 B, will set to 272.86 MiB (RSS), difference: -1.07 MiB | ||
| 18771 | 2024.11.22 20:43:10.126389 [ 147 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 18772 | 2024.11.22 20:43:10.126472 [ 147 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18773 | 2024.11.22 20:43:10.126497 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18774 | 2024.11.22 20:43:10.126658 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 18775 | 2024.11.22 20:43:10.126963 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18776 | 2024.11.22 20:43:10.127000 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 18 rows starting from the beginning of the part | ||
| 18777 | 2024.11.22 20:43:10.127085 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 18778 | 2024.11.22 20:43:10.127345 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 18779 | 2024.11.22 20:43:10.127611 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 18780 | 2024.11.22 20:43:10.127805 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 18781 | 2024.11.22 20:43:10.128956 [ 198 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002394789 sec., 15867.786264259606 rows/sec., 1.32 MiB/sec. | ||
| 18782 | 2024.11.22 20:43:10.129118 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 18783 | 2024.11.22 20:43:10.129406 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18784 | 2024.11.22 20:43:10.129486 [ 195 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_30_7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 18785 | 2024.11.22 20:43:10.129568 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18786 | 2024.11.22 20:43:10.581153 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18787 | 2024.11.22 20:43:10.581211 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18788 | 2024.11.22 20:43:10.871778 [ 221 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 18789 | 2024.11.22 20:43:10.871871 [ 221 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 18790 | 2024.11.22 20:43:10.873588 [ 221 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 18791 | 2024.11.22 20:43:10.889899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 18792 | 2024.11.22 20:43:10.890568 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18793 | 2024.11.22 20:43:10.890618 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18794 | 2024.11.22 20:43:10.891176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18795 | 2024.11.22 20:43:10.891461 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18796 | 2024.11.22 20:43:10.891743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 18797 | 2024.11.22 20:43:11.083066 [ 219 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18798 | 2024.11.22 20:43:11.083125 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18799 | 2024.11.22 20:43:11.084495 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 18800 | 2024.11.22 20:43:11.158267 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18801 | 2024.11.22 20:43:11.158567 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18802 | 2024.11.22 20:43:11.158681 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18803 | 2024.11.22 20:43:11.159465 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18804 | 2024.11.22 20:43:11.159514 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18805 | 2024.11.22 20:43:11.159948 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18806 | 2024.11.22 20:43:11.160199 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18807 | 2024.11.22 20:43:11.160406 [ 146 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18808 | 2024.11.22 20:43:11.160440 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 18809 | 2024.11.22 20:43:11.160494 [ 146 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18810 | 2024.11.22 20:43:11.160557 [ 5 ] {1c9dfd52-52e8-4329-a0cd-d31c02ab9594} <Debug> TCPHandler: Processed in 0.002475201 sec. | ||
| 18811 | 2024.11.22 20:43:11.160564 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18812 | 2024.11.22 20:43:11.160779 [ 220 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 18813 | 2024.11.22 20:43:11.160806 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18814 | 2024.11.22 20:43:11.160845 [ 220 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 18815 | 2024.11.22 20:43:11.160877 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18816 | 2024.11.22 20:43:11.161153 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18817 | 2024.11.22 20:43:11.161214 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18818 | 2024.11.22 20:43:11.161225 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 18819 | 2024.11.22 20:43:11.161330 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18820 | 2024.11.22 20:43:11.161604 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 18821 | 2024.11.22 20:43:11.162312 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18822 | 2024.11.22 20:43:11.162846 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18823 | 2024.11.22 20:43:11.163387 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 18824 | 2024.11.22 20:43:11.165693 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18825 | 2024.11.22 20:43:11.165767 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18826 | 2024.11.22 20:43:11.165806 [ 220 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): 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] | ||
| 18827 | 2024.11.22 20:43:11.166217 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524165 sec., 12671.598332055613 rows/sec., 961.68 KiB/sec. | ||
| 18828 | 2024.11.22 20:43:11.166444 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18829 | 2024.11.22 20:43:11.166830 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18830 | 2024.11.22 20:43:11.166934 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18831 | 2024.11.22 20:43:11.167019 [ 196 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_65_16} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18832 | 2024.11.22 20:43:11.167115 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18833 | 2024.11.22 20:43:11.167160 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18834 | 2024.11.22 20:43:11.167388 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.006295 sec., 34789.515488482924 rows/sec., 3.03 MiB/sec. | ||
| 18835 | 2024.11.22 20:43:11.167451 [ 255 ] {1e80246a-0f00-4827-a808-3b4f5652f7f7} <Debug> TCPHandler: Processed in 0.006759335 sec. | ||
| 18836 | 2024.11.22 20:43:11.167607 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18837 | 2024.11.22 20:43:11.167745 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18838 | 2024.11.22 20:43:11.167803 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18839 | 2024.11.22 20:43:11.168498 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18840 | 2024.11.22 20:43:11.168545 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18841 | 2024.11.22 20:43:11.168958 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 18842 | 2024.11.22 20:43:11.169209 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18843 | 2024.11.22 20:43:11.169387 [ 146 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 18844 | 2024.11.22 20:43:11.169448 [ 146 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18845 | 2024.11.22 20:43:11.169465 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 608.88 KiB/sec. | ||
| 18846 | 2024.11.22 20:43:11.169490 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18847 | 2024.11.22 20:43:11.169610 [ 5 ] {c6dcdc34-3d3b-4b8d-8655-2bddc427749a} <Debug> TCPHandler: Processed in 0.002064991 sec. | ||
| 18848 | 2024.11.22 20:43:11.169778 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 18849 | 2024.11.22 20:43:11.169824 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18850 | 2024.11.22 20:43:11.170038 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18851 | 2024.11.22 20:43:11.170112 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18852 | 2024.11.22 20:43:11.170128 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 66 rows starting from the beginning of the part | ||
| 18853 | 2024.11.22 20:43:11.170219 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18854 | 2024.11.22 20:43:11.170482 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 15 rows starting from the beginning of the part | ||
| 18855 | 2024.11.22 20:43:11.170890 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 33 rows starting from the beginning of the part | ||
| 18856 | 2024.11.22 20:43:11.171251 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 17 rows starting from the beginning of the part | ||
| 18857 | 2024.11.22 20:43:11.171638 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 33 rows starting from the beginning of the part | ||
| 18858 | 2024.11.22 20:43:11.172041 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 15 rows starting from the beginning of the part | ||
| 18859 | 2024.11.22 20:43:11.173282 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18860 | 2024.11.22 20:43:11.173356 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18861 | 2024.11.22 20:43:11.174384 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18862 | 2024.11.22 20:43:11.175048 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18863 | 2024.11.22 20:43:11.175284 [ 198 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005633638 sec., 31773.42953168095 rows/sec., 2.39 MiB/sec. | ||
| 18864 | 2024.11.22 20:43:11.175588 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005552 sec., 2521.613832853026 rows/sec., 176.60 KiB/sec. | ||
| 18865 | 2024.11.22 20:43:11.175909 [ 255 ] {1bfb7f04-7977-4da0-8657-2dbc0687875d} <Debug> TCPHandler: Processed in 0.00616531 sec. | ||
| 18866 | 2024.11.22 20:43:11.175946 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 18867 | 2024.11.22 20:43:11.176492 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18868 | 2024.11.22 20:43:11.176739 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18869 | 2024.11.22 20:43:11.176803 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18870 | 2024.11.22 20:43:11.176903 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18871 | 2024.11.22 20:43:11.176932 [ 194 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_131_26} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 18872 | 2024.11.22 20:43:11.177124 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 18873 | 2024.11.22 20:43:11.177629 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18874 | 2024.11.22 20:43:11.177672 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18875 | 2024.11.22 20:43:11.178043 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18876 | 2024.11.22 20:43:11.178296 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18877 | 2024.11.22 20:43:11.178453 [ 146 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18878 | 2024.11.22 20:43:11.178509 [ 146 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18879 | 2024.11.22 20:43:11.178544 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001814 sec., 7166.482910694597 rows/sec., 446.83 KiB/sec. | ||
| 18880 | 2024.11.22 20:43:11.178552 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18881 | 2024.11.22 20:43:11.178741 [ 5 ] {947fe4d8-9054-4214-b77d-f990477ede57} <Debug> TCPHandler: Processed in 0.002511242 sec. | ||
| 18882 | 2024.11.22 20:43:11.178783 [ 223 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 18883 | 2024.11.22 20:43:11.178872 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 18884 | 2024.11.22 20:43:11.179001 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18885 | 2024.11.22 20:43:11.179019 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18886 | 2024.11.22 20:43:11.179398 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18887 | 2024.11.22 20:43:11.179562 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18888 | 2024.11.22 20:43:11.179596 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18889 | 2024.11.22 20:43:11.179815 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 18890 | 2024.11.22 20:43:11.180508 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 18891 | 2024.11.22 20:43:11.181313 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 18892 | 2024.11.22 20:43:11.181915 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 18893 | 2024.11.22 20:43:11.182413 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 18894 | 2024.11.22 20:43:11.183824 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): 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] | ||
| 18895 | 2024.11.22 20:43:11.184224 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18896 | 2024.11.22 20:43:11.184320 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18897 | 2024.11.22 20:43:11.185988 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18898 | 2024.11.22 20:43:11.186494 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007808781 sec., 8323.96247250371 rows/sec., 551.51 KiB/sec. | ||
| 18899 | 2024.11.22 20:43:11.186557 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18900 | 2024.11.22 20:43:11.186751 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18901 | 2024.11.22 20:43:11.187009 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.007766 sec., 50218.90291012104 rows/sec., 3.56 MiB/sec. | ||
| 18902 | 2024.11.22 20:43:11.187132 [ 255 ] {61cc280b-79be-49ba-b2b4-a7fd5dc0ad92} <Debug> TCPHandler: Processed in 0.008264961 sec. | ||
| 18903 | 2024.11.22 20:43:11.187318 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18904 | 2024.11.22 20:43:11.187409 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18905 | 2024.11.22 20:43:11.187481 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18906 | 2024.11.22 20:43:11.187533 [ 189 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_65_16} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18907 | 2024.11.22 20:43:11.187548 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18908 | 2024.11.22 20:43:11.187664 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18909 | 2024.11.22 20:43:11.188096 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18910 | 2024.11.22 20:43:11.188135 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18911 | 2024.11.22 20:43:11.188495 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18912 | 2024.11.22 20:43:11.188734 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18913 | 2024.11.22 20:43:11.188949 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 18914 | 2024.11.22 20:43:11.189001 [ 5 ] {6e7c572f-7c87-437f-8e0d-56adb7d43b66} <Debug> TCPHandler: Processed in 0.001756823 sec. | ||
| 18915 | 2024.11.22 20:43:11.189156 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18916 | 2024.11.22 20:43:11.189296 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18917 | 2024.11.22 20:43:11.189359 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18918 | 2024.11.22 20:43:11.190016 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18919 | 2024.11.22 20:43:11.190056 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18920 | 2024.11.22 20:43:11.190461 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18921 | 2024.11.22 20:43:11.190696 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18922 | 2024.11.22 20:43:11.190874 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_146_30 to all_151_151_0 | ||
| 18923 | 2024.11.22 20:43:11.190936 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec. | ||
| 18924 | 2024.11.22 20:43:11.190943 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18925 | 2024.11.22 20:43:11.191019 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18926 | 2024.11.22 20:43:11.191061 [ 255 ] {e59ae4d1-8565-45f6-b7eb-a72f8bb607be} <Debug> TCPHandler: Processed in 0.001969128 sec. | ||
| 18927 | 2024.11.22 20:43:11.191341 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_30 to all_151_151_0 into Compact with storage Full | ||
| 18928 | 2024.11.22 20:43:11.191399 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18929 | 2024.11.22 20:43:11.191557 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18930 | 2024.11.22 20:43:11.191748 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_146_30, total 40563 rows starting from the beginning of the part | ||
| 18931 | 2024.11.22 20:43:11.191903 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18932 | 2024.11.22 20:43:11.192222 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18933 | 2024.11.22 20:43:11.192292 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part | ||
| 18934 | 2024.11.22 20:43:11.192826 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 926 rows starting from the beginning of the part | ||
| 18935 | 2024.11.22 20:43:11.193530 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 32 rows starting from the beginning of the part | ||
| 18936 | 2024.11.22 20:43:11.194302 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part | ||
| 18937 | 2024.11.22 20:43:11.194931 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 237 rows starting from the beginning of the part | ||
| 18938 | 2024.11.22 20:43:11.196542 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18939 | 2024.11.22 20:43:11.196605 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18940 | 2024.11.22 20:43:11.197263 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18941 | 2024.11.22 20:43:11.197586 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18942 | 2024.11.22 20:43:11.198005 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006212 sec., 160.97875080489376 rows/sec., 10.85 KiB/sec. | ||
| 18943 | 2024.11.22 20:43:11.198135 [ 5 ] {56bb67ec-1336-4042-867c-a7c3cdb26a1e} <Debug> TCPHandler: Processed in 0.006950419 sec. | ||
| 18944 | 2024.11.22 20:43:11.198338 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18945 | 2024.11.22 20:43:11.198514 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18946 | 2024.11.22 20:43:11.198658 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <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 | ||
| 18947 | 2024.11.22 20:43:11.200020 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18948 | 2024.11.22 20:43:11.200064 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18949 | 2024.11.22 20:43:11.200758 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 18950 | 2024.11.22 20:43:11.201089 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18951 | 2024.11.22 20:43:11.201312 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 18952 | 2024.11.22 20:43:11.201428 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18953 | 2024.11.22 20:43:11.201502 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18954 | 2024.11.22 20:43:11.201520 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003048 sec., 2624.6719160104985 rows/sec., 4.70 MiB/sec. | ||
| 18955 | 2024.11.22 20:43:11.201830 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 18956 | 2024.11.22 20:43:11.202042 [ 255 ] {7f718624-fe54-4cf3-bf63-4b8fb214de11} <Debug> TCPHandler: Processed in 0.003805843 sec. | ||
| 18957 | 2024.11.22 20:43:11.202416 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18958 | 2024.11.22 20:43:11.202567 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18959 | 2024.11.22 20:43:11.202875 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2537 rows starting from the beginning of the part | ||
| 18960 | 2024.11.22 20:43:11.202914 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18961 | 2024.11.22 20:43:11.203070 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18962 | 2024.11.22 20:43:11.204077 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 8 rows starting from the beginning of the part | ||
| 18963 | 2024.11.22 20:43:11.204975 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 33 rows starting from the beginning of the part | ||
| 18964 | 2024.11.22 20:43:11.206075 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 8 rows starting from the beginning of the part | ||
| 18965 | 2024.11.22 20:43:11.206167 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18966 | 2024.11.22 20:43:11.206257 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18967 | 2024.11.22 20:43:11.207065 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 33 rows starting from the beginning of the part | ||
| 18968 | 2024.11.22 20:43:11.207576 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42078 rows, containing 5 columns (5 merged, 0 gathered) in 0.016430671 sec., 2560942.276794417 rows/sec., 173.00 MiB/sec. | ||
| 18969 | 2024.11.22 20:43:11.208260 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Trace> MergedBlockOutputStream: filled checksums all_1_151_31 (state Temporary) | ||
| 18970 | 2024.11.22 20:43:11.208363 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 8 rows starting from the beginning of the part | ||
| 18971 | 2024.11.22 20:43:11.208415 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18972 | 2024.11.22 20:43:11.209639 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18973 | 2024.11.22 20:43:11.209762 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_151_31 to all_1_151_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18974 | 2024.11.22 20:43:11.210253 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_146_30, all_151_151_0] -> all_1_151_31 | ||
| 18975 | 2024.11.22 20:43:11.210571 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 18976 | 2024.11.22 20:43:11.210599 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007758 sec., 10569.7344676463 rows/sec., 687.42 KiB/sec. | ||
| 18977 | 2024.11.22 20:43:11.210623 [ 144 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18978 | 2024.11.22 20:43:11.210760 [ 144 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18979 | 2024.11.22 20:43:11.210855 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 18980 | 2024.11.22 20:43:11.210866 [ 5 ] {23835ef8-fdcf-43ad-8c7b-d9b64410f980} <Debug> TCPHandler: Processed in 0.008673592 sec. | ||
| 18981 | 2024.11.22 20:43:11.211323 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18982 | 2024.11.22 20:43:11.212029 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18983 | 2024.11.22 20:43:11.212187 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8826 rows starting from the beginning of the part | ||
| 18984 | 2024.11.22 20:43:11.212678 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
| 18985 | 2024.11.22 20:43:11.213183 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 70 rows starting from the beginning of the part | ||
| 18986 | 2024.11.22 20:43:11.213817 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 12 rows starting from the beginning of the part | ||
| 18987 | 2024.11.22 20:43:11.214250 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part | ||
| 18988 | 2024.11.22 20:43:11.214538 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part | ||
| 18989 | 2024.11.22 20:43:11.219077 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9110 rows, containing 4 columns (4 merged, 0 gathered) in 0.008066756 sec., 1129326.3363860268 rows/sec., 73.59 MiB/sec. | ||
| 18990 | 2024.11.22 20:43:11.219314 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18991 | 2024.11.22 20:43:11.219881 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18992 | 2024.11.22 20:43:11.219959 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_151_30} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18993 | 2024.11.22 20:43:11.220032 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 18994 | 2024.11.22 20:43:11.222841 [ 187 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2627 rows, containing 19 columns (19 merged, 0 gathered) in 0.021240418 sec., 123679.29859007483 rows/sec., 221.63 MiB/sec. | ||
| 18995 | 2024.11.22 20:43:11.224992 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 18996 | 2024.11.22 20:43:11.225407 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18997 | 2024.11.22 20:43:11.225485 [ 200 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 18998 | 2024.11.22 20:43:11.225639 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.86 MiB. | ||
| 18999 | 2024.11.22 20:43:11.767523 [ 217 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19000 | 2024.11.22 20:43:11.767577 [ 217 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19001 | 2024.11.22 20:43:11.769059 [ 217 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19002 | 2024.11.22 20:43:12.103306 [ 217 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 19003 | 2024.11.22 20:43:12.103380 [ 217 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 19004 | 2024.11.22 20:43:12.105157 [ 217 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 19005 | 2024.11.22 20:43:13.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.98 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 272.98 MiB (RSS), difference: 4.00 MiB | ||
| 19006 | 2024.11.22 20:43:14.046992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 19007 | 2024.11.22 20:43:14.071186 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19008 | 2024.11.22 20:43:14.071252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19009 | 2024.11.22 20:43:14.078927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19010 | 2024.11.22 20:43:14.079753 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19011 | 2024.11.22 20:43:14.082810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 19012 | 2024.11.22 20:43:16.027614 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19013 | 2024.11.22 20:43:16.027667 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19014 | 2024.11.22 20:43:16.028983 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19015 | 2024.11.22 20:43:16.153312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2642 | ||
| 19016 | 2024.11.22 20:43:16.155664 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19017 | 2024.11.22 20:43:16.156148 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19018 | 2024.11.22 20:43:16.156314 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19019 | 2024.11.22 20:43:16.159265 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19020 | 2024.11.22 20:43:16.159350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19021 | 2024.11.22 20:43:16.159358 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19022 | 2024.11.22 20:43:16.159455 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19023 | 2024.11.22 20:43:16.161292 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 19024 | 2024.11.22 20:43:16.161898 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19025 | 2024.11.22 20:43:16.162384 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00647 sec., 927.3570324574961 rows/sec., 75.62 KiB/sec. | ||
| 19026 | 2024.11.22 20:43:16.162603 [ 5 ] {dd663b99-6e87-43ff-a88d-ad745072aaf9} <Debug> TCPHandler: Processed in 0.007105723 sec. | ||
| 19027 | 2024.11.22 20:43:16.162935 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19028 | 2024.11.22 20:43:16.163312 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19029 | 2024.11.22 20:43:16.163496 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19030 | 2024.11.22 20:43:16.165066 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19031 | 2024.11.22 20:43:16.165884 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19032 | 2024.11.22 20:43:16.165894 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19033 | 2024.11.22 20:43:16.165949 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19034 | 2024.11.22 20:43:16.168113 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19035 | 2024.11.22 20:43:16.168799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2642 | ||
| 19036 | 2024.11.22 20:43:16.168838 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19037 | 2024.11.22 20:43:16.169123 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Debug> executeQuery: Read 125 rows, 10.81 KiB in 0.005938 sec., 21050.858875042104 rows/sec., 1.78 MiB/sec. | ||
| 19038 | 2024.11.22 20:43:16.169260 [ 255 ] {9c343624-6aca-4e59-86ee-3ac37fe7be4b} <Debug> TCPHandler: Processed in 0.006513069 sec. | ||
| 19039 | 2024.11.22 20:43:16.169505 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19040 | 2024.11.22 20:43:16.169719 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19041 | 2024.11.22 20:43:16.169780 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19042 | 2024.11.22 20:43:16.170429 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19043 | 2024.11.22 20:43:16.170468 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19044 | 2024.11.22 20:43:16.170835 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19045 | 2024.11.22 20:43:16.171072 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19046 | 2024.11.22 20:43:16.171296 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Debug> executeQuery: Read 39 rows, 2.90 KiB in 0.001612 sec., 24193.548387096776 rows/sec., 1.76 MiB/sec. | ||
| 19047 | 2024.11.22 20:43:16.171322 [ 223 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19048 | 2024.11.22 20:43:16.171382 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19049 | 2024.11.22 20:43:16.171385 [ 5 ] {4f6cb69f-b871-4e04-bd2a-1f05a13bbddb} <Debug> TCPHandler: Processed in 0.002004529 sec. | ||
| 19050 | 2024.11.22 20:43:16.171625 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19051 | 2024.11.22 20:43:16.171875 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19052 | 2024.11.22 20:43:16.171991 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19053 | 2024.11.22 20:43:16.173652 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19054 | 2024.11.22 20:43:16.173707 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19055 | 2024.11.22 20:43:16.174460 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19056 | 2024.11.22 20:43:16.174506 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19057 | 2024.11.22 20:43:16.175069 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19058 | 2024.11.22 20:43:16.175639 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.003839 sec., 26829.903620734567 rows/sec., 2.10 MiB/sec. | ||
| 19059 | 2024.11.22 20:43:16.175705 [ 255 ] {7d53868e-61f7-429c-963c-c309ee1e60ac} <Debug> TCPHandler: Processed in 0.004178532 sec. | ||
| 19060 | 2024.11.22 20:43:16.175931 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19061 | 2024.11.22 20:43:16.176156 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19062 | 2024.11.22 20:43:16.176253 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19063 | 2024.11.22 20:43:16.177115 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19064 | 2024.11.22 20:43:16.177154 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19065 | 2024.11.22 20:43:16.177554 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19066 | 2024.11.22 20:43:16.177798 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19067 | 2024.11.22 20:43:16.178026 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001925 sec., 84675.32467532468 rows/sec., 5.90 MiB/sec. | ||
| 19068 | 2024.11.22 20:43:16.178078 [ 5 ] {0aa208b6-1a6e-4611-a768-2e26b57ba201} <Debug> TCPHandler: Processed in 0.002257065 sec. | ||
| 19069 | 2024.11.22 20:43:16.178238 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19070 | 2024.11.22 20:43:16.178375 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19071 | 2024.11.22 20:43:16.178470 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <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 | ||
| 19072 | 2024.11.22 20:43:16.179759 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19073 | 2024.11.22 20:43:16.179798 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19074 | 2024.11.22 20:43:16.180482 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19075 | 2024.11.22 20:43:16.180753 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19076 | 2024.11.22 20:43:16.180992 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002647 sec., 12466.94370986022 rows/sec., 22.34 MiB/sec. | ||
| 19077 | 2024.11.22 20:43:16.181086 [ 255 ] {667d87a3-391d-414f-a9ab-1e800ecb2392} <Debug> TCPHandler: Processed in 0.002917422 sec. | ||
| 19078 | 2024.11.22 20:43:16.181247 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19079 | 2024.11.22 20:43:16.181384 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19080 | 2024.11.22 20:43:16.181442 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19081 | 2024.11.22 20:43:16.181990 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19082 | 2024.11.22 20:43:16.182030 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19083 | 2024.11.22 20:43:16.182416 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19084 | 2024.11.22 20:43:16.182664 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19085 | 2024.11.22 20:43:16.182878 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 19086 | 2024.11.22 20:43:16.182935 [ 5 ] {0429aea1-1a9d-4f8a-9352-7437dde76247} <Debug> TCPHandler: Processed in 0.001749963 sec. | ||
| 19087 | 2024.11.22 20:43:18.392819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 19088 | 2024.11.22 20:43:18.393510 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19089 | 2024.11.22 20:43:18.393565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19090 | 2024.11.22 20:43:18.394119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19091 | 2024.11.22 20:43:18.394385 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19092 | 2024.11.22 20:43:18.394648 [ 29 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19093 | 2024.11.22 20:43:18.394666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 19094 | 2024.11.22 20:43:18.394780 [ 29 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19095 | 2024.11.22 20:43:18.394830 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19096 | 2024.11.22 20:43:18.395112 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 19097 | 2024.11.22 20:43:18.395519 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19098 | 2024.11.22 20:43:18.395609 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 19099 | 2024.11.22 20:43:18.395708 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 19100 | 2024.11.22 20:43:18.395911 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 19101 | 2024.11.22 20:43:18.396178 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 19102 | 2024.11.22 20:43:18.396342 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 19103 | 2024.11.22 20:43:18.396541 [ 187 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 19104 | 2024.11.22 20:43:18.399724 [ 200 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004775936 sec., 8736297.973842196 rows/sec., 124.97 MiB/sec. | ||
| 19105 | 2024.11.22 20:43:18.399976 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19106 | 2024.11.22 20:43:18.400334 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19107 | 2024.11.22 20:43:18.400435 [ 191 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_91_18} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19108 | 2024.11.22 20:43:18.400534 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19109 | 2024.11.22 20:43:21.156980 [ 223 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19110 | 2024.11.22 20:43:21.157051 [ 223 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19111 | 2024.11.22 20:43:21.159275 [ 223 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19112 | 2024.11.22 20:43:21.162377 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19113 | 2024.11.22 20:43:21.162631 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19114 | 2024.11.22 20:43:21.162721 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19115 | 2024.11.22 20:43:21.163695 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19116 | 2024.11.22 20:43:21.163756 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19117 | 2024.11.22 20:43:21.164350 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19118 | 2024.11.22 20:43:21.164698 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19119 | 2024.11.22 20:43:21.164994 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002429 sec., 5763.688760806916 rows/sec., 414.91 KiB/sec. | ||
| 19120 | 2024.11.22 20:43:21.165085 [ 5 ] {26111d44-6f31-4ceb-ba83-d96ed0be303d} <Debug> TCPHandler: Processed in 0.002899131 sec. | ||
| 19121 | 2024.11.22 20:43:21.165469 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19122 | 2024.11.22 20:43:21.165744 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19123 | 2024.11.22 20:43:21.165850 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19124 | 2024.11.22 20:43:21.167108 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19125 | 2024.11.22 20:43:21.167169 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19126 | 2024.11.22 20:43:21.167800 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19127 | 2024.11.22 20:43:21.168209 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19128 | 2024.11.22 20:43:21.168500 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002834 sec., 77275.93507410021 rows/sec., 6.73 MiB/sec. | ||
| 19129 | 2024.11.22 20:43:21.168599 [ 255 ] {9905d679-9cc5-4d32-be44-4ff530ad6bcf} <Debug> TCPHandler: Processed in 0.003322881 sec. | ||
| 19130 | 2024.11.22 20:43:21.168850 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19131 | 2024.11.22 20:43:21.169030 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19132 | 2024.11.22 20:43:21.169124 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19133 | 2024.11.22 20:43:21.170001 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19134 | 2024.11.22 20:43:21.170061 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19135 | 2024.11.22 20:43:21.170592 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19136 | 2024.11.22 20:43:21.170953 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19137 | 2024.11.22 20:43:21.171248 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002261 sec., 6634.2326404245905 rows/sec., 467.77 KiB/sec. | ||
| 19138 | 2024.11.22 20:43:21.171329 [ 5 ] {3b585973-d48a-4d30-b77c-d5f8350c82cd} <Debug> TCPHandler: Processed in 0.002570603 sec. | ||
| 19139 | 2024.11.22 20:43:21.171549 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19140 | 2024.11.22 20:43:21.171741 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19141 | 2024.11.22 20:43:21.171823 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19142 | 2024.11.22 20:43:21.172693 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19143 | 2024.11.22 20:43:21.172752 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19144 | 2024.11.22 20:43:21.173318 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19145 | 2024.11.22 20:43:21.173694 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19146 | 2024.11.22 20:43:21.173961 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002269 sec., 6170.118995152049 rows/sec., 432.11 KiB/sec. | ||
| 19147 | 2024.11.22 20:43:21.174046 [ 255 ] {99b48727-b092-4d6d-8aca-b3408ffb19c3} <Debug> TCPHandler: Processed in 0.002581873 sec. | ||
| 19148 | 2024.11.22 20:43:21.174309 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19149 | 2024.11.22 20:43:21.174522 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19150 | 2024.11.22 20:43:21.174614 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19151 | 2024.11.22 20:43:21.175540 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19152 | 2024.11.22 20:43:21.175594 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19153 | 2024.11.22 20:43:21.176102 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19154 | 2024.11.22 20:43:21.176453 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19155 | 2024.11.22 20:43:21.176710 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002242 sec., 5798.394290811775 rows/sec., 361.53 KiB/sec. | ||
| 19156 | 2024.11.22 20:43:21.176785 [ 5 ] {dfb3fd75-d8cc-4b7d-b84b-87fe43810243} <Debug> TCPHandler: Processed in 0.002577543 sec. | ||
| 19157 | 2024.11.22 20:43:21.176985 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19158 | 2024.11.22 20:43:21.177142 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19159 | 2024.11.22 20:43:21.177207 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19160 | 2024.11.22 20:43:21.178381 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19161 | 2024.11.22 20:43:21.178432 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19162 | 2024.11.22 20:43:21.179056 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19163 | 2024.11.22 20:43:21.179428 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19164 | 2024.11.22 20:43:21.179691 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002583 sec., 150987.22415795588 rows/sec., 10.71 MiB/sec. | ||
| 19165 | 2024.11.22 20:43:21.179759 [ 255 ] {ac3ef7bf-6c0f-42fb-a74e-fbca21f86417} <Debug> TCPHandler: Processed in 0.00284978 sec. | ||
| 19166 | 2024.11.22 20:43:21.179943 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19167 | 2024.11.22 20:43:21.180085 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19168 | 2024.11.22 20:43:21.180147 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19169 | 2024.11.22 20:43:21.180760 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19170 | 2024.11.22 20:43:21.180816 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19171 | 2024.11.22 20:43:21.181275 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19172 | 2024.11.22 20:43:21.181601 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19173 | 2024.11.22 20:43:21.181826 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001774 sec., 3382.1871476888386 rows/sec., 176.71 KiB/sec. | ||
| 19174 | 2024.11.22 20:43:21.181886 [ 5 ] {4e4352f3-c83c-4b7c-a7d4-71a0515598cc} <Debug> TCPHandler: Processed in 0.002007609 sec. | ||
| 19175 | 2024.11.22 20:43:21.182859 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19176 | 2024.11.22 20:43:21.183055 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19177 | 2024.11.22 20:43:21.183160 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19178 | 2024.11.22 20:43:21.185048 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19179 | 2024.11.22 20:43:21.185113 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19180 | 2024.11.22 20:43:21.185700 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19181 | 2024.11.22 20:43:21.186024 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19182 | 2024.11.22 20:43:21.186360 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003358 sec., 70577.72483621203 rows/sec., 4.73 MiB/sec. | ||
| 19183 | 2024.11.22 20:43:21.186477 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19184 | 2024.11.22 20:43:21.186500 [ 255 ] {cba892fa-7024-4af9-ad51-bed9a40a29c3} <Debug> TCPHandler: Processed in 0.003714931 sec. | ||
| 19185 | 2024.11.22 20:43:21.186550 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19186 | 2024.11.22 20:43:21.186796 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19187 | 2024.11.22 20:43:21.187088 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19188 | 2024.11.22 20:43:21.187272 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19189 | 2024.11.22 20:43:21.188787 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19190 | 2024.11.22 20:43:21.188861 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19191 | 2024.11.22 20:43:21.189712 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19192 | 2024.11.22 20:43:21.189784 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19193 | 2024.11.22 20:43:21.190260 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19194 | 2024.11.22 20:43:21.190872 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003881 sec., 257.6655501159495 rows/sec., 17.36 KiB/sec. | ||
| 19195 | 2024.11.22 20:43:21.191082 [ 5 ] {4d344893-1b52-46aa-95f4-a9a612fcbc4e} <Debug> TCPHandler: Processed in 0.004385607 sec. | ||
| 19196 | 2024.11.22 20:43:21.191285 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19197 | 2024.11.22 20:43:21.191410 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19198 | 2024.11.22 20:43:21.191499 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <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 | ||
| 19199 | 2024.11.22 20:43:21.192691 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19200 | 2024.11.22 20:43:21.192732 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19201 | 2024.11.22 20:43:21.193373 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19202 | 2024.11.22 20:43:21.193650 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19203 | 2024.11.22 20:43:21.193981 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002597 sec., 3080.4774740084713 rows/sec., 5.52 MiB/sec. | ||
| 19204 | 2024.11.22 20:43:21.194093 [ 255 ] {99dca6a6-5ee1-479a-aa71-e39f69daca34} <Debug> TCPHandler: Processed in 0.0028754 sec. | ||
| 19205 | 2024.11.22 20:43:21.194248 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19206 | 2024.11.22 20:43:21.194367 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19207 | 2024.11.22 20:43:21.194419 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19208 | 2024.11.22 20:43:21.194956 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19209 | 2024.11.22 20:43:21.194994 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19210 | 2024.11.22 20:43:21.195385 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19211 | 2024.11.22 20:43:21.195628 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19212 | 2024.11.22 20:43:21.195897 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001556 sec., 52699.22879177378 rows/sec., 3.35 MiB/sec. | ||
| 19213 | 2024.11.22 20:43:21.195946 [ 5 ] {4caaf869-bc88-488e-b367-03616a1672e1} <Debug> TCPHandler: Processed in 0.001758513 sec. | ||
| 19214 | 2024.11.22 20:43:21.583858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 19215 | 2024.11.22 20:43:21.607160 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19216 | 2024.11.22 20:43:21.607229 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19217 | 2024.11.22 20:43:21.614931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19218 | 2024.11.22 20:43:21.615779 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19219 | 2024.11.22 20:43:21.616317 [ 37 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19220 | 2024.11.22 20:43:21.616475 [ 37 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19221 | 2024.11.22 20:43:21.616571 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19222 | 2024.11.22 20:43:21.617036 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19223 | 2024.11.22 20:43:21.631013 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 19224 | 2024.11.22 20:43:21.632886 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19225 | 2024.11.22 20:43:21.634236 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19226 | 2024.11.22 20:43:21.639655 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19227 | 2024.11.22 20:43:21.645499 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19228 | 2024.11.22 20:43:21.651511 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19229 | 2024.11.22 20:43:21.657855 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19230 | 2024.11.22 20:43:21.663765 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 19231 | 2024.11.22 20:43:21.728840 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.112111647 sec., 6118.9003850777435 rows/sec., 31.64 MiB/sec. | ||
| 19232 | 2024.11.22 20:43:21.731254 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19233 | 2024.11.22 20:43:21.733762 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_91_18} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19234 | 2024.11.22 20:43:21.733875 [ 199 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_91_18} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19235 | 2024.11.22 20:43:21.735344 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 19236 | 2024.11.22 20:43:22.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.85 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 272.98 MiB (RSS), difference: -1.87 MiB | ||
| 19237 | 2024.11.22 20:43:22.404295 [ 217 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19238 | 2024.11.22 20:43:22.404401 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19239 | 2024.11.22 20:43:22.406099 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19240 | 2024.11.22 20:43:25.581276 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19241 | 2024.11.22 20:43:25.581371 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19242 | 2024.11.22 20:43:25.895820 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 19243 | 2024.11.22 20:43:25.896493 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19244 | 2024.11.22 20:43:25.896540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19245 | 2024.11.22 20:43:25.897097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19246 | 2024.11.22 20:43:25.897360 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19247 | 2024.11.22 20:43:25.897618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 19248 | 2024.11.22 20:43:26.155040 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19249 | 2024.11.22 20:43:26.155249 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19250 | 2024.11.22 20:43:26.155329 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19251 | 2024.11.22 20:43:26.156280 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19252 | 2024.11.22 20:43:26.156323 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19253 | 2024.11.22 20:43:26.156770 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19254 | 2024.11.22 20:43:26.157042 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19255 | 2024.11.22 20:43:26.157205 [ 57 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19256 | 2024.11.22 20:43:26.157258 [ 57 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19257 | 2024.11.22 20:43:26.157269 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002075 sec., 58795.180722891564 rows/sec., 4.98 MiB/sec. | ||
| 19258 | 2024.11.22 20:43:26.157289 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19259 | 2024.11.22 20:43:26.157388 [ 5 ] {1c7dad25-ea3d-4d9f-8f03-be8fd50b7cce} <Debug> TCPHandler: Processed in 0.00247344 sec. | ||
| 19260 | 2024.11.22 20:43:26.157574 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19261 | 2024.11.22 20:43:26.157655 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19262 | 2024.11.22 20:43:26.157767 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19263 | 2024.11.22 20:43:26.157814 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1436 rows starting from the beginning of the part | ||
| 19264 | 2024.11.22 20:43:26.157839 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19265 | 2024.11.22 20:43:26.157930 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19266 | 2024.11.22 20:43:26.157998 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 122 rows starting from the beginning of the part | ||
| 19267 | 2024.11.22 20:43:26.158540 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 219 rows starting from the beginning of the part | ||
| 19268 | 2024.11.22 20:43:26.158754 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 125 rows starting from the beginning of the part | ||
| 19269 | 2024.11.22 20:43:26.159143 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 219 rows starting from the beginning of the part | ||
| 19270 | 2024.11.22 20:43:26.159393 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 122 rows starting from the beginning of the part | ||
| 19271 | 2024.11.22 20:43:26.160417 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19272 | 2024.11.22 20:43:26.160465 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19273 | 2024.11.22 20:43:26.161062 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19274 | 2024.11.22 20:43:26.161329 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19275 | 2024.11.22 20:43:26.161722 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.004327376 sec., 518327.965954426 rows/sec., 45.70 MiB/sec. | ||
| 19276 | 2024.11.22 20:43:26.161738 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.003957 sec., 8339.651250947689 rows/sec., 627.10 KiB/sec. | ||
| 19277 | 2024.11.22 20:43:26.161808 [ 255 ] {35455ffb-d994-4566-ac04-ad4d204d1bef} <Debug> TCPHandler: Processed in 0.004296065 sec. | ||
| 19278 | 2024.11.22 20:43:26.161932 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19279 | 2024.11.22 20:43:26.161994 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19280 | 2024.11.22 20:43:26.162195 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19281 | 2024.11.22 20:43:26.162281 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19282 | 2024.11.22 20:43:26.162376 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19283 | 2024.11.22 20:43:26.162575 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_156_31} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19284 | 2024.11.22 20:43:26.162748 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 19285 | 2024.11.22 20:43:26.163282 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19286 | 2024.11.22 20:43:26.163327 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19287 | 2024.11.22 20:43:26.163712 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19288 | 2024.11.22 20:43:26.163955 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19289 | 2024.11.22 20:43:26.164096 [ 57 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19290 | 2024.11.22 20:43:26.164135 [ 57 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19291 | 2024.11.22 20:43:26.164146 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00201 sec., 48258.70646766169 rows/sec., 3.77 MiB/sec. | ||
| 19292 | 2024.11.22 20:43:26.164165 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19293 | 2024.11.22 20:43:26.164244 [ 5 ] {cbcc3d92-8a08-4ee0-9a58-d89f0873007c} <Debug> TCPHandler: Processed in 0.002335427 sec. | ||
| 19294 | 2024.11.22 20:43:26.164330 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19295 | 2024.11.22 20:43:26.164424 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19296 | 2024.11.22 20:43:26.164492 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19297 | 2024.11.22 20:43:26.164564 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 915 rows starting from the beginning of the part | ||
| 19298 | 2024.11.22 20:43:26.164671 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19299 | 2024.11.22 20:43:26.164874 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 97 rows starting from the beginning of the part | ||
| 19300 | 2024.11.22 20:43:26.164915 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19301 | 2024.11.22 20:43:26.165267 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 390 rows starting from the beginning of the part | ||
| 19302 | 2024.11.22 20:43:26.165536 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 103 rows starting from the beginning of the part | ||
| 19303 | 2024.11.22 20:43:26.165872 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 390 rows starting from the beginning of the part | ||
| 19304 | 2024.11.22 20:43:26.166260 [ 201 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 97 rows starting from the beginning of the part | ||
| 19305 | 2024.11.22 20:43:26.167894 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2024.11.22 20:43:26.167973 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19307 | 2024.11.22 20:43:26.169023 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19308 | 2024.11.22 20:43:26.169518 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2024.11.22 20:43:26.169719 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.005472984 sec., 363969.6370389535 rows/sec., 27.90 MiB/sec. | ||
| 19310 | 2024.11.22 20:43:26.170115 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005508 sec., 29048.65649963689 rows/sec., 2.02 MiB/sec. | ||
| 19311 | 2024.11.22 20:43:26.170126 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19312 | 2024.11.22 20:43:26.170307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 43 entries to flush up to offset 2685 | ||
| 19313 | 2024.11.22 20:43:26.170394 [ 255 ] {d028e9a6-6d79-4afd-92cd-54a0bb62aa0f} <Debug> TCPHandler: Processed in 0.006041137 sec. | ||
| 19314 | 2024.11.22 20:43:26.170712 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19315 | 2024.11.22 20:43:26.171092 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19316 | 2024.11.22 20:43:26.171171 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19317 | 2024.11.22 20:43:26.171446 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <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 | ||
| 19318 | 2024.11.22 20:43:26.171821 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_156_31} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19319 | 2024.11.22 20:43:26.172439 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 19320 | 2024.11.22 20:43:26.177402 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19321 | 2024.11.22 20:43:26.177476 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19322 | 2024.11.22 20:43:26.181205 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19323 | 2024.11.22 20:43:26.181978 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19324 | 2024.11.22 20:43:26.182686 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.011658 sec., 2830.6742151312405 rows/sec., 5.07 MiB/sec. | ||
| 19325 | 2024.11.22 20:43:26.183269 [ 5 ] {c649f51a-9011-4144-adc0-3c3638e0c4ac} <Debug> TCPHandler: Processed in 0.012746362 sec. | ||
| 19326 | 2024.11.22 20:43:26.183620 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19327 | 2024.11.22 20:43:26.183641 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19328 | 2024.11.22 20:43:26.183701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19329 | 2024.11.22 20:43:26.183921 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19330 | 2024.11.22 20:43:26.184051 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19331 | 2024.11.22 20:43:26.185966 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19332 | 2024.11.22 20:43:26.186045 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 19333 | 2024.11.22 20:43:26.187092 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19334 | 2024.11.22 20:43:26.187701 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19335 | 2024.11.22 20:43:26.188445 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004597 sec., 13051.990428540352 rows/sec., 900.72 KiB/sec. | ||
| 19336 | 2024.11.22 20:43:26.188798 [ 255 ] {d1ecfddf-178a-4c75-89ef-2bea66a13306} <Debug> TCPHandler: Processed in 0.005371131 sec. | ||
| 19337 | 2024.11.22 20:43:26.190191 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19338 | 2024.11.22 20:43:26.190536 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19339 | 2024.11.22 20:43:26.191217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2685 | ||
| 19340 | 2024.11.22 20:43:29.132070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19341 | 2024.11.22 20:43:29.156198 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19342 | 2024.11.22 20:43:29.156262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19343 | 2024.11.22 20:43:29.163848 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19344 | 2024.11.22 20:43:29.164657 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19345 | 2024.11.22 20:43:29.167791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19346 | 2024.11.22 20:43:29.437881 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19347 | 2024.11.22 20:43:29.438089 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19348 | 2024.11.22 20:43:29.438168 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19349 | 2024.11.22 20:43:29.438989 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19350 | 2024.11.22 20:43:29.439047 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19351 | 2024.11.22 20:43:29.439522 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19352 | 2024.11.22 20:43:29.439808 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19353 | 2024.11.22 20:43:29.440065 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002028 sec., 6903.353057199211 rows/sec., 496.95 KiB/sec. | ||
| 19354 | 2024.11.22 20:43:29.440141 [ 5 ] {55d80c2a-a7d9-4bb1-accf-16c71b7cb4fd} <Debug> TCPHandler: Processed in 0.002393769 sec. | ||
| 19355 | 2024.11.22 20:43:29.440444 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19356 | 2024.11.22 20:43:29.440665 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19357 | 2024.11.22 20:43:29.440753 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19358 | 2024.11.22 20:43:29.441573 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19359 | 2024.11.22 20:43:29.441631 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19360 | 2024.11.22 20:43:29.442105 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 19361 | 2024.11.22 20:43:29.442368 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19362 | 2024.11.22 20:43:29.442637 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002024 sec., 4940.711462450592 rows/sec., 402.88 KiB/sec. | ||
| 19363 | 2024.11.22 20:43:29.442801 [ 255 ] {a493dfbf-600c-4c2e-86d9-0e6461598249} <Debug> TCPHandler: Processed in 0.002499901 sec. | ||
| 19364 | 2024.11.22 20:43:29.443045 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19365 | 2024.11.22 20:43:29.443198 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19366 | 2024.11.22 20:43:29.443259 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19367 | 2024.11.22 20:43:29.444517 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19368 | 2024.11.22 20:43:29.444560 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19369 | 2024.11.22 20:43:29.445047 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19370 | 2024.11.22 20:43:29.445311 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19371 | 2024.11.22 20:43:29.445542 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002383 sec., 572387.7465379774 rows/sec., 47.54 MiB/sec. | ||
| 19372 | 2024.11.22 20:43:29.445603 [ 5 ] {201d7c1f-dd25-4704-a675-cc1b113e3367} <Debug> TCPHandler: Processed in 0.002667685 sec. | ||
| 19373 | 2024.11.22 20:43:29.445785 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19374 | 2024.11.22 20:43:29.445938 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19375 | 2024.11.22 20:43:29.446002 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19376 | 2024.11.22 20:43:29.446685 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19377 | 2024.11.22 20:43:29.446730 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19378 | 2024.11.22 20:43:29.447123 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19379 | 2024.11.22 20:43:29.447366 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19380 | 2024.11.22 20:43:29.447610 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001709 sec., 14628.43768285547 rows/sec., 1.00 MiB/sec. | ||
| 19381 | 2024.11.22 20:43:29.447676 [ 255 ] {745f7067-a82d-438d-8812-9a5166c0c791} <Debug> TCPHandler: Processed in 0.001965248 sec. | ||
| 19382 | 2024.11.22 20:43:29.447835 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19383 | 2024.11.22 20:43:29.447961 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19384 | 2024.11.22 20:43:29.448014 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19385 | 2024.11.22 20:43:29.448705 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19386 | 2024.11.22 20:43:29.448747 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19387 | 2024.11.22 20:43:29.449140 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19388 | 2024.11.22 20:43:29.449398 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19389 | 2024.11.22 20:43:29.449576 [ 63 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 | ||
| 19390 | 2024.11.22 20:43:29.449640 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001702 sec., 142185.66392479435 rows/sec., 9.63 MiB/sec. | ||
| 19391 | 2024.11.22 20:43:29.449676 [ 63 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19392 | 2024.11.22 20:43:29.449748 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19393 | 2024.11.22 20:43:29.449761 [ 5 ] {bc711b1a-9665-4e32-b939-34762fbf538c} <Debug> TCPHandler: Processed in 0.001981039 sec. | ||
| 19394 | 2024.11.22 20:43:29.449959 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19395 | 2024.11.22 20:43:29.449971 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full | ||
| 19396 | 2024.11.22 20:43:29.450106 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19397 | 2024.11.22 20:43:29.450133 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19398 | 2024.11.22 20:43:29.450172 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19399 | 2024.11.22 20:43:29.450176 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 243 rows starting from the beginning of the part | ||
| 19400 | 2024.11.22 20:43:29.450340 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 19401 | 2024.11.22 20:43:29.450688 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 242 rows starting from the beginning of the part | ||
| 19402 | 2024.11.22 20:43:29.451156 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 19403 | 2024.11.22 20:43:29.451531 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 19404 | 2024.11.22 20:43:29.451927 [ 200 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 242 rows starting from the beginning of the part | ||
| 19405 | 2024.11.22 20:43:29.452910 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19406 | 2024.11.22 20:43:29.452967 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19407 | 2024.11.22 20:43:29.453584 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19408 | 2024.11.22 20:43:29.453932 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.00407934 sec., 188510.88656498355 rows/sec., 13.50 MiB/sec. | ||
| 19409 | 2024.11.22 20:43:29.453974 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19410 | 2024.11.22 20:43:29.454163 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) | ||
| 19411 | 2024.11.22 20:43:29.454398 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004325 sec., 3005.7803468208094 rows/sec., 187.41 KiB/sec. | ||
| 19412 | 2024.11.22 20:43:29.454540 [ 255 ] {76e0955c-0f0f-45ab-bc14-b81ac83f7baa} <Debug> TCPHandler: Processed in 0.004660513 sec. | ||
| 19413 | 2024.11.22 20:43:29.454729 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19414 | 2024.11.22 20:43:29.454768 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19415 | 2024.11.22 20:43:29.454871 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_68_14} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 | ||
| 19416 | 2024.11.22 20:43:29.454887 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19417 | 2024.11.22 20:43:29.454959 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19418 | 2024.11.22 20:43:29.454984 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 19419 | 2024.11.22 20:43:29.455950 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19420 | 2024.11.22 20:43:29.455991 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19421 | 2024.11.22 20:43:29.456420 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19422 | 2024.11.22 20:43:29.456683 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19423 | 2024.11.22 20:43:29.456907 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.002057 sec., 416140.0097228975 rows/sec., 30.11 MiB/sec. | ||
| 19424 | 2024.11.22 20:43:29.456968 [ 5 ] {91d5d883-73e9-435c-a769-43c5ed706cff} <Debug> TCPHandler: Processed in 0.002301916 sec. | ||
| 19425 | 2024.11.22 20:43:29.457132 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19426 | 2024.11.22 20:43:29.457259 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19427 | 2024.11.22 20:43:29.457314 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19428 | 2024.11.22 20:43:29.457820 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19429 | 2024.11.22 20:43:29.457861 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19430 | 2024.11.22 20:43:29.458264 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19431 | 2024.11.22 20:43:29.458520 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19432 | 2024.11.22 20:43:29.458705 [ 63 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_62_13 to all_67_67_0 | ||
| 19433 | 2024.11.22 20:43:29.458773 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec. | ||
| 19434 | 2024.11.22 20:43:29.458780 [ 63 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19435 | 2024.11.22 20:43:29.458858 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19436 | 2024.11.22 20:43:29.458915 [ 255 ] {8b5872e3-41e1-496d-b3ce-a58c36f2872f} <Debug> TCPHandler: Processed in 0.001844715 sec. | ||
| 19437 | 2024.11.22 20:43:29.459175 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19438 | 2024.11.22 20:43:29.459289 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_62_13 to all_67_67_0 into Compact with storage Full | ||
| 19439 | 2024.11.22 20:43:29.459418 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19440 | 2024.11.22 20:43:29.459554 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19441 | 2024.11.22 20:43:29.459706 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19442 | 2024.11.22 20:43:29.459804 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 372 rows starting from the beginning of the part | ||
| 19443 | 2024.11.22 20:43:29.460077 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 19444 | 2024.11.22 20:43:29.460414 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 19445 | 2024.11.22 20:43:29.460605 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 19446 | 2024.11.22 20:43:29.460735 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 19447 | 2024.11.22 20:43:29.460820 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 19448 | 2024.11.22 20:43:29.461520 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19449 | 2024.11.22 20:43:29.461565 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19450 | 2024.11.22 20:43:29.462248 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19451 | 2024.11.22 20:43:29.462309 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 4 columns (4 merged, 0 gathered) in 0.003338361 sec., 120418.37296805228 rows/sec., 6.14 MiB/sec. | ||
| 19452 | 2024.11.22 20:43:29.462471 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Trace> MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) | ||
| 19453 | 2024.11.22 20:43:29.462576 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19454 | 2024.11.22 20:43:29.462910 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.003565 sec., 260869.5652173913 rows/sec., 17.41 MiB/sec. | ||
| 19455 | 2024.11.22 20:43:29.463030 [ 5 ] {9133e766-8516-4788-bff7-69497e0853ac} <Debug> TCPHandler: Processed in 0.003988168 sec. | ||
| 19456 | 2024.11.22 20:43:29.463056 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19457 | 2024.11.22 20:43:29.463255 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19458 | 2024.11.22 20:43:29.463277 [ 193 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_67_14} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_62_13, all_67_67_0] -> all_1_67_14 | ||
| 19459 | 2024.11.22 20:43:29.463536 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 19460 | 2024.11.22 20:43:29.463638 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19461 | 2024.11.22 20:43:29.463789 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19462 | 2024.11.22 20:43:29.464966 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19463 | 2024.11.22 20:43:29.465007 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19464 | 2024.11.22 20:43:29.465378 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19465 | 2024.11.22 20:43:29.465614 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19466 | 2024.11.22 20:43:29.465836 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002355 sec., 424.6284501061571 rows/sec., 28.61 KiB/sec. | ||
| 19467 | 2024.11.22 20:43:29.465890 [ 255 ] {48fdc7ed-f75a-4994-af87-8c7d887be3d0} <Debug> TCPHandler: Processed in 0.002761547 sec. | ||
| 19468 | 2024.11.22 20:43:29.466053 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19469 | 2024.11.22 20:43:29.466198 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19470 | 2024.11.22 20:43:29.466294 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <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 | ||
| 19471 | 2024.11.22 20:43:29.467547 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19472 | 2024.11.22 20:43:29.467588 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19473 | 2024.11.22 20:43:29.468248 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19474 | 2024.11.22 20:43:29.468519 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19475 | 2024.11.22 20:43:29.468779 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002616 sec., 3058.1039755351685 rows/sec., 5.48 MiB/sec. | ||
| 19476 | 2024.11.22 20:43:29.468899 [ 5 ] {3bf9eeec-1867-4483-80a1-636821014407} <Debug> TCPHandler: Processed in 0.002912671 sec. | ||
| 19477 | 2024.11.22 20:43:29.469075 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19478 | 2024.11.22 20:43:29.469234 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19479 | 2024.11.22 20:43:29.469292 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19480 | 2024.11.22 20:43:29.469813 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19481 | 2024.11.22 20:43:29.469856 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19482 | 2024.11.22 20:43:29.470262 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19483 | 2024.11.22 20:43:29.470511 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19484 | 2024.11.22 20:43:29.470752 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001553 sec., 45074.05022537025 rows/sec., 2.83 MiB/sec. | ||
| 19485 | 2024.11.22 20:43:29.470806 [ 255 ] {261f768d-1b8f-4de4-9f2e-7614c91bdada} <Debug> TCPHandler: Processed in 0.001802084 sec. | ||
| 19486 | 2024.11.22 20:43:30.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.41 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 272.98 MiB (RSS), difference: -1.43 MiB | ||
| 19487 | 2024.11.22 20:43:31.146844 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19488 | 2024.11.22 20:43:31.147056 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19489 | 2024.11.22 20:43:31.147137 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19490 | 2024.11.22 20:43:31.147930 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19491 | 2024.11.22 20:43:31.147980 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19492 | 2024.11.22 20:43:31.148426 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19493 | 2024.11.22 20:43:31.148686 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19494 | 2024.11.22 20:43:31.148908 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 19495 | 2024.11.22 20:43:31.148968 [ 5 ] {3943ddb4-9107-4f3a-b3ce-ca4e0527e54c} <Debug> TCPHandler: Processed in 0.002260995 sec. | ||
| 19496 | 2024.11.22 20:43:31.149234 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19497 | 2024.11.22 20:43:31.149447 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19498 | 2024.11.22 20:43:31.149532 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19499 | 2024.11.22 20:43:31.150417 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19500 | 2024.11.22 20:43:31.150469 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19501 | 2024.11.22 20:43:31.150915 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19502 | 2024.11.22 20:43:31.151169 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19503 | 2024.11.22 20:43:31.151405 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00202 sec., 31683.16831683168 rows/sec., 2.47 MiB/sec. | ||
| 19504 | 2024.11.22 20:43:31.151471 [ 255 ] {d8df5a34-4e5a-4f43-8014-0197b9554eae} <Debug> TCPHandler: Processed in 0.002381648 sec. | ||
| 19505 | 2024.11.22 20:43:31.151639 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19506 | 2024.11.22 20:43:31.151781 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19507 | 2024.11.22 20:43:31.151843 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19508 | 2024.11.22 20:43:31.152472 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19509 | 2024.11.22 20:43:31.152512 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19510 | 2024.11.22 20:43:31.152908 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19511 | 2024.11.22 20:43:31.153159 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19512 | 2024.11.22 20:43:31.153341 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_151_31 to all_155_155_0 | ||
| 19513 | 2024.11.22 20:43:31.153403 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001654 sec., 19347.037484885124 rows/sec., 1.35 MiB/sec. | ||
| 19514 | 2024.11.22 20:43:31.153431 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19515 | 2024.11.22 20:43:31.153497 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19516 | 2024.11.22 20:43:31.153516 [ 5 ] {fb4abbda-effe-4a78-a89a-8f960341db4c} <Debug> TCPHandler: Processed in 0.001941357 sec. | ||
| 19517 | 2024.11.22 20:43:31.153706 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19518 | 2024.11.22 20:43:31.153714 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_151_31 to all_155_155_0 into Compact with storage Full | ||
| 19519 | 2024.11.22 20:43:31.153904 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19520 | 2024.11.22 20:43:31.153978 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19521 | 2024.11.22 20:43:31.154012 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19522 | 2024.11.22 20:43:31.154058 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_151_31, total 42078 rows starting from the beginning of the part | ||
| 19523 | 2024.11.22 20:43:31.154500 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 163 rows starting from the beginning of the part | ||
| 19524 | 2024.11.22 20:43:31.154926 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 237 rows starting from the beginning of the part | ||
| 19525 | 2024.11.22 20:43:31.155248 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part | ||
| 19526 | 2024.11.22 20:43:31.155524 [ 189 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 930 rows starting from the beginning of the part | ||
| 19527 | 2024.11.22 20:43:31.156361 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19528 | 2024.11.22 20:43:31.156429 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19529 | 2024.11.22 20:43:31.157132 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19530 | 2024.11.22 20:43:31.157456 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19531 | 2024.11.22 20:43:31.157681 [ 75 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19532 | 2024.11.22 20:43:31.157777 [ 75 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19533 | 2024.11.22 20:43:31.157856 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19534 | 2024.11.22 20:43:31.158132 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004262 sec., 2815.5795401220084 rows/sec., 194.30 KiB/sec. | ||
| 19535 | 2024.11.22 20:43:31.158346 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19536 | 2024.11.22 20:43:31.158481 [ 255 ] {b0c105f1-18ac-43a4-9f98-8e881b74cbd8} <Debug> TCPHandler: Processed in 0.004852258 sec. | ||
| 19537 | 2024.11.22 20:43:31.158801 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19538 | 2024.11.22 20:43:31.158855 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9110 rows starting from the beginning of the part | ||
| 19539 | 2024.11.22 20:43:31.159054 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part | ||
| 19540 | 2024.11.22 20:43:31.159178 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 82 rows starting from the beginning of the part | ||
| 19541 | 2024.11.22 20:43:31.159311 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part | ||
| 19542 | 2024.11.22 20:43:31.159425 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 70 rows starting from the beginning of the part | ||
| 19543 | 2024.11.22 20:43:31.159522 [ 193 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 12 rows starting from the beginning of the part | ||
| 19544 | 2024.11.22 20:43:31.162638 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9394 rows, containing 4 columns (4 merged, 0 gathered) in 0.004631253 sec., 2028392.7481396503 rows/sec., 132.17 MiB/sec. | ||
| 19545 | 2024.11.22 20:43:31.162950 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19546 | 2024.11.22 20:43:31.163426 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19547 | 2024.11.22 20:43:31.163524 [ 195 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_156_31} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19548 | 2024.11.22 20:43:31.163661 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 19549 | 2024.11.22 20:43:31.168287 [ 196 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43568 rows, containing 5 columns (5 merged, 0 gathered) in 0.014679689 sec., 2967910.2874727114 rows/sec., 200.48 MiB/sec. | ||
| 19550 | 2024.11.22 20:43:31.168631 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Trace> MergedBlockOutputStream: filled checksums all_1_155_32 (state Temporary) | ||
| 19551 | 2024.11.22 20:43:31.168998 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_155_32 to all_1_155_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19552 | 2024.11.22 20:43:31.169093 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_155_32} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_151_31, all_155_155_0] -> all_1_155_32 | ||
| 19553 | 2024.11.22 20:43:31.169187 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 19554 | 2024.11.22 20:43:31.937265 [ 222 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19555 | 2024.11.22 20:43:31.937325 [ 222 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19556 | 2024.11.22 20:43:31.939305 [ 222 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): 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] | ||
| 19557 | 2024.11.22 20:43:32.263668 [ 221 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 19558 | 2024.11.22 20:43:32.263773 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 19559 | 2024.11.22 20:43:32.265394 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): 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] | ||
| 19560 | 2024.11.22 20:43:33.398694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 19561 | 2024.11.22 20:43:33.399382 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19562 | 2024.11.22 20:43:33.399431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19563 | 2024.11.22 20:43:33.399977 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19564 | 2024.11.22 20:43:33.400250 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19565 | 2024.11.22 20:43:33.400507 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19566 | 2024.11.22 20:43:36.096807 [ 220 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 19567 | 2024.11.22 20:43:36.096861 [ 220 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 19568 | 2024.11.22 20:43:36.098301 [ 220 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 19569 | 2024.11.22 20:43:36.154731 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19570 | 2024.11.22 20:43:36.154952 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19571 | 2024.11.22 20:43:36.155036 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19572 | 2024.11.22 20:43:36.155931 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19573 | 2024.11.22 20:43:36.155985 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19574 | 2024.11.22 20:43:36.156449 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19575 | 2024.11.22 20:43:36.156713 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19576 | 2024.11.22 20:43:36.156957 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002066 sec., 59051.3068731849 rows/sec., 5.01 MiB/sec. | ||
| 19577 | 2024.11.22 20:43:36.157024 [ 5 ] {b2bfb695-9029-48d5-9e59-d4fd95e7948e} <Debug> TCPHandler: Processed in 0.002436679 sec. | ||
| 19578 | 2024.11.22 20:43:36.157276 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19579 | 2024.11.22 20:43:36.157451 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19580 | 2024.11.22 20:43:36.157522 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19581 | 2024.11.22 20:43:36.158285 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19582 | 2024.11.22 20:43:36.158327 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19583 | 2024.11.22 20:43:36.158760 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19584 | 2024.11.22 20:43:36.159013 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19585 | 2024.11.22 20:43:36.159162 [ 136 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19586 | 2024.11.22 20:43:36.159209 [ 136 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19587 | 2024.11.22 20:43:36.159214 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001816 sec., 18171.806167400882 rows/sec., 1.33 MiB/sec. | ||
| 19588 | 2024.11.22 20:43:36.159236 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19589 | 2024.11.22 20:43:36.159328 [ 255 ] {c64242e4-8a63-4440-8aea-f54f43bedc40} <Debug> TCPHandler: Processed in 0.002178114 sec. | ||
| 19590 | 2024.11.22 20:43:36.159528 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19591 | 2024.11.22 20:43:36.159552 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 19592 | 2024.11.22 20:43:36.159726 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19593 | 2024.11.22 20:43:36.159857 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19594 | 2024.11.22 20:43:36.159890 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19595 | 2024.11.22 20:43:36.160001 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 66 rows starting from the beginning of the part | ||
| 19596 | 2024.11.22 20:43:36.160405 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 39 rows starting from the beginning of the part | ||
| 19597 | 2024.11.22 20:43:36.160835 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 15 rows starting from the beginning of the part | ||
| 19598 | 2024.11.22 20:43:36.161303 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 33 rows starting from the beginning of the part | ||
| 19599 | 2024.11.22 20:43:36.161575 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 25 rows starting from the beginning of the part | ||
| 19600 | 2024.11.22 20:43:36.161980 [ 186 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 33 rows starting from the beginning of the part | ||
| 19601 | 2024.11.22 20:43:36.162735 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19602 | 2024.11.22 20:43:36.162804 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19603 | 2024.11.22 20:43:36.163879 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19604 | 2024.11.22 20:43:36.164480 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19605 | 2024.11.22 20:43:36.164834 [ 196 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005478764 sec., 38512.33599403077 rows/sec., 2.90 MiB/sec. | ||
| 19606 | 2024.11.22 20:43:36.165006 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005345 sec., 18147.80168381665 rows/sec., 1.42 MiB/sec. | ||
| 19607 | 2024.11.22 20:43:36.165113 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19608 | 2024.11.22 20:43:36.165127 [ 5 ] {a1dc551c-335f-459e-84c9-855a57f4b309} <Debug> TCPHandler: Processed in 0.005697849 sec. | ||
| 19609 | 2024.11.22 20:43:36.165424 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19610 | 2024.11.22 20:43:36.165840 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19611 | 2024.11.22 20:43:36.166003 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19612 | 2024.11.22 20:43:36.166084 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19613 | 2024.11.22 20:43:36.166335 [ 197 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_136_27} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19614 | 2024.11.22 20:43:36.166646 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 19615 | 2024.11.22 20:43:36.167749 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19616 | 2024.11.22 20:43:36.167793 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19617 | 2024.11.22 20:43:36.168240 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19618 | 2024.11.22 20:43:36.168525 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19619 | 2024.11.22 20:43:36.168714 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003071 sec., 52100.293064148485 rows/sec., 3.63 MiB/sec. | ||
| 19620 | 2024.11.22 20:43:36.168774 [ 255 ] {7a2e758a-3783-42b4-9261-0d9532d76deb} <Debug> TCPHandler: Processed in 0.003545726 sec. | ||
| 19621 | 2024.11.22 20:43:36.168937 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19622 | 2024.11.22 20:43:36.169078 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19623 | 2024.11.22 20:43:36.169172 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <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 | ||
| 19624 | 2024.11.22 20:43:36.170429 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19625 | 2024.11.22 20:43:36.170470 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19626 | 2024.11.22 20:43:36.171154 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19627 | 2024.11.22 20:43:36.171422 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19628 | 2024.11.22 20:43:36.171617 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19629 | 2024.11.22 20:43:36.171679 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19630 | 2024.11.22 20:43:36.171697 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00264 sec., 12500 rows/sec., 22.40 MiB/sec. | ||
| 19631 | 2024.11.22 20:43:36.171721 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19632 | 2024.11.22 20:43:36.172144 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 19633 | 2024.11.22 20:43:36.172304 [ 5 ] {fa75335d-2694-4201-b05d-0cb42e598b64} <Debug> TCPHandler: Processed in 0.003434274 sec. | ||
| 19634 | 2024.11.22 20:43:36.172620 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19635 | 2024.11.22 20:43:36.173149 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19636 | 2024.11.22 20:43:36.173355 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19637 | 2024.11.22 20:43:36.174305 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19638 | 2024.11.22 20:43:36.174761 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2627 rows starting from the beginning of the part | ||
| 19639 | 2024.11.22 20:43:36.175517 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 33 rows starting from the beginning of the part | ||
| 19640 | 2024.11.22 20:43:36.175960 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19641 | 2024.11.22 20:43:36.175978 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 8 rows starting from the beginning of the part | ||
| 19642 | 2024.11.22 20:43:36.176004 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19643 | 2024.11.22 20:43:36.176377 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 33 rows starting from the beginning of the part | ||
| 19644 | 2024.11.22 20:43:36.176753 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 8 rows starting from the beginning of the part | ||
| 19645 | 2024.11.22 20:43:36.176832 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19646 | 2024.11.22 20:43:36.177039 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 33 rows starting from the beginning of the part | ||
| 19647 | 2024.11.22 20:43:36.177324 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19648 | 2024.11.22 20:43:36.177711 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004732 sec., 12679.628064243449 rows/sec., 875.03 KiB/sec. | ||
| 19649 | 2024.11.22 20:43:36.177882 [ 255 ] {ddadffec-6766-46ec-bc54-cd6db7ddae14} <Debug> TCPHandler: Processed in 0.005455983 sec. | ||
| 19650 | 2024.11.22 20:43:36.186493 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2742 rows, containing 19 columns (19 merged, 0 gathered) in 0.014649668 sec., 187171.47719661635 rows/sec., 335.40 MiB/sec. | ||
| 19651 | 2024.11.22 20:43:36.188670 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19652 | 2024.11.22 20:43:36.189087 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19653 | 2024.11.22 20:43:36.189171 [ 188 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19654 | 2024.11.22 20:43:36.189298 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.08 MiB. | ||
| 19655 | 2024.11.22 20:43:36.192412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 49 entries to flush up to offset 2734 | ||
| 19656 | 2024.11.22 20:43:36.196029 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19657 | 2024.11.22 20:43:36.196086 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19658 | 2024.11.22 20:43:36.197683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19659 | 2024.11.22 20:43:36.197997 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19660 | 2024.11.22 20:43:36.198553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2734 | ||
| 19661 | 2024.11.22 20:43:36.668810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 702 | ||
| 19662 | 2024.11.22 20:43:36.692387 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19663 | 2024.11.22 20:43:36.692451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19664 | 2024.11.22 20:43:36.700104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19665 | 2024.11.22 20:43:36.700966 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19666 | 2024.11.22 20:43:36.705698 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 702 | ||
| 19667 | 2024.11.22 20:43:40.581647 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19668 | 2024.11.22 20:43:40.581737 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19669 | 2024.11.22 20:43:40.901608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 19670 | 2024.11.22 20:43:40.902265 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19671 | 2024.11.22 20:43:40.902316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19672 | 2024.11.22 20:43:40.902873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19673 | 2024.11.22 20:43:40.903131 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19674 | 2024.11.22 20:43:40.903376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 19675 | 2024.11.22 20:43:41.157757 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19676 | 2024.11.22 20:43:41.157975 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19677 | 2024.11.22 20:43:41.158084 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19678 | 2024.11.22 20:43:41.159052 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19679 | 2024.11.22 20:43:41.159105 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19680 | 2024.11.22 20:43:41.159553 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19681 | 2024.11.22 20:43:41.159814 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19682 | 2024.11.22 20:43:41.160055 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002139 sec., 6545.114539504441 rows/sec., 471.16 KiB/sec. | ||
| 19683 | 2024.11.22 20:43:41.160110 [ 5 ] {51c291c5-c620-428d-8a11-353973313622} <Debug> TCPHandler: Processed in 0.00249621 sec. | ||
| 19684 | 2024.11.22 20:43:41.160380 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19685 | 2024.11.22 20:43:41.160602 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19686 | 2024.11.22 20:43:41.160682 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19687 | 2024.11.22 20:43:41.161547 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19688 | 2024.11.22 20:43:41.161603 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19689 | 2024.11.22 20:43:41.162072 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19690 | 2024.11.22 20:43:41.162329 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19691 | 2024.11.22 20:43:41.162595 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002054 sec., 106621.22687439145 rows/sec., 9.29 MiB/sec. | ||
| 19692 | 2024.11.22 20:43:41.162667 [ 255 ] {74d0ce33-479b-44f0-8ff1-6a9b3ee8295d} <Debug> TCPHandler: Processed in 0.00244211 sec. | ||
| 19693 | 2024.11.22 20:43:41.162804 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19694 | 2024.11.22 20:43:41.162925 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19695 | 2024.11.22 20:43:41.162978 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19696 | 2024.11.22 20:43:41.163596 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19697 | 2024.11.22 20:43:41.163636 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19698 | 2024.11.22 20:43:41.164008 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 19699 | 2024.11.22 20:43:41.164252 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19700 | 2024.11.22 20:43:41.164463 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001564 sec., 9590.79283887468 rows/sec., 676.23 KiB/sec. | ||
| 19701 | 2024.11.22 20:43:41.164515 [ 5 ] {5bf764d8-2620-430d-9a9c-8160889b7987} <Debug> TCPHandler: Processed in 0.001766833 sec. | ||
| 19702 | 2024.11.22 20:43:41.164681 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19703 | 2024.11.22 20:43:41.164806 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19704 | 2024.11.22 20:43:41.164859 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19705 | 2024.11.22 20:43:41.165469 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19706 | 2024.11.22 20:43:41.165513 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19707 | 2024.11.22 20:43:41.165902 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19708 | 2024.11.22 20:43:41.166160 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19709 | 2024.11.22 20:43:41.166372 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 19710 | 2024.11.22 20:43:41.166427 [ 255 ] {826b6e00-516a-4d5b-a6bd-f0efca50f60f} <Debug> TCPHandler: Processed in 0.001806684 sec. | ||
| 19711 | 2024.11.22 20:43:41.166582 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19712 | 2024.11.22 20:43:41.166716 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19713 | 2024.11.22 20:43:41.166773 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19714 | 2024.11.22 20:43:41.167465 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19715 | 2024.11.22 20:43:41.167512 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19716 | 2024.11.22 20:43:41.167892 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19717 | 2024.11.22 20:43:41.168160 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19718 | 2024.11.22 20:43:41.168376 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec. | ||
| 19719 | 2024.11.22 20:43:41.168428 [ 5 ] {a42b7710-23a4-4774-b211-2f8499ed5eaf} <Debug> TCPHandler: Processed in 0.001905627 sec. | ||
| 19720 | 2024.11.22 20:43:41.168574 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19721 | 2024.11.22 20:43:41.168692 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19722 | 2024.11.22 20:43:41.168739 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19723 | 2024.11.22 20:43:41.169472 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19724 | 2024.11.22 20:43:41.169511 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19725 | 2024.11.22 20:43:41.169900 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19726 | 2024.11.22 20:43:41.170148 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19727 | 2024.11.22 20:43:41.170387 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001718 sec., 227008.14901047733 rows/sec., 16.10 MiB/sec. | ||
| 19728 | 2024.11.22 20:43:41.170486 [ 255 ] {6e6bc0af-e1fa-4522-b363-c58d1626684e} <Debug> TCPHandler: Processed in 0.001967598 sec. | ||
| 19729 | 2024.11.22 20:43:41.170674 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19730 | 2024.11.22 20:43:41.170882 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19731 | 2024.11.22 20:43:41.170960 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19732 | 2024.11.22 20:43:41.171534 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19733 | 2024.11.22 20:43:41.171580 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19734 | 2024.11.22 20:43:41.171954 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19735 | 2024.11.22 20:43:41.172211 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19736 | 2024.11.22 20:43:41.172447 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 19737 | 2024.11.22 20:43:41.172456 [ 223 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19738 | 2024.11.22 20:43:41.172516 [ 5 ] {b2d46f8d-56fd-43e7-87fa-adfea77c4f5f} <Debug> TCPHandler: Processed in 0.001932768 sec. | ||
| 19739 | 2024.11.22 20:43:41.172526 [ 223 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19740 | 2024.11.22 20:43:41.172709 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19741 | 2024.11.22 20:43:41.172892 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19742 | 2024.11.22 20:43:41.172974 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19743 | 2024.11.22 20:43:41.174499 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19744 | 2024.11.22 20:43:41.174556 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19745 | 2024.11.22 20:43:41.175453 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19746 | 2024.11.22 20:43:41.175507 [ 223 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19747 | 2024.11.22 20:43:41.176053 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19748 | 2024.11.22 20:43:41.176420 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003585 sec., 66108.78661087865 rows/sec., 4.43 MiB/sec. | ||
| 19749 | 2024.11.22 20:43:41.176500 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19750 | 2024.11.22 20:43:41.176523 [ 255 ] {7812f6e3-d39b-4370-8c64-88155cf7cd66} <Debug> TCPHandler: Processed in 0.003910015 sec. | ||
| 19751 | 2024.11.22 20:43:41.176559 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19752 | 2024.11.22 20:43:41.176717 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19753 | 2024.11.22 20:43:41.176848 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19754 | 2024.11.22 20:43:41.176923 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19755 | 2024.11.22 20:43:41.177672 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19756 | 2024.11.22 20:43:41.177711 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19757 | 2024.11.22 20:43:41.178265 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19758 | 2024.11.22 20:43:41.178561 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19759 | 2024.11.22 20:43:41.178751 [ 137 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0 | ||
| 19760 | 2024.11.22 20:43:41.178801 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): 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] | ||
| 19761 | 2024.11.22 20:43:41.178812 [ 137 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19762 | 2024.11.22 20:43:41.178860 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19763 | 2024.11.22 20:43:41.178867 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002041 sec., 489.9559039686429 rows/sec., 33.01 KiB/sec. | ||
| 19764 | 2024.11.22 20:43:41.179337 [ 5 ] {0cd08bb4-ec1e-41d3-abdf-4eebebf32585} <Debug> TCPHandler: Processed in 0.002676825 sec. | ||
| 19765 | 2024.11.22 20:43:41.180101 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19766 | 2024.11.22 20:43:41.180712 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full | ||
| 19767 | 2024.11.22 20:43:41.180737 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19768 | 2024.11.22 20:43:41.181116 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <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 | ||
| 19769 | 2024.11.22 20:43:41.181287 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19770 | 2024.11.22 20:43:41.181435 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 64 rows starting from the beginning of the part | ||
| 19771 | 2024.11.22 20:43:41.181982 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 19772 | 2024.11.22 20:43:41.182461 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 19773 | 2024.11.22 20:43:41.182944 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 19774 | 2024.11.22 20:43:41.183385 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 19775 | 2024.11.22 20:43:41.183777 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19776 | 2024.11.22 20:43:41.185831 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 69 rows, containing 4 columns (4 merged, 0 gathered) in 0.006770085 sec., 10191.895670438405 rows/sec., 686.18 KiB/sec. | ||
| 19777 | 2024.11.22 20:43:41.185973 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 19778 | 2024.11.22 20:43:41.185977 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19779 | 2024.11.22 20:43:41.186029 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19780 | 2024.11.22 20:43:41.186328 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19781 | 2024.11.22 20:43:41.186433 [ 192 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_69_15} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15 | ||
| 19782 | 2024.11.22 20:43:41.186524 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19783 | 2024.11.22 20:43:41.186788 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 19784 | 2024.11.22 20:43:41.187058 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19785 | 2024.11.22 20:43:41.187291 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006728 sec., 1189.0606420927468 rows/sec., 2.13 MiB/sec. | ||
| 19786 | 2024.11.22 20:43:41.187393 [ 255 ] {83b9b357-7ac5-465f-b4f1-e3c4d4876650} <Debug> TCPHandler: Processed in 0.007932754 sec. | ||
| 19787 | 2024.11.22 20:43:41.187552 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19788 | 2024.11.22 20:43:41.187686 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19789 | 2024.11.22 20:43:41.187745 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19790 | 2024.11.22 20:43:41.188329 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19791 | 2024.11.22 20:43:41.188375 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19792 | 2024.11.22 20:43:41.188805 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19793 | 2024.11.22 20:43:41.189035 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19794 | 2024.11.22 20:43:41.189240 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 19795 | 2024.11.22 20:43:41.189298 [ 5 ] {5cbcf5dc-c12a-46f1-b61c-6318e82c6c93} <Debug> TCPHandler: Processed in 0.001803204 sec. | ||
| 19796 | 2024.11.22 20:43:41.189319 [ 224 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19797 | 2024.11.22 20:43:41.189369 [ 224 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19798 | 2024.11.22 20:43:41.190798 [ 224 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): 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] | ||
| 19799 | 2024.11.22 20:43:41.577844 [ 219 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19800 | 2024.11.22 20:43:41.577897 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19801 | 2024.11.22 20:43:41.579453 [ 219 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 19802 | 2024.11.22 20:43:41.725615 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19803 | 2024.11.22 20:43:41.725667 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19804 | 2024.11.22 20:43:41.727132 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 19805 | 2024.11.22 20:43:42.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.95 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 273.13 MiB (RSS), difference: 3.17 MiB | ||
| 19806 | 2024.11.22 20:43:42.232446 [ 222 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Found 5 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] | ||
| 19807 | 2024.11.22 20:43:42.232494 [ 222 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 5 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] | ||
| 19808 | 2024.11.22 20:43:42.233853 [ 222 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 5 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19809 | 2024.11.22 20:43:44.206724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 709 | ||
| 19810 | 2024.11.22 20:43:44.231643 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19811 | 2024.11.22 20:43:44.231708 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19812 | 2024.11.22 20:43:44.239482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19813 | 2024.11.22 20:43:44.240373 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19814 | 2024.11.22 20:43:44.244377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 19815 | 2024.11.22 20:43:46.160408 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19816 | 2024.11.22 20:43:46.160715 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19817 | 2024.11.22 20:43:46.160827 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19818 | 2024.11.22 20:43:46.161966 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19819 | 2024.11.22 20:43:46.162035 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19820 | 2024.11.22 20:43:46.162694 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19821 | 2024.11.22 20:43:46.163095 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19822 | 2024.11.22 20:43:46.163393 [ 131 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19823 | 2024.11.22 20:43:46.163444 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Debug> executeQuery: Read 136 rows, 11.90 KiB in 0.002808 sec., 48433.04843304843 rows/sec., 4.14 MiB/sec. | ||
| 19824 | 2024.11.22 20:43:46.163494 [ 131 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19825 | 2024.11.22 20:43:46.163575 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19826 | 2024.11.22 20:43:46.163616 [ 5 ] {190b27ac-ea1d-4854-bf67-707a27fbc171} <Debug> TCPHandler: Processed in 0.003404674 sec. | ||
| 19827 | 2024.11.22 20:43:46.163845 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19828 | 2024.11.22 20:43:46.164003 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19829 | 2024.11.22 20:43:46.164074 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19830 | 2024.11.22 20:43:46.164082 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1436 rows starting from the beginning of the part | ||
| 19831 | 2024.11.22 20:43:46.164396 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 1364 rows starting from the beginning of the part | ||
| 19832 | 2024.11.22 20:43:46.164702 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19833 | 2024.11.22 20:43:46.164765 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part | ||
| 19834 | 2024.11.22 20:43:46.165010 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19835 | 2024.11.22 20:43:46.165041 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 122 rows starting from the beginning of the part | ||
| 19836 | 2024.11.22 20:43:46.165492 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 219 rows starting from the beginning of the part | ||
| 19837 | 2024.11.22 20:43:46.165817 [ 191 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 136 rows starting from the beginning of the part | ||
| 19838 | 2024.11.22 20:43:46.168270 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19839 | 2024.11.22 20:43:46.168384 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19840 | 2024.11.22 20:43:46.169460 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 19841 | 2024.11.22 20:43:46.169919 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19842 | 2024.11.22 20:43:46.170406 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3333 rows, containing 5 columns (5 merged, 0 gathered) in 0.006701394 sec., 497359.2061591961 rows/sec., 43.45 MiB/sec. | ||
| 19843 | 2024.11.22 20:43:46.170491 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.006048 sec., 6613.756613756614 rows/sec., 497.32 KiB/sec. | ||
| 19844 | 2024.11.22 20:43:46.170592 [ 255 ] {ede75e26-a256-4933-bfa4-a6cd11c1533a} <Debug> TCPHandler: Processed in 0.006788226 sec. | ||
| 19845 | 2024.11.22 20:43:46.170797 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19846 | 2024.11.22 20:43:46.170822 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19847 | 2024.11.22 20:43:46.171053 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19848 | 2024.11.22 20:43:46.171154 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19849 | 2024.11.22 20:43:46.171388 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19850 | 2024.11.22 20:43:46.171633 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_161_32} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19851 | 2024.11.22 20:43:46.171851 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 19852 | 2024.11.22 20:43:46.172432 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19853 | 2024.11.22 20:43:46.172492 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19854 | 2024.11.22 20:43:46.173028 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19855 | 2024.11.22 20:43:46.173394 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19856 | 2024.11.22 20:43:46.173657 [ 131 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19857 | 2024.11.22 20:43:46.173724 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Debug> executeQuery: Read 110 rows, 8.83 KiB in 0.002727 sec., 40337.36707004034 rows/sec., 3.16 MiB/sec. | ||
| 19858 | 2024.11.22 20:43:46.173738 [ 131 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19859 | 2024.11.22 20:43:46.173829 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19860 | 2024.11.22 20:43:46.173858 [ 5 ] {1d9a4a91-1453-47c9-b149-4ae400d04b81} <Debug> TCPHandler: Processed in 0.003127027 sec. | ||
| 19861 | 2024.11.22 20:43:46.174107 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19862 | 2024.11.22 20:43:46.174118 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19863 | 2024.11.22 20:43:46.174365 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19864 | 2024.11.22 20:43:46.174515 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19865 | 2024.11.22 20:43:46.174533 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19866 | 2024.11.22 20:43:46.174686 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 915 rows starting from the beginning of the part | ||
| 19867 | 2024.11.22 20:43:46.175230 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 856 rows starting from the beginning of the part | ||
| 19868 | 2024.11.22 20:43:46.175588 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part | ||
| 19869 | 2024.11.22 20:43:46.175978 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 97 rows starting from the beginning of the part | ||
| 19870 | 2024.11.22 20:43:46.176294 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 390 rows starting from the beginning of the part | ||
| 19871 | 2024.11.22 20:43:46.176696 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 110 rows starting from the beginning of the part | ||
| 19872 | 2024.11.22 20:43:46.177597 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19873 | 2024.11.22 20:43:46.177679 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19874 | 2024.11.22 20:43:46.178750 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19875 | 2024.11.22 20:43:46.179444 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19876 | 2024.11.22 20:43:46.179867 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005561 sec., 28771.80363244021 rows/sec., 2.00 MiB/sec. | ||
| 19877 | 2024.11.22 20:43:46.179988 [ 255 ] {841f5acd-2317-45d0-8d70-024c776a15f1} <Debug> TCPHandler: Processed in 0.005982496 sec. | ||
| 19878 | 2024.11.22 20:43:46.180312 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19879 | 2024.11.22 20:43:46.180892 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19880 | 2024.11.22 20:43:46.181311 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <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 | ||
| 19881 | 2024.11.22 20:43:46.181318 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.00733709 sec., 331466.56235646555 rows/sec., 25.44 MiB/sec. | ||
| 19882 | 2024.11.22 20:43:46.181898 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19883 | 2024.11.22 20:43:46.182949 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19884 | 2024.11.22 20:43:46.183213 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_161_32} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19885 | 2024.11.22 20:43:46.183431 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19886 | 2024.11.22 20:43:46.184465 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19887 | 2024.11.22 20:43:46.184530 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19888 | 2024.11.22 20:43:46.185485 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 19889 | 2024.11.22 20:43:46.185938 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19890 | 2024.11.22 20:43:46.186249 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005564 sec., 7189.0726096333565 rows/sec., 12.88 MiB/sec. | ||
| 19891 | 2024.11.22 20:43:46.186376 [ 5 ] {d8c52229-e066-40cd-834c-2f9f69e08b8f} <Debug> TCPHandler: Processed in 0.006220452 sec. | ||
| 19892 | 2024.11.22 20:43:46.186577 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19893 | 2024.11.22 20:43:46.186740 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19894 | 2024.11.22 20:43:46.186813 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19895 | 2024.11.22 20:43:46.187431 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19896 | 2024.11.22 20:43:46.187483 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19897 | 2024.11.22 20:43:46.188147 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 19898 | 2024.11.22 20:43:46.188472 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19899 | 2024.11.22 20:43:46.188827 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.002108 sec., 2846.299810246679 rows/sec., 214.49 KiB/sec. | ||
| 19900 | 2024.11.22 20:43:46.189086 [ 255 ] {1ad1190c-d36c-4137-ab79-eddf5a93c794} <Debug> TCPHandler: Processed in 0.002572012 sec. | ||
| 19901 | 2024.11.22 20:43:46.189302 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19902 | 2024.11.22 20:43:46.189493 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19903 | 2024.11.22 20:43:46.189578 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19904 | 2024.11.22 20:43:46.190273 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19905 | 2024.11.22 20:43:46.190327 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19906 | 2024.11.22 20:43:46.190849 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19907 | 2024.11.22 20:43:46.191233 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19908 | 2024.11.22 20:43:46.191483 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002029 sec., 29571.21734844751 rows/sec., 1.99 MiB/sec. | ||
| 19909 | 2024.11.22 20:43:46.191549 [ 5 ] {be15a8ca-5380-47b9-8e55-7be93d8011a2} <Debug> TCPHandler: Processed in 0.002330187 sec. | ||
| 19910 | 2024.11.22 20:43:46.199780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2770 | ||
| 19911 | 2024.11.22 20:43:46.203715 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19912 | 2024.11.22 20:43:46.203769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 19913 | 2024.11.22 20:43:46.205675 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19914 | 2024.11.22 20:43:46.206144 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19915 | 2024.11.22 20:43:46.206830 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2770 | ||
| 19916 | 2024.11.22 20:43:48.403674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 19917 | 2024.11.22 20:43:48.404585 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19918 | 2024.11.22 20:43:48.404668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19919 | 2024.11.22 20:43:48.405409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 19920 | 2024.11.22 20:43:48.405779 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19921 | 2024.11.22 20:43:48.406126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 19922 | 2024.11.22 20:43:48.406246 [ 220 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 19923 | 2024.11.22 20:43:48.406292 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 19924 | 2024.11.22 20:43:48.408390 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 19925 | 2024.11.22 20:43:51.102384 [ 223 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19926 | 2024.11.22 20:43:51.102445 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19927 | 2024.11.22 20:43:51.103625 [ 223 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19928 | 2024.11.22 20:43:51.157606 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19929 | 2024.11.22 20:43:51.157917 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19930 | 2024.11.22 20:43:51.158031 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19931 | 2024.11.22 20:43:51.158794 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19932 | 2024.11.22 20:43:51.158842 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19933 | 2024.11.22 20:43:51.159271 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19934 | 2024.11.22 20:43:51.159526 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19935 | 2024.11.22 20:43:51.159714 [ 126 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19936 | 2024.11.22 20:43:51.159779 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 19937 | 2024.11.22 20:43:51.159794 [ 126 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19938 | 2024.11.22 20:43:51.159867 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19939 | 2024.11.22 20:43:51.159922 [ 5 ] {add70ac3-4a10-407d-8e88-e06c446d16a9} <Debug> TCPHandler: Processed in 0.002505691 sec. | ||
| 19940 | 2024.11.22 20:43:51.160060 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19941 | 2024.11.22 20:43:51.160186 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19942 | 2024.11.22 20:43:51.160228 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19943 | 2024.11.22 20:43:51.160249 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 19944 | 2024.11.22 20:43:51.160472 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 19945 | 2024.11.22 20:43:51.160802 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 19946 | 2024.11.22 20:43:51.160918 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19947 | 2024.11.22 20:43:51.161056 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 19948 | 2024.11.22 20:43:51.161193 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19949 | 2024.11.22 20:43:51.161370 [ 201 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 19950 | 2024.11.22 20:43:51.163895 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19951 | 2024.11.22 20:43:51.164010 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19952 | 2024.11.22 20:43:51.164070 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00408915 sec., 17118.472054094374 rows/sec., 1.27 MiB/sec. | ||
| 19953 | 2024.11.22 20:43:51.164328 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 19954 | 2024.11.22 20:43:51.164798 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 19955 | 2024.11.22 20:43:51.164989 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19956 | 2024.11.22 20:43:51.165142 [ 194 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_69_17} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 19957 | 2024.11.22 20:43:51.165257 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19958 | 2024.11.22 20:43:51.165306 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19959 | 2024.11.22 20:43:51.165552 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005034 sec., 43504.1716328963 rows/sec., 3.79 MiB/sec. | ||
| 19960 | 2024.11.22 20:43:51.165628 [ 255 ] {9c68398e-82a9-4ec0-a958-f1b23750efd6} <Debug> TCPHandler: Processed in 0.005551265 sec. | ||
| 19961 | 2024.11.22 20:43:51.165800 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19962 | 2024.11.22 20:43:51.165944 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19963 | 2024.11.22 20:43:51.166001 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19964 | 2024.11.22 20:43:51.166690 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19965 | 2024.11.22 20:43:51.166739 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19966 | 2024.11.22 20:43:51.167161 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 19967 | 2024.11.22 20:43:51.167413 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19968 | 2024.11.22 20:43:51.167620 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001709 sec., 8777.062609713283 rows/sec., 618.85 KiB/sec. | ||
| 19969 | 2024.11.22 20:43:51.167672 [ 5 ] {e5476a54-1e7c-4ccf-b881-5d565ce8024c} <Debug> TCPHandler: Processed in 0.001939047 sec. | ||
| 19970 | 2024.11.22 20:43:51.167817 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19971 | 2024.11.22 20:43:51.167940 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19972 | 2024.11.22 20:43:51.168004 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19973 | 2024.11.22 20:43:51.168617 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19974 | 2024.11.22 20:43:51.168659 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19975 | 2024.11.22 20:43:51.169036 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19976 | 2024.11.22 20:43:51.169270 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19977 | 2024.11.22 20:43:51.169470 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec. | ||
| 19978 | 2024.11.22 20:43:51.169528 [ 255 ] {d6f869c5-bac0-4707-b63f-8ce8d48d886e} <Debug> TCPHandler: Processed in 0.001767064 sec. | ||
| 19979 | 2024.11.22 20:43:51.169683 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19980 | 2024.11.22 20:43:51.169799 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19981 | 2024.11.22 20:43:51.169848 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19982 | 2024.11.22 20:43:51.171293 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19983 | 2024.11.22 20:43:51.171335 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19984 | 2024.11.22 20:43:51.171690 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19985 | 2024.11.22 20:43:51.171929 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19986 | 2024.11.22 20:43:51.172122 [ 123 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19987 | 2024.11.22 20:43:51.172158 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002379 sec., 5464.48087431694 rows/sec., 340.71 KiB/sec. | ||
| 19988 | 2024.11.22 20:43:51.172188 [ 123 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19989 | 2024.11.22 20:43:51.172262 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 19990 | 2024.11.22 20:43:51.172273 [ 5 ] {48f36f47-0535-430f-9a7d-9ddfa62bfeae} <Debug> TCPHandler: Processed in 0.002641374 sec. | ||
| 19991 | 2024.11.22 20:43:51.172493 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19992 | 2024.11.22 20:43:51.172502 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19993 | 2024.11.22 20:43:51.172775 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19994 | 2024.11.22 20:43:51.172790 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19995 | 2024.11.22 20:43:51.172873 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19996 | 2024.11.22 20:43:51.172878 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 19997 | 2024.11.22 20:43:51.173220 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 19998 | 2024.11.22 20:43:51.173532 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 19999 | 2024.11.22 20:43:51.173789 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 20000 | 2024.11.22 20:43:51.174191 [ 195 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 20001 | 2024.11.22 20:43:51.176157 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20002 | 2024.11.22 20:43:51.176228 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20003 | 2024.11.22 20:43:51.177048 [ 194 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004682944 sec., 13880.157439422723 rows/sec., 919.64 KiB/sec. | ||
| 20004 | 2024.11.22 20:43:51.177253 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20005 | 2024.11.22 20:43:51.177344 [ 194 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 20006 | 2024.11.22 20:43:51.177754 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20007 | 2024.11.22 20:43:51.178164 [ 194 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20008 | 2024.11.22 20:43:51.178186 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005506 sec., 70831.81983290956 rows/sec., 5.02 MiB/sec. | ||
| 20009 | 2024.11.22 20:43:51.178362 [ 255 ] {27abb0b1-55d5-47e4-9f28-5b8e0bba0f06} <Debug> TCPHandler: Processed in 0.005975366 sec. | ||
| 20010 | 2024.11.22 20:43:51.178388 [ 194 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_69_17} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 20011 | 2024.11.22 20:43:51.178539 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20012 | 2024.11.22 20:43:51.178586 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20013 | 2024.11.22 20:43:51.178725 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20014 | 2024.11.22 20:43:51.178784 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20015 | 2024.11.22 20:43:51.179287 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20016 | 2024.11.22 20:43:51.179327 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20017 | 2024.11.22 20:43:51.179698 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20018 | 2024.11.22 20:43:51.179934 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20019 | 2024.11.22 20:43:51.180142 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 20020 | 2024.11.22 20:43:51.180192 [ 5 ] {c73cf47e-9964-4065-9f7c-fe965db14cc5} <Debug> TCPHandler: Processed in 0.001707232 sec. | ||
| 20021 | 2024.11.22 20:43:51.180333 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20022 | 2024.11.22 20:43:51.180450 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20023 | 2024.11.22 20:43:51.180503 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20024 | 2024.11.22 20:43:51.181079 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20025 | 2024.11.22 20:43:51.181116 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20026 | 2024.11.22 20:43:51.181511 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20027 | 2024.11.22 20:43:51.181750 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20028 | 2024.11.22 20:43:51.181925 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_155_32 to all_160_160_0 | ||
| 20029 | 2024.11.22 20:43:51.181983 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20030 | 2024.11.22 20:43:51.182001 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 20031 | 2024.11.22 20:43:51.182035 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20032 | 2024.11.22 20:43:51.182161 [ 255 ] {91bb0cb1-cc94-4a8f-adfb-dcab16d2ad63} <Debug> TCPHandler: Processed in 0.001881226 sec. | ||
| 20033 | 2024.11.22 20:43:51.182289 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_155_32 to all_160_160_0 into Compact with storage Full | ||
| 20034 | 2024.11.22 20:43:51.182430 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20035 | 2024.11.22 20:43:51.182496 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20036 | 2024.11.22 20:43:51.182550 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_155_32, total 43568 rows starting from the beginning of the part | ||
| 20037 | 2024.11.22 20:43:51.182925 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 32 rows starting from the beginning of the part | ||
| 20038 | 2024.11.22 20:43:51.182994 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20039 | 2024.11.22 20:43:51.183158 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part | ||
| 20040 | 2024.11.22 20:43:51.183216 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20041 | 2024.11.22 20:43:51.183494 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 237 rows starting from the beginning of the part | ||
| 20042 | 2024.11.22 20:43:51.183835 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part | ||
| 20043 | 2024.11.22 20:43:51.184206 [ 194 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 237 rows starting from the beginning of the part | ||
| 20044 | 2024.11.22 20:43:51.185549 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20045 | 2024.11.22 20:43:51.185593 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20046 | 2024.11.22 20:43:51.186148 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20047 | 2024.11.22 20:43:51.186630 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20048 | 2024.11.22 20:43:51.187173 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00438 sec., 228.31050228310502 rows/sec., 15.38 KiB/sec. | ||
| 20049 | 2024.11.22 20:43:51.187392 [ 5 ] {e9f38f69-37ab-4e50-9b25-802810312422} <Debug> TCPHandler: Processed in 0.005123495 sec. | ||
| 20050 | 2024.11.22 20:43:51.187588 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20051 | 2024.11.22 20:43:51.187732 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20052 | 2024.11.22 20:43:51.187826 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <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 | ||
| 20053 | 2024.11.22 20:43:51.189514 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20054 | 2024.11.22 20:43:51.189554 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20055 | 2024.11.22 20:43:51.190297 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20056 | 2024.11.22 20:43:51.190677 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20057 | 2024.11.22 20:43:51.191058 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003362 sec., 2379.535990481856 rows/sec., 4.26 MiB/sec. | ||
| 20058 | 2024.11.22 20:43:51.191202 [ 255 ] {faf4ba65-c94a-4633-8ee9-b884d9e60fa9} <Debug> TCPHandler: Processed in 0.003709481 sec. | ||
| 20059 | 2024.11.22 20:43:51.191389 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20060 | 2024.11.22 20:43:51.191548 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20061 | 2024.11.22 20:43:51.191606 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20062 | 2024.11.22 20:43:51.192370 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20063 | 2024.11.22 20:43:51.192417 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20064 | 2024.11.22 20:43:51.192872 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20065 | 2024.11.22 20:43:51.193140 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20066 | 2024.11.22 20:43:51.193576 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002069 sec., 39632.672788786855 rows/sec., 2.52 MiB/sec. | ||
| 20067 | 2024.11.22 20:43:51.193630 [ 5 ] {71a6d031-3735-4839-b0db-5685becd832e} <Debug> TCPHandler: Processed in 0.002334537 sec. | ||
| 20068 | 2024.11.22 20:43:51.195127 [ 196 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44394 rows, containing 5 columns (5 merged, 0 gathered) in 0.012969687 sec., 3422904.500316777 rows/sec., 231.25 MiB/sec. | ||
| 20069 | 2024.11.22 20:43:51.195511 [ 196 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Trace> MergedBlockOutputStream: filled checksums all_1_160_33 (state Temporary) | ||
| 20070 | 2024.11.22 20:43:51.195814 [ 196 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_160_33 to all_1_160_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20071 | 2024.11.22 20:43:51.195893 [ 196 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_160_33} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_155_32, all_160_160_0] -> all_1_160_33 | ||
| 20072 | 2024.11.22 20:43:51.195988 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
| 20073 | 2024.11.22 20:43:51.310018 [ 223 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 20074 | 2024.11.22 20:43:51.310051 [ 223 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 20075 | 2024.11.22 20:43:51.311596 [ 223 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 20076 | 2024.11.22 20:43:51.741352 [ 224 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20077 | 2024.11.22 20:43:51.741413 [ 224 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20078 | 2024.11.22 20:43:51.742751 [ 224 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20079 | 2024.11.22 20:43:51.745406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 20080 | 2024.11.22 20:43:51.768447 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20081 | 2024.11.22 20:43:51.768518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20082 | 2024.11.22 20:43:51.776419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20083 | 2024.11.22 20:43:51.777276 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20084 | 2024.11.22 20:43:51.780474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 20085 | 2024.11.22 20:43:52.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.51 MiB, peak 292.66 MiB, free memory in arenas 0.00 B, will set to 273.13 MiB (RSS), difference: 2.62 MiB | ||
| 20086 | 2024.11.22 20:43:55.581784 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20087 | 2024.11.22 20:43:55.581886 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20088 | 2024.11.22 20:43:55.907218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 20089 | 2024.11.22 20:43:55.907869 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20090 | 2024.11.22 20:43:55.907918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20091 | 2024.11.22 20:43:55.908490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20092 | 2024.11.22 20:43:55.908766 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20093 | 2024.11.22 20:43:55.908987 [ 118 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20094 | 2024.11.22 20:43:55.909047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 20095 | 2024.11.22 20:43:55.909084 [ 118 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20096 | 2024.11.22 20:43:55.909114 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20097 | 2024.11.22 20:43:55.909227 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 20098 | 2024.11.22 20:43:55.909335 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20099 | 2024.11.22 20:43:55.909369 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 20100 | 2024.11.22 20:43:55.909437 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 20101 | 2024.11.22 20:43:55.909649 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 20102 | 2024.11.22 20:43:55.909892 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 20103 | 2024.11.22 20:43:55.910091 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 20104 | 2024.11.22 20:43:55.910212 [ 188 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 20105 | 2024.11.22 20:43:55.913430 [ 197 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004250783 sec., 10346564.38590255 rows/sec., 148.01 MiB/sec. | ||
| 20106 | 2024.11.22 20:43:55.914012 [ 198 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20107 | 2024.11.22 20:43:55.914390 [ 198 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20108 | 2024.11.22 20:43:55.914478 [ 198 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_96_19} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20109 | 2024.11.22 20:43:55.914596 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 20110 | 2024.11.22 20:43:56.004857 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004475059 sec. | ||
| 20111 | 2024.11.22 20:43:56.155203 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20112 | 2024.11.22 20:43:56.155434 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20113 | 2024.11.22 20:43:56.155535 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20114 | 2024.11.22 20:43:56.156432 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20115 | 2024.11.22 20:43:56.156485 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20116 | 2024.11.22 20:43:56.157006 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20117 | 2024.11.22 20:43:56.157277 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20118 | 2024.11.22 20:43:56.157541 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Debug> executeQuery: Read 146 rows, 12.85 KiB in 0.002189 sec., 66697.12197350389 rows/sec., 5.73 MiB/sec. | ||
| 20119 | 2024.11.22 20:43:56.157600 [ 5 ] {6827861a-cf20-4a3b-967d-80b7ec81a77b} <Debug> TCPHandler: Processed in 0.002530662 sec. | ||
| 20120 | 2024.11.22 20:43:56.157886 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20121 | 2024.11.22 20:43:56.158112 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20122 | 2024.11.22 20:43:56.158189 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20123 | 2024.11.22 20:43:56.159021 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20124 | 2024.11.22 20:43:56.159075 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20125 | 2024.11.22 20:43:56.159517 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20126 | 2024.11.22 20:43:56.159802 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20127 | 2024.11.22 20:43:56.160043 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.001989 sec., 22624.43438914027 rows/sec., 1.66 MiB/sec. | ||
| 20128 | 2024.11.22 20:43:56.160102 [ 255 ] {5b19bb32-ef78-449c-af2c-557da27b7a33} <Debug> TCPHandler: Processed in 0.002362028 sec. | ||
| 20129 | 2024.11.22 20:43:56.160265 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20130 | 2024.11.22 20:43:56.160392 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20131 | 2024.11.22 20:43:56.160445 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20132 | 2024.11.22 20:43:56.161109 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20133 | 2024.11.22 20:43:56.161153 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20134 | 2024.11.22 20:43:56.161577 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20135 | 2024.11.22 20:43:56.161824 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20136 | 2024.11.22 20:43:56.162023 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001652 sec., 71428.57142857142 rows/sec., 5.58 MiB/sec. | ||
| 20137 | 2024.11.22 20:43:56.162078 [ 5 ] {66805e3b-615b-4803-ac03-e1d461fbddd5} <Debug> TCPHandler: Processed in 0.001874845 sec. | ||
| 20138 | 2024.11.22 20:43:56.162248 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20139 | 2024.11.22 20:43:56.162372 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20140 | 2024.11.22 20:43:56.162426 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20141 | 2024.11.22 20:43:56.163022 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20142 | 2024.11.22 20:43:56.163062 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20143 | 2024.11.22 20:43:56.163476 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20144 | 2024.11.22 20:43:56.163715 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20145 | 2024.11.22 20:43:56.163921 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 20146 | 2024.11.22 20:43:56.163997 [ 255 ] {bb137b68-8db8-437e-ad74-9165d3e0dfd4} <Debug> TCPHandler: Processed in 0.001807724 sec. | ||
| 20147 | 2024.11.22 20:43:56.164181 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20148 | 2024.11.22 20:43:56.164322 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20149 | 2024.11.22 20:43:56.164410 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <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 | ||
| 20150 | 2024.11.22 20:43:56.165704 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20151 | 2024.11.22 20:43:56.165741 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20152 | 2024.11.22 20:43:56.166519 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20153 | 2024.11.22 20:43:56.166783 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20154 | 2024.11.22 20:43:56.167027 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002731 sec., 16477.480776272427 rows/sec., 29.53 MiB/sec. | ||
| 20155 | 2024.11.22 20:43:56.167127 [ 5 ] {b77a0116-6f35-47fb-81e7-ed4abec87eb1} <Debug> TCPHandler: Processed in 0.003020564 sec. | ||
| 20156 | 2024.11.22 20:43:56.167295 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20157 | 2024.11.22 20:43:56.167416 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 20158 | 2024.11.22 20:43:56.167467 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 20159 | 2024.11.22 20:43:56.167956 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20160 | 2024.11.22 20:43:56.168014 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20161 | 2024.11.22 20:43:56.168384 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 20162 | 2024.11.22 20:43:56.168629 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20163 | 2024.11.22 20:43:56.168858 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001465 sec., 6143.344709897611 rows/sec., 433.95 KiB/sec. | ||
| 20164 | 2024.11.22 20:43:56.168931 [ 255 ] {2e279ea9-387c-42ca-9cbd-26d07d6aa666} <Debug> TCPHandler: Processed in 0.001696292 sec. | ||
| 20165 | 2024.11.22 20:43:56.169095 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20166 | 2024.11.22 20:43:56.169212 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20167 | 2024.11.22 20:43:56.169264 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20168 | 2024.11.22 20:43:56.169775 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20169 | 2024.11.22 20:43:56.169815 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20170 | 2024.11.22 20:43:56.170204 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20171 | 2024.11.22 20:43:56.170517 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20172 | 2024.11.22 20:43:56.170746 [ 119 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20173 | 2024.11.22 20:43:56.170825 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 20174 | 2024.11.22 20:43:56.170839 [ 119 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20175 | 2024.11.22 20:43:56.170899 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20176 | 2024.11.22 20:43:56.170958 [ 5 ] {39d89b89-4579-4f39-b94d-525737ba7535} <Debug> TCPHandler: Processed in 0.001917237 sec. | ||
| 20177 | 2024.11.22 20:43:56.171192 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20178 | 2024.11.22 20:43:56.171437 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20179 | 2024.11.22 20:43:56.171499 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9394 rows starting from the beginning of the part | ||
| 20180 | 2024.11.22 20:43:56.171722 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part | ||
| 20181 | 2024.11.22 20:43:56.171965 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 82 rows starting from the beginning of the part | ||
| 20182 | 2024.11.22 20:43:56.172135 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part | ||
| 20183 | 2024.11.22 20:43:56.172231 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 82 rows starting from the beginning of the part | ||
| 20184 | 2024.11.22 20:43:56.172478 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part | ||
| 20185 | 2024.11.22 20:43:56.175339 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9738 rows, containing 4 columns (4 merged, 0 gathered) in 0.004335596 sec., 2246057.981417088 rows/sec., 146.39 MiB/sec. | ||
| 20186 | 2024.11.22 20:43:56.175623 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20187 | 2024.11.22 20:43:56.175950 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20188 | 2024.11.22 20:43:56.176033 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_161_32} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20189 | 2024.11.22 20:43:56.176124 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 20190 | 2024.11.22 20:43:56.207986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2806 | ||
| 20191 | 2024.11.22 20:43:56.211277 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20192 | 2024.11.22 20:43:56.211333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20193 | 2024.11.22 20:43:56.212879 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20194 | 2024.11.22 20:43:56.213217 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20195 | 2024.11.22 20:43:56.213403 [ 119 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 20196 | 2024.11.22 20:43:56.213494 [ 119 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20197 | 2024.11.22 20:43:56.213558 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20198 | 2024.11.22 20:43:56.213788 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 20199 | 2024.11.22 20:43:56.214311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2806 | ||
| 20200 | 2024.11.22 20:43:56.214666 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20201 | 2024.11.22 20:43:56.214798 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2608 rows starting from the beginning of the part | ||
| 20202 | 2024.11.22 20:43:56.215256 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 34 rows starting from the beginning of the part | ||
| 20203 | 2024.11.22 20:43:56.215697 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 43 rows starting from the beginning of the part | ||
| 20204 | 2024.11.22 20:43:56.216140 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 49 rows starting from the beginning of the part | ||
| 20205 | 2024.11.22 20:43:56.216584 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 36 rows starting from the beginning of the part | ||
| 20206 | 2024.11.22 20:43:56.217064 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 20207 | 2024.11.22 20:43:56.226662 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 72 columns (72 merged, 0 gathered) in 0.013027798 sec., 215385.5931754545 rows/sec., 160.72 MiB/sec. | ||
| 20208 | 2024.11.22 20:43:56.229166 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 20209 | 2024.11.22 20:43:56.230062 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20210 | 2024.11.22 20:43:56.230175 [ 192 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_71_14} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 20211 | 2024.11.22 20:43:56.230595 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 20212 | 2024.11.22 20:43:57.251195 [ 217 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20213 | 2024.11.22 20:43:57.251256 [ 217 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20214 | 2024.11.22 20:43:57.252869 [ 217 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20215 | 2024.11.22 20:43:57.481849 [ 224 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20216 | 2024.11.22 20:43:57.481928 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20217 | 2024.11.22 20:43:57.483704 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20218 | 2024.11.22 20:43:58.393226 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20219 | 2024.11.22 20:43:58.393549 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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) | ||
| 20220 | 2024.11.22 20:43:58.394060 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20221 | 2024.11.22 20:43:58.394125 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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 | ||
| 20222 | 2024.11.22 20:43:58.394512 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20223 | 2024.11.22 20:43:58.394592 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20224 | 2024.11.22 20:43:58.394765 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 20225 | 2024.11.22 20:43:58.394955 [ 288 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20226 | 2024.11.22 20:43:58.395142 [ 289 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20227 | 2024.11.22 20:43:58.395130 [ 287 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20228 | 2024.11.22 20:43:58.395153 [ 293 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20229 | 2024.11.22 20:43:58.395354 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20230 | 2024.11.22 20:43:58.395386 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20231 | 2024.11.22 20:43:58.395506 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20232 | 2024.11.22 20:43:58.395529 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20233 | 2024.11.22 20:43:58.395574 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 20234 | 2024.11.22 20:43:58.395623 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 20235 | 2024.11.22 20:43:58.395670 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 20236 | 2024.11.22 20:43:58.397672 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004275 sec., 9824.561403508771 rows/sec., 374.63 KiB/sec. | ||
| 20237 | 2024.11.22 20:43:58.397850 [ 5 ] {2ff15900-03c3-439f-a1ba-b9f3671a807d} <Debug> TCPHandler: Processed in 0.004758357 sec. | ||
| 20238 | 2024.11.22 20:43:58.398211 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20239 | 2024.11.22 20:43:58.398500 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled') FORMAT Native; (stage: Complete) | ||
| 20240 | 2024.11.22 20:43:58.398994 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20241 | 2024.11.22 20:43:58.399054 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled')" moved to PREWHERE | ||
| 20242 | 2024.11.22 20:43:58.399461 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20243 | 2024.11.22 20:43:58.399549 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20244 | 2024.11.22 20:43:58.399732 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 20245 | 2024.11.22 20:43:58.399929 [ 293 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20246 | 2024.11.22 20:43:58.399933 [ 289 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20247 | 2024.11.22 20:43:58.399952 [ 288 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20248 | 2024.11.22 20:43:58.399987 [ 287 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20249 | 2024.11.22 20:43:58.400131 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20250 | 2024.11.22 20:43:58.400166 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20251 | 2024.11.22 20:43:58.400297 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20252 | 2024.11.22 20:43:58.400322 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20253 | 2024.11.22 20:43:58.400369 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled'))" | ||
| 20254 | 2024.11.22 20:43:58.400421 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled'))" | ||
| 20255 | 2024.11.22 20:43:58.400475 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled'))" | ||
| 20256 | 2024.11.22 20:43:58.402109 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003754 sec., 11188.066062866275 rows/sec., 426.63 KiB/sec. | ||
| 20257 | 2024.11.22 20:43:58.402323 [ 255 ] {cdf28401-d45b-4eab-9ebb-840b1bd7b22b} <Debug> TCPHandler: Processed in 0.004242153 sec. | ||
| 20258 | 2024.11.22 20:43:58.402588 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20259 | 2024.11.22 20:43:58.402823 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20260 | 2024.11.22 20:43:58.403233 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20261 | 2024.11.22 20:43:58.403285 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20262 | 2024.11.22 20:43:58.403637 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20263 | 2024.11.22 20:43:58.403703 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20264 | 2024.11.22 20:43:58.403851 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 20265 | 2024.11.22 20:43:58.404016 [ 288 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20266 | 2024.11.22 20:43:58.404039 [ 293 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20267 | 2024.11.22 20:43:58.404056 [ 289 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20268 | 2024.11.22 20:43:58.404093 [ 287 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20269 | 2024.11.22 20:43:58.404234 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20270 | 2024.11.22 20:43:58.404263 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20271 | 2024.11.22 20:43:58.404372 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20272 | 2024.11.22 20:43:58.404393 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20273 | 2024.11.22 20:43:58.404436 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20274 | 2024.11.22 20:43:58.404485 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20275 | 2024.11.22 20:43:58.404534 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20276 | 2024.11.22 20:43:58.406063 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003363 sec., 12488.849241748438 rows/sec., 476.23 KiB/sec. | ||
| 20277 | 2024.11.22 20:43:58.406251 [ 5 ] {a24ff6b3-682f-4373-a49a-551b78eccae1} <Debug> TCPHandler: Processed in 0.003731381 sec. | ||
| 20278 | 2024.11.22 20:43:58.406610 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20279 | 2024.11.22 20:43:58.406829 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20280 | 2024.11.22 20:43:58.407227 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20281 | 2024.11.22 20:43:58.407325 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20282 | 2024.11.22 20:43:58.407718 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20283 | 2024.11.22 20:43:58.407796 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20284 | 2024.11.22 20:43:58.407977 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 20285 | 2024.11.22 20:43:58.408157 [ 289 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20286 | 2024.11.22 20:43:58.408172 [ 293 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20287 | 2024.11.22 20:43:58.408185 [ 288 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20288 | 2024.11.22 20:43:58.408254 [ 287 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20289 | 2024.11.22 20:43:58.408369 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20290 | 2024.11.22 20:43:58.408403 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20291 | 2024.11.22 20:43:58.408525 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20292 | 2024.11.22 20:43:58.408548 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20293 | 2024.11.22 20:43:58.408592 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <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', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20294 | 2024.11.22 20:43:58.408643 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <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', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20295 | 2024.11.22 20:43:58.408695 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <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', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20296 | 2024.11.22 20:43:58.410382 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003667 sec., 11453.504226888464 rows/sec., 436.75 KiB/sec. | ||
| 20297 | 2024.11.22 20:43:58.410608 [ 255 ] {aaca55f2-87ad-4b38-96f9-b62d077813ba} <Debug> TCPHandler: Processed in 0.004061239 sec. | ||
| 20298 | 2024.11.22 20:43:58.410913 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20299 | 2024.11.22 20:43:58.411126 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20300 | 2024.11.22 20:43:58.411509 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20301 | 2024.11.22 20:43:58.411562 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20302 | 2024.11.22 20:43:58.411930 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20303 | 2024.11.22 20:43:58.412011 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20304 | 2024.11.22 20:43:58.412181 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 20305 | 2024.11.22 20:43:58.412372 [ 289 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20306 | 2024.11.22 20:43:58.412381 [ 293 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20307 | 2024.11.22 20:43:58.412401 [ 287 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20308 | 2024.11.22 20:43:58.412394 [ 288 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20309 | 2024.11.22 20:43:58.412578 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20310 | 2024.11.22 20:43:58.412614 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20311 | 2024.11.22 20:43:58.412726 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20312 | 2024.11.22 20:43:58.412747 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20313 | 2024.11.22 20:43:58.412793 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20314 | 2024.11.22 20:43:58.412843 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20315 | 2024.11.22 20:43:58.412893 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20316 | 2024.11.22 20:43:58.414462 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003439 sec., 12212.852573422506 rows/sec., 465.71 KiB/sec. | ||
| 20317 | 2024.11.22 20:43:58.414714 [ 5 ] {c764de36-d070-44e6-87c3-3f176d419060} <Debug> TCPHandler: Processed in 0.003863644 sec. | ||
| 20318 | 2024.11.22 20:43:58.414999 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20319 | 2024.11.22 20:43:58.415216 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20320 | 2024.11.22 20:43:58.415598 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20321 | 2024.11.22 20:43:58.415654 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20322 | 2024.11.22 20:43:58.416030 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20323 | 2024.11.22 20:43:58.416108 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20324 | 2024.11.22 20:43:58.416288 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 20325 | 2024.11.22 20:43:58.416470 [ 288 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20326 | 2024.11.22 20:43:58.416569 [ 293 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20327 | 2024.11.22 20:43:58.416599 [ 289 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20328 | 2024.11.22 20:43:58.416549 [ 287 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20329 | 2024.11.22 20:43:58.416795 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20330 | 2024.11.22 20:43:58.416831 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20331 | 2024.11.22 20:43:58.416955 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20332 | 2024.11.22 20:43:58.416980 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20333 | 2024.11.22 20:43:58.417025 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20334 | 2024.11.22 20:43:58.417102 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20335 | 2024.11.22 20:43:58.417154 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20336 | 2024.11.22 20:43:58.418792 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003686 sec., 11394.465545306566 rows/sec., 434.50 KiB/sec. | ||
| 20337 | 2024.11.22 20:43:58.419026 [ 255 ] {165241c3-f1ff-4d1f-9e5a-dc921a23165b} <Debug> TCPHandler: Processed in 0.00408573 sec. | ||
| 20338 | 2024.11.22 20:43:58.419335 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20339 | 2024.11.22 20:43:58.419593 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20340 | 2024.11.22 20:43:58.420086 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20341 | 2024.11.22 20:43:58.420167 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20342 | 2024.11.22 20:43:58.420702 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20343 | 2024.11.22 20:43:58.420801 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20344 | 2024.11.22 20:43:58.421003 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
| 20345 | 2024.11.22 20:43:58.421166 [ 289 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20346 | 2024.11.22 20:43:58.421183 [ 293 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20347 | 2024.11.22 20:43:58.421156 [ 288 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20348 | 2024.11.22 20:43:58.421255 [ 287 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20349 | 2024.11.22 20:43:58.421381 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20350 | 2024.11.22 20:43:58.421413 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20351 | 2024.11.22 20:43:58.421531 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20352 | 2024.11.22 20:43:58.421564 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20353 | 2024.11.22 20:43:58.421613 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20354 | 2024.11.22 20:43:58.421683 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20355 | 2024.11.22 20:43:58.421745 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20356 | 2024.11.22 20:43:58.423395 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003949 sec., 10635.60395036718 rows/sec., 405.56 KiB/sec. | ||
| 20357 | 2024.11.22 20:43:58.423594 [ 5 ] {8b8df08c-f71d-4936-b0d4-ae1141f1f931} <Debug> TCPHandler: Processed in 0.004323705 sec. | ||
| 20358 | 2024.11.22 20:43:58.423867 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20359 | 2024.11.22 20:43:58.424157 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20360 | 2024.11.22 20:43:58.424732 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20361 | 2024.11.22 20:43:58.424817 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20362 | 2024.11.22 20:43:58.425422 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20363 | 2024.11.22 20:43:58.425526 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20364 | 2024.11.22 20:43:58.425744 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
| 20365 | 2024.11.22 20:43:58.425940 [ 289 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20366 | 2024.11.22 20:43:58.425954 [ 293 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20367 | 2024.11.22 20:43:58.425970 [ 288 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20368 | 2024.11.22 20:43:58.426053 [ 287 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20369 | 2024.11.22 20:43:58.426169 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20370 | 2024.11.22 20:43:58.426215 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20371 | 2024.11.22 20:43:58.426378 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20372 | 2024.11.22 20:43:58.426412 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20373 | 2024.11.22 20:43:58.426474 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20374 | 2024.11.22 20:43:58.426550 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20375 | 2024.11.22 20:43:58.426626 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20376 | 2024.11.22 20:43:58.428280 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004307 sec., 9751.56721615974 rows/sec., 371.85 KiB/sec. | ||
| 20377 | 2024.11.22 20:43:58.428486 [ 255 ] {ad17f92c-fde3-45dc-8277-f47530e575a0} <Debug> TCPHandler: Processed in 0.004680394 sec. | ||
| 20378 | 2024.11.22 20:43:58.428795 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20379 | 2024.11.22 20:43:58.429035 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20380 | 2024.11.22 20:43:58.429454 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20381 | 2024.11.22 20:43:58.429515 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20382 | 2024.11.22 20:43:58.430014 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20383 | 2024.11.22 20:43:58.430092 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20384 | 2024.11.22 20:43:58.430255 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
| 20385 | 2024.11.22 20:43:58.430397 [ 289 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20386 | 2024.11.22 20:43:58.430406 [ 288 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20387 | 2024.11.22 20:43:58.430432 [ 293 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20388 | 2024.11.22 20:43:58.430518 [ 287 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20389 | 2024.11.22 20:43:58.430618 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20390 | 2024.11.22 20:43:58.430648 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20391 | 2024.11.22 20:43:58.430760 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20392 | 2024.11.22 20:43:58.430782 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20393 | 2024.11.22 20:43:58.430825 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20394 | 2024.11.22 20:43:58.430892 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20395 | 2024.11.22 20:43:58.430969 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20396 | 2024.11.22 20:43:58.432531 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003631 sec., 11567.061415587992 rows/sec., 441.08 KiB/sec. | ||
| 20397 | 2024.11.22 20:43:58.432709 [ 5 ] {12bd6958-8dd1-46d6-96d6-4567dc7838a9} <Debug> TCPHandler: Processed in 0.003984797 sec. | ||
| 20398 | 2024.11.22 20:43:58.432969 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20399 | 2024.11.22 20:43:58.433196 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20400 | 2024.11.22 20:43:58.433598 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20401 | 2024.11.22 20:43:58.433656 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20402 | 2024.11.22 20:43:58.434046 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20403 | 2024.11.22 20:43:58.434121 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20404 | 2024.11.22 20:43:58.434272 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
| 20405 | 2024.11.22 20:43:58.434464 [ 293 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20406 | 2024.11.22 20:43:58.434464 [ 289 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20407 | 2024.11.22 20:43:58.434483 [ 288 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20408 | 2024.11.22 20:43:58.434565 [ 287 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20409 | 2024.11.22 20:43:58.434680 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20410 | 2024.11.22 20:43:58.434708 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20411 | 2024.11.22 20:43:58.434825 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20412 | 2024.11.22 20:43:58.434848 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20413 | 2024.11.22 20:43:58.434892 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20414 | 2024.11.22 20:43:58.434945 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20415 | 2024.11.22 20:43:58.434995 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20416 | 2024.11.22 20:43:58.436612 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00353 sec., 11898.016997167138 rows/sec., 453.70 KiB/sec. | ||
| 20417 | 2024.11.22 20:43:58.436823 [ 255 ] {46db1cde-a7d2-434f-bb19-d942b2596620} <Debug> TCPHandler: Processed in 0.003914025 sec. | ||
| 20418 | 2024.11.22 20:43:58.437126 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20419 | 2024.11.22 20:43:58.437346 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20420 | 2024.11.22 20:43:58.437821 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20421 | 2024.11.22 20:43:58.437880 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20422 | 2024.11.22 20:43:58.438317 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20423 | 2024.11.22 20:43:58.438461 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20424 | 2024.11.22 20:43:58.439293 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
| 20425 | 2024.11.22 20:43:58.439485 [ 288 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20426 | 2024.11.22 20:43:58.439485 [ 289 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20427 | 2024.11.22 20:43:58.439527 [ 287 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20428 | 2024.11.22 20:43:58.439565 [ 293 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20429 | 2024.11.22 20:43:58.439691 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20430 | 2024.11.22 20:43:58.439722 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20431 | 2024.11.22 20:43:58.439837 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20432 | 2024.11.22 20:43:58.439860 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20433 | 2024.11.22 20:43:58.439905 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20434 | 2024.11.22 20:43:58.439960 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20435 | 2024.11.22 20:43:58.440010 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20436 | 2024.11.22 20:43:58.441643 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004413 sec., 9517.335146159076 rows/sec., 362.92 KiB/sec. | ||
| 20437 | 2024.11.22 20:43:58.441833 [ 5 ] {6b8fb677-378a-4ee3-afee-433bc7950cb4} <Debug> TCPHandler: Processed in 0.004771517 sec. | ||
| 20438 | 2024.11.22 20:43:58.442173 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20439 | 2024.11.22 20:43:58.442426 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20440 | 2024.11.22 20:43:58.442867 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20441 | 2024.11.22 20:43:58.442937 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20442 | 2024.11.22 20:43:58.443356 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20443 | 2024.11.22 20:43:58.443433 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20444 | 2024.11.22 20:43:58.443587 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
| 20445 | 2024.11.22 20:43:58.443727 [ 289 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20446 | 2024.11.22 20:43:58.443828 [ 293 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20447 | 2024.11.22 20:43:58.443824 [ 288 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20448 | 2024.11.22 20:43:58.443845 [ 287 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20449 | 2024.11.22 20:43:58.444006 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20450 | 2024.11.22 20:43:58.444035 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20451 | 2024.11.22 20:43:58.444152 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20452 | 2024.11.22 20:43:58.444174 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20453 | 2024.11.22 20:43:58.444218 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20454 | 2024.11.22 20:43:58.444270 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20455 | 2024.11.22 20:43:58.444320 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20456 | 2024.11.22 20:43:58.445888 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003594 sec., 11686.143572621035 rows/sec., 445.62 KiB/sec. | ||
| 20457 | 2024.11.22 20:43:58.446128 [ 255 ] {5ab76e17-6fc4-42da-989e-cbc2f8f9a00e} <Debug> TCPHandler: Processed in 0.004032949 sec. | ||
| 20458 | 2024.11.22 20:43:58.446986 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20459 | 2024.11.22 20:43:58.447209 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20460 | 2024.11.22 20:43:58.447697 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20461 | 2024.11.22 20:43:58.447765 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20462 | 2024.11.22 20:43:58.448178 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20463 | 2024.11.22 20:43:58.448268 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20464 | 2024.11.22 20:43:58.448469 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
| 20465 | 2024.11.22 20:43:58.448628 [ 289 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20466 | 2024.11.22 20:43:58.448653 [ 288 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20467 | 2024.11.22 20:43:58.448696 [ 293 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20468 | 2024.11.22 20:43:58.448727 [ 287 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20469 | 2024.11.22 20:43:58.448879 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20470 | 2024.11.22 20:43:58.448911 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20471 | 2024.11.22 20:43:58.449026 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20472 | 2024.11.22 20:43:58.449048 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20473 | 2024.11.22 20:43:58.449093 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20474 | 2024.11.22 20:43:58.449147 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20475 | 2024.11.22 20:43:58.449194 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20476 | 2024.11.22 20:43:58.450810 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003718 sec., 11296.395911780528 rows/sec., 430.76 KiB/sec. | ||
| 20477 | 2024.11.22 20:43:58.450998 [ 5 ] {4d0a3cf2-e11c-46e1-9bda-e627a9bb2421} <Debug> TCPHandler: Processed in 0.004084589 sec. | ||
| 20478 | 2024.11.22 20:43:58.451272 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20479 | 2024.11.22 20:43:58.451552 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20480 | 2024.11.22 20:43:58.452031 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20481 | 2024.11.22 20:43:58.452098 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20482 | 2024.11.22 20:43:58.452616 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20483 | 2024.11.22 20:43:58.452705 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20484 | 2024.11.22 20:43:58.452921 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
| 20485 | 2024.11.22 20:43:58.453085 [ 289 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20486 | 2024.11.22 20:43:58.453116 [ 288 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20487 | 2024.11.22 20:43:58.453130 [ 293 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20488 | 2024.11.22 20:43:58.453191 [ 287 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20489 | 2024.11.22 20:43:58.453329 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20490 | 2024.11.22 20:43:58.453362 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20491 | 2024.11.22 20:43:58.453484 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20492 | 2024.11.22 20:43:58.453509 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20493 | 2024.11.22 20:43:58.453556 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20494 | 2024.11.22 20:43:58.453609 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20495 | 2024.11.22 20:43:58.453657 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20496 | 2024.11.22 20:43:58.455231 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003843 sec., 10928.96174863388 rows/sec., 416.75 KiB/sec. | ||
| 20497 | 2024.11.22 20:43:58.455426 [ 255 ] {18caebbc-ddc4-436e-bdba-d98c3ddf3053} <Debug> TCPHandler: Processed in 0.004216733 sec. | ||
| 20498 | 2024.11.22 20:43:58.455696 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20499 | 2024.11.22 20:43:58.455928 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20500 | 2024.11.22 20:43:58.456379 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20501 | 2024.11.22 20:43:58.456438 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20502 | 2024.11.22 20:43:58.456869 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20503 | 2024.11.22 20:43:58.456942 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20504 | 2024.11.22 20:43:58.457099 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
| 20505 | 2024.11.22 20:43:58.457225 [ 288 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20506 | 2024.11.22 20:43:58.457261 [ 293 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20507 | 2024.11.22 20:43:58.457238 [ 289 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20508 | 2024.11.22 20:43:58.457341 [ 287 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20509 | 2024.11.22 20:43:58.457467 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20510 | 2024.11.22 20:43:58.457499 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20511 | 2024.11.22 20:43:58.457614 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20512 | 2024.11.22 20:43:58.457639 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20513 | 2024.11.22 20:43:58.457686 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20514 | 2024.11.22 20:43:58.457742 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20515 | 2024.11.22 20:43:58.457792 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20516 | 2024.11.22 20:43:58.459341 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003534 sec., 11884.550084889644 rows/sec., 453.19 KiB/sec. | ||
| 20517 | 2024.11.22 20:43:58.459545 [ 5 ] {3cfe45ff-f09b-4a55-bae7-ef9f6b97d240} <Debug> TCPHandler: Processed in 0.003918556 sec. | ||
| 20518 | 2024.11.22 20:43:58.460153 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20519 | 2024.11.22 20:43:58.460381 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20520 | 2024.11.22 20:43:58.460790 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20521 | 2024.11.22 20:43:58.460847 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20522 | 2024.11.22 20:43:58.461292 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20523 | 2024.11.22 20:43:58.461366 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20524 | 2024.11.22 20:43:58.461518 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
| 20525 | 2024.11.22 20:43:58.461676 [ 289 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20526 | 2024.11.22 20:43:58.461715 [ 293 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20527 | 2024.11.22 20:43:58.461727 [ 288 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20528 | 2024.11.22 20:43:58.461782 [ 287 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20529 | 2024.11.22 20:43:58.461902 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20530 | 2024.11.22 20:43:58.461932 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20531 | 2024.11.22 20:43:58.462050 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20532 | 2024.11.22 20:43:58.462073 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20533 | 2024.11.22 20:43:58.462117 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20534 | 2024.11.22 20:43:58.462226 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20535 | 2024.11.22 20:43:58.462277 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20536 | 2024.11.22 20:43:58.463777 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003515 sec., 11948.790896159318 rows/sec., 455.64 KiB/sec. | ||
| 20537 | 2024.11.22 20:43:58.463978 [ 255 ] {720786e6-c369-48a9-a024-a9b77a415584} <Debug> TCPHandler: Processed in 0.003905245 sec. | ||
| 20538 | 2024.11.22 20:43:58.464247 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20539 | 2024.11.22 20:43:58.464469 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20540 | 2024.11.22 20:43:58.464873 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20541 | 2024.11.22 20:43:58.464945 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20542 | 2024.11.22 20:43:58.465397 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20543 | 2024.11.22 20:43:58.465470 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20544 | 2024.11.22 20:43:58.465626 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
| 20545 | 2024.11.22 20:43:58.465788 [ 289 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20546 | 2024.11.22 20:43:58.465814 [ 293 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20547 | 2024.11.22 20:43:58.465818 [ 288 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20548 | 2024.11.22 20:43:58.465873 [ 287 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20549 | 2024.11.22 20:43:58.466016 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20550 | 2024.11.22 20:43:58.466047 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20551 | 2024.11.22 20:43:58.466161 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20552 | 2024.11.22 20:43:58.466183 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20553 | 2024.11.22 20:43:58.466226 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20554 | 2024.11.22 20:43:58.466280 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20555 | 2024.11.22 20:43:58.466328 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20556 | 2024.11.22 20:43:58.468140 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003792 sec., 11075.949367088608 rows/sec., 422.35 KiB/sec. | ||
| 20557 | 2024.11.22 20:43:58.468339 [ 5 ] {aade533c-ebd6-48a8-8484-83e84131f9a0} <Debug> TCPHandler: Processed in 0.004155432 sec. | ||
| 20558 | 2024.11.22 20:43:58.468605 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20559 | 2024.11.22 20:43:58.468826 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20560 | 2024.11.22 20:43:58.469235 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20561 | 2024.11.22 20:43:58.469297 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20562 | 2024.11.22 20:43:58.469709 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20563 | 2024.11.22 20:43:58.469783 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20564 | 2024.11.22 20:43:58.469934 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
| 20565 | 2024.11.22 20:43:58.470084 [ 289 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20566 | 2024.11.22 20:43:58.470126 [ 293 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20567 | 2024.11.22 20:43:58.470142 [ 288 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20568 | 2024.11.22 20:43:58.470200 [ 287 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20569 | 2024.11.22 20:43:58.470338 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20570 | 2024.11.22 20:43:58.470391 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20571 | 2024.11.22 20:43:58.470564 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20572 | 2024.11.22 20:43:58.470603 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20573 | 2024.11.22 20:43:58.470672 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20574 | 2024.11.22 20:43:58.470759 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20575 | 2024.11.22 20:43:58.470844 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20576 | 2024.11.22 20:43:58.472487 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003778 sec., 11116.99311805188 rows/sec., 423.92 KiB/sec. | ||
| 20577 | 2024.11.22 20:43:58.472695 [ 255 ] {bca7fe10-92c1-426f-ad63-0187d1f127fa} <Debug> TCPHandler: Processed in 0.004151871 sec. | ||
| 20578 | 2024.11.22 20:43:58.473076 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20579 | 2024.11.22 20:43:58.473295 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20580 | 2024.11.22 20:43:58.473694 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20581 | 2024.11.22 20:43:58.473752 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20582 | 2024.11.22 20:43:58.474161 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20583 | 2024.11.22 20:43:58.474232 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20584 | 2024.11.22 20:43:58.474379 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
| 20585 | 2024.11.22 20:43:58.474555 [ 289 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20586 | 2024.11.22 20:43:58.474577 [ 288 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20587 | 2024.11.22 20:43:58.474587 [ 293 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20588 | 2024.11.22 20:43:58.474648 [ 287 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20589 | 2024.11.22 20:43:58.474763 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20590 | 2024.11.22 20:43:58.474794 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20591 | 2024.11.22 20:43:58.474907 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20592 | 2024.11.22 20:43:58.474928 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20593 | 2024.11.22 20:43:58.474974 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20594 | 2024.11.22 20:43:58.475026 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20595 | 2024.11.22 20:43:58.475076 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20596 | 2024.11.22 20:43:58.476541 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003363 sec., 12488.849241748438 rows/sec., 476.23 KiB/sec. | ||
| 20597 | 2024.11.22 20:43:58.476713 [ 5 ] {73702568-4ed6-4ec8-89cd-f567fad827b9} <Debug> TCPHandler: Processed in 0.00370038 sec. | ||
| 20598 | 2024.11.22 20:43:58.476967 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20599 | 2024.11.22 20:43:58.477220 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20600 | 2024.11.22 20:43:58.477696 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20601 | 2024.11.22 20:43:58.477768 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20602 | 2024.11.22 20:43:58.478324 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20603 | 2024.11.22 20:43:58.478423 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20604 | 2024.11.22 20:43:58.478656 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
| 20605 | 2024.11.22 20:43:58.478862 [ 288 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20606 | 2024.11.22 20:43:58.478876 [ 287 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20607 | 2024.11.22 20:43:58.478994 [ 289 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20608 | 2024.11.22 20:43:58.479002 [ 293 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20609 | 2024.11.22 20:43:58.479183 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20610 | 2024.11.22 20:43:58.479224 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20611 | 2024.11.22 20:43:58.479355 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20612 | 2024.11.22 20:43:58.479381 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20613 | 2024.11.22 20:43:58.479428 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20614 | 2024.11.22 20:43:58.479491 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20615 | 2024.11.22 20:43:58.479567 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20616 | 2024.11.22 20:43:58.481138 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004059 sec., 10347.376201034738 rows/sec., 394.57 KiB/sec. | ||
| 20617 | 2024.11.22 20:43:58.481336 [ 255 ] {90224542-33b3-45bf-90c7-55897699b7fa} <Debug> TCPHandler: Processed in 0.004434268 sec. | ||
| 20618 | 2024.11.22 20:43:58.481698 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20619 | 2024.11.22 20:43:58.481916 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20620 | 2024.11.22 20:43:58.482321 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20621 | 2024.11.22 20:43:58.482379 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20622 | 2024.11.22 20:43:58.482790 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20623 | 2024.11.22 20:43:58.482858 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20624 | 2024.11.22 20:43:58.483007 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
| 20625 | 2024.11.22 20:43:58.483185 [ 288 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20626 | 2024.11.22 20:43:58.483234 [ 287 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20627 | 2024.11.22 20:43:58.483241 [ 289 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20628 | 2024.11.22 20:43:58.483305 [ 293 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20629 | 2024.11.22 20:43:58.483451 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20630 | 2024.11.22 20:43:58.483483 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20631 | 2024.11.22 20:43:58.483596 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20632 | 2024.11.22 20:43:58.483617 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20633 | 2024.11.22 20:43:58.483663 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20634 | 2024.11.22 20:43:58.483716 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20635 | 2024.11.22 20:43:58.483766 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20636 | 2024.11.22 20:43:58.485292 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003494 sec., 12020.606754436176 rows/sec., 458.38 KiB/sec. | ||
| 20637 | 2024.11.22 20:43:58.485461 [ 5 ] {f75bd968-503b-4712-908b-14d2a0524705} <Debug> TCPHandler: Processed in 0.003824473 sec. | ||
| 20638 | 2024.11.22 20:43:58.485858 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20639 | 2024.11.22 20:43:58.486076 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20640 | 2024.11.22 20:43:58.486557 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20641 | 2024.11.22 20:43:58.486631 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20642 | 2024.11.22 20:43:58.487144 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20643 | 2024.11.22 20:43:58.487217 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20644 | 2024.11.22 20:43:58.487366 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
| 20645 | 2024.11.22 20:43:58.487542 [ 288 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20646 | 2024.11.22 20:43:58.487565 [ 287 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20647 | 2024.11.22 20:43:58.487679 [ 289 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20648 | 2024.11.22 20:43:58.487705 [ 293 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20649 | 2024.11.22 20:43:58.487861 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20650 | 2024.11.22 20:43:58.487892 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20651 | 2024.11.22 20:43:58.488008 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20652 | 2024.11.22 20:43:58.488031 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20653 | 2024.11.22 20:43:58.488077 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20654 | 2024.11.22 20:43:58.488133 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20655 | 2024.11.22 20:43:58.488184 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20656 | 2024.11.22 20:43:58.489650 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003695 sec., 11366.711772665765 rows/sec., 433.44 KiB/sec. | ||
| 20657 | 2024.11.22 20:43:58.489838 [ 255 ] {8951c49a-c440-4a31-8677-62bba6a19022} <Debug> TCPHandler: Processed in 0.004037859 sec. | ||
| 20658 | 2024.11.22 20:43:58.490177 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20659 | 2024.11.22 20:43:58.490436 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) | ||
| 20660 | 2024.11.22 20:43:58.490909 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20661 | 2024.11.22 20:43:58.490982 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE | ||
| 20662 | 2024.11.22 20:43:58.491422 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20663 | 2024.11.22 20:43:58.491487 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20664 | 2024.11.22 20:43:58.491634 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
| 20665 | 2024.11.22 20:43:58.491821 [ 289 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20666 | 2024.11.22 20:43:58.491823 [ 293 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20667 | 2024.11.22 20:43:58.491850 [ 288 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20668 | 2024.11.22 20:43:58.491938 [ 287 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20669 | 2024.11.22 20:43:58.492053 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20670 | 2024.11.22 20:43:58.492082 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20671 | 2024.11.22 20:43:58.492191 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20672 | 2024.11.22 20:43:58.492215 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 20673 | 2024.11.22 20:43:58.492265 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20674 | 2024.11.22 20:43:58.492361 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20675 | 2024.11.22 20:43:58.492464 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" | ||
| 20676 | 2024.11.22 20:43:58.494955 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004665 sec., 9003.215434083602 rows/sec., 343.31 KiB/sec. | ||
| 20677 | 2024.11.22 20:43:58.495127 [ 5 ] {85d8786f-2073-4fbe-af80-888fd0f6f8b3} <Debug> TCPHandler: Processed in 0.005021163 sec. | ||
| 20678 | 2024.11.22 20:43:58.532696 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20679 | 2024.11.22 20:43:58.532854 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 20680 | 2024.11.22 20:43:58.532918 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20681 | 2024.11.22 20:43:58.533682 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20682 | 2024.11.22 20:43:58.533725 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20683 | 2024.11.22 20:43:58.534253 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 20684 | 2024.11.22 20:43:58.534480 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20685 | 2024.11.22 20:43:58.534720 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Debug> executeQuery: Read 23 rows, 3.36 KiB in 0.001896 sec., 12130.801687763713 rows/sec., 1.73 MiB/sec. | ||
| 20686 | 2024.11.22 20:43:58.534985 [ 5 ] {cad5181a-c800-434e-97a3-4c836f911619} <Debug> TCPHandler: Processed in 0.002370208 sec. | ||
| 20687 | 2024.11.22 20:43:58.535175 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20688 | 2024.11.22 20:43:58.535344 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20689 | 2024.11.22 20:43:58.535411 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20690 | 2024.11.22 20:43:58.536175 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20691 | 2024.11.22 20:43:58.536226 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20692 | 2024.11.22 20:43:58.536681 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20693 | 2024.11.22 20:43:58.536935 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20694 | 2024.11.22 20:43:58.537171 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 20695 | 2024.11.22 20:43:58.537245 [ 255 ] {b53cb176-ab37-499a-9b2d-13b9396d5b6c} <Debug> TCPHandler: Processed in 0.002155212 sec. | ||
| 20696 | 2024.11.22 20:43:58.537455 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20697 | 2024.11.22 20:43:58.537600 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20698 | 2024.11.22 20:43:58.537656 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20699 | 2024.11.22 20:43:58.538341 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20700 | 2024.11.22 20:43:58.538379 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20701 | 2024.11.22 20:43:58.538728 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 20702 | 2024.11.22 20:43:58.538964 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20703 | 2024.11.22 20:43:58.539152 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00158 sec., 1265.8227848101264 rows/sec., 103.22 KiB/sec. | ||
| 20704 | 2024.11.22 20:43:58.539281 [ 5 ] {c8083ae5-9a7e-4f33-ae23-b0a02103f3f2} <Debug> TCPHandler: Processed in 0.001940257 sec. | ||
| 20705 | 2024.11.22 20:43:58.539440 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20706 | 2024.11.22 20:43:58.539563 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20707 | 2024.11.22 20:43:58.539613 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20708 | 2024.11.22 20:43:58.540803 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20709 | 2024.11.22 20:43:58.540846 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20710 | 2024.11.22 20:43:58.541320 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20711 | 2024.11.22 20:43:58.541563 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20712 | 2024.11.22 20:43:58.541796 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Debug> executeQuery: Read 1380 rows, 117.28 KiB in 0.002257 sec., 611431.103234382 rows/sec., 50.74 MiB/sec. | ||
| 20713 | 2024.11.22 20:43:58.541870 [ 255 ] {62600194-2989-460d-a19c-f803db02ca0b} <Debug> TCPHandler: Processed in 0.00249139 sec. | ||
| 20714 | 2024.11.22 20:43:58.542097 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20715 | 2024.11.22 20:43:58.542270 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20716 | 2024.11.22 20:43:58.542329 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20717 | 2024.11.22 20:43:58.543014 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20718 | 2024.11.22 20:43:58.543061 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20719 | 2024.11.22 20:43:58.543443 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20720 | 2024.11.22 20:43:58.543676 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20721 | 2024.11.22 20:43:58.543829 [ 113 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20722 | 2024.11.22 20:43:58.543865 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001626 sec., 10455.10455104551 rows/sec., 736.33 KiB/sec. | ||
| 20723 | 2024.11.22 20:43:58.543881 [ 113 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20724 | 2024.11.22 20:43:58.543926 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20725 | 2024.11.22 20:43:58.543936 [ 5 ] {254ef59d-0cad-4924-afe6-d1b3ec516334} <Debug> TCPHandler: Processed in 0.001955618 sec. | ||
| 20726 | 2024.11.22 20:43:58.544130 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20727 | 2024.11.22 20:43:58.544226 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::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 | ||
| 20728 | 2024.11.22 20:43:58.544363 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20729 | 2024.11.22 20:43:58.544495 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20730 | 2024.11.22 20:43:58.544495 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20731 | 2024.11.22 20:43:58.544625 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 66 rows starting from the beginning of the part | ||
| 20732 | 2024.11.22 20:43:58.544922 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 15 rows starting from the beginning of the part | ||
| 20733 | 2024.11.22 20:43:58.545216 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 40 rows starting from the beginning of the part | ||
| 20734 | 2024.11.22 20:43:58.545587 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 15 rows starting from the beginning of the part | ||
| 20735 | 2024.11.22 20:43:58.545930 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 45 rows starting from the beginning of the part | ||
| 20736 | 2024.11.22 20:43:58.546215 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 17 rows starting from the beginning of the part | ||
| 20737 | 2024.11.22 20:43:58.547836 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20738 | 2024.11.22 20:43:58.547915 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20739 | 2024.11.22 20:43:58.549052 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20740 | 2024.11.22 20:43:58.549175 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005110865 sec., 38740.99589795465 rows/sec., 2.92 MiB/sec. | ||
| 20741 | 2024.11.22 20:43:58.549452 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20742 | 2024.11.22 20:43:58.549775 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20743 | 2024.11.22 20:43:58.550744 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Debug> executeQuery: Read 264 rows, 18.19 KiB in 0.006402 sec., 41237.113402061856 rows/sec., 2.77 MiB/sec. | ||
| 20744 | 2024.11.22 20:43:58.550783 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20745 | 2024.11.22 20:43:58.551141 [ 199 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_141_28} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20746 | 2024.11.22 20:43:58.551303 [ 255 ] {0c099daf-d50f-47aa-a54b-2220e5d07d52} <Debug> TCPHandler: Processed in 0.007268157 sec. | ||
| 20747 | 2024.11.22 20:43:58.551411 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 20748 | 2024.11.22 20:43:58.551571 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20749 | 2024.11.22 20:43:58.551694 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20750 | 2024.11.22 20:43:58.551743 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20751 | 2024.11.22 20:43:58.552302 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20752 | 2024.11.22 20:43:58.552340 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20753 | 2024.11.22 20:43:58.552865 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20754 | 2024.11.22 20:43:58.553112 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20755 | 2024.11.22 20:43:58.553295 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec. | ||
| 20756 | 2024.11.22 20:43:58.553346 [ 5 ] {793acab3-cf28-4743-b143-3ac0b82cdbc7} <Debug> TCPHandler: Processed in 0.001866366 sec. | ||
| 20757 | 2024.11.22 20:43:58.553485 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20758 | 2024.11.22 20:43:58.553603 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20759 | 2024.11.22 20:43:58.553653 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20760 | 2024.11.22 20:43:58.554591 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20761 | 2024.11.22 20:43:58.554632 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20762 | 2024.11.22 20:43:58.555053 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20763 | 2024.11.22 20:43:58.555294 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20764 | 2024.11.22 20:43:58.555531 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Debug> executeQuery: Read 956 rows, 71.04 KiB in 0.001948 sec., 490759.75359342917 rows/sec., 35.61 MiB/sec. | ||
| 20765 | 2024.11.22 20:43:58.555605 [ 255 ] {0e194850-7dd7-4c2d-8419-77ac7b51d65e} <Debug> TCPHandler: Processed in 0.002170493 sec. | ||
| 20766 | 2024.11.22 20:43:58.555793 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20767 | 2024.11.22 20:43:58.556165 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20768 | 2024.11.22 20:43:58.556314 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20769 | 2024.11.22 20:43:58.556940 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20770 | 2024.11.22 20:43:58.556980 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20771 | 2024.11.22 20:43:58.557353 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20772 | 2024.11.22 20:43:58.557593 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20773 | 2024.11.22 20:43:58.557770 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00175 sec., 3428.5714285714284 rows/sec., 179.13 KiB/sec. | ||
| 20774 | 2024.11.22 20:43:58.557819 [ 5 ] {62da47a5-e0d5-4b1b-9fa5-069b7682c13e} <Debug> TCPHandler: Processed in 0.002128302 sec. | ||
| 20775 | 2024.11.22 20:43:58.557973 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20776 | 2024.11.22 20:43:58.558092 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) | ||
| 20777 | 2024.11.22 20:43:58.558145 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 20778 | 2024.11.22 20:43:58.558671 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Trace> oximeter.measurements_cumulativei64 (9d54a0a2-6012-4ca6-9334-9de568daa188): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20779 | 2024.11.22 20:43:58.558709 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20780 | 2024.11.22 20:43:58.559100 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 20781 | 2024.11.22 20:43:58.559352 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Trace> oximeter.measurements_cumulativei64 (9d54a0a2-6012-4ca6-9334-9de568daa188): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20782 | 2024.11.22 20:43:58.559635 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001553 sec., 12878.3000643915 rows/sec., 871.55 KiB/sec. | ||
| 20783 | 2024.11.22 20:43:58.559730 [ 255 ] {8a43899c-8358-4b40-848f-df1ba6db4ed9} <Debug> TCPHandler: Processed in 0.001822524 sec. | ||
| 20784 | 2024.11.22 20:43:58.559880 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20785 | 2024.11.22 20:43:58.559999 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20786 | 2024.11.22 20:43:58.560052 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20787 | 2024.11.22 20:43:58.560929 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20788 | 2024.11.22 20:43:58.560976 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20789 | 2024.11.22 20:43:58.561450 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20790 | 2024.11.22 20:43:58.561690 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20791 | 2024.11.22 20:43:58.561864 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Debug> executeQuery: Read 911 rows, 62.11 KiB in 0.001892 sec., 481501.0570824524 rows/sec., 32.06 MiB/sec. | ||
| 20792 | 2024.11.22 20:43:58.561915 [ 5 ] {8db01774-7956-49b5-8194-712ee36ddd1c} <Debug> TCPHandler: Processed in 0.002093301 sec. | ||
| 20793 | 2024.11.22 20:43:58.562051 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20794 | 2024.11.22 20:43:58.562175 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20795 | 2024.11.22 20:43:58.562241 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20796 | 2024.11.22 20:43:58.562757 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20797 | 2024.11.22 20:43:58.562802 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20798 | 2024.11.22 20:43:58.563227 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20799 | 2024.11.22 20:43:58.563466 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20800 | 2024.11.22 20:43:58.563709 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec. | ||
| 20801 | 2024.11.22 20:43:58.563790 [ 255 ] {79c8169a-eb55-4003-a649-45f53a6278a1} <Debug> TCPHandler: Processed in 0.001796294 sec. | ||
| 20802 | 2024.11.22 20:43:58.564023 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20803 | 2024.11.22 20:43:58.564183 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20804 | 2024.11.22 20:43:58.564265 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <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 | ||
| 20805 | 2024.11.22 20:43:58.565477 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20806 | 2024.11.22 20:43:58.565515 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20807 | 2024.11.22 20:43:58.566142 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20808 | 2024.11.22 20:43:58.566429 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20809 | 2024.11.22 20:43:58.566628 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20810 | 2024.11.22 20:43:58.566691 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20811 | 2024.11.22 20:43:58.566697 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Debug> executeQuery: Read 13 rows, 21.06 KiB in 0.002528 sec., 5142.405063291139 rows/sec., 8.13 MiB/sec. | ||
| 20812 | 2024.11.22 20:43:58.566732 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20813 | 2024.11.22 20:43:58.567219 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::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 | ||
| 20814 | 2024.11.22 20:43:58.567305 [ 5 ] {66128a75-485b-47a9-9b4c-e9c24f9ad647} <Debug> TCPHandler: Processed in 0.003402334 sec. | ||
| 20815 | 2024.11.22 20:43:58.567707 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20816 | 2024.11.22 20:43:58.568132 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20817 | 2024.11.22 20:43:58.568425 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20818 | 2024.11.22 20:43:58.569554 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20819 | 2024.11.22 20:43:58.569731 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2742 rows starting from the beginning of the part | ||
| 20820 | 2024.11.22 20:43:58.570627 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 8 rows starting from the beginning of the part | ||
| 20821 | 2024.11.22 20:43:58.570778 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20822 | 2024.11.22 20:43:58.570862 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20823 | 2024.11.22 20:43:58.571357 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 40 rows starting from the beginning of the part | ||
| 20824 | 2024.11.22 20:43:58.572051 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 8 rows starting from the beginning of the part | ||
| 20825 | 2024.11.22 20:43:58.572515 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20826 | 2024.11.22 20:43:58.572653 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 45 rows starting from the beginning of the part | ||
| 20827 | 2024.11.22 20:43:58.573151 [ 190 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 13 rows starting from the beginning of the part | ||
| 20828 | 2024.11.22 20:43:58.573317 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20829 | 2024.11.22 20:43:58.574328 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.006316 sec., 9183.027232425586 rows/sec., 582.13 KiB/sec. | ||
| 20830 | 2024.11.22 20:43:58.574469 [ 255 ] {9af68f26-88f2-44ca-99de-647e7a0ca397} <Debug> TCPHandler: Processed in 0.007025982 sec. | ||
| 20831 | 2024.11.22 20:43:58.583047 [ 192 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2856 rows, containing 19 columns (19 merged, 0 gathered) in 0.016156135 sec., 176774.95267277726 rows/sec., 316.60 MiB/sec. | ||
| 20832 | 2024.11.22 20:43:58.585646 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20833 | 2024.11.22 20:43:58.586119 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20834 | 2024.11.22 20:43:58.586211 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20835 | 2024.11.22 20:43:58.586380 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.17 MiB. | ||
| 20836 | 2024.11.22 20:43:59.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.67 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 273.30 MiB (RSS), difference: -2.37 MiB | ||
| 20837 | 2024.11.22 20:43:59.281502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 20838 | 2024.11.22 20:43:59.304012 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20839 | 2024.11.22 20:43:59.304071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20840 | 2024.11.22 20:43:59.311637 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20841 | 2024.11.22 20:43:59.312428 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20842 | 2024.11.22 20:43:59.312888 [ 116 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20843 | 2024.11.22 20:43:59.313030 [ 116 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20844 | 2024.11.22 20:43:59.313122 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20845 | 2024.11.22 20:43:59.313661 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 20846 | 2024.11.22 20:43:59.328136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 20847 | 2024.11.22 20:43:59.329985 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20848 | 2024.11.22 20:43:59.331297 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 20849 | 2024.11.22 20:43:59.337347 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 20850 | 2024.11.22 20:43:59.343289 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
| 20851 | 2024.11.22 20:43:59.349541 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part | ||
| 20852 | 2024.11.22 20:43:59.356332 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 20853 | 2024.11.22 20:43:59.362607 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 20854 | 2024.11.22 20:43:59.449036 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.135755646 sec., 5333.111523037502 rows/sec., 27.58 MiB/sec. | ||
| 20855 | 2024.11.22 20:43:59.453647 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20856 | 2024.11.22 20:43:59.458239 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20857 | 2024.11.22 20:43:59.458383 [ 200 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_96_19} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20858 | 2024.11.22 20:43:59.460827 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20859 | 2024.11.22 20:44:00.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.39 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 273.30 MiB (RSS), difference: -1.09 MiB | ||
| 20860 | 2024.11.22 20:44:01.148282 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20861 | 2024.11.22 20:44:01.148464 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20862 | 2024.11.22 20:44:01.148534 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20863 | 2024.11.22 20:44:01.149315 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20864 | 2024.11.22 20:44:01.149360 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20865 | 2024.11.22 20:44:01.149775 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20866 | 2024.11.22 20:44:01.150019 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20867 | 2024.11.22 20:44:01.150262 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001845 sec., 30352.30352303523 rows/sec., 2.32 MiB/sec. | ||
| 20868 | 2024.11.22 20:44:01.150319 [ 5 ] {8bfc1432-83fa-4da9-9863-44dd2c4e1fec} <Debug> TCPHandler: Processed in 0.002162793 sec. | ||
| 20869 | 2024.11.22 20:44:01.150585 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20870 | 2024.11.22 20:44:01.150790 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20871 | 2024.11.22 20:44:01.150869 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20872 | 2024.11.22 20:44:01.151691 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20873 | 2024.11.22 20:44:01.151746 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20874 | 2024.11.22 20:44:01.152200 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20875 | 2024.11.22 20:44:01.152455 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20876 | 2024.11.22 20:44:01.152718 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001981 sec., 32306.915699141846 rows/sec., 2.52 MiB/sec. | ||
| 20877 | 2024.11.22 20:44:01.152794 [ 255 ] {d348e627-2035-4f5b-8fe1-a31997720092} <Debug> TCPHandler: Processed in 0.002345147 sec. | ||
| 20878 | 2024.11.22 20:44:01.153012 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20879 | 2024.11.22 20:44:01.153256 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20880 | 2024.11.22 20:44:01.153321 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20881 | 2024.11.22 20:44:01.153957 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20882 | 2024.11.22 20:44:01.154003 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20883 | 2024.11.22 20:44:01.154427 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20884 | 2024.11.22 20:44:01.154659 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20885 | 2024.11.22 20:44:01.154882 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00168 sec., 38095.23809523809 rows/sec., 2.65 MiB/sec. | ||
| 20886 | 2024.11.22 20:44:01.154934 [ 5 ] {dc145584-7ba6-4fa4-8f28-e138df4b0d84} <Debug> TCPHandler: Processed in 0.002045679 sec. | ||
| 20887 | 2024.11.22 20:44:01.155078 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20888 | 2024.11.22 20:44:01.155207 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20889 | 2024.11.22 20:44:01.155274 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20890 | 2024.11.22 20:44:01.155862 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20891 | 2024.11.22 20:44:01.155911 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20892 | 2024.11.22 20:44:01.156350 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20893 | 2024.11.22 20:44:01.156602 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20894 | 2024.11.22 20:44:01.156824 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001649 sec., 14554.275318374772 rows/sec., 1004.40 KiB/sec. | ||
| 20895 | 2024.11.22 20:44:01.156879 [ 255 ] {371abbbe-2d8a-45b3-89cc-4837d0b3ee5b} <Debug> TCPHandler: Processed in 0.001857135 sec. | ||
| 20896 | 2024.11.22 20:44:01.970057 [ 217 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20897 | 2024.11.22 20:44:01.970108 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20898 | 2024.11.22 20:44:01.971661 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20899 | 2024.11.22 20:44:02.082990 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20900 | 2024.11.22 20:44:02.083029 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20901 | 2024.11.22 20:44:02.084617 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20902 | 2024.11.22 20:44:03.410136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 20903 | 2024.11.22 20:44:03.410855 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20904 | 2024.11.22 20:44:03.410909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20905 | 2024.11.22 20:44:03.411450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20906 | 2024.11.22 20:44:03.411714 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20907 | 2024.11.22 20:44:03.411993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 20908 | 2024.11.22 20:44:06.144725 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20909 | 2024.11.22 20:44:06.145056 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) | ||
| 20910 | 2024.11.22 20:44:06.145586 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 20911 | 2024.11.22 20:44:06.145650 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE | ||
| 20912 | 2024.11.22 20:44:06.146111 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20913 | 2024.11.22 20:44:06.146192 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 20914 | 2024.11.22 20:44:06.146370 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
| 20915 | 2024.11.22 20:44:06.146591 [ 288 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 20916 | 2024.11.22 20:44:06.146738 [ 293 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 20917 | 2024.11.22 20:44:06.146820 [ 294 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 20918 | 2024.11.22 20:44:06.146806 [ 289 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 20919 | 2024.11.22 20:44:06.146786 [ 287 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 20920 | 2024.11.22 20:44:06.147057 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (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 | ||
| 20921 | 2024.11.22 20:44:06.147092 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 20922 | 2024.11.22 20:44:06.147245 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 20923 | 2024.11.22 20:44:06.147271 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (SelectExecutor): Reading approx. 65 rows with 4 streams | ||
| 20924 | 2024.11.22 20:44:06.147317 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" | ||
| 20925 | 2024.11.22 20:44:06.147370 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" | ||
| 20926 | 2024.11.22 20:44:06.147420 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" | ||
| 20927 | 2024.11.22 20:44:06.147468 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" | ||
| 20928 | 2024.11.22 20:44:06.149691 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> executeQuery: Read 65 rows, 2.39 KiB in 0.004806 sec., 13524.76071577195 rows/sec., 496.41 KiB/sec. | ||
| 20929 | 2024.11.22 20:44:06.149991 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> MemoryTracker: Peak memory usage (for query): 155.10 KiB. | ||
| 20930 | 2024.11.22 20:44:06.150014 [ 5 ] {35579534-e878-4eaa-9b9b-d13b21d24367} <Debug> TCPHandler: Processed in 0.005427383 sec. | ||
| 20931 | 2024.11.22 20:44:06.160856 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20932 | 2024.11.22 20:44:06.160993 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 20933 | 2024.11.22 20:44:06.161050 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 20934 | 2024.11.22 20:44:06.161835 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20935 | 2024.11.22 20:44:06.161883 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20936 | 2024.11.22 20:44:06.162416 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 20937 | 2024.11.22 20:44:06.162645 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20938 | 2024.11.22 20:44:06.162844 [ 102 ] {} <Debug> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 20939 | 2024.11.22 20:44:06.162907 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001945 sec., 514.1388174807198 rows/sec., 143.10 KiB/sec. | ||
| 20940 | 2024.11.22 20:44:06.162918 [ 102 ] {} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20941 | 2024.11.22 20:44:06.162990 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20942 | 2024.11.22 20:44:06.163047 [ 5 ] {a8866d04-6a00-4b60-b108-31179d2d1d05} <Debug> TCPHandler: Processed in 0.002255315 sec. | ||
| 20943 | 2024.11.22 20:44:06.163274 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::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 | ||
| 20944 | 2024.11.22 20:44:06.163413 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20945 | 2024.11.22 20:44:06.163706 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20946 | 2024.11.22 20:44:06.163747 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20947 | 2024.11.22 20:44:06.163795 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part | ||
| 20948 | 2024.11.22 20:44:06.163884 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20949 | 2024.11.22 20:44:06.164171 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
| 20950 | 2024.11.22 20:44:06.164471 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::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 | ||
| 20951 | 2024.11.22 20:44:06.164888 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::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 | ||
| 20952 | 2024.11.22 20:44:06.165354 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
| 20953 | 2024.11.22 20:44:06.165804 [ 193 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::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 | ||
| 20954 | 2024.11.22 20:44:06.167142 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20955 | 2024.11.22 20:44:06.167245 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20956 | 2024.11.22 20:44:06.168412 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 20957 | 2024.11.22 20:44:06.169020 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20958 | 2024.11.22 20:44:06.169870 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.006177 sec., 485.67265662943174 rows/sec., 36.05 KiB/sec. | ||
| 20959 | 2024.11.22 20:44:06.170345 [ 255 ] {e833f7b0-83a2-4b10-ba20-22ed316a2acb} <Debug> TCPHandler: Processed in 0.007131004 sec. | ||
| 20960 | 2024.11.22 20:44:06.170663 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20961 | 2024.11.22 20:44:06.170852 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20962 | 2024.11.22 20:44:06.170942 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20963 | 2024.11.22 20:44:06.172437 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20964 | 2024.11.22 20:44:06.172499 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20965 | 2024.11.22 20:44:06.173210 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20966 | 2024.11.22 20:44:06.173297 [ 189 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 6 columns (6 merged, 0 gathered) in 0.010207459 sec., 6563.827491249291 rows/sec., 1.04 MiB/sec. | ||
| 20967 | 2024.11.22 20:44:06.173457 [ 189 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 20968 | 2024.11.22 20:44:06.173563 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20969 | 2024.11.22 20:44:06.173886 [ 102 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20970 | 2024.11.22 20:44:06.173979 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Debug> executeQuery: Read 156 rows, 13.64 KiB in 0.003172 sec., 49180.32786885246 rows/sec., 4.20 MiB/sec. | ||
| 20971 | 2024.11.22 20:44:06.173986 [ 102 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20972 | 2024.11.22 20:44:06.174108 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20973 | 2024.11.22 20:44:06.174235 [ 5 ] {248cc1d9-b5fd-4f66-a1c0-fadd5c4801c1} <Debug> TCPHandler: Processed in 0.00368305 sec. | ||
| 20974 | 2024.11.22 20:44:06.174490 [ 189 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20975 | 2024.11.22 20:44:06.174719 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20976 | 2024.11.22 20:44:06.174950 [ 189 ] {b8470f1f-ec1a-44a7-af94-72c767b7f783::all_1_6_1} <Trace> oximeter.timeseries_schema (b8470f1f-ec1a-44a7-af94-72c767b7f783) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 20977 | 2024.11.22 20:44:06.174985 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20978 | 2024.11.22 20:44:06.175297 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 20979 | 2024.11.22 20:44:06.175664 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20980 | 2024.11.22 20:44:06.175763 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1450 rows starting from the beginning of the part | ||
| 20981 | 2024.11.22 20:44:06.176134 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 219 rows starting from the beginning of the part | ||
| 20982 | 2024.11.22 20:44:06.176683 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 146 rows starting from the beginning of the part | ||
| 20983 | 2024.11.22 20:44:06.176849 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20984 | 2024.11.22 20:44:06.177123 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 1380 rows starting from the beginning of the part | ||
| 20985 | 2024.11.22 20:44:06.177423 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part | ||
| 20986 | 2024.11.22 20:44:06.177636 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 156 rows starting from the beginning of the part | ||
| 20987 | 2024.11.22 20:44:06.177715 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20988 | 2024.11.22 20:44:06.179968 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20989 | 2024.11.22 20:44:06.180040 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 20990 | 2024.11.22 20:44:06.180920 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 20991 | 2024.11.22 20:44:06.181244 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20992 | 2024.11.22 20:44:06.181881 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007570525 sec., 450034.8390633411 rows/sec., 39.34 MiB/sec. | ||
| 20993 | 2024.11.22 20:44:06.181896 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Debug> executeQuery: Read 50 rows, 3.72 KiB in 0.006341 sec., 7885.191610156126 rows/sec., 586.92 KiB/sec. | ||
| 20994 | 2024.11.22 20:44:06.182034 [ 255 ] {be666c44-d13a-46bf-92f8-a5e6593e8b6f} <Debug> TCPHandler: Processed in 0.007643367 sec. | ||
| 20995 | 2024.11.22 20:44:06.182193 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20996 | 2024.11.22 20:44:06.182221 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20997 | 2024.11.22 20:44:06.182429 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20998 | 2024.11.22 20:44:06.182525 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20999 | 2024.11.22 20:44:06.182708 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21000 | 2024.11.22 20:44:06.182913 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_166_33} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21001 | 2024.11.22 20:44:06.183093 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 21002 | 2024.11.22 20:44:06.183629 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21003 | 2024.11.22 20:44:06.183676 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21004 | 2024.11.22 20:44:06.184064 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21005 | 2024.11.22 20:44:06.184306 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21006 | 2024.11.22 20:44:06.184504 [ 102 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 21007 | 2024.11.22 20:44:06.184531 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Debug> executeQuery: Read 132 rows, 10.35 KiB in 0.002162 sec., 61054.57909343201 rows/sec., 4.68 MiB/sec. | ||
| 21008 | 2024.11.22 20:44:06.184576 [ 102 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21009 | 2024.11.22 20:44:06.184648 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21010 | 2024.11.22 20:44:06.184679 [ 5 ] {9bc91f5a-55de-4ba7-bd6f-96bb4f65c5ba} <Debug> TCPHandler: Processed in 0.002532781 sec. | ||
| 21011 | 2024.11.22 20:44:06.185001 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 21012 | 2024.11.22 20:44:06.185009 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21013 | 2024.11.22 20:44:06.185628 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21014 | 2024.11.22 20:44:06.185696 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21015 | 2024.11.22 20:44:06.185864 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 925 rows starting from the beginning of the part | ||
| 21016 | 2024.11.22 20:44:06.185916 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21017 | 2024.11.22 20:44:06.186765 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 390 rows starting from the beginning of the part | ||
| 21018 | 2024.11.22 20:44:06.187146 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 118 rows starting from the beginning of the part | ||
| 21019 | 2024.11.22 20:44:06.187570 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 956 rows starting from the beginning of the part | ||
| 21020 | 2024.11.22 20:44:06.187799 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part | ||
| 21021 | 2024.11.22 20:44:06.188144 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 132 rows starting from the beginning of the part | ||
| 21022 | 2024.11.22 20:44:06.189219 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21023 | 2024.11.22 20:44:06.189303 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21024 | 2024.11.22 20:44:06.190253 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21025 | 2024.11.22 20:44:06.190697 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21026 | 2024.11.22 20:44:06.191035 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.005619 sec., 29008.720412884857 rows/sec., 2.02 MiB/sec. | ||
| 21027 | 2024.11.22 20:44:06.191387 [ 255 ] {49573715-3259-4b13-b05b-6388f1a20204} <Debug> TCPHandler: Processed in 0.00654157 sec. | ||
| 21028 | 2024.11.22 20:44:06.191620 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2585 rows, containing 5 columns (5 merged, 0 gathered) in 0.006869698 sec., 376290.19499838277 rows/sec., 28.91 MiB/sec. | ||
| 21029 | 2024.11.22 20:44:06.191635 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21030 | 2024.11.22 20:44:06.191829 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21031 | 2024.11.22 20:44:06.191877 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 21032 | 2024.11.22 20:44:06.192016 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <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 | ||
| 21033 | 2024.11.22 20:44:06.192553 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21034 | 2024.11.22 20:44:06.192837 [ 186 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_166_33} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21035 | 2024.11.22 20:44:06.193035 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 21036 | 2024.11.22 20:44:06.194042 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21037 | 2024.11.22 20:44:06.194087 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21038 | 2024.11.22 20:44:06.194820 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 21039 | 2024.11.22 20:44:06.195095 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21040 | 2024.11.22 20:44:06.195306 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.003536 sec., 13291.855203619909 rows/sec., 23.82 MiB/sec. | ||
| 21041 | 2024.11.22 20:44:06.195424 [ 5 ] {85113bc0-9588-4ed3-8fdc-067946cd1e8e} <Debug> TCPHandler: Processed in 0.003906456 sec. | ||
| 21042 | 2024.11.22 20:44:06.195586 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21043 | 2024.11.22 20:44:06.195718 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21044 | 2024.11.22 20:44:06.195774 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21045 | 2024.11.22 20:44:06.196303 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21046 | 2024.11.22 20:44:06.196345 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21047 | 2024.11.22 20:44:06.196739 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21048 | 2024.11.22 20:44:06.197003 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21049 | 2024.11.22 20:44:06.197247 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 21050 | 2024.11.22 20:44:06.197317 [ 255 ] {490ea2df-c3ed-4930-ae81-6f7de1d5c4a5} <Debug> TCPHandler: Processed in 0.001788724 sec. | ||
| 21051 | 2024.11.22 20:44:06.215468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 100 entries to flush up to offset 2906 | ||
| 21052 | 2024.11.22 20:44:06.221600 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21053 | 2024.11.22 20:44:06.221660 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21054 | 2024.11.22 20:44:06.224025 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21055 | 2024.11.22 20:44:06.224496 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21056 | 2024.11.22 20:44:06.226900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2906 | ||
| 21057 | 2024.11.22 20:44:06.829183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 21058 | 2024.11.22 20:44:06.853340 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21059 | 2024.11.22 20:44:06.853419 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 21060 | 2024.11.22 20:44:06.861049 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 21061 | 2024.11.22 20:44:06.861869 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21062 | 2024.11.22 20:44:06.866856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 21063 | 2024.11.22 20:44:06.890226 [ 223 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 21064 | 2024.11.22 20:44:06.890283 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 21065 | 2024.11.22 20:44:06.891835 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): 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] | ||
| 21066 | 2024.11.22 20:44:07.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.68 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 273.37 MiB (RSS), difference: -1.31 MiB | ||
| 21067 | 2024.11.22 20:44:07.387564 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 21068 | 2024.11.22 20:44:07.387627 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 21069 | 2024.11.22 20:44:07.389383 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): 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] | ||
| 21070 | 2024.11.22 20:44:10.581945 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21071 | 2024.11.22 20:44:10.582043 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21072 | 2024.11.22 20:44:10.913082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 21073 | 2024.11.22 20:44:10.913712 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21074 | 2024.11.22 20:44:10.913758 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21075 | 2024.11.22 20:44:10.914285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 21076 | 2024.11.22 20:44:10.914545 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21077 | 2024.11.22 20:44:10.914810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 21078 | 2024.11.22 20:44:11.070739 [ 224 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 5 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 21079 | 2024.11.22 20:44:11.070789 [ 224 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 21080 | 2024.11.22 20:44:11.072394 [ 224 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 21081 | 2024.11.22 20:44:11.157212 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21082 | 2024.11.22 20:44:11.157400 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21083 | 2024.11.22 20:44:11.157470 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21084 | 2024.11.22 20:44:11.158251 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21085 | 2024.11.22 20:44:11.158294 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21086 | 2024.11.22 20:44:11.158730 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21087 | 2024.11.22 20:44:11.158989 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21088 | 2024.11.22 20:44:11.159190 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 21089 | 2024.11.22 20:44:11.159291 [ 5 ] {8134563c-ee3c-49ab-9b74-2f3c6acaee3e} <Debug> TCPHandler: Processed in 0.002203474 sec. | ||
| 21090 | 2024.11.22 20:44:11.159553 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21091 | 2024.11.22 20:44:11.159722 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21092 | 2024.11.22 20:44:11.159791 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21093 | 2024.11.22 20:44:11.160685 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21094 | 2024.11.22 20:44:11.160729 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21095 | 2024.11.22 20:44:11.161160 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21096 | 2024.11.22 20:44:11.161410 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21097 | 2024.11.22 20:44:11.161638 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001964 sec., 111507.1283095723 rows/sec., 9.71 MiB/sec. | ||
| 21098 | 2024.11.22 20:44:11.161701 [ 255 ] {3b92276d-1fb8-4a3f-9077-19feb33006cf} <Debug> TCPHandler: Processed in 0.002275496 sec. | ||
| 21099 | 2024.11.22 20:44:11.161869 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21100 | 2024.11.22 20:44:11.162021 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21101 | 2024.11.22 20:44:11.162081 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21102 | 2024.11.22 20:44:11.162743 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21103 | 2024.11.22 20:44:11.162782 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21104 | 2024.11.22 20:44:11.163159 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21105 | 2024.11.22 20:44:11.163409 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21106 | 2024.11.22 20:44:11.163590 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.0016 sec., 9375 rows/sec., 661.01 KiB/sec. | ||
| 21107 | 2024.11.22 20:44:11.163644 [ 5 ] {26e3ecff-9746-4a1c-8a31-08fb6bebc361} <Debug> TCPHandler: Processed in 0.001845515 sec. | ||
| 21108 | 2024.11.22 20:44:11.163807 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21109 | 2024.11.22 20:44:11.163945 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21110 | 2024.11.22 20:44:11.164002 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21111 | 2024.11.22 20:44:11.164666 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21112 | 2024.11.22 20:44:11.164715 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21113 | 2024.11.22 20:44:11.165078 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21114 | 2024.11.22 20:44:11.165322 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21115 | 2024.11.22 20:44:11.165546 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec. | ||
| 21116 | 2024.11.22 20:44:11.165602 [ 255 ] {f5d5bd07-9882-4949-87d5-110d22f45dfd} <Debug> TCPHandler: Processed in 0.001862145 sec. | ||
| 21117 | 2024.11.22 20:44:11.165756 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21118 | 2024.11.22 20:44:11.165895 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21119 | 2024.11.22 20:44:11.165954 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21120 | 2024.11.22 20:44:11.166628 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21121 | 2024.11.22 20:44:11.166667 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21122 | 2024.11.22 20:44:11.167033 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21123 | 2024.11.22 20:44:11.167283 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21124 | 2024.11.22 20:44:11.167508 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec. | ||
| 21125 | 2024.11.22 20:44:11.167566 [ 5 ] {94237273-b34a-4f9b-8214-adeb2040bb66} <Debug> TCPHandler: Processed in 0.001878766 sec. | ||
| 21126 | 2024.11.22 20:44:11.167816 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21127 | 2024.11.22 20:44:11.167992 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21128 | 2024.11.22 20:44:11.168051 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21129 | 2024.11.22 20:44:11.168872 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21130 | 2024.11.22 20:44:11.168912 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21131 | 2024.11.22 20:44:11.169293 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21132 | 2024.11.22 20:44:11.169542 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21133 | 2024.11.22 20:44:11.169748 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001786 sec., 218365.06159014557 rows/sec., 15.49 MiB/sec. | ||
| 21134 | 2024.11.22 20:44:11.169804 [ 255 ] {439a1f31-73fa-435a-8814-86dda1c2add7} <Debug> TCPHandler: Processed in 0.002142483 sec. | ||
| 21135 | 2024.11.22 20:44:11.169948 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21136 | 2024.11.22 20:44:11.170065 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21137 | 2024.11.22 20:44:11.170119 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21138 | 2024.11.22 20:44:11.170612 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21139 | 2024.11.22 20:44:11.170649 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21140 | 2024.11.22 20:44:11.171038 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21141 | 2024.11.22 20:44:11.171278 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21142 | 2024.11.22 20:44:11.171465 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 21143 | 2024.11.22 20:44:11.171593 [ 5 ] {6683a35c-96f1-4e03-b18d-602187a43e07} <Debug> TCPHandler: Processed in 0.001702071 sec. | ||
| 21144 | 2024.11.22 20:44:11.171800 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21145 | 2024.11.22 20:44:11.171940 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21146 | 2024.11.22 20:44:11.172005 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21147 | 2024.11.22 20:44:11.172653 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21148 | 2024.11.22 20:44:11.172692 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21149 | 2024.11.22 20:44:11.173096 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21150 | 2024.11.22 20:44:11.173335 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21151 | 2024.11.22 20:44:11.173493 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_160_33 to all_165_165_0 | ||
| 21152 | 2024.11.22 20:44:11.173567 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21153 | 2024.11.22 20:44:11.173578 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
| 21154 | 2024.11.22 20:44:11.173604 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21155 | 2024.11.22 20:44:11.173710 [ 255 ] {785abb59-962e-409a-be00-c00f32fb3f11} <Debug> TCPHandler: Processed in 0.002015199 sec. | ||
| 21156 | 2024.11.22 20:44:11.173932 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21157 | 2024.11.22 20:44:11.173955 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_160_33 to all_165_165_0 into Compact with storage Full | ||
| 21158 | 2024.11.22 20:44:11.174158 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21159 | 2024.11.22 20:44:11.174309 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21160 | 2024.11.22 20:44:11.174322 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21161 | 2024.11.22 20:44:11.174439 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_160_33, total 44394 rows starting from the beginning of the part | ||
| 21162 | 2024.11.22 20:44:11.174859 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 160 rows starting from the beginning of the part | ||
| 21163 | 2024.11.22 20:44:11.175353 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 911 rows starting from the beginning of the part | ||
| 21164 | 2024.11.22 20:44:11.175463 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part | ||
| 21165 | 2024.11.22 20:44:11.176055 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 163 rows starting from the beginning of the part | ||
| 21166 | 2024.11.22 20:44:11.176339 [ 198 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 237 rows starting from the beginning of the part | ||
| 21167 | 2024.11.22 20:44:11.176904 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21168 | 2024.11.22 20:44:11.176985 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21169 | 2024.11.22 20:44:11.177804 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21170 | 2024.11.22 20:44:11.178109 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21171 | 2024.11.22 20:44:11.178504 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004413 sec., 226.60321776569225 rows/sec., 15.27 KiB/sec. | ||
| 21172 | 2024.11.22 20:44:11.178570 [ 5 ] {a077fcd5-d2ba-4cf7-b6c9-3b34e9769266} <Debug> TCPHandler: Processed in 0.004763357 sec. | ||
| 21173 | 2024.11.22 20:44:11.178786 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21174 | 2024.11.22 20:44:11.178999 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21175 | 2024.11.22 20:44:11.179252 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <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 | ||
| 21176 | 2024.11.22 20:44:11.181353 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21177 | 2024.11.22 20:44:11.181397 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21178 | 2024.11.22 20:44:11.182301 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21179 | 2024.11.22 20:44:11.182602 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21180 | 2024.11.22 20:44:11.182924 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003989 sec., 2005.515166708448 rows/sec., 3.59 MiB/sec. | ||
| 21181 | 2024.11.22 20:44:11.183207 [ 255 ] {72f8f8e4-230e-4e29-b4e4-652d1abaf20c} <Debug> TCPHandler: Processed in 0.004538501 sec. | ||
| 21182 | 2024.11.22 20:44:11.183385 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21183 | 2024.11.22 20:44:11.183556 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21184 | 2024.11.22 20:44:11.183695 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21185 | 2024.11.22 20:44:11.184792 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21186 | 2024.11.22 20:44:11.184834 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21187 | 2024.11.22 20:44:11.185285 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21188 | 2024.11.22 20:44:11.185539 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21189 | 2024.11.22 20:44:11.185875 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00237 sec., 34599.15611814346 rows/sec., 2.20 MiB/sec. | ||
| 21190 | 2024.11.22 20:44:11.185965 [ 5 ] {80011c14-ba5d-472d-b98c-81725015fe25} <Debug> TCPHandler: Processed in 0.002656734 sec. | ||
| 21191 | 2024.11.22 20:44:11.187768 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45929 rows, containing 5 columns (5 merged, 0 gathered) in 0.014019142 sec., 3276163.4057205496 rows/sec., 221.32 MiB/sec. | ||
| 21192 | 2024.11.22 20:44:11.188227 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Trace> MergedBlockOutputStream: filled checksums all_1_165_34 (state Temporary) | ||
| 21193 | 2024.11.22 20:44:11.188526 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_165_34 to all_1_165_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21194 | 2024.11.22 20:44:11.188607 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_165_34} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_160_33, all_165_165_0] -> all_1_165_34 | ||
| 21195 | 2024.11.22 20:44:11.188701 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 21196 | 2024.11.22 20:44:11.729213 [ 223 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 21197 | 2024.11.22 20:44:11.729295 [ 223 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 21198 | 2024.11.22 20:44:11.730968 [ 223 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 21199 | 2024.11.22 20:44:14.367894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 21200 | 2024.11.22 20:44:14.391824 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21201 | 2024.11.22 20:44:14.391887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21202 | 2024.11.22 20:44:14.399524 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 21203 | 2024.11.22 20:44:14.400332 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21204 | 2024.11.22 20:44:14.405017 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 21205 | 2024.11.22 20:44:16.156365 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21206 | 2024.11.22 20:44:16.156668 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21207 | 2024.11.22 20:44:16.156754 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21208 | 2024.11.22 20:44:16.157494 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21209 | 2024.11.22 20:44:16.157540 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21210 | 2024.11.22 20:44:16.157969 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 21211 | 2024.11.22 20:44:16.158229 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21212 | 2024.11.22 20:44:16.158417 [ 87 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 6 parts from all_1_30_7 to all_35_35_0 | ||
| 21213 | 2024.11.22 20:44:16.158491 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Debug> executeQuery: Read 9 rows, 729.00 B in 0.001904 sec., 4726.8907563025205 rows/sec., 373.90 KiB/sec. | ||
| 21214 | 2024.11.22 20:44:16.158500 [ 87 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21215 | 2024.11.22 20:44:16.158574 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21216 | 2024.11.22 20:44:16.158629 [ 5 ] {605d8e51-207e-4750-89d0-059303e94d81} <Debug> TCPHandler: Processed in 0.00245826 sec. | ||
| 21217 | 2024.11.22 20:44:16.158994 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21218 | 2024.11.22 20:44:16.159033 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_7 to all_35_35_0 into Compact with storage Full | ||
| 21219 | 2024.11.22 20:44:16.159489 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21220 | 2024.11.22 20:44:16.159509 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21221 | 2024.11.22 20:44:16.159560 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 18 rows starting from the beginning of the part | ||
| 21222 | 2024.11.22 20:44:16.159597 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21223 | 2024.11.22 20:44:16.159758 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 21224 | 2024.11.22 20:44:16.160033 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part | ||
| 21225 | 2024.11.22 20:44:16.160357 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 21226 | 2024.11.22 20:44:16.160596 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 3 rows starting from the beginning of the part | ||
| 21227 | 2024.11.22 20:44:16.160849 [ 188 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part | ||
| 21228 | 2024.11.22 20:44:16.161864 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21229 | 2024.11.22 20:44:16.161916 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21230 | 2024.11.22 20:44:16.162554 [ 197 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.003868734 sec., 12407.159551419147 rows/sec., 1.02 MiB/sec. | ||
| 21231 | 2024.11.22 20:44:16.162590 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21232 | 2024.11.22 20:44:16.162834 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Trace> MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) | ||
| 21233 | 2024.11.22 20:44:16.163046 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21234 | 2024.11.22 20:44:16.163456 [ 224 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21235 | 2024.11.22 20:44:16.163503 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21236 | 2024.11.22 20:44:16.163498 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Debug> executeQuery: Read 173 rows, 15.15 KiB in 0.004172 sec., 41466.92233940556 rows/sec., 3.55 MiB/sec. | ||
| 21237 | 2024.11.22 20:44:16.163516 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21238 | 2024.11.22 20:44:16.163840 [ 255 ] {73f02758-e774-4386-8dcf-b92e9dd158ff} <Debug> TCPHandler: Processed in 0.005073164 sec. | ||
| 21239 | 2024.11.22 20:44:16.163939 [ 199 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_35_8} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 6 parts: [all_1_30_7, all_35_35_0] -> all_1_35_8 | ||
| 21240 | 2024.11.22 20:44:16.164120 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21241 | 2024.11.22 20:44:16.164155 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 21242 | 2024.11.22 20:44:16.164360 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21243 | 2024.11.22 20:44:16.164495 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21244 | 2024.11.22 20:44:16.166038 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21245 | 2024.11.22 20:44:16.166104 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21246 | 2024.11.22 20:44:16.166867 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21247 | 2024.11.22 20:44:16.166990 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21248 | 2024.11.22 20:44:16.167357 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21249 | 2024.11.22 20:44:16.168047 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Debug> executeQuery: Read 63 rows, 4.67 KiB in 0.003735 sec., 16867.469879518074 rows/sec., 1.22 MiB/sec. | ||
| 21250 | 2024.11.22 20:44:16.168225 [ 5 ] {141a0077-495b-4799-aab9-926307feadd8} <Debug> TCPHandler: Processed in 0.004233623 sec. | ||
| 21251 | 2024.11.22 20:44:16.168425 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21252 | 2024.11.22 20:44:16.168574 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21253 | 2024.11.22 20:44:16.168636 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21254 | 2024.11.22 20:44:16.169430 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21255 | 2024.11.22 20:44:16.169479 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21256 | 2024.11.22 20:44:16.169902 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21257 | 2024.11.22 20:44:16.170139 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21258 | 2024.11.22 20:44:16.170351 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Debug> executeQuery: Read 154 rows, 12.13 KiB in 0.001815 sec., 84848.48484848485 rows/sec., 6.52 MiB/sec. | ||
| 21259 | 2024.11.22 20:44:16.170408 [ 255 ] {ccdab959-5ffd-4255-8ea0-3b30cb9047f1} <Debug> TCPHandler: Processed in 0.00205371 sec. | ||
| 21260 | 2024.11.22 20:44:16.170569 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21261 | 2024.11.22 20:44:16.170741 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21262 | 2024.11.22 20:44:16.170841 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21263 | 2024.11.22 20:44:16.171802 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21264 | 2024.11.22 20:44:16.171842 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21265 | 2024.11.22 20:44:16.172247 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21266 | 2024.11.22 20:44:16.172489 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21267 | 2024.11.22 20:44:16.172708 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Debug> executeQuery: Read 166 rows, 11.81 KiB in 0.002026 sec., 81934.84698914117 rows/sec., 5.69 MiB/sec. | ||
| 21268 | 2024.11.22 20:44:16.172768 [ 5 ] {a1742736-5e15-433e-a8b0-7375b05e1076} <Debug> TCPHandler: Processed in 0.002255855 sec. | ||
| 21269 | 2024.11.22 20:44:16.172985 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21270 | 2024.11.22 20:44:16.173332 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21271 | 2024.11.22 20:44:16.173536 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <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 | ||
| 21272 | 2024.11.22 20:44:16.174812 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21273 | 2024.11.22 20:44:16.174853 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21274 | 2024.11.22 20:44:16.175559 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21275 | 2024.11.22 20:44:16.175821 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21276 | 2024.11.22 20:44:16.176105 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002903 sec., 18601.446779193935 rows/sec., 33.33 MiB/sec. | ||
| 21277 | 2024.11.22 20:44:16.176287 [ 255 ] {57b33daf-dbe6-40b8-8432-feb4f9fbf82c} <Debug> TCPHandler: Processed in 0.003424854 sec. | ||
| 21278 | 2024.11.22 20:44:16.176664 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21279 | 2024.11.22 20:44:16.176928 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 21280 | 2024.11.22 20:44:16.177024 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 21281 | 2024.11.22 20:44:16.177803 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21282 | 2024.11.22 20:44:16.177842 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21283 | 2024.11.22 20:44:16.178215 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 21284 | 2024.11.22 20:44:16.178462 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21285 | 2024.11.22 20:44:16.178702 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001824 sec., 4934.210526315789 rows/sec., 348.54 KiB/sec. | ||
| 21286 | 2024.11.22 20:44:16.178778 [ 5 ] {f89bd7a1-5b6f-4107-9014-30b8ef66ce7e} <Debug> TCPHandler: Processed in 0.002371008 sec. | ||
| 21287 | 2024.11.22 20:44:16.178933 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21288 | 2024.11.22 20:44:16.179073 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21289 | 2024.11.22 20:44:16.179133 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21290 | 2024.11.22 20:44:16.179696 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21291 | 2024.11.22 20:44:16.179734 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21292 | 2024.11.22 20:44:16.180100 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21293 | 2024.11.22 20:44:16.180331 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21294 | 2024.11.22 20:44:16.180497 [ 87 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 21295 | 2024.11.22 20:44:16.180552 [ 87 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21296 | 2024.11.22 20:44:16.180571 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 21297 | 2024.11.22 20:44:16.180590 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21298 | 2024.11.22 20:44:16.180723 [ 255 ] {d6d6ec20-0ecd-4520-9ccf-290f5be8608e} <Debug> TCPHandler: Processed in 0.001855985 sec. | ||
| 21299 | 2024.11.22 20:44:16.180816 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 21300 | 2024.11.22 20:44:16.180950 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21301 | 2024.11.22 20:44:16.180987 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9738 rows starting from the beginning of the part | ||
| 21302 | 2024.11.22 20:44:16.181102 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 58 rows starting from the beginning of the part | ||
| 21303 | 2024.11.22 20:44:16.181286 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 24 rows starting from the beginning of the part | ||
| 21304 | 2024.11.22 20:44:16.181475 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part | ||
| 21305 | 2024.11.22 20:44:16.181664 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 82 rows starting from the beginning of the part | ||
| 21306 | 2024.11.22 20:44:16.181874 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part | ||
| 21307 | 2024.11.22 20:44:16.184701 [ 197 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10022 rows, containing 4 columns (4 merged, 0 gathered) in 0.003988687 sec., 2512606.278707755 rows/sec., 163.76 MiB/sec. | ||
| 21308 | 2024.11.22 20:44:16.185075 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 21309 | 2024.11.22 20:44:16.185577 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21310 | 2024.11.22 20:44:16.185707 [ 192 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_166_33} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21311 | 2024.11.22 20:44:16.185798 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
| 21312 | 2024.11.22 20:44:16.228373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2944 | ||
| 21313 | 2024.11.22 20:44:16.231518 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21314 | 2024.11.22 20:44:16.231564 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21315 | 2024.11.22 20:44:16.233080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21316 | 2024.11.22 20:44:16.233416 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21317 | 2024.11.22 20:44:16.233992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2944 | ||
| 21318 | 2024.11.22 20:44:17.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.99 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 273.38 MiB (RSS), difference: 3.40 MiB | ||
| 21319 | 2024.11.22 20:44:17.353516 [ 222 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21320 | 2024.11.22 20:44:17.353599 [ 222 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21321 | 2024.11.22 20:44:17.355655 [ 222 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21322 | 2024.11.22 20:44:18.415884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 21323 | 2024.11.22 20:44:18.416582 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21324 | 2024.11.22 20:44:18.416627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21325 | 2024.11.22 20:44:18.417183 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21326 | 2024.11.22 20:44:18.417443 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21327 | 2024.11.22 20:44:18.417712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 21328 | 2024.11.22 20:44:21.158614 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21329 | 2024.11.22 20:44:21.158820 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21330 | 2024.11.22 20:44:21.158893 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21331 | 2024.11.22 20:44:21.159644 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21332 | 2024.11.22 20:44:21.159685 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21333 | 2024.11.22 20:44:21.160117 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21334 | 2024.11.22 20:44:21.160379 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21335 | 2024.11.22 20:44:21.160583 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001819 sec., 7696.5365585486525 rows/sec., 554.05 KiB/sec. | ||
| 21336 | 2024.11.22 20:44:21.160655 [ 5 ] {33178697-0590-4563-b748-a467c1407f60} <Debug> TCPHandler: Processed in 0.002177193 sec. | ||
| 21337 | 2024.11.22 20:44:21.160949 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21338 | 2024.11.22 20:44:21.161173 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21339 | 2024.11.22 20:44:21.161260 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21340 | 2024.11.22 20:44:21.162224 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21341 | 2024.11.22 20:44:21.162283 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21342 | 2024.11.22 20:44:21.162778 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21343 | 2024.11.22 20:44:21.163050 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21344 | 2024.11.22 20:44:21.163318 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002204 sec., 99364.79128856625 rows/sec., 8.66 MiB/sec. | ||
| 21345 | 2024.11.22 20:44:21.163445 [ 255 ] {53d80841-5529-4098-8731-b9fc0e1d0133} <Debug> TCPHandler: Processed in 0.002647075 sec. | ||
| 21346 | 2024.11.22 20:44:21.163659 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21347 | 2024.11.22 20:44:21.163905 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21348 | 2024.11.22 20:44:21.163966 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21349 | 2024.11.22 20:44:21.164672 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21350 | 2024.11.22 20:44:21.164719 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21351 | 2024.11.22 20:44:21.165099 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21352 | 2024.11.22 20:44:21.165341 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21353 | 2024.11.22 20:44:21.165543 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001689 sec., 8880.994671403198 rows/sec., 626.18 KiB/sec. | ||
| 21354 | 2024.11.22 20:44:21.165596 [ 5 ] {783cfc30-caec-42b2-bd5a-dd8427119330} <Debug> TCPHandler: Processed in 0.002056431 sec. | ||
| 21355 | 2024.11.22 20:44:21.165751 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21356 | 2024.11.22 20:44:21.165902 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21357 | 2024.11.22 20:44:21.165966 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21358 | 2024.11.22 20:44:21.166676 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21359 | 2024.11.22 20:44:21.166724 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21360 | 2024.11.22 20:44:21.167106 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21361 | 2024.11.22 20:44:21.167355 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21362 | 2024.11.22 20:44:21.167498 [ 80 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 6 parts from all_1_68_14 to all_73_73_0 | ||
| 21363 | 2024.11.22 20:44:21.167542 [ 80 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21364 | 2024.11.22 20:44:21.167549 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 582.57 KiB/sec. | ||
| 21365 | 2024.11.22 20:44:21.167565 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21366 | 2024.11.22 20:44:21.167669 [ 255 ] {8b0deddc-8dab-4a64-943d-99926cd64350} <Debug> TCPHandler: Processed in 0.001978568 sec. | ||
| 21367 | 2024.11.22 20:44:21.167834 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_68_14 to all_73_73_0 into Compact with storage Full | ||
| 21368 | 2024.11.22 20:44:21.167948 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21369 | 2024.11.22 20:44:21.168051 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21370 | 2024.11.22 20:44:21.168098 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_14, total 243 rows starting from the beginning of the part | ||
| 21371 | 2024.11.22 20:44:21.168407 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 21372 | 2024.11.22 20:44:21.168472 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21373 | 2024.11.22 20:44:21.168648 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 21374 | 2024.11.22 20:44:21.168786 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21375 | 2024.11.22 20:44:21.169108 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 264 rows starting from the beginning of the part | ||
| 21376 | 2024.11.22 20:44:21.169464 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 21377 | 2024.11.22 20:44:21.169766 [ 190 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 21378 | 2024.11.22 20:44:21.171647 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21379 | 2024.11.22 20:44:21.171731 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21380 | 2024.11.22 20:44:21.172885 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21381 | 2024.11.22 20:44:21.172928 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 5 columns (5 merged, 0 gathered) in 0.005248568 sec., 107267.35368580534 rows/sec., 7.66 MiB/sec. | ||
| 21382 | 2024.11.22 20:44:21.173186 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Trace> MergedBlockOutputStream: filled checksums all_1_73_15 (state Temporary) | ||
| 21383 | 2024.11.22 20:44:21.173386 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21384 | 2024.11.22 20:44:21.173749 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005522 sec., 2354.2194856935894 rows/sec., 146.79 KiB/sec. | ||
| 21385 | 2024.11.22 20:44:21.173913 [ 5 ] {4c55797a-304a-475c-b8e1-e8d0b1f5aaea} <Debug> TCPHandler: Processed in 0.006134969 sec. | ||
| 21386 | 2024.11.22 20:44:21.173918 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_73_15 to all_1_73_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21387 | 2024.11.22 20:44:21.174087 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_73_15} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 6 parts: [all_1_68_14, all_73_73_0] -> all_1_73_15 | ||
| 21388 | 2024.11.22 20:44:21.174116 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21389 | 2024.11.22 20:44:21.174191 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 21390 | 2024.11.22 20:44:21.174282 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21391 | 2024.11.22 20:44:21.174344 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21392 | 2024.11.22 20:44:21.175231 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21393 | 2024.11.22 20:44:21.175270 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21394 | 2024.11.22 20:44:21.175726 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21395 | 2024.11.22 20:44:21.175972 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21396 | 2024.11.22 20:44:21.176155 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001908 sec., 204402.51572327045 rows/sec., 14.50 MiB/sec. | ||
| 21397 | 2024.11.22 20:44:21.176211 [ 255 ] {2857c9ed-3d22-416d-872b-96e585d99473} <Debug> TCPHandler: Processed in 0.002180904 sec. | ||
| 21398 | 2024.11.22 20:44:21.176414 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21399 | 2024.11.22 20:44:21.176642 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21400 | 2024.11.22 20:44:21.176738 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21401 | 2024.11.22 20:44:21.177283 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21402 | 2024.11.22 20:44:21.177323 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21403 | 2024.11.22 20:44:21.177700 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21404 | 2024.11.22 20:44:21.177949 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21405 | 2024.11.22 20:44:21.178109 [ 80 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 5 parts from all_68_68_0 to all_72_72_0 | ||
| 21406 | 2024.11.22 20:44:21.178163 [ 80 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21407 | 2024.11.22 20:44:21.178198 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21408 | 2024.11.22 20:44:21.178205 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec. | ||
| 21409 | 2024.11.22 20:44:21.178391 [ 221 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21410 | 2024.11.22 20:44:21.178412 [ 5 ] {c35ddd69-1e4e-4169-865d-dcd738ed0a22} <Debug> TCPHandler: Processed in 0.002106761 sec. | ||
| 21411 | 2024.11.22 20:44:21.178446 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21412 | 2024.11.22 20:44:21.178451 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_68_68_0 to all_72_72_0 into Compact with storage Full | ||
| 21413 | 2024.11.22 20:44:21.178672 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21414 | 2024.11.22 20:44:21.178831 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21415 | 2024.11.22 20:44:21.178929 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 21416 | 2024.11.22 20:44:21.179051 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21417 | 2024.11.22 20:44:21.179329 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 21418 | 2024.11.22 20:44:21.179515 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21419 | 2024.11.22 20:44:21.179786 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 21420 | 2024.11.22 20:44:21.180369 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 21421 | 2024.11.22 20:44:21.181096 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 21422 | 2024.11.22 20:44:21.184431 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21423 | 2024.11.22 20:44:21.184546 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21424 | 2024.11.22 20:44:21.185857 [ 197 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.007559655 sec., 3968.4350674733173 rows/sec., 207.34 KiB/sec. | ||
| 21425 | 2024.11.22 20:44:21.185969 [ 221 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21426 | 2024.11.22 20:44:21.186097 [ 192 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Trace> MergedBlockOutputStream: filled checksums all_68_72_1 (state Temporary) | ||
| 21427 | 2024.11.22 20:44:21.186327 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21428 | 2024.11.22 20:44:21.186966 [ 200 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_68_72_1 to all_68_72_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21429 | 2024.11.22 20:44:21.187099 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21430 | 2024.11.22 20:44:21.187326 [ 200 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_68_72_1} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 5 parts: [all_68_68_0, all_72_72_0] -> all_68_72_1 | ||
| 21431 | 2024.11.22 20:44:21.187648 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 21432 | 2024.11.22 20:44:21.187824 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.008921 sec., 26566.52841609685 rows/sec., 1.78 MiB/sec. | ||
| 21433 | 2024.11.22 20:44:21.187904 [ 255 ] {efc18775-df61-4fe9-b775-44d30f7d32bd} <Debug> TCPHandler: Processed in 0.009398289 sec. | ||
| 21434 | 2024.11.22 20:44:21.188214 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21435 | 2024.11.22 20:44:21.188355 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21436 | 2024.11.22 20:44:21.188418 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21437 | 2024.11.22 20:44:21.188977 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21438 | 2024.11.22 20:44:21.189017 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21439 | 2024.11.22 20:44:21.189380 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21440 | 2024.11.22 20:44:21.189620 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21441 | 2024.11.22 20:44:21.189834 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 21442 | 2024.11.22 20:44:21.189887 [ 5 ] {ae2387bd-48cc-482e-90a6-9ab13dd82dd0} <Debug> TCPHandler: Processed in 0.001740413 sec. | ||
| 21443 | 2024.11.22 20:44:21.190038 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21444 | 2024.11.22 20:44:21.190179 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21445 | 2024.11.22 20:44:21.190274 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <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 | ||
| 21446 | 2024.11.22 20:44:21.191475 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21447 | 2024.11.22 20:44:21.191513 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21448 | 2024.11.22 20:44:21.192154 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21449 | 2024.11.22 20:44:21.192422 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21450 | 2024.11.22 20:44:21.192623 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002478 sec., 3228.410008071025 rows/sec., 5.79 MiB/sec. | ||
| 21451 | 2024.11.22 20:44:21.192732 [ 255 ] {6f6d4e84-7503-4450-a427-49cd8c113f1d} <Debug> TCPHandler: Processed in 0.002759517 sec. | ||
| 21452 | 2024.11.22 20:44:21.192952 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21453 | 2024.11.22 20:44:21.193175 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21454 | 2024.11.22 20:44:21.193272 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21455 | 2024.11.22 20:44:21.194017 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21456 | 2024.11.22 20:44:21.194056 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21457 | 2024.11.22 20:44:21.194434 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21458 | 2024.11.22 20:44:21.194680 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21459 | 2024.11.22 20:44:21.194911 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001784 sec., 45964.125560538116 rows/sec., 2.92 MiB/sec. | ||
| 21460 | 2024.11.22 20:44:21.195010 [ 5 ] {58b829cb-b050-4515-8582-0af7c3471e11} <Debug> TCPHandler: Processed in 0.002164843 sec. | ||
| 21461 | 2024.11.22 20:44:21.906040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 21462 | 2024.11.22 20:44:21.930301 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21463 | 2024.11.22 20:44:21.930352 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21464 | 2024.11.22 20:44:21.937967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21465 | 2024.11.22 20:44:21.938771 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21466 | 2024.11.22 20:44:21.944223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 21467 | 2024.11.22 20:44:22.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.73 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 273.38 MiB (RSS), difference: -1.35 MiB | ||
| 21468 | 2024.11.22 20:44:22.185797 [ 225 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21469 | 2024.11.22 20:44:22.185879 [ 225 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21470 | 2024.11.22 20:44:22.188189 [ 225 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21471 | 2024.11.22 20:44:25.582114 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21472 | 2024.11.22 20:44:25.582212 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21473 | 2024.11.22 20:44:25.918797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 21474 | 2024.11.22 20:44:25.919451 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21475 | 2024.11.22 20:44:25.919495 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21476 | 2024.11.22 20:44:25.920031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21477 | 2024.11.22 20:44:25.920290 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21478 | 2024.11.22 20:44:25.920576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 21479 | 2024.11.22 20:44:26.150941 [ 222 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 21480 | 2024.11.22 20:44:26.151029 [ 222 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 21481 | 2024.11.22 20:44:26.153275 [ 222 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 21482 | 2024.11.22 20:44:26.155759 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21483 | 2024.11.22 20:44:26.155971 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21484 | 2024.11.22 20:44:26.156053 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21485 | 2024.11.22 20:44:26.156904 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21486 | 2024.11.22 20:44:26.156953 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21487 | 2024.11.22 20:44:26.157393 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 21488 | 2024.11.22 20:44:26.157648 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21489 | 2024.11.22 20:44:26.157887 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001973 sec., 1520.5271160669033 rows/sec., 112.85 KiB/sec. | ||
| 21490 | 2024.11.22 20:44:26.157970 [ 5 ] {6e7f2b67-65ea-46dd-b096-7352e0db04b7} <Debug> TCPHandler: Processed in 0.002348118 sec. | ||
| 21491 | 2024.11.22 20:44:26.158242 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21492 | 2024.11.22 20:44:26.158450 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21493 | 2024.11.22 20:44:26.158533 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21494 | 2024.11.22 20:44:26.159406 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21495 | 2024.11.22 20:44:26.159452 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21496 | 2024.11.22 20:44:26.159898 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21497 | 2024.11.22 20:44:26.160147 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21498 | 2024.11.22 20:44:26.160346 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Debug> executeQuery: Read 170 rows, 14.93 KiB in 0.001956 sec., 86912.0654396728 rows/sec., 7.46 MiB/sec. | ||
| 21499 | 2024.11.22 20:44:26.160415 [ 255 ] {82f5d61c-c0dd-4f3b-aaeb-0fe2efa3a710} <Debug> TCPHandler: Processed in 0.002315507 sec. | ||
| 21500 | 2024.11.22 20:44:26.160576 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21501 | 2024.11.22 20:44:26.160719 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21502 | 2024.11.22 20:44:26.160777 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21503 | 2024.11.22 20:44:26.161413 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21504 | 2024.11.22 20:44:26.161454 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21505 | 2024.11.22 20:44:26.161831 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21506 | 2024.11.22 20:44:26.162068 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21507 | 2024.11.22 20:44:26.162238 [ 68 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21508 | 2024.11.22 20:44:26.162305 [ 68 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21509 | 2024.11.22 20:44:26.162316 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Debug> executeQuery: Read 57 rows, 4.25 KiB in 0.00162 sec., 35185.18518518519 rows/sec., 2.56 MiB/sec. | ||
| 21510 | 2024.11.22 20:44:26.162338 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21511 | 2024.11.22 20:44:26.162469 [ 5 ] {029ac96a-5d70-4022-a13a-8d1e2a6f7b45} <Debug> TCPHandler: Processed in 0.001955388 sec. | ||
| 21512 | 2024.11.22 20:44:26.162570 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21513 | 2024.11.22 20:44:26.162650 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21514 | 2024.11.22 20:44:26.162725 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21515 | 2024.11.22 20:44:26.162776 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 78 rows starting from the beginning of the part | ||
| 21516 | 2024.11.22 20:44:26.162829 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21517 | 2024.11.22 20:44:26.162905 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 50 rows starting from the beginning of the part | ||
| 21518 | 2024.11.22 20:44:26.162962 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21519 | 2024.11.22 20:44:26.163300 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 15 rows starting from the beginning of the part | ||
| 21520 | 2024.11.22 20:44:26.163777 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 63 rows starting from the beginning of the part | ||
| 21521 | 2024.11.22 20:44:26.164041 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 15 rows starting from the beginning of the part | ||
| 21522 | 2024.11.22 20:44:26.164367 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 57 rows starting from the beginning of the part | ||
| 21523 | 2024.11.22 20:44:26.165377 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21524 | 2024.11.22 20:44:26.165422 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21525 | 2024.11.22 20:44:26.166008 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21526 | 2024.11.22 20:44:26.166032 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.003571247 sec., 77843.9575868037 rows/sec., 5.89 MiB/sec. | ||
| 21527 | 2024.11.22 20:44:26.166148 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21528 | 2024.11.22 20:44:26.166298 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21529 | 2024.11.22 20:44:26.166491 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21530 | 2024.11.22 20:44:26.166586 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Debug> executeQuery: Read 139 rows, 10.91 KiB in 0.003794 sec., 36636.79493937796 rows/sec., 2.81 MiB/sec. | ||
| 21531 | 2024.11.22 20:44:26.166616 [ 192 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_146_29} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21532 | 2024.11.22 20:44:26.166777 [ 255 ] {d1e44eb5-74e1-4d8a-a4b3-1522c2cc7331} <Debug> TCPHandler: Processed in 0.004202083 sec. | ||
| 21533 | 2024.11.22 20:44:26.166785 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 21534 | 2024.11.22 20:44:26.167017 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21535 | 2024.11.22 20:44:26.167360 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21536 | 2024.11.22 20:44:26.167488 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21537 | 2024.11.22 20:44:26.168140 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21538 | 2024.11.22 20:44:26.168179 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21539 | 2024.11.22 20:44:26.168591 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21540 | 2024.11.22 20:44:26.168838 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21541 | 2024.11.22 20:44:26.169049 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001812 sec., 89955.84988962472 rows/sec., 6.25 MiB/sec. | ||
| 21542 | 2024.11.22 20:44:26.169104 [ 5 ] {bd65c40f-8baf-4d78-aff3-6dbe17fb113a} <Debug> TCPHandler: Processed in 0.002225585 sec. | ||
| 21543 | 2024.11.22 20:44:26.169256 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21544 | 2024.11.22 20:44:26.169379 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21545 | 2024.11.22 20:44:26.169463 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <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 | ||
| 21546 | 2024.11.22 20:44:26.170725 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21547 | 2024.11.22 20:44:26.170762 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21548 | 2024.11.22 20:44:26.171487 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21549 | 2024.11.22 20:44:26.171745 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21550 | 2024.11.22 20:44:26.171886 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21551 | 2024.11.22 20:44:26.171928 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21552 | 2024.11.22 20:44:26.171956 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21553 | 2024.11.22 20:44:26.171959 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002606 sec., 20721.412125863393 rows/sec., 37.13 MiB/sec. | ||
| 21554 | 2024.11.22 20:44:26.172215 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21555 | 2024.11.22 20:44:26.172339 [ 255 ] {399bc87c-2857-46d0-9c21-89786cc37d95} <Debug> TCPHandler: Processed in 0.003140137 sec. | ||
| 21556 | 2024.11.22 20:44:26.172786 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21557 | 2024.11.22 20:44:26.173376 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21558 | 2024.11.22 20:44:26.173648 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21559 | 2024.11.22 20:44:26.173864 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21560 | 2024.11.22 20:44:26.174237 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2856 rows starting from the beginning of the part | ||
| 21561 | 2024.11.22 20:44:26.175029 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 47 rows starting from the beginning of the part | ||
| 21562 | 2024.11.22 20:44:26.175670 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 8 rows starting from the beginning of the part | ||
| 21563 | 2024.11.22 20:44:26.176439 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 54 rows starting from the beginning of the part | ||
| 21564 | 2024.11.22 20:44:26.176458 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21565 | 2024.11.22 20:44:26.176543 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21566 | 2024.11.22 20:44:26.177097 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 8 rows starting from the beginning of the part | ||
| 21567 | 2024.11.22 20:44:26.177768 [ 196 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 54 rows starting from the beginning of the part | ||
| 21568 | 2024.11.22 20:44:26.178213 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21569 | 2024.11.22 20:44:26.178833 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21570 | 2024.11.22 20:44:26.179370 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006187 sec., 9697.753353806369 rows/sec., 669.25 KiB/sec. | ||
| 21571 | 2024.11.22 20:44:26.179603 [ 5 ] {e9284c4d-7db5-49a1-b96f-914b7dcfcfae} <Debug> TCPHandler: Processed in 0.007096984 sec. | ||
| 21572 | 2024.11.22 20:44:26.188495 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3027 rows, containing 19 columns (19 merged, 0 gathered) in 0.016464572 sec., 183849.29775277487 rows/sec., 329.28 MiB/sec. | ||
| 21573 | 2024.11.22 20:44:26.191249 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21574 | 2024.11.22 20:44:26.191686 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21575 | 2024.11.22 20:44:26.191773 [ 201 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21576 | 2024.11.22 20:44:26.191928 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.69 MiB. | ||
| 21577 | 2024.11.22 20:44:26.235276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2980 | ||
| 21578 | 2024.11.22 20:44:26.238721 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21579 | 2024.11.22 20:44:26.238777 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21580 | 2024.11.22 20:44:26.240401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21581 | 2024.11.22 20:44:26.240740 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21582 | 2024.11.22 20:44:26.241423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2980 | ||
| 21583 | 2024.11.22 20:44:26.381890 [ 220 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 21584 | 2024.11.22 20:44:26.381930 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 21585 | 2024.11.22 20:44:26.383531 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 21586 | 2024.11.22 20:44:26.923647 [ 217 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21587 | 2024.11.22 20:44:26.923725 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21588 | 2024.11.22 20:44:26.925380 [ 217 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21589 | 2024.11.22 20:44:27.628408 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21590 | 2024.11.22 20:44:27.628481 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21591 | 2024.11.22 20:44:27.630282 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21592 | 2024.11.22 20:44:28.419956 [ 225 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 21593 | 2024.11.22 20:44:28.420024 [ 225 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 21594 | 2024.11.22 20:44:28.422190 [ 225 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 21595 | 2024.11.22 20:44:28.556445 [ 46 ] {} <Debug> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 21596 | 2024.11.22 20:44:28.556550 [ 46 ] {} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21597 | 2024.11.22 20:44:28.556594 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21598 | 2024.11.22 20:44:28.556853 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::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 | ||
| 21599 | 2024.11.22 20:44:28.557179 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21600 | 2024.11.22 20:44:28.557259 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::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 | ||
| 21601 | 2024.11.22 20:44:28.557415 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::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 | ||
| 21602 | 2024.11.22 20:44:28.557669 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 21603 | 2024.11.22 20:44:28.557870 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 21604 | 2024.11.22 20:44:28.558088 [ 194 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::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 | ||
| 21605 | 2024.11.22 20:44:28.559215 [ 189 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002516081 sec., 20269.617711035535 rows/sec., 1.44 MiB/sec. | ||
| 21606 | 2024.11.22 20:44:28.559416 [ 189 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 21607 | 2024.11.22 20:44:28.559787 [ 189 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21608 | 2024.11.22 20:44:28.559887 [ 189 ] {e7a30bd6-8aa0-4a98-8af3-956715e9594e::all_1_5_1} <Trace> oximeter.measurements_i64 (e7a30bd6-8aa0-4a98-8af3-956715e9594e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 21609 | 2024.11.22 20:44:28.559996 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21610 | 2024.11.22 20:44:29.000209 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.24 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.22 MiB (RSS), difference: 3.97 MiB | ||
| 21611 | 2024.11.22 20:44:29.170191 [ 222 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21612 | 2024.11.22 20:44:29.170269 [ 222 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21613 | 2024.11.22 20:44:29.171963 [ 222 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21614 | 2024.11.22 20:44:29.234070 [ 223 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21615 | 2024.11.22 20:44:29.234144 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21616 | 2024.11.22 20:44:29.236093 [ 223 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21617 | 2024.11.22 20:44:29.445667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 21618 | 2024.11.22 20:44:29.451038 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21619 | 2024.11.22 20:44:29.451417 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21620 | 2024.11.22 20:44:29.451560 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21621 | 2024.11.22 20:44:29.454710 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21622 | 2024.11.22 20:44:29.454818 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21623 | 2024.11.22 20:44:29.456127 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21624 | 2024.11.22 20:44:29.457259 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21625 | 2024.11.22 20:44:29.458139 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006823 sec., 2051.8833357760514 rows/sec., 147.71 KiB/sec. | ||
| 21626 | 2024.11.22 20:44:29.458185 [ 56 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21627 | 2024.11.22 20:44:29.458475 [ 5 ] {d1a31b30-eed2-47ad-9f70-120d42a2be5a} <Debug> TCPHandler: Processed in 0.007829521 sec. | ||
| 21628 | 2024.11.22 20:44:29.458525 [ 56 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21629 | 2024.11.22 20:44:29.458656 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21630 | 2024.11.22 20:44:29.458880 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21631 | 2024.11.22 20:44:29.459121 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21632 | 2024.11.22 20:44:29.459431 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21633 | 2024.11.22 20:44:29.459644 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21634 | 2024.11.22 20:44:29.460354 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21635 | 2024.11.22 20:44:29.460565 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 14 rows starting from the beginning of the part | ||
| 21636 | 2024.11.22 20:44:29.461261 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 21637 | 2024.11.22 20:44:29.461751 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 21638 | 2024.11.22 20:44:29.462223 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 21639 | 2024.11.22 20:44:29.462721 [ 195 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 21640 | 2024.11.22 20:44:29.464564 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21641 | 2024.11.22 20:44:29.464668 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21642 | 2024.11.22 20:44:29.466605 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 21643 | 2024.11.22 20:44:29.467851 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21644 | 2024.11.22 20:44:29.469066 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.01021907 sec., 6849.938399482536 rows/sec., 519.86 KiB/sec. | ||
| 21645 | 2024.11.22 20:44:29.469404 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.010169 sec., 983.3808634083981 rows/sec., 80.19 KiB/sec. | ||
| 21646 | 2024.11.22 20:44:29.469527 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21647 | 2024.11.22 20:44:29.469854 [ 255 ] {a5a94f73-f67d-4009-a346-ced6a2005391} <Debug> TCPHandler: Processed in 0.011183914 sec. | ||
| 21648 | 2024.11.22 20:44:29.470105 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21649 | 2024.11.22 20:44:29.470377 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21650 | 2024.11.22 20:44:29.470697 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21651 | 2024.11.22 20:44:29.470971 [ 189 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_73_18} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21652 | 2024.11.22 20:44:29.470987 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21653 | 2024.11.22 20:44:29.471413 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 21654 | 2024.11.22 20:44:29.476251 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21655 | 2024.11.22 20:44:29.476343 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21656 | 2024.11.22 20:44:29.478476 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21657 | 2024.11.22 20:44:29.479412 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21658 | 2024.11.22 20:44:29.479983 [ 56 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21659 | 2024.11.22 20:44:29.480124 [ 56 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21660 | 2024.11.22 20:44:29.480242 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21661 | 2024.11.22 20:44:29.480250 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.009687 sec., 140807.26747186953 rows/sec., 11.70 MiB/sec. | ||
| 21662 | 2024.11.22 20:44:29.480587 [ 5 ] {3645cbb6-e928-4901-a93c-e95e7e312e47} <Debug> TCPHandler: Processed in 0.010582569 sec. | ||
| 21663 | 2024.11.22 20:44:29.480721 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21664 | 2024.11.22 20:44:29.481363 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21665 | 2024.11.22 20:44:29.481413 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21666 | 2024.11.22 20:44:29.481881 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1490 rows starting from the beginning of the part | ||
| 21667 | 2024.11.22 20:44:29.481914 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21668 | 2024.11.22 20:44:29.482211 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21669 | 2024.11.22 20:44:29.482304 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 219 rows starting from the beginning of the part | ||
| 21670 | 2024.11.22 20:44:29.482786 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 173 rows starting from the beginning of the part | ||
| 21671 | 2024.11.22 20:44:29.483216 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 219 rows starting from the beginning of the part | ||
| 21672 | 2024.11.22 20:44:29.483676 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 170 rows starting from the beginning of the part | ||
| 21673 | 2024.11.22 20:44:29.484041 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 1364 rows starting from the beginning of the part | ||
| 21674 | 2024.11.22 20:44:29.487135 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21675 | 2024.11.22 20:44:29.487240 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21676 | 2024.11.22 20:44:29.488814 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21677 | 2024.11.22 20:44:29.489755 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21678 | 2024.11.22 20:44:29.489873 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3635 rows, containing 5 columns (5 merged, 0 gathered) in 0.009465251 sec., 384036.30289360526 rows/sec., 33.70 MiB/sec. | ||
| 21679 | 2024.11.22 20:44:29.490297 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21680 | 2024.11.22 20:44:29.490533 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.008788 sec., 2844.7883477469272 rows/sec., 199.80 KiB/sec. | ||
| 21681 | 2024.11.22 20:44:29.490930 [ 255 ] {36ce64ff-f11a-4bea-a04c-59a9b551271c} <Debug> TCPHandler: Processed in 0.010185969 sec. | ||
| 21682 | 2024.11.22 20:44:29.491163 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21683 | 2024.11.22 20:44:29.491224 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21684 | 2024.11.22 20:44:29.491505 [ 189 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_171_34} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21685 | 2024.11.22 20:44:29.491673 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21686 | 2024.11.22 20:44:29.491797 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 21687 | 2024.11.22 20:44:29.491889 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21688 | 2024.11.22 20:44:29.495429 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21689 | 2024.11.22 20:44:29.495510 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21690 | 2024.11.22 20:44:29.496788 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21691 | 2024.11.22 20:44:29.497465 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21692 | 2024.11.22 20:44:29.498174 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006664 sec., 36314.52581032413 rows/sec., 2.46 MiB/sec. | ||
| 21693 | 2024.11.22 20:44:29.498477 [ 5 ] {94a61f62-0208-4841-bc57-d0d2a3b514dd} <Debug> TCPHandler: Processed in 0.007404361 sec. | ||
| 21694 | 2024.11.22 20:44:29.498838 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21695 | 2024.11.22 20:44:29.499245 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21696 | 2024.11.22 20:44:29.499377 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21697 | 2024.11.22 20:44:29.501923 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21698 | 2024.11.22 20:44:29.502002 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21699 | 2024.11.22 20:44:29.502703 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21700 | 2024.11.22 20:44:29.503047 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21701 | 2024.11.22 20:44:29.503285 [ 53 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21702 | 2024.11.22 20:44:29.503370 [ 53 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21703 | 2024.11.22 20:44:29.503426 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21704 | 2024.11.22 20:44:29.503450 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0043 sec., 3023.2558139534885 rows/sec., 188.50 KiB/sec. | ||
| 21705 | 2024.11.22 20:44:29.503809 [ 255 ] {44e7ee99-ba68-40da-a329-2459abf9454a} <Debug> TCPHandler: Processed in 0.005177627 sec. | ||
| 21706 | 2024.11.22 20:44:29.503853 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21707 | 2024.11.22 20:44:29.504073 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21708 | 2024.11.22 20:44:29.504243 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21709 | 2024.11.22 20:44:29.504372 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 13 rows starting from the beginning of the part | ||
| 21710 | 2024.11.22 20:44:29.504535 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21711 | 2024.11.22 20:44:29.504845 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 13 rows starting from the beginning of the part | ||
| 21712 | 2024.11.22 20:44:29.504857 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21713 | 2024.11.22 20:44:29.505329 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part | ||
| 21714 | 2024.11.22 20:44:29.505818 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part | ||
| 21715 | 2024.11.22 20:44:29.506477 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part | ||
| 21716 | 2024.11.22 20:44:29.510715 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21717 | 2024.11.22 20:44:29.510873 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21718 | 2024.11.22 20:44:29.511738 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00818132 sec., 7944.928202294984 rows/sec., 526.40 KiB/sec. | ||
| 21719 | 2024.11.22 20:44:29.512044 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21720 | 2024.11.22 20:44:29.512985 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21721 | 2024.11.22 20:44:29.513277 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_73_18} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21722 | 2024.11.22 20:44:29.513501 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21723 | 2024.11.22 20:44:29.513515 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21724 | 2024.11.22 20:44:29.515084 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21725 | 2024.11.22 20:44:29.515509 [ 53 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21726 | 2024.11.22 20:44:29.515667 [ 53 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21727 | 2024.11.22 20:44:29.515750 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21728 | 2024.11.22 20:44:29.515988 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.011601 sec., 73786.74252219636 rows/sec., 5.34 MiB/sec. | ||
| 21729 | 2024.11.22 20:44:29.516210 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21730 | 2024.11.22 20:44:29.516318 [ 5 ] {cee518ec-d451-4575-a74b-4a6cdbd9ee96} <Debug> TCPHandler: Processed in 0.012378922 sec. | ||
| 21731 | 2024.11.22 20:44:29.516945 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21732 | 2024.11.22 20:44:29.517111 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1061 rows starting from the beginning of the part | ||
| 21733 | 2024.11.22 20:44:29.517350 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21734 | 2024.11.22 20:44:29.517516 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 390 rows starting from the beginning of the part | ||
| 21735 | 2024.11.22 20:44:29.517967 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 154 rows starting from the beginning of the part | ||
| 21736 | 2024.11.22 20:44:29.518077 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21737 | 2024.11.22 20:44:29.518391 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 390 rows starting from the beginning of the part | ||
| 21738 | 2024.11.22 20:44:29.518498 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21739 | 2024.11.22 20:44:29.518744 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 139 rows starting from the beginning of the part | ||
| 21740 | 2024.11.22 20:44:29.519226 [ 191 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 856 rows starting from the beginning of the part | ||
| 21741 | 2024.11.22 20:44:29.522976 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21742 | 2024.11.22 20:44:29.523054 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21743 | 2024.11.22 20:44:29.524807 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21744 | 2024.11.22 20:44:29.525450 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21745 | 2024.11.22 20:44:29.527305 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2990 rows, containing 5 columns (5 merged, 0 gathered) in 0.011375138 sec., 262853.9539476356 rows/sec., 20.09 MiB/sec. | ||
| 21746 | 2024.11.22 20:44:29.527467 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.009781 sec., 613.4342091810654 rows/sec., 32.05 KiB/sec. | ||
| 21747 | 2024.11.22 20:44:29.527646 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21748 | 2024.11.22 20:44:29.527942 [ 255 ] {ad3089d6-99bd-466b-8847-1fc56db981e3} <Debug> TCPHandler: Processed in 0.010822925 sec. | ||
| 21749 | 2024.11.22 20:44:29.528314 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21750 | 2024.11.22 20:44:29.528726 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21751 | 2024.11.22 20:44:29.529062 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21752 | 2024.11.22 20:44:29.529125 [ 190 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_171_34} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21753 | 2024.11.22 20:44:29.529482 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 21754 | 2024.11.22 20:44:29.529473 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21755 | 2024.11.22 20:44:29.529578 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21756 | 2024.11.22 20:44:29.529750 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21757 | 2024.11.22 20:44:29.533945 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21758 | 2024.11.22 20:44:29.534085 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21759 | 2024.11.22 20:44:29.536274 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21760 | 2024.11.22 20:44:29.537088 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21761 | 2024.11.22 20:44:29.537167 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21762 | 2024.11.22 20:44:29.537928 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.009185 sec., 101252.04137180184 rows/sec., 6.76 MiB/sec. | ||
| 21763 | 2024.11.22 20:44:29.538325 [ 5 ] {0e491859-ba2b-45c7-95fd-e22bd84476f9} <Debug> TCPHandler: Processed in 0.010215489 sec. | ||
| 21764 | 2024.11.22 20:44:29.538628 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21765 | 2024.11.22 20:44:29.539130 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21766 | 2024.11.22 20:44:29.539341 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21767 | 2024.11.22 20:44:29.543231 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21768 | 2024.11.22 20:44:29.543404 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21769 | 2024.11.22 20:44:29.545391 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21770 | 2024.11.22 20:44:29.546101 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21771 | 2024.11.22 20:44:29.546315 [ 53 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 21772 | 2024.11.22 20:44:29.546414 [ 53 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21773 | 2024.11.22 20:44:29.546490 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21774 | 2024.11.22 20:44:29.546703 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007682 sec., 130.17443374121322 rows/sec., 8.77 KiB/sec. | ||
| 21775 | 2024.11.22 20:44:29.546979 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 21776 | 2024.11.22 20:44:29.547123 [ 255 ] {2ce4a9d8-f3d4-434d-8e22-fa4a84ed8be7} <Debug> TCPHandler: Processed in 0.008690982 sec. | ||
| 21777 | 2024.11.22 20:44:29.547489 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21778 | 2024.11.22 20:44:29.547490 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21779 | 2024.11.22 20:44:29.547578 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 69 rows starting from the beginning of the part | ||
| 21780 | 2024.11.22 20:44:29.547962 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 21781 | 2024.11.22 20:44:29.548103 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21782 | 2024.11.22 20:44:29.548475 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
| 21783 | 2024.11.22 20:44:29.548649 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <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 | ||
| 21784 | 2024.11.22 20:44:29.549081 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 21785 | 2024.11.22 20:44:29.549761 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
| 21786 | 2024.11.22 20:44:29.550452 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part | ||
| 21787 | 2024.11.22 20:44:29.556404 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 74 rows, containing 4 columns (4 merged, 0 gathered) in 0.009742948 sec., 7595.237088404865 rows/sec., 511.39 KiB/sec. | ||
| 21788 | 2024.11.22 20:44:29.556764 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 21789 | 2024.11.22 20:44:29.557766 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21790 | 2024.11.22 20:44:29.558191 [ 190 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_74_16} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 21791 | 2024.11.22 20:44:29.558506 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 21792 | 2024.11.22 20:44:29.559593 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21793 | 2024.11.22 20:44:29.559846 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21794 | 2024.11.22 20:44:29.565883 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21795 | 2024.11.22 20:44:29.566903 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21796 | 2024.11.22 20:44:29.568019 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.020118 sec., 397.6538423302515 rows/sec., 729.68 KiB/sec. | ||
| 21797 | 2024.11.22 20:44:29.568747 [ 5 ] {adb62c21-b52b-4ad9-aac9-ccd59ee9ca7e} <Debug> TCPHandler: Processed in 0.021479494 sec. | ||
| 21798 | 2024.11.22 20:44:29.569328 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21799 | 2024.11.22 20:44:29.569835 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21800 | 2024.11.22 20:44:29.570005 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21801 | 2024.11.22 20:44:29.572792 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21802 | 2024.11.22 20:44:29.572846 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21803 | 2024.11.22 20:44:29.576447 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21804 | 2024.11.22 20:44:29.576801 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21805 | 2024.11.22 20:44:29.577115 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.007453 sec., 9392.191064001074 rows/sec., 604.44 KiB/sec. | ||
| 21806 | 2024.11.22 20:44:29.577473 [ 255 ] {8fd5bd84-81ea-49ab-ab9e-0cb9b032438c} <Debug> TCPHandler: Processed in 0.008461766 sec. | ||
| 21807 | 2024.11.22 20:44:29.580018 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21808 | 2024.11.22 20:44:29.580125 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21809 | 2024.11.22 20:44:29.600853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21810 | 2024.11.22 20:44:29.603964 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21811 | 2024.11.22 20:44:29.615894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 21812 | 2024.11.22 20:44:30.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.71 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.22 MiB (RSS), difference: -1.50 MiB | ||
| 21813 | 2024.11.22 20:44:30.347619 [ 224 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21814 | 2024.11.22 20:44:30.347673 [ 224 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21815 | 2024.11.22 20:44:30.348940 [ 224 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21816 | 2024.11.22 20:44:31.146246 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21817 | 2024.11.22 20:44:31.146462 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21818 | 2024.11.22 20:44:31.146543 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21819 | 2024.11.22 20:44:31.147383 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21820 | 2024.11.22 20:44:31.147429 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21821 | 2024.11.22 20:44:31.147861 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21822 | 2024.11.22 20:44:31.148112 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21823 | 2024.11.22 20:44:31.148357 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.19 MiB/sec. | ||
| 21824 | 2024.11.22 20:44:31.148417 [ 5 ] {047220ed-4d64-4977-afbb-8953b60f3b80} <Debug> TCPHandler: Processed in 0.002307926 sec. | ||
| 21825 | 2024.11.22 20:44:31.148715 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21826 | 2024.11.22 20:44:31.148917 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21827 | 2024.11.22 20:44:31.148992 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21828 | 2024.11.22 20:44:31.149784 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21829 | 2024.11.22 20:44:31.149839 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21830 | 2024.11.22 20:44:31.150296 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21831 | 2024.11.22 20:44:31.150549 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21832 | 2024.11.22 20:44:31.150790 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.59 MiB/sec. | ||
| 21833 | 2024.11.22 20:44:31.150860 [ 255 ] {a1afcba2-92d5-4e73-a010-c1835ada28f7} <Debug> TCPHandler: Processed in 0.002321187 sec. | ||
| 21834 | 2024.11.22 20:44:31.151032 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21835 | 2024.11.22 20:44:31.151158 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21836 | 2024.11.22 20:44:31.151213 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21837 | 2024.11.22 20:44:31.151783 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21838 | 2024.11.22 20:44:31.151824 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21839 | 2024.11.22 20:44:31.152215 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21840 | 2024.11.22 20:44:31.152464 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21841 | 2024.11.22 20:44:31.152660 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_165_34 to all_169_169_0 | ||
| 21842 | 2024.11.22 20:44:31.152687 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 1.43 MiB/sec. | ||
| 21843 | 2024.11.22 20:44:31.152746 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21844 | 2024.11.22 20:44:31.152807 [ 5 ] {1375274b-1a49-4bf4-852e-559634b1865d} <Debug> TCPHandler: Processed in 0.001830085 sec. | ||
| 21845 | 2024.11.22 20:44:31.152815 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21846 | 2024.11.22 20:44:31.153059 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21847 | 2024.11.22 20:44:31.153132 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_165_34 to all_169_169_0 into Compact with storage Full | ||
| 21848 | 2024.11.22 20:44:31.153568 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21849 | 2024.11.22 20:44:31.153693 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21850 | 2024.11.22 20:44:31.153830 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_165_34, total 45929 rows starting from the beginning of the part | ||
| 21851 | 2024.11.22 20:44:31.153909 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21852 | 2024.11.22 20:44:31.154361 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 166 rows starting from the beginning of the part | ||
| 21853 | 2024.11.22 20:44:31.154869 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 237 rows starting from the beginning of the part | ||
| 21854 | 2024.11.22 20:44:31.155338 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 163 rows starting from the beginning of the part | ||
| 21855 | 2024.11.22 20:44:31.155788 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 930 rows starting from the beginning of the part | ||
| 21856 | 2024.11.22 20:44:31.157899 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21857 | 2024.11.22 20:44:31.157969 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21858 | 2024.11.22 20:44:31.158725 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21859 | 2024.11.22 20:44:31.159294 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21860 | 2024.11.22 20:44:31.159658 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.006344 sec., 1891.5510718789408 rows/sec., 130.54 KiB/sec. | ||
| 21861 | 2024.11.22 20:44:31.159723 [ 255 ] {d7eb895b-1c00-4976-a4d5-6056c0754aca} <Debug> TCPHandler: Processed in 0.006806086 sec. | ||
| 21862 | 2024.11.22 20:44:31.166232 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47425 rows, containing 5 columns (5 merged, 0 gathered) in 0.013290274 sec., 3568398.966040881 rows/sec., 241.04 MiB/sec. | ||
| 21863 | 2024.11.22 20:44:31.166801 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Trace> MergedBlockOutputStream: filled checksums all_1_169_35 (state Temporary) | ||
| 21864 | 2024.11.22 20:44:31.167105 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_169_35 to all_1_169_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21865 | 2024.11.22 20:44:31.167190 [ 192 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_169_35} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_165_34, all_169_169_0] -> all_1_169_35 | ||
| 21866 | 2024.11.22 20:44:31.167285 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 21867 | 2024.11.22 20:44:33.421648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 21868 | 2024.11.22 20:44:33.422329 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21869 | 2024.11.22 20:44:33.422372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21870 | 2024.11.22 20:44:33.422906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21871 | 2024.11.22 20:44:33.423172 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21872 | 2024.11.22 20:44:33.423415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 21873 | 2024.11.22 20:44:33.423399 [ 45 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21874 | 2024.11.22 20:44:33.423502 [ 45 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21875 | 2024.11.22 20:44:33.423530 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21876 | 2024.11.22 20:44:33.423706 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 21877 | 2024.11.22 20:44:33.423960 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21878 | 2024.11.22 20:44:33.424054 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 21879 | 2024.11.22 20:44:33.424411 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 21880 | 2024.11.22 20:44:33.424793 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 21881 | 2024.11.22 20:44:33.424978 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 21882 | 2024.11.22 20:44:33.425189 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 21883 | 2024.11.22 20:44:33.425366 [ 196 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 21884 | 2024.11.22 20:44:33.428541 [ 201 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004940211 sec., 9371866.910138048 rows/sec., 134.07 MiB/sec. | ||
| 21885 | 2024.11.22 20:44:33.429003 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21886 | 2024.11.22 20:44:33.429369 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21887 | 2024.11.22 20:44:33.429470 [ 186 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_101_20} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21888 | 2024.11.22 20:44:33.429604 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 21889 | 2024.11.22 20:44:36.155685 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21890 | 2024.11.22 20:44:36.155896 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21891 | 2024.11.22 20:44:36.155977 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21892 | 2024.11.22 20:44:36.156866 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21893 | 2024.11.22 20:44:36.156910 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21894 | 2024.11.22 20:44:36.157342 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21895 | 2024.11.22 20:44:36.157589 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21896 | 2024.11.22 20:44:36.157855 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.002014 sec., 81429.9900695134 rows/sec., 7.05 MiB/sec. | ||
| 21897 | 2024.11.22 20:44:36.157938 [ 5 ] {2ff8d26d-2b79-4cb4-be98-b8f854a6bd0d} <Debug> TCPHandler: Processed in 0.002384328 sec. | ||
| 21898 | 2024.11.22 20:44:36.157941 [ 224 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21899 | 2024.11.22 20:44:36.158021 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21900 | 2024.11.22 20:44:36.158189 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21901 | 2024.11.22 20:44:36.158377 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21902 | 2024.11.22 20:44:36.158465 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21903 | 2024.11.22 20:44:36.159602 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21904 | 2024.11.22 20:44:36.159660 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21905 | 2024.11.22 20:44:36.160195 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21906 | 2024.11.22 20:44:36.160363 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21907 | 2024.11.22 20:44:36.160573 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21908 | 2024.11.22 20:44:36.160910 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.002589 sec., 20857.47392815759 rows/sec., 1.53 MiB/sec. | ||
| 21909 | 2024.11.22 20:44:36.161055 [ 255 ] {3354fefd-f91e-4205-8040-265586062456} <Debug> TCPHandler: Processed in 0.002996184 sec. | ||
| 21910 | 2024.11.22 20:44:36.161281 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21911 | 2024.11.22 20:44:36.161510 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21912 | 2024.11.22 20:44:36.161601 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21913 | 2024.11.22 20:44:36.162515 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21914 | 2024.11.22 20:44:36.162555 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21915 | 2024.11.22 20:44:36.162930 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21916 | 2024.11.22 20:44:36.163169 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21917 | 2024.11.22 20:44:36.163377 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001924 sec., 61330.56133056133 rows/sec., 4.79 MiB/sec. | ||
| 21918 | 2024.11.22 20:44:36.163429 [ 5 ] {158e0dc5-3531-49a0-a82d-7e1a780ee394} <Debug> TCPHandler: Processed in 0.002262345 sec. | ||
| 21919 | 2024.11.22 20:44:36.163582 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21920 | 2024.11.22 20:44:36.163729 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21921 | 2024.11.22 20:44:36.163798 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21922 | 2024.11.22 20:44:36.164444 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21923 | 2024.11.22 20:44:36.164485 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21924 | 2024.11.22 20:44:36.164889 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21925 | 2024.11.22 20:44:36.165130 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21926 | 2024.11.22 20:44:36.165362 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 21927 | 2024.11.22 20:44:36.165448 [ 255 ] {1c1e7ae3-fff8-44ef-b600-ef3175163cca} <Debug> TCPHandler: Processed in 0.001934277 sec. | ||
| 21928 | 2024.11.22 20:44:36.165628 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21929 | 2024.11.22 20:44:36.165939 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21930 | 2024.11.22 20:44:36.166179 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <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 | ||
| 21931 | 2024.11.22 20:44:36.167397 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21932 | 2024.11.22 20:44:36.167437 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21933 | 2024.11.22 20:44:36.168170 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21934 | 2024.11.22 20:44:36.168424 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21935 | 2024.11.22 20:44:36.168673 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002845 sec., 18980.66783831283 rows/sec., 34.01 MiB/sec. | ||
| 21936 | 2024.11.22 20:44:36.168766 [ 5 ] {292a9538-31fe-4b4e-ae01-79ff8ee849b2} <Debug> TCPHandler: Processed in 0.003224859 sec. | ||
| 21937 | 2024.11.22 20:44:36.168907 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21938 | 2024.11.22 20:44:36.169026 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21939 | 2024.11.22 20:44:36.169078 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21940 | 2024.11.22 20:44:36.169577 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21941 | 2024.11.22 20:44:36.169616 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21942 | 2024.11.22 20:44:36.169996 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21943 | 2024.11.22 20:44:36.170241 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21944 | 2024.11.22 20:44:36.170424 [ 38 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21945 | 2024.11.22 20:44:36.170461 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. | ||
| 21946 | 2024.11.22 20:44:36.170514 [ 38 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21947 | 2024.11.22 20:44:36.170589 [ 255 ] {5cab7d96-a1e4-49c3-b92a-71c57ce1cdea} <Debug> TCPHandler: Processed in 0.001735352 sec. | ||
| 21948 | 2024.11.22 20:44:36.170589 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21949 | 2024.11.22 20:44:36.170774 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21950 | 2024.11.22 20:44:36.170931 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21951 | 2024.11.22 20:44:36.170974 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10022 rows starting from the beginning of the part | ||
| 21952 | 2024.11.22 20:44:36.171066 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 82 rows starting from the beginning of the part | ||
| 21953 | 2024.11.22 20:44:36.171319 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 60 rows starting from the beginning of the part | ||
| 21954 | 2024.11.22 20:44:36.171629 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 70 rows starting from the beginning of the part | ||
| 21955 | 2024.11.22 20:44:36.171754 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 12 rows starting from the beginning of the part | ||
| 21956 | 2024.11.22 20:44:36.171981 [ 186 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part | ||
| 21957 | 2024.11.22 20:44:36.174820 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004110961 sec., 2506956.402651351 rows/sec., 163.39 MiB/sec. | ||
| 21958 | 2024.11.22 20:44:36.175057 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21959 | 2024.11.22 20:44:36.175354 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21960 | 2024.11.22 20:44:36.175440 [ 201 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_171_34} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21961 | 2024.11.22 20:44:36.175531 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 21962 | 2024.11.22 20:44:36.242644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 3024 | ||
| 21963 | 2024.11.22 20:44:36.246051 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21964 | 2024.11.22 20:44:36.246096 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21965 | 2024.11.22 20:44:36.247708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21966 | 2024.11.22 20:44:36.248031 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21967 | 2024.11.22 20:44:36.249524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3024 | ||
| 21968 | 2024.11.22 20:44:36.714806 [ 221 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21969 | 2024.11.22 20:44:36.714876 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21970 | 2024.11.22 20:44:36.716825 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21971 | 2024.11.22 20:44:37.116944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 21972 | 2024.11.22 20:44:37.140419 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21973 | 2024.11.22 20:44:37.140468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21974 | 2024.11.22 20:44:37.148159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21975 | 2024.11.22 20:44:37.148978 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21976 | 2024.11.22 20:44:37.149300 [ 38 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21977 | 2024.11.22 20:44:37.149382 [ 38 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21978 | 2024.11.22 20:44:37.149437 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21979 | 2024.11.22 20:44:37.150095 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 21980 | 2024.11.22 20:44:37.166342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 21981 | 2024.11.22 20:44:37.168144 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21982 | 2024.11.22 20:44:37.169506 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 21983 | 2024.11.22 20:44:37.175652 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 21984 | 2024.11.22 20:44:37.181863 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 21985 | 2024.11.22 20:44:37.188143 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 21986 | 2024.11.22 20:44:37.194441 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 21987 | 2024.11.22 20:44:37.200864 [ 193 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 21988 | 2024.11.22 20:44:37.270039 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.120441991 sec., 6326.697140036485 rows/sec., 32.71 MiB/sec. | ||
| 21989 | 2024.11.22 20:44:37.274155 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21990 | 2024.11.22 20:44:37.277185 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21991 | 2024.11.22 20:44:37.277308 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_101_20} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21992 | 2024.11.22 20:44:37.279979 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 21993 | 2024.11.22 20:44:38.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.33 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.22 MiB (RSS), difference: -1.11 MiB | ||
| 21994 | 2024.11.22 20:44:40.582482 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21995 | 2024.11.22 20:44:40.582577 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21996 | 2024.11.22 20:44:40.924544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 21997 | 2024.11.22 20:44:40.925282 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21998 | 2024.11.22 20:44:40.925336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 21999 | 2024.11.22 20:44:40.925889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 22000 | 2024.11.22 20:44:40.926160 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22001 | 2024.11.22 20:44:40.926482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 22002 | 2024.11.22 20:44:41.156925 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22003 | 2024.11.22 20:44:41.157141 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 22004 | 2024.11.22 20:44:41.157222 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 22005 | 2024.11.22 20:44:41.157992 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22006 | 2024.11.22 20:44:41.158040 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22007 | 2024.11.22 20:44:41.158488 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 22008 | 2024.11.22 20:44:41.158744 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22009 | 2024.11.22 20:44:41.158987 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 22010 | 2024.11.22 20:44:41.159044 [ 5 ] {564a06bd-e1fa-4874-8420-dde024009f7d} <Debug> TCPHandler: Processed in 0.002261755 sec. | ||
| 22011 | 2024.11.22 20:44:41.159280 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22012 | 2024.11.22 20:44:41.159464 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22013 | 2024.11.22 20:44:41.159532 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22014 | 2024.11.22 20:44:41.160311 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22015 | 2024.11.22 20:44:41.160356 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22016 | 2024.11.22 20:44:41.160775 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 22017 | 2024.11.22 20:44:41.161022 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22018 | 2024.11.22 20:44:41.161268 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001844 sec., 118763.55748373103 rows/sec., 10.35 MiB/sec. | ||
| 22019 | 2024.11.22 20:44:41.161370 [ 255 ] {d83e8485-54d1-4098-a44a-b176a15d7495} <Debug> TCPHandler: Processed in 0.002217825 sec. | ||
| 22020 | 2024.11.22 20:44:41.161646 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22021 | 2024.11.22 20:44:41.162106 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22022 | 2024.11.22 20:44:41.162264 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22023 | 2024.11.22 20:44:41.162935 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22024 | 2024.11.22 20:44:41.162978 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22025 | 2024.11.22 20:44:41.163340 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 22026 | 2024.11.22 20:44:41.163577 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22027 | 2024.11.22 20:44:41.163791 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001852 sec., 8099.352051835854 rows/sec., 571.07 KiB/sec. | ||
| 22028 | 2024.11.22 20:44:41.163845 [ 5 ] {6cf2cc10-bbd9-47e3-b728-3f676ddeddda} <Debug> TCPHandler: Processed in 0.002360068 sec. | ||
| 22029 | 2024.11.22 20:44:41.163988 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22030 | 2024.11.22 20:44:41.164114 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 22031 | 2024.11.22 20:44:41.164165 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 22032 | 2024.11.22 20:44:41.164754 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22033 | 2024.11.22 20:44:41.164796 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22034 | 2024.11.22 20:44:41.165152 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 22035 | 2024.11.22 20:44:41.165389 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22036 | 2024.11.22 20:44:41.165610 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec. | ||
| 22037 | 2024.11.22 20:44:41.165695 [ 255 ] {4eb984d3-0b39-4131-a716-1c1b25b61089} <Debug> TCPHandler: Processed in 0.001765073 sec. | ||
| 22038 | 2024.11.22 20:44:41.165907 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22039 | 2024.11.22 20:44:41.166051 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 22040 | 2024.11.22 20:44:41.166109 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 22041 | 2024.11.22 20:44:41.166727 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22042 | 2024.11.22 20:44:41.166767 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22043 | 2024.11.22 20:44:41.167123 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 22044 | 2024.11.22 20:44:41.167359 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22045 | 2024.11.22 20:44:41.167569 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001547 sec., 8403.361344537816 rows/sec., 523.95 KiB/sec. | ||
| 22046 | 2024.11.22 20:44:41.167624 [ 5 ] {30bb820f-c305-4fa3-bf74-552f5af8cfe9} <Debug> TCPHandler: Processed in 0.001835425 sec. | ||
| 22047 | 2024.11.22 20:44:41.167777 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22048 | 2024.11.22 20:44:41.167914 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22049 | 2024.11.22 20:44:41.167972 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22050 | 2024.11.22 20:44:41.168755 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22051 | 2024.11.22 20:44:41.168795 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22052 | 2024.11.22 20:44:41.169174 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 22053 | 2024.11.22 20:44:41.169418 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22054 | 2024.11.22 20:44:41.169635 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001751 sec., 222729.86864648774 rows/sec., 15.80 MiB/sec. | ||
| 22055 | 2024.11.22 20:44:41.169691 [ 255 ] {634b9f26-7896-4a1a-86a7-9bfccab1a2c5} <Debug> TCPHandler: Processed in 0.001980698 sec. | ||
| 22056 | 2024.11.22 20:44:41.169902 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22057 | 2024.11.22 20:44:41.170124 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 22058 | 2024.11.22 20:44:41.170219 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 22059 | 2024.11.22 20:44:41.170803 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22060 | 2024.11.22 20:44:41.170843 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22061 | 2024.11.22 20:44:41.171217 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 22062 | 2024.11.22 20:44:41.171460 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22063 | 2024.11.22 20:44:41.171680 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 194.59 KiB/sec. | ||
| 22064 | 2024.11.22 20:44:41.171732 [ 5 ] {8ee8a47f-bb52-41e3-8692-fcb399838b9a} <Debug> TCPHandler: Processed in 0.001941128 sec. | ||
| 22065 | 2024.11.22 20:44:41.171888 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22066 | 2024.11.22 20:44:41.172026 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22067 | 2024.11.22 20:44:41.172088 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22068 | 2024.11.22 20:44:41.172741 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22069 | 2024.11.22 20:44:41.172781 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22070 | 2024.11.22 20:44:41.173180 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 22071 | 2024.11.22 20:44:41.173420 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22072 | 2024.11.22 20:44:41.173645 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001652 sec., 143462.46973365618 rows/sec., 9.62 MiB/sec. | ||
| 22073 | 2024.11.22 20:44:41.173700 [ 255 ] {fe5bb357-faa4-4bda-bfa6-07d54670ac50} <Debug> TCPHandler: Processed in 0.001879196 sec. | ||
| 22074 | 2024.11.22 20:44:41.173910 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22075 | 2024.11.22 20:44:41.174134 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 22076 | 2024.11.22 20:44:41.174229 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 22077 | 2024.11.22 20:44:41.174789 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22078 | 2024.11.22 20:44:41.174830 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22079 | 2024.11.22 20:44:41.175193 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 22080 | 2024.11.22 20:44:41.175429 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22081 | 2024.11.22 20:44:41.175636 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 22082 | 2024.11.22 20:44:41.175713 [ 5 ] {a5da3083-c502-45d0-91cd-1271b55af090} <Debug> TCPHandler: Processed in 0.001914817 sec. | ||
| 22083 | 2024.11.22 20:44:41.175876 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22084 | 2024.11.22 20:44:41.176015 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22085 | 2024.11.22 20:44:41.176109 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <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 | ||
| 22086 | 2024.11.22 20:44:41.177303 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22087 | 2024.11.22 20:44:41.177343 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22088 | 2024.11.22 20:44:41.177976 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 22089 | 2024.11.22 20:44:41.178256 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22090 | 2024.11.22 20:44:41.178503 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002519 sec., 3175.8634378721717 rows/sec., 5.69 MiB/sec. | ||
| 22091 | 2024.11.22 20:44:41.178611 [ 255 ] {74b0f82e-be98-4059-b8b8-b7395dc1fb1b} <Debug> TCPHandler: Processed in 0.002801059 sec. | ||
| 22092 | 2024.11.22 20:44:41.178773 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22093 | 2024.11.22 20:44:41.178913 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22094 | 2024.11.22 20:44:41.178973 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22095 | 2024.11.22 20:44:41.179538 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22096 | 2024.11.22 20:44:41.179578 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22097 | 2024.11.22 20:44:41.179956 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 22098 | 2024.11.22 20:44:41.180194 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22099 | 2024.11.22 20:44:41.180419 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 22100 | 2024.11.22 20:44:41.180470 [ 5 ] {a247a0a0-ad23-43df-9549-5216a5ac0342} <Debug> TCPHandler: Processed in 0.001762403 sec. | ||
| 22101 | 2024.11.22 20:44:44.667399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 770 | ||
| 22102 | 2024.11.22 20:44:44.691100 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22103 | 2024.11.22 20:44:44.691156 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22104 | 2024.11.22 20:44:44.698802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 22105 | 2024.11.22 20:44:44.699626 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22106 | 2024.11.22 20:44:44.702702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 770 | ||
| 22107 | 2024.11.22 20:44:46.156089 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22108 | 2024.11.22 20:44:46.156392 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22109 | 2024.11.22 20:44:46.156510 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22110 | 2024.11.22 20:44:46.157411 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22111 | 2024.11.22 20:44:46.157458 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22112 | 2024.11.22 20:44:46.157907 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 22113 | 2024.11.22 20:44:46.158171 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22114 | 2024.11.22 20:44:46.158423 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.002117 sec., 77468.11525743977 rows/sec., 6.70 MiB/sec. | ||
| 22115 | 2024.11.22 20:44:46.158480 [ 5 ] {d5bd96b6-2f21-4285-8641-1ce2b7e52ec8} <Debug> TCPHandler: Processed in 0.002581133 sec. | ||
| 22116 | 2024.11.22 20:44:46.158728 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22117 | 2024.11.22 20:44:46.158916 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22118 | 2024.11.22 20:44:46.158987 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22119 | 2024.11.22 20:44:46.159749 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22120 | 2024.11.22 20:44:46.159788 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22121 | 2024.11.22 20:44:46.160225 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 22122 | 2024.11.22 20:44:46.160472 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22123 | 2024.11.22 20:44:46.160663 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.001801 sec., 29983.342587451414 rows/sec., 2.20 MiB/sec. | ||
| 22124 | 2024.11.22 20:44:46.160720 [ 255 ] {be1fc56d-fc1a-4fdb-9f31-f3c4dacca655} <Debug> TCPHandler: Processed in 0.002121282 sec. | ||
| 22125 | 2024.11.22 20:44:46.160889 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22126 | 2024.11.22 20:44:46.161033 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22127 | 2024.11.22 20:44:46.161091 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22128 | 2024.11.22 20:44:46.161793 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22129 | 2024.11.22 20:44:46.161834 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22130 | 2024.11.22 20:44:46.162207 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 22131 | 2024.11.22 20:44:46.162448 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22132 | 2024.11.22 20:44:46.162674 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001671 sec., 70616.3973668462 rows/sec., 5.52 MiB/sec. | ||
| 22133 | 2024.11.22 20:44:46.162731 [ 5 ] {2eed99e1-c4f8-4fe8-8878-42ab4c79bc86} <Debug> TCPHandler: Processed in 0.001910626 sec. | ||
| 22134 | 2024.11.22 20:44:46.162939 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22135 | 2024.11.22 20:44:46.163254 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22136 | 2024.11.22 20:44:46.163403 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22137 | 2024.11.22 20:44:46.164026 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22138 | 2024.11.22 20:44:46.164062 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22139 | 2024.11.22 20:44:46.164476 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 22140 | 2024.11.22 20:44:46.164719 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22141 | 2024.11.22 20:44:46.164901 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 22142 | 2024.11.22 20:44:46.164953 [ 255 ] {54525d8f-7d36-41f7-add4-bf8368c1a56e} <Debug> TCPHandler: Processed in 0.002124962 sec. | ||
| 22143 | 2024.11.22 20:44:46.165101 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22144 | 2024.11.22 20:44:46.165219 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22145 | 2024.11.22 20:44:46.165303 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <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 | ||
| 22146 | 2024.11.22 20:44:46.166618 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22147 | 2024.11.22 20:44:46.166657 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22148 | 2024.11.22 20:44:46.167345 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 22149 | 2024.11.22 20:44:46.167601 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22150 | 2024.11.22 20:44:46.167880 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002682 sec., 20134.228187919463 rows/sec., 36.08 MiB/sec. | ||
| 22151 | 2024.11.22 20:44:46.168028 [ 5 ] {b8cef22e-96ca-4b18-b0f9-ff572a0251b4} <Debug> TCPHandler: Processed in 0.002979303 sec. | ||
| 22152 | 2024.11.22 20:44:46.168352 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22153 | 2024.11.22 20:44:46.168571 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22154 | 2024.11.22 20:44:46.168621 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22155 | 2024.11.22 20:44:46.169120 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22156 | 2024.11.22 20:44:46.169158 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22157 | 2024.11.22 20:44:46.169534 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 22158 | 2024.11.22 20:44:46.169780 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22159 | 2024.11.22 20:44:46.169953 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 22160 | 2024.11.22 20:44:46.170001 [ 255 ] {66e91c22-af70-41b4-af80-c8ffeba253a7} <Debug> TCPHandler: Processed in 0.001862935 sec. | ||
| 22161 | 2024.11.22 20:44:46.250713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 3058 | ||
| 22162 | 2024.11.22 20:44:46.253952 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22163 | 2024.11.22 20:44:46.254007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22164 | 2024.11.22 20:44:46.255546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22165 | 2024.11.22 20:44:46.255882 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22166 | 2024.11.22 20:44:46.256106 [ 24 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 22167 | 2024.11.22 20:44:46.256222 [ 24 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22168 | 2024.11.22 20:44:46.256289 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 22169 | 2024.11.22 20:44:46.256593 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 22170 | 2024.11.22 20:44:46.257125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3058 | ||
| 22171 | 2024.11.22 20:44:46.257474 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22172 | 2024.11.22 20:44:46.257607 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2806 rows starting from the beginning of the part | ||
| 22173 | 2024.11.22 20:44:46.258304 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 100 rows starting from the beginning of the part | ||
| 22174 | 2024.11.22 20:44:46.258873 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part | ||
| 22175 | 2024.11.22 20:44:46.259627 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 36 rows starting from the beginning of the part | ||
| 22176 | 2024.11.22 20:44:46.260181 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 44 rows starting from the beginning of the part | ||
| 22177 | 2024.11.22 20:44:46.260865 [ 199 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 34 rows starting from the beginning of the part | ||
| 22178 | 2024.11.22 20:44:46.270629 [ 190 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3058 rows, containing 72 columns (72 merged, 0 gathered) in 0.014198207 sec., 215379.3081055939 rows/sec., 166.25 MiB/sec. | ||
| 22179 | 2024.11.22 20:44:46.273683 [ 190 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 22180 | 2024.11.22 20:44:46.274566 [ 190 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22181 | 2024.11.22 20:44:46.274673 [ 190 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_76_15} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 22182 | 2024.11.22 20:44:46.275091 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.12 MiB. | ||
| 22183 | 2024.11.22 20:44:46.694213 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22184 | 2024.11.22 20:44:46.694253 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22185 | 2024.11.22 20:44:46.695612 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22186 | 2024.11.22 20:44:46.976174 [ 221 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22187 | 2024.11.22 20:44:46.976248 [ 221 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22188 | 2024.11.22 20:44:46.977893 [ 221 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 22189 | 2024.11.22 20:44:48.427589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 | ||
| 22190 | 2024.11.22 20:44:48.428402 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22191 | 2024.11.22 20:44:48.428459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22192 | 2024.11.22 20:44:48.429020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 22193 | 2024.11.22 20:44:48.429286 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22194 | 2024.11.22 20:44:48.429481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 22195 | 2024.11.22 20:44:50.000220 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.22 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.22 MiB (RSS), difference: -4.00 MiB | ||
| 22196 | 2024.11.22 20:44:51.157384 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22197 | 2024.11.22 20:44:51.157571 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 22198 | 2024.11.22 20:44:51.157641 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 22199 | 2024.11.22 20:44:51.158373 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22200 | 2024.11.22 20:44:51.158415 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22201 | 2024.11.22 20:44:51.158839 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 22202 | 2024.11.22 20:44:51.159101 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22203 | 2024.11.22 20:44:51.159296 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001778 sec., 7874.015748031496 rows/sec., 566.82 KiB/sec. | ||
| 22204 | 2024.11.22 20:44:51.159353 [ 5 ] {0e3d6724-e90b-4ad9-8929-53e0aaab4ca9} <Debug> TCPHandler: Processed in 0.002095262 sec. | ||
| 22205 | 2024.11.22 20:44:51.159597 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22206 | 2024.11.22 20:44:51.159811 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22207 | 2024.11.22 20:44:51.159894 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22208 | 2024.11.22 20:44:51.160836 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22209 | 2024.11.22 20:44:51.160889 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22210 | 2024.11.22 20:44:51.161348 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 22211 | 2024.11.22 20:44:51.161597 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22212 | 2024.11.22 20:44:51.161838 [ 97 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 22213 | 2024.11.22 20:44:51.161888 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002134 sec., 102624.17994376757 rows/sec., 8.94 MiB/sec. | ||
| 22214 | 2024.11.22 20:44:51.161926 [ 97 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22215 | 2024.11.22 20:44:51.162041 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22216 | 2024.11.22 20:44:51.162044 [ 255 ] {9554298e-3dbd-49c9-836e-1840dfe8c677} <Debug> TCPHandler: Processed in 0.002584833 sec. | ||
| 22217 | 2024.11.22 20:44:51.162363 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 22218 | 2024.11.22 20:44:51.162397 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22219 | 2024.11.22 20:44:51.162649 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22220 | 2024.11.22 20:44:51.162744 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1504 rows starting from the beginning of the part | ||
| 22221 | 2024.11.22 20:44:51.162765 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22222 | 2024.11.22 20:44:51.162946 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22223 | 2024.11.22 20:44:51.162995 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part | ||
| 22224 | 2024.11.22 20:44:51.163416 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 164 rows starting from the beginning of the part | ||
| 22225 | 2024.11.22 20:44:51.163828 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 219 rows starting from the beginning of the part | ||
| 22226 | 2024.11.22 20:44:51.164160 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 164 rows starting from the beginning of the part | ||
| 22227 | 2024.11.22 20:44:51.164542 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 219 rows starting from the beginning of the part | ||
| 22228 | 2024.11.22 20:44:51.166014 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22229 | 2024.11.22 20:44:51.166092 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22230 | 2024.11.22 20:44:51.167615 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 22231 | 2024.11.22 20:44:51.168152 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22232 | 2024.11.22 20:44:51.168350 [ 97 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 22233 | 2024.11.22 20:44:51.168400 [ 97 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22234 | 2024.11.22 20:44:51.168439 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22235 | 2024.11.22 20:44:51.168444 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00577 sec., 2599.6533795493933 rows/sec., 183.30 KiB/sec. | ||
| 22236 | 2024.11.22 20:44:51.168886 [ 5 ] {3b15f8d4-2e87-421f-9a5e-5d04b4e15bf6} <Debug> TCPHandler: Processed in 0.006699593 sec. | ||
| 22237 | 2024.11.22 20:44:51.169106 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 22238 | 2024.11.22 20:44:51.169472 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22239 | 2024.11.22 20:44:51.169950 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22240 | 2024.11.22 20:44:51.170149 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 90 rows starting from the beginning of the part | ||
| 22241 | 2024.11.22 20:44:51.170237 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 22242 | 2024.11.22 20:44:51.170550 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 22243 | 2024.11.22 20:44:51.170682 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 25 rows starting from the beginning of the part | ||
| 22244 | 2024.11.22 20:44:51.170341 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.008137569 sec., 285834.74991118355 rows/sec., 25.22 MiB/sec. | ||
| 22245 | 2024.11.22 20:44:51.171268 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 54 rows starting from the beginning of the part | ||
| 22246 | 2024.11.22 20:44:51.171802 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 15 rows starting from the beginning of the part | ||
| 22247 | 2024.11.22 20:44:51.172292 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 54 rows starting from the beginning of the part | ||
| 22248 | 2024.11.22 20:44:51.172417 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 22249 | 2024.11.22 20:44:51.172764 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 15 rows starting from the beginning of the part | ||
| 22250 | 2024.11.22 20:44:51.174488 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22251 | 2024.11.22 20:44:51.175039 [ 198 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_176_35} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 22252 | 2024.11.22 20:44:51.175524 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 22253 | 2024.11.22 20:44:51.175873 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22254 | 2024.11.22 20:44:51.175958 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22255 | 2024.11.22 20:44:51.177115 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22256 | 2024.11.22 20:44:51.177177 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 253 rows, containing 5 columns (5 merged, 0 gathered) in 0.00858428 sec., 29472.477598587186 rows/sec., 2.22 MiB/sec. | ||
| 22257 | 2024.11.22 20:44:51.177415 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 22258 | 2024.11.22 20:44:51.177514 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22259 | 2024.11.22 20:44:51.178014 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.008101 sec., 1728.1817059622267 rows/sec., 121.03 KiB/sec. | ||
| 22260 | 2024.11.22 20:44:51.178129 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22261 | 2024.11.22 20:44:51.178184 [ 255 ] {7af92f5f-28d1-4b15-b9b0-b972b305d40d} <Debug> TCPHandler: Processed in 0.009142463 sec. | ||
| 22262 | 2024.11.22 20:44:51.178313 [ 195 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_151_30} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 22263 | 2024.11.22 20:44:51.178440 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22264 | 2024.11.22 20:44:51.178453 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 22265 | 2024.11.22 20:44:51.178598 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 22266 | 2024.11.22 20:44:51.178660 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 22267 | 2024.11.22 20:44:51.179246 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22268 | 2024.11.22 20:44:51.179285 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22269 | 2024.11.22 20:44:51.179646 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 22270 | 2024.11.22 20:44:51.179891 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22271 | 2024.11.22 20:44:51.180100 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 22272 | 2024.11.22 20:44:51.180154 [ 5 ] {da47284a-de08-4f13-811d-c7a5135bb15d} <Debug> TCPHandler: Processed in 0.001809425 sec. | ||
| 22273 | 2024.11.22 20:44:51.180299 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22274 | 2024.11.22 20:44:51.180421 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22275 | 2024.11.22 20:44:51.180471 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22276 | 2024.11.22 20:44:51.181227 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22277 | 2024.11.22 20:44:51.181269 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22278 | 2024.11.22 20:44:51.181668 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 22279 | 2024.11.22 20:44:51.181913 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22280 | 2024.11.22 20:44:51.182110 [ 115 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 22281 | 2024.11.22 20:44:51.182168 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001768 sec., 220588.23529411765 rows/sec., 15.64 MiB/sec. | ||
| 22282 | 2024.11.22 20:44:51.182177 [ 115 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22283 | 2024.11.22 20:44:51.182257 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22284 | 2024.11.22 20:44:51.182293 [ 255 ] {57167995-6389-4d07-a35f-a1b9ca2b42dc} <Debug> TCPHandler: Processed in 0.00204782 sec. | ||
| 22285 | 2024.11.22 20:44:51.182482 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 22286 | 2024.11.22 20:44:51.182500 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22287 | 2024.11.22 20:44:51.182688 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22288 | 2024.11.22 20:44:51.182762 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 22289 | 2024.11.22 20:44:51.182769 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1068 rows starting from the beginning of the part | ||
| 22290 | 2024.11.22 20:44:51.182877 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 22291 | 2024.11.22 20:44:51.183052 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part | ||
| 22292 | 2024.11.22 20:44:51.183405 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 118 rows starting from the beginning of the part | ||
| 22293 | 2024.11.22 20:44:51.183783 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 390 rows starting from the beginning of the part | ||
| 22294 | 2024.11.22 20:44:51.184128 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 118 rows starting from the beginning of the part | ||
| 22295 | 2024.11.22 20:44:51.184450 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 390 rows starting from the beginning of the part | ||
| 22296 | 2024.11.22 20:44:51.185510 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22297 | 2024.11.22 20:44:51.185574 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22298 | 2024.11.22 20:44:51.186676 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 22299 | 2024.11.22 20:44:51.187017 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22300 | 2024.11.22 20:44:51.187640 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004949 sec., 1212.366134572641 rows/sec., 63.34 KiB/sec. | ||
| 22301 | 2024.11.22 20:44:51.187691 [ 195 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 5 columns (5 merged, 0 gathered) in 0.005317479 sec., 403950.81955189665 rows/sec., 31.01 MiB/sec. | ||
| 22302 | 2024.11.22 20:44:51.187761 [ 5 ] {caa47e2f-e902-4109-9a6f-44f881d57ba5} <Debug> TCPHandler: Processed in 0.005364641 sec. | ||
| 22303 | 2024.11.22 20:44:51.187964 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22304 | 2024.11.22 20:44:51.187973 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 22305 | 2024.11.22 20:44:51.188155 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22306 | 2024.11.22 20:44:51.188269 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22307 | 2024.11.22 20:44:51.188597 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22308 | 2024.11.22 20:44:51.188859 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_176_35} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 22309 | 2024.11.22 20:44:51.189011 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 22310 | 2024.11.22 20:44:51.189320 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22311 | 2024.11.22 20:44:51.189365 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22312 | 2024.11.22 20:44:51.189777 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 22313 | 2024.11.22 20:44:51.190027 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22314 | 2024.11.22 20:44:51.190221 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_169_35 to all_174_174_0 | ||
| 22315 | 2024.11.22 20:44:51.190277 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22316 | 2024.11.22 20:44:51.190289 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002164 sec., 109519.40850277264 rows/sec., 7.34 MiB/sec. | ||
| 22317 | 2024.11.22 20:44:51.190320 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22318 | 2024.11.22 20:44:51.190460 [ 255 ] {c8b1704e-34ee-4089-94d4-17b5de8b02c5} <Debug> TCPHandler: Processed in 0.002577603 sec. | ||
| 22319 | 2024.11.22 20:44:51.190537 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_169_35 to all_174_174_0 into Compact with storage Full | ||
| 22320 | 2024.11.22 20:44:51.190665 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22321 | 2024.11.22 20:44:51.190735 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22322 | 2024.11.22 20:44:51.190796 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_169_35, total 47425 rows starting from the beginning of the part | ||
| 22323 | 2024.11.22 20:44:51.191133 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 32 rows starting from the beginning of the part | ||
| 22324 | 2024.11.22 20:44:51.191189 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 22325 | 2024.11.22 20:44:51.191364 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part | ||
| 22326 | 2024.11.22 20:44:51.191683 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 237 rows starting from the beginning of the part | ||
| 22327 | 2024.11.22 20:44:51.191650 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 22328 | 2024.11.22 20:44:51.192020 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 160 rows starting from the beginning of the part | ||
| 22329 | 2024.11.22 20:44:51.192390 [ 195 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 237 rows starting from the beginning of the part | ||
| 22330 | 2024.11.22 20:44:51.193767 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22331 | 2024.11.22 20:44:51.193811 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22332 | 2024.11.22 20:44:51.194428 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22333 | 2024.11.22 20:44:51.194891 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22334 | 2024.11.22 20:44:51.195394 [ 220 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 6 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22335 | 2024.11.22 20:44:51.195460 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004528 sec., 220.84805653710248 rows/sec., 14.88 KiB/sec. | ||
| 22336 | 2024.11.22 20:44:51.195487 [ 220 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22337 | 2024.11.22 20:44:51.195727 [ 5 ] {0abe6333-e322-415b-900d-00ddcde8a25c} <Debug> TCPHandler: Processed in 0.005161106 sec. | ||
| 22338 | 2024.11.22 20:44:51.196032 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22339 | 2024.11.22 20:44:51.196382 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22340 | 2024.11.22 20:44:51.196574 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <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 | ||
| 22341 | 2024.11.22 20:44:51.199165 [ 220 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 6 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22342 | 2024.11.22 20:44:51.200333 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22343 | 2024.11.22 20:44:51.200378 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22344 | 2024.11.22 20:44:51.201146 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 22345 | 2024.11.22 20:44:51.201506 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22346 | 2024.11.22 20:44:51.201791 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 22347 | 2024.11.22 20:44:51.201872 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22348 | 2024.11.22 20:44:51.201901 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22349 | 2024.11.22 20:44:51.201943 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005631 sec., 1420.7068016338128 rows/sec., 2.55 MiB/sec. | ||
| 22350 | 2024.11.22 20:44:51.202413 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 22351 | 2024.11.22 20:44:51.203110 [ 255 ] {9334c6e4-c8a2-4729-85d5-2a5e91fce6f6} <Debug> TCPHandler: Processed in 0.007233947 sec. | ||
| 22352 | 2024.11.22 20:44:51.203462 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22353 | 2024.11.22 20:44:51.203903 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22354 | 2024.11.22 20:44:51.204053 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22355 | 2024.11.22 20:44:51.205798 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22356 | 2024.11.22 20:44:51.206090 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 3027 rows starting from the beginning of the part | ||
| 22357 | 2024.11.22 20:44:51.207583 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 8 rows starting from the beginning of the part | ||
| 22358 | 2024.11.22 20:44:51.207592 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48251 rows, containing 5 columns (5 merged, 0 gathered) in 0.017142438 sec., 2814710.4863380576 rows/sec., 190.16 MiB/sec. | ||
| 22359 | 2024.11.22 20:44:51.207755 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22360 | 2024.11.22 20:44:51.207834 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22361 | 2024.11.22 20:44:51.208403 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 54 rows starting from the beginning of the part | ||
| 22362 | 2024.11.22 20:44:51.208479 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Trace> MergedBlockOutputStream: filled checksums all_1_174_36 (state Temporary) | ||
| 22363 | 2024.11.22 20:44:51.209693 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 8 rows starting from the beginning of the part | ||
| 22364 | 2024.11.22 20:44:51.209891 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_174_36 to all_1_174_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22365 | 2024.11.22 20:44:51.210008 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 22366 | 2024.11.22 20:44:51.210367 [ 197 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_174_36} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_169_35, all_174_174_0] -> all_1_174_36 | ||
| 22367 | 2024.11.22 20:44:51.210764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 22368 | 2024.11.22 20:44:51.210886 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 54 rows starting from the beginning of the part | ||
| 22369 | 2024.11.22 20:44:51.211064 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22370 | 2024.11.22 20:44:51.211546 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 8 rows starting from the beginning of the part | ||
| 22371 | 2024.11.22 20:44:51.211931 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008139 sec., 10074.947782282836 rows/sec., 655.24 KiB/sec. | ||
| 22372 | 2024.11.22 20:44:51.212570 [ 5 ] {b91e2d28-3b6d-46c6-9087-e52a17cd990d} <Debug> TCPHandler: Processed in 0.009303007 sec. | ||
| 22373 | 2024.11.22 20:44:51.223039 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3159 rows, containing 19 columns (19 merged, 0 gathered) in 0.021041404 sec., 150132.5671994131 rows/sec., 268.90 MiB/sec. | ||
| 22374 | 2024.11.22 20:44:51.225660 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 22375 | 2024.11.22 20:44:51.226084 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22376 | 2024.11.22 20:44:51.226172 [ 186 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 22377 | 2024.11.22 20:44:51.226307 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.72 MiB. | ||
| 22378 | 2024.11.22 20:44:52.203743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 777 | ||
| 22379 | 2024.11.22 20:44:52.234365 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22380 | 2024.11.22 20:44:52.234432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22381 | 2024.11.22 20:44:52.242210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 22382 | 2024.11.22 20:44:52.243043 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22383 | 2024.11.22 20:44:52.246467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 22384 | 2024.11.22 20:44:55.582630 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 22385 | 2024.11.22 20:44:55.582698 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 22386 | 2024.11.22 20:44:55.930561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47641 | ||
| 22387 | 2024.11.22 20:44:55.931227 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22388 | 2024.11.22 20:44:55.931271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22389 | 2024.11.22 20:44:55.931831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 22390 | 2024.11.22 20:44:55.932092 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22391 | 2024.11.22 20:44:55.932300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641 | ||
| 22392 | 2024.11.22 20:44:56.155376 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22393 | 2024.11.22 20:44:56.155565 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22394 | 2024.11.22 20:44:56.155638 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22395 | 2024.11.22 20:44:56.156450 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22396 | 2024.11.22 20:44:56.156496 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22397 | 2024.11.22 20:44:56.156951 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 22398 | 2024.11.22 20:44:56.157212 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22399 | 2024.11.22 20:44:56.157460 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.001939 sec., 84579.68024755029 rows/sec., 7.32 MiB/sec. | ||
| 22400 | 2024.11.22 20:44:56.157574 [ 5 ] {a386bd75-1963-4116-a3eb-c055619358f5} <Debug> TCPHandler: Processed in 0.002324657 sec. | ||
| 22401 | 2024.11.22 20:44:56.157827 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22402 | 2024.11.22 20:44:56.158031 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22403 | 2024.11.22 20:44:56.158108 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22404 | 2024.11.22 20:44:56.158905 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22405 | 2024.11.22 20:44:56.158947 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22406 | 2024.11.22 20:44:56.159359 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 22407 | 2024.11.22 20:44:56.159610 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22408 | 2024.11.22 20:44:56.159808 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.00183 sec., 29508.196721311477 rows/sec., 2.17 MiB/sec. | ||
| 22409 | 2024.11.22 20:44:56.159869 [ 255 ] {db3afb9b-96de-4e22-aac9-53e03581f743} <Debug> TCPHandler: Processed in 0.002203534 sec. | ||
| 22410 | 2024.11.22 20:44:56.160017 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22411 | 2024.11.22 20:44:56.160137 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22412 | 2024.11.22 20:44:56.160187 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22413 | 2024.11.22 20:44:56.160830 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22414 | 2024.11.22 20:44:56.160872 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22415 | 2024.11.22 20:44:56.161266 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 22416 | 2024.11.22 20:44:56.161512 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22417 | 2024.11.22 20:44:56.161726 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001613 sec., 73155.61066336019 rows/sec., 5.71 MiB/sec. | ||
| 22418 | 2024.11.22 20:44:56.161779 [ 5 ] {76192a18-c486-4b18-9415-d00f7f793173} <Debug> TCPHandler: Processed in 0.001821015 sec. | ||
| 22419 | 2024.11.22 20:44:56.161934 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22420 | 2024.11.22 20:44:56.162081 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22421 | 2024.11.22 20:44:56.162149 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22422 | 2024.11.22 20:44:56.162843 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22423 | 2024.11.22 20:44:56.162881 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22424 | 2024.11.22 20:44:56.163286 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 22425 | 2024.11.22 20:44:56.163538 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22426 | 2024.11.22 20:44:56.163744 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
| 22427 | 2024.11.22 20:44:56.163854 [ 255 ] {e037c80a-3c86-4419-b0ba-ab54537950fd} <Debug> TCPHandler: Processed in 0.001986148 sec. | ||
| 22428 | 2024.11.22 20:44:56.164075 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22429 | 2024.11.22 20:44:56.164434 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22430 | 2024.11.22 20:44:56.164596 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <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 | ||
| 22431 | 2024.11.22 20:44:56.165945 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22432 | 2024.11.22 20:44:56.165985 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22433 | 2024.11.22 20:44:56.166689 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 22434 | 2024.11.22 20:44:56.166950 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22435 | 2024.11.22 20:44:56.167249 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002912 sec., 18543.956043956045 rows/sec., 33.23 MiB/sec. | ||
| 22436 | 2024.11.22 20:44:56.167249 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22437 | 2024.11.22 20:44:56.167328 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22438 | 2024.11.22 20:44:56.167515 [ 5 ] {60ee0d2d-bbe5-4712-9ce7-18b1cfaf13db} <Debug> TCPHandler: Processed in 0.003564547 sec. | ||
| 22439 | 2024.11.22 20:44:56.167728 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22440 | 2024.11.22 20:44:56.167892 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22441 | 2024.11.22 20:44:56.167967 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22442 | 2024.11.22 20:44:56.168822 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22443 | 2024.11.22 20:44:56.168865 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22444 | 2024.11.22 20:44:56.169387 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 22445 | 2024.11.22 20:44:56.169503 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22446 | 2024.11.22 20:44:56.169769 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22447 | 2024.11.22 20:44:56.170158 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002303 sec., 26052.97438124186 rows/sec., 1.76 MiB/sec. | ||
| 22448 | 2024.11.22 20:44:56.170213 [ 255 ] {b02bfd78-3fc5-407d-a07f-889a59536da7} <Debug> TCPHandler: Processed in 0.002613234 sec. | ||
| 22449 | 2024.11.22 20:44:56.258263 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 3092 | ||
| 22450 | 2024.11.22 20:44:56.261504 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22451 | 2024.11.22 20:44:56.261549 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22452 | 2024.11.22 20:44:56.263111 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22453 | 2024.11.22 20:44:56.263438 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22454 | 2024.11.22 20:44:56.264003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3092 | ||
| 22455 | 2024.11.22 20:44:56.600930 [ 217 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22456 | 2024.11.22 20:44:56.600998 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22457 | 2024.11.22 20:44:56.602883 [ 217 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 22458 | 2024.11.22 20:44:59.159991 [ 225 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22459 | 2024.11.22 20:44:59.160063 [ 225 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22460 | 2024.11.22 20:44:59.161513 [ 225 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22461 | 2024.11.22 20:44:59.445598 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22462 | 2024.11.22 20:44:59.445847 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 22463 | 2024.11.22 20:44:59.445955 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 22464 | 2024.11.22 20:44:59.449061 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22465 | 2024.11.22 20:44:59.449133 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22466 | 2024.11.22 20:44:59.449767 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22467 | 2024.11.22 20:44:59.450129 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22468 | 2024.11.22 20:44:59.450414 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004631 sec., 3023.105160872382 rows/sec., 217.62 KiB/sec. | ||
| 22469 | 2024.11.22 20:44:59.450556 [ 5 ] {4871e622-7a14-453a-9d5f-125924bfa06b} <Debug> TCPHandler: Processed in 0.005162426 sec. | ||
| 22470 | 2024.11.22 20:44:59.450987 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22471 | 2024.11.22 20:44:59.451265 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 22472 | 2024.11.22 20:44:59.451379 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 22473 | 2024.11.22 20:44:59.452421 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22474 | 2024.11.22 20:44:59.452483 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22475 | 2024.11.22 20:44:59.452958 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 22476 | 2024.11.22 20:44:59.453231 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22477 | 2024.11.22 20:44:59.453518 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002321 sec., 861.6975441619991 rows/sec., 70.27 KiB/sec. | ||
| 22478 | 2024.11.22 20:44:59.453693 [ 255 ] {d7b2e8f1-0a39-44f9-9410-7680c03f9026} <Debug> TCPHandler: Processed in 0.002933892 sec. | ||
| 22479 | 2024.11.22 20:44:59.453935 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22480 | 2024.11.22 20:44:59.454075 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22481 | 2024.11.22 20:44:59.454134 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22482 | 2024.11.22 20:44:59.455735 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22483 | 2024.11.22 20:44:59.455783 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22484 | 2024.11.22 20:44:59.456348 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 22485 | 2024.11.22 20:44:59.456676 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22486 | 2024.11.22 20:44:59.456954 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Debug> executeQuery: Read 1360 rows, 115.73 KiB in 0.002911 sec., 467193.40432840947 rows/sec., 38.82 MiB/sec. | ||
| 22487 | 2024.11.22 20:44:59.457033 [ 5 ] {64884bf6-f27d-4d57-8eba-291c733a802b} <Debug> TCPHandler: Processed in 0.003211299 sec. | ||
| 22488 | 2024.11.22 20:44:59.457234 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22489 | 2024.11.22 20:44:59.457402 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22490 | 2024.11.22 20:44:59.457472 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22491 | 2024.11.22 20:44:59.458352 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22492 | 2024.11.22 20:44:59.458430 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22493 | 2024.11.22 20:44:59.459004 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 22494 | 2024.11.22 20:44:59.459329 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22495 | 2024.11.22 20:44:59.459593 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.002237 sec., 7599.463567277605 rows/sec., 535.21 KiB/sec. | ||
| 22496 | 2024.11.22 20:44:59.459730 [ 255 ] {7ffa1cf0-1cf8-40f9-89ff-cbab098e2db8} <Debug> TCPHandler: Processed in 0.002572372 sec. | ||
| 22497 | 2024.11.22 20:44:59.461176 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22498 | 2024.11.22 20:44:59.461345 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 22499 | 2024.11.22 20:44:59.461425 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 22500 | 2024.11.22 20:44:59.462268 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22501 | 2024.11.22 20:44:59.462315 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22502 | 2024.11.22 20:44:59.462761 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22503 | 2024.11.22 20:44:59.463016 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22504 | 2024.11.22 20:44:59.463272 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001976 sec., 122469.63562753037 rows/sec., 8.30 MiB/sec. | ||
| 22505 | 2024.11.22 20:44:59.463341 [ 5 ] {94e67adc-a6fa-495f-bd28-162d99bf8213} <Debug> TCPHandler: Processed in 0.002270015 sec. | ||
| 22506 | 2024.11.22 20:44:59.463542 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22507 | 2024.11.22 20:44:59.463695 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 22508 | 2024.11.22 20:44:59.463760 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 22509 | 2024.11.22 20:44:59.464540 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22510 | 2024.11.22 20:44:59.464587 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22511 | 2024.11.22 20:44:59.465053 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22512 | 2024.11.22 20:44:59.465353 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22513 | 2024.11.22 20:44:59.465659 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001991 sec., 6529.382219989954 rows/sec., 407.11 KiB/sec. | ||
| 22514 | 2024.11.22 20:44:59.465745 [ 255 ] {8459bc84-792b-4aee-b4c1-d35cfad2ca33} <Debug> TCPHandler: Processed in 0.002268085 sec. | ||
| 22515 | 2024.11.22 20:44:59.466030 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22516 | 2024.11.22 20:44:59.466189 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22517 | 2024.11.22 20:44:59.466246 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22518 | 2024.11.22 20:44:59.467362 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22519 | 2024.11.22 20:44:59.467406 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22520 | 2024.11.22 20:44:59.467877 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 22521 | 2024.11.22 20:44:59.468139 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22522 | 2024.11.22 20:44:59.468400 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002233 sec., 379758.17286162113 rows/sec., 27.45 MiB/sec. | ||
| 22523 | 2024.11.22 20:44:59.468490 [ 5 ] {29c4928f-f7af-447f-9bcc-86bc553fe17e} <Debug> TCPHandler: Processed in 0.002591433 sec. | ||
| 22524 | 2024.11.22 20:44:59.468500 [ 224 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22525 | 2024.11.22 20:44:59.468565 [ 224 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22526 | 2024.11.22 20:44:59.468673 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22527 | 2024.11.22 20:44:59.468804 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 22528 | 2024.11.22 20:44:59.468862 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 22529 | 2024.11.22 20:44:59.469525 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22530 | 2024.11.22 20:44:59.469571 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22531 | 2024.11.22 20:44:59.470126 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 22532 | 2024.11.22 20:44:59.470470 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22533 | 2024.11.22 20:44:59.470799 [ 146 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Selected 6 parts from all_1_67_14 to all_76_76_0 | ||
| 22534 | 2024.11.22 20:44:59.470829 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002034 sec., 2949.8525073746314 rows/sec., 154.12 KiB/sec. | ||
| 22535 | 2024.11.22 20:44:59.470942 [ 146 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22536 | 2024.11.22 20:44:59.471046 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22537 | 2024.11.22 20:44:59.471051 [ 255 ] {c850198a-0aa1-4f05-be84-1b8a0229130c} <Debug> TCPHandler: Processed in 0.00243396 sec. | ||
| 22538 | 2024.11.22 20:44:59.471320 [ 224 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22539 | 2024.11.22 20:44:59.471381 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22540 | 2024.11.22 20:44:59.471783 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_67_14 to all_76_76_0 into Compact with storage Full | ||
| 22541 | 2024.11.22 20:44:59.471804 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22542 | 2024.11.22 20:44:59.471929 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22543 | 2024.11.22 20:44:59.472685 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22544 | 2024.11.22 20:44:59.473095 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_67_14, total 402 rows starting from the beginning of the part | ||
| 22545 | 2024.11.22 20:44:59.473778 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_72_1, total 30 rows starting from the beginning of the part | ||
| 22546 | 2024.11.22 20:44:59.474638 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 22547 | 2024.11.22 20:44:59.475165 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 22548 | 2024.11.22 20:44:59.475497 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part | ||
| 22549 | 2024.11.22 20:44:59.475772 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 6 rows starting from the beginning of the part | ||
| 22550 | 2024.11.22 20:44:59.475851 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22551 | 2024.11.22 20:44:59.475987 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22552 | 2024.11.22 20:44:59.477166 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 22553 | 2024.11.22 20:44:59.477670 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22554 | 2024.11.22 20:44:59.478532 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.00685 sec., 135182.48175182482 rows/sec., 9.02 MiB/sec. | ||
| 22555 | 2024.11.22 20:44:59.478994 [ 5 ] {1312df5c-c417-42b0-9286-40a0c5b135a9} <Debug> TCPHandler: Processed in 0.00777327 sec. | ||
| 22556 | 2024.11.22 20:44:59.479318 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22557 | 2024.11.22 20:44:59.479658 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 22558 | 2024.11.22 20:44:59.479908 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 22559 | 2024.11.22 20:44:59.480677 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 456 rows, containing 4 columns (4 merged, 0 gathered) in 0.00941861 sec., 48414.787319997326 rows/sec., 2.47 MiB/sec. | ||
| 22560 | 2024.11.22 20:44:59.480881 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 22561 | 2024.11.22 20:44:59.481433 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22562 | 2024.11.22 20:44:59.481481 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22563 | 2024.11.22 20:44:59.481509 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22564 | 2024.11.22 20:44:59.481668 [ 186 ] {e86bc318-84ff-40e5-a56f-5117edd4b566::all_1_76_15} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566) (MergerMutator): Merged 6 parts: [all_1_67_14, all_76_76_0] -> all_1_76_15 | ||
| 22565 | 2024.11.22 20:44:59.481845 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 22566 | 2024.11.22 20:44:59.482143 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22567 | 2024.11.22 20:44:59.482394 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22568 | 2024.11.22 20:44:59.482625 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003056 sec., 327.22513089005236 rows/sec., 22.05 KiB/sec. | ||
| 22569 | 2024.11.22 20:44:59.482693 [ 255 ] {5a448823-df33-4b99-8c38-e743e0906ec7} <Debug> TCPHandler: Processed in 0.003561047 sec. | ||
| 22570 | 2024.11.22 20:44:59.482905 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22571 | 2024.11.22 20:44:59.483044 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22572 | 2024.11.22 20:44:59.483136 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <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 | ||
| 22573 | 2024.11.22 20:44:59.484386 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22574 | 2024.11.22 20:44:59.484427 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22575 | 2024.11.22 20:44:59.485095 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 22576 | 2024.11.22 20:44:59.485368 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22577 | 2024.11.22 20:44:59.485618 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00261 sec., 3065.1340996168583 rows/sec., 5.49 MiB/sec. | ||
| 22578 | 2024.11.22 20:44:59.485721 [ 5 ] {63ef09bf-b844-49f1-a0ef-64cdf926ab35} <Debug> TCPHandler: Processed in 0.002904451 sec. | ||
| 22579 | 2024.11.22 20:44:59.485917 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22580 | 2024.11.22 20:44:59.486056 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22581 | 2024.11.22 20:44:59.486117 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22582 | 2024.11.22 20:44:59.486718 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22583 | 2024.11.22 20:44:59.486763 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22584 | 2024.11.22 20:44:59.487158 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 22585 | 2024.11.22 20:44:59.487394 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22586 | 2024.11.22 20:44:59.487535 [ 144 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 22587 | 2024.11.22 20:44:59.487576 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001552 sec., 45103.092783505155 rows/sec., 2.83 MiB/sec. | ||
| 22588 | 2024.11.22 20:44:59.487580 [ 144 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22589 | 2024.11.22 20:44:59.487623 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22590 | 2024.11.22 20:44:59.487645 [ 255 ] {25e1359e-31af-4782-8314-c17ad63015a6} <Debug> TCPHandler: Processed in 0.001791864 sec. | ||
| 22591 | 2024.11.22 20:44:59.487832 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 22592 | 2024.11.22 20:44:59.488013 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22593 | 2024.11.22 20:44:59.488056 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10306 rows starting from the beginning of the part | ||
| 22594 | 2024.11.22 20:44:59.488168 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 82 rows starting from the beginning of the part | ||
| 22595 | 2024.11.22 20:44:59.488346 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 60 rows starting from the beginning of the part | ||
| 22596 | 2024.11.22 20:44:59.488499 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 82 rows starting from the beginning of the part | ||
| 22597 | 2024.11.22 20:44:59.488683 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 60 rows starting from the beginning of the part | ||
| 22598 | 2024.11.22 20:44:59.488820 [ 187 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 70 rows starting from the beginning of the part | ||
| 22599 | 2024.11.22 20:44:59.491903 [ 188 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10660 rows, containing 4 columns (4 merged, 0 gathered) in 0.004155822 sec., 2565076.1750623584 rows/sec., 167.13 MiB/sec. | ||
| 22600 | 2024.11.22 20:44:59.492208 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 22601 | 2024.11.22 20:44:59.492614 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22602 | 2024.11.22 20:44:59.492726 [ 190 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_176_35} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 22603 | 2024.11.22 20:44:59.492836 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 22604 | 2024.11.22 20:44:59.747505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 785 | ||
| 22605 | 2024.11.22 20:44:59.781335 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22606 | 2024.11.22 20:44:59.781419 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22607 | 2024.11.22 20:44:59.791071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 22608 | 2024.11.22 20:44:59.792223 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22609 | 2024.11.22 20:44:59.797158 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 785 | ||
| 22610 | 2024.11.22 20:45:00.000290 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.80 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.39 MiB (RSS), difference: -1.41 MiB | ||
| 22611 | 2024.11.22 20:45:01.146628 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22612 | 2024.11.22 20:45:01.146836 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22613 | 2024.11.22 20:45:01.146917 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22614 | 2024.11.22 20:45:01.147717 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22615 | 2024.11.22 20:45:01.147763 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22616 | 2024.11.22 20:45:01.148195 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 22617 | 2024.11.22 20:45:01.148449 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22618 | 2024.11.22 20:45:01.148669 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.26 MiB/sec. | ||
| 22619 | 2024.11.22 20:45:01.148726 [ 5 ] {54f10c9b-0d3f-49ee-bc03-087ce09f0ba2} <Debug> TCPHandler: Processed in 0.002239775 sec. | ||
| 22620 | 2024.11.22 20:45:01.148984 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22621 | 2024.11.22 20:45:01.149176 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22622 | 2024.11.22 20:45:01.149252 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22623 | 2024.11.22 20:45:01.150031 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22624 | 2024.11.22 20:45:01.150076 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22625 | 2024.11.22 20:45:01.150511 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 22626 | 2024.11.22 20:45:01.150771 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22627 | 2024.11.22 20:45:01.150973 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00185 sec., 34594.59459459459 rows/sec., 2.70 MiB/sec. | ||
| 22628 | 2024.11.22 20:45:01.151042 [ 255 ] {5aac4089-8432-4688-a1b8-ac5809f1bfc7} <Debug> TCPHandler: Processed in 0.002191744 sec. | ||
| 22629 | 2024.11.22 20:45:01.151210 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22630 | 2024.11.22 20:45:01.151352 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22631 | 2024.11.22 20:45:01.151415 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22632 | 2024.11.22 20:45:01.152059 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22633 | 2024.11.22 20:45:01.152099 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22634 | 2024.11.22 20:45:01.152501 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 22635 | 2024.11.22 20:45:01.152767 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22636 | 2024.11.22 20:45:01.153020 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001701 sec., 18812.4632569077 rows/sec., 1.31 MiB/sec. | ||
| 22637 | 2024.11.22 20:45:01.153073 [ 5 ] {1866ae8b-04d2-403b-a4fa-32f14f4f45d7} <Debug> TCPHandler: Processed in 0.001933017 sec. | ||
| 22638 | 2024.11.22 20:45:01.153254 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22639 | 2024.11.22 20:45:01.153378 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22640 | 2024.11.22 20:45:01.153438 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22641 | 2024.11.22 20:45:01.153949 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22642 | 2024.11.22 20:45:01.153989 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22643 | 2024.11.22 20:45:01.154370 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 22644 | 2024.11.22 20:45:01.154627 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22645 | 2024.11.22 20:45:01.154810 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001463 sec., 8202.323991797675 rows/sec., 566.05 KiB/sec. | ||
| 22646 | 2024.11.22 20:45:01.154884 [ 255 ] {ffca3941-fcc9-4954-b9d2-694e0221091e} <Debug> TCPHandler: Processed in 0.001687521 sec. | ||
| 22647 | 2024.11.22 20:45:03.433369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129 | ||
| 22648 | 2024.11.22 20:45:03.434054 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22649 | 2024.11.22 20:45:03.434094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22650 | 2024.11.22 20:45:03.434632 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 22651 | 2024.11.22 20:45:03.434890 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22652 | 2024.11.22 20:45:03.435129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129 | ||
| 22653 | 2024.11.22 20:45:03.435148 [ 220 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 22654 | 2024.11.22 20:45:03.435192 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 22655 | 2024.11.22 20:45:03.436896 [ 220 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 22656 | 2024.11.22 20:45:04.615346 [ 224 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 22657 | 2024.11.22 20:45:04.615405 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 22658 | 2024.11.22 20:45:04.616827 [ 224 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 22659 | 2024.11.22 20:45:05.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.39 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.39 MiB (RSS), difference: 4.00 MiB | ||
| 22660 | 2024.11.22 20:45:06.154747 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22661 | 2024.11.22 20:45:06.155050 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22662 | 2024.11.22 20:45:06.155164 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22663 | 2024.11.22 20:45:06.156044 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22664 | 2024.11.22 20:45:06.156090 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22665 | 2024.11.22 20:45:06.156544 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 22666 | 2024.11.22 20:45:06.156810 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22667 | 2024.11.22 20:45:06.157058 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.00209 sec., 78468.8995215311 rows/sec., 6.79 MiB/sec. | ||
| 22668 | 2024.11.22 20:45:06.157118 [ 5 ] {0f33b393-5035-42f0-af2c-ad56d604626f} <Debug> TCPHandler: Processed in 0.002558802 sec. | ||
| 22669 | 2024.11.22 20:45:06.157431 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22670 | 2024.11.22 20:45:06.157680 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22671 | 2024.11.22 20:45:06.157770 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22672 | 2024.11.22 20:45:06.158599 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22673 | 2024.11.22 20:45:06.158658 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22674 | 2024.11.22 20:45:06.159112 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 22675 | 2024.11.22 20:45:06.159374 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22676 | 2024.11.22 20:45:06.159626 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.002003 sec., 26959.560659011484 rows/sec., 1.98 MiB/sec. | ||
| 22677 | 2024.11.22 20:45:06.159707 [ 255 ] {0ba3bc54-07f0-438b-ab9e-12d5923c51a1} <Debug> TCPHandler: Processed in 0.00245722 sec. | ||
| 22678 | 2024.11.22 20:45:06.159940 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22679 | 2024.11.22 20:45:06.160108 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22680 | 2024.11.22 20:45:06.160167 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22681 | 2024.11.22 20:45:06.160919 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22682 | 2024.11.22 20:45:06.160967 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22683 | 2024.11.22 20:45:06.161367 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 22684 | 2024.11.22 20:45:06.161618 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22685 | 2024.11.22 20:45:06.161837 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.00176 sec., 67045.45454545454 rows/sec., 5.24 MiB/sec. | ||
| 22686 | 2024.11.22 20:45:06.161889 [ 5 ] {ad1febb1-33e0-4250-9031-88c950302029} <Debug> TCPHandler: Processed in 0.002069801 sec. | ||
| 22687 | 2024.11.22 20:45:06.162041 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22688 | 2024.11.22 20:45:06.162180 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22689 | 2024.11.22 20:45:06.162248 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22690 | 2024.11.22 20:45:06.162957 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22691 | 2024.11.22 20:45:06.163006 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22692 | 2024.11.22 20:45:06.163432 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 22693 | 2024.11.22 20:45:06.163692 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22694 | 2024.11.22 20:45:06.163907 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 22695 | 2024.11.22 20:45:06.163966 [ 255 ] {92087d67-ffe4-47f0-a599-26e65424e8eb} <Debug> TCPHandler: Processed in 0.001981828 sec. | ||
| 22696 | 2024.11.22 20:45:06.164149 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22697 | 2024.11.22 20:45:06.164373 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22698 | 2024.11.22 20:45:06.164516 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <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 | ||
| 22699 | 2024.11.22 20:45:06.166106 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22700 | 2024.11.22 20:45:06.166146 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22701 | 2024.11.22 20:45:06.166862 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 22702 | 2024.11.22 20:45:06.167138 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22703 | 2024.11.22 20:45:06.167392 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.003075 sec., 17560.975609756097 rows/sec., 31.47 MiB/sec. | ||
| 22704 | 2024.11.22 20:45:06.167485 [ 5 ] {742fe90c-1ee2-41ea-ade9-c1d5ea790360} <Debug> TCPHandler: Processed in 0.003414943 sec. | ||
| 22705 | 2024.11.22 20:45:06.167651 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22706 | 2024.11.22 20:45:06.167791 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22707 | 2024.11.22 20:45:06.167853 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22708 | 2024.11.22 20:45:06.168409 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22709 | 2024.11.22 20:45:06.168449 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22710 | 2024.11.22 20:45:06.168837 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 22711 | 2024.11.22 20:45:06.169089 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22712 | 2024.11.22 20:45:06.169331 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 22713 | 2024.11.22 20:45:06.169399 [ 255 ] {54d2d5f9-995b-4e9d-a84e-12efc009584d} <Debug> TCPHandler: Processed in 0.001817374 sec. | ||
| 22714 | 2024.11.22 20:45:06.169448 [ 225 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22715 | 2024.11.22 20:45:06.169517 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22716 | 2024.11.22 20:45:06.171182 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22717 | 2024.11.22 20:45:06.265153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 3136 | ||
| 22718 | 2024.11.22 20:45:06.268662 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22719 | 2024.11.22 20:45:06.268719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22720 | 2024.11.22 20:45:06.270292 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 22721 | 2024.11.22 20:45:06.270619 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22722 | 2024.11.22 20:45:06.272439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3136 | ||
| 22723 | 2024.11.22 20:45:07.279249 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22724 | 2024.11.22 20:45:07.279296 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22725 | 2024.11.22 20:45:07.280903 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 22726 | 2024.11.22 20:45:07.298184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 792 | ||
| 22727 | 2024.11.22 20:45:07.320711 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22728 | 2024.11.22 20:45:07.320763 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22729 | 2024.11.22 20:45:07.328594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 22730 | 2024.11.22 20:45:07.329426 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22731 | 2024.11.22 20:45:07.332475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792 | ||
| 22732 | 2024.11.22 20:45:10.098507 [ 222 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Found 5 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22733 | 2024.11.22 20:45:10.098582 [ 222 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 5 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22734 | 2024.11.22 20:45:10.099926 [ 222 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Removing 5 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22735 | 2024.11.22 20:45:10.195032 [ 222 ] {} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Found 5 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22736 | 2024.11.22 20:45:10.195078 [ 222 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22737 | 2024.11.22 20:45:10.196665 [ 222 ] {} <Debug> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Removing 5 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0] | ||
| 22738 | 2024.11.22 20:45:10.582736 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 22739 | 2024.11.22 20:45:10.582792 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 22740 | 2024.11.22 20:45:10.936218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48556 | ||
| 22741 | 2024.11.22 20:45:10.936857 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22742 | 2024.11.22 20:45:10.936900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22743 | 2024.11.22 20:45:10.937432 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 22744 | 2024.11.22 20:45:10.937690 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22745 | 2024.11.22 20:45:10.937945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48556 | ||
| 22746 | 2024.11.22 20:45:10.937944 [ 23 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 22747 | 2024.11.22 20:45:10.938056 [ 23 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22748 | 2024.11.22 20:45:10.938098 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22749 | 2024.11.22 20:45:10.938332 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::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 | ||
| 22750 | 2024.11.22 20:45:10.938596 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22751 | 2024.11.22 20:45:10.938669 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part | ||
| 22752 | 2024.11.22 20:45:10.938765 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 427 rows starting from the beginning of the part | ||
| 22753 | 2024.11.22 20:45:10.938961 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 488 rows starting from the beginning of the part | ||
| 22754 | 2024.11.22 20:45:10.939209 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 427 rows starting from the beginning of the part | ||
| 22755 | 2024.11.22 20:45:10.939358 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 488 rows starting from the beginning of the part | ||
| 22756 | 2024.11.22 20:45:10.939553 [ 199 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 427 rows starting from the beginning of the part | ||
| 22757 | 2024.11.22 20:45:10.942855 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004650313 sec., 10441447.704702888 rows/sec., 149.37 MiB/sec. | ||
| 22758 | 2024.11.22 20:45:10.943444 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 22759 | 2024.11.22 20:45:10.943771 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22760 | 2024.11.22 20:45:10.943862 [ 189 ] {654a8405-5b3e-49a5-b2cd-a8425abdacfc::all_1_106_21} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 22761 | 2024.11.22 20:45:10.944004 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 22762 | 2024.11.22 20:45:11.044341 [ 23 ] {} <Debug> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Selected 5 parts from all_1_73_15 to all_77_77_0 | ||
| 22763 | 2024.11.22 20:45:11.044405 [ 23 ] {} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22764 | 2024.11.22 20:45:11.044433 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22765 | 2024.11.22 20:45:11.044594 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_15 to all_77_77_0 into Compact with storage Full | ||
| 22766 | 2024.11.22 20:45:11.044801 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22767 | 2024.11.22 20:45:11.044848 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_15, total 265 rows starting from the beginning of the part | ||
| 22768 | 2024.11.22 20:45:11.044945 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 242 rows starting from the beginning of the part | ||
| 22769 | 2024.11.22 20:45:11.045127 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 22770 | 2024.11.22 20:45:11.045362 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 22771 | 2024.11.22 20:45:11.045462 [ 192 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 242 rows starting from the beginning of the part | ||
| 22772 | 2024.11.22 20:45:11.046574 [ 196 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 777 rows, containing 5 columns (5 merged, 0 gathered) in 0.00206093 sec., 377014.260552275 rows/sec., 26.93 MiB/sec. | ||
| 22773 | 2024.11.22 20:45:11.046768 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Trace> MergedBlockOutputStream: filled checksums all_1_77_16 (state Temporary) | ||
| 22774 | 2024.11.22 20:45:11.047107 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_merge_all_1_77_16 to all_1_77_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22775 | 2024.11.22 20:45:11.047205 [ 201 ] {0d788766-ff26-46de-b448-50e6894b75ed::all_1_77_16} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed) (MergerMutator): Merged 5 parts: [all_1_73_15, all_77_77_0] -> all_1_77_16 | ||
| 22776 | 2024.11.22 20:45:11.047300 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 22777 | 2024.11.22 20:45:11.157798 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22778 | 2024.11.22 20:45:11.158072 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 22779 | 2024.11.22 20:45:11.158183 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 22780 | 2024.11.22 20:45:11.158961 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22781 | 2024.11.22 20:45:11.159005 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22782 | 2024.11.22 20:45:11.159396 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22783 | 2024.11.22 20:45:11.159646 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22784 | 2024.11.22 20:45:11.159845 [ 23 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 22785 | 2024.11.22 20:45:11.159910 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 22786 | 2024.11.22 20:45:11.159938 [ 23 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22787 | 2024.11.22 20:45:11.160028 [ 5 ] {e34cc83e-9f21-4851-b499-3af8ba600a67} <Debug> TCPHandler: Processed in 0.002400489 sec. | ||
| 22788 | 2024.11.22 20:45:11.160028 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22789 | 2024.11.22 20:45:11.160301 [ 223 ] {} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22790 | 2024.11.22 20:45:11.160316 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 22791 | 2024.11.22 20:45:11.160349 [ 223 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22792 | 2024.11.22 20:45:11.160371 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22793 | 2024.11.22 20:45:11.160743 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22794 | 2024.11.22 20:45:11.160880 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 14 rows starting from the beginning of the part | ||
| 22795 | 2024.11.22 20:45:11.160912 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22796 | 2024.11.22 20:45:11.161208 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22797 | 2024.11.22 20:45:11.161252 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 22798 | 2024.11.22 20:45:11.161744 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 22799 | 2024.11.22 20:45:11.162090 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 22800 | 2024.11.22 20:45:11.162443 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part | ||
| 22801 | 2024.11.22 20:45:11.165764 [ 223 ] {} <Debug> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22802 | 2024.11.22 20:45:11.167083 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006904019 sec., 10139.02192331742 rows/sec., 769.48 KiB/sec. | ||
| 22803 | 2024.11.22 20:45:11.167331 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 22804 | 2024.11.22 20:45:11.167492 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22805 | 2024.11.22 20:45:11.167566 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22806 | 2024.11.22 20:45:11.167821 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22807 | 2024.11.22 20:45:11.168005 [ 197 ] {38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1::all_1_77_19} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 22808 | 2024.11.22 20:45:11.168144 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 22809 | 2024.11.22 20:45:11.168332 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 22810 | 2024.11.22 20:45:11.168595 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22811 | 2024.11.22 20:45:11.168782 [ 23 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 22812 | 2024.11.22 20:45:11.168827 [ 23 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22813 | 2024.11.22 20:45:11.168867 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22814 | 2024.11.22 20:45:11.168875 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.008177 sec., 26782.43854714443 rows/sec., 2.33 MiB/sec. | ||
| 22815 | 2024.11.22 20:45:11.169034 [ 255 ] {c6716b9f-c1a1-479d-913e-25c23ad1015f} <Debug> TCPHandler: Processed in 0.008860247 sec. | ||
| 22816 | 2024.11.22 20:45:11.169055 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 22817 | 2024.11.22 20:45:11.169166 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22818 | 2024.11.22 20:45:11.169205 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1504 rows starting from the beginning of the part | ||
| 22819 | 2024.11.22 20:45:11.169247 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22820 | 2024.11.22 20:45:11.169370 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 164 rows starting from the beginning of the part | ||
| 22821 | 2024.11.22 20:45:11.169670 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 1360 rows starting from the beginning of the part | ||
| 22822 | 2024.11.22 20:45:11.169709 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 22823 | 2024.11.22 20:45:11.169929 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 56 rows starting from the beginning of the part | ||
| 22824 | 2024.11.22 20:45:11.169942 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 22825 | 2024.11.22 20:45:11.170265 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 164 rows starting from the beginning of the part | ||
| 22826 | 2024.11.22 20:45:11.170595 [ 196 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 219 rows starting from the beginning of the part | ||
| 22827 | 2024.11.22 20:45:11.172428 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22828 | 2024.11.22 20:45:11.172502 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22829 | 2024.11.22 20:45:11.173441 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 22830 | 2024.11.22 20:45:11.173723 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22831 | 2024.11.22 20:45:11.174249 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004712 sec., 3183.3616298811544 rows/sec., 224.45 KiB/sec. | ||
| 22832 | 2024.11.22 20:45:11.174609 [ 5 ] {49c18777-c910-4a76-94a0-a0cb3e7e9466} <Debug> TCPHandler: Processed in 0.005433323 sec. | ||
| 22833 | 2024.11.22 20:45:11.174905 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22834 | 2024.11.22 20:45:11.174974 [ 195 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3467 rows, containing 5 columns (5 merged, 0 gathered) in 0.006011876 sec., 576691.8678961442 rows/sec., 50.49 MiB/sec. | ||
| 22835 | 2024.11.22 20:45:11.175192 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 22836 | 2024.11.22 20:45:11.175292 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 22837 | 2024.11.22 20:45:11.175359 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 22838 | 2024.11.22 20:45:11.175766 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22839 | 2024.11.22 20:45:11.175859 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_181_36} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 22840 | 2024.11.22 20:45:11.175959 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 22841 | 2024.11.22 20:45:11.176114 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22842 | 2024.11.22 20:45:11.176154 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22843 | 2024.11.22 20:45:11.176492 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 22844 | 2024.11.22 20:45:11.176735 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22845 | 2024.11.22 20:45:11.176982 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001856 sec., 7543.103448275862 rows/sec., 528.27 KiB/sec. | ||
| 22846 | 2024.11.22 20:45:11.177063 [ 255 ] {bc8a2e1d-9036-4fae-a841-5c89be6bbdf0} <Debug> TCPHandler: Processed in 0.002314797 sec. | ||
| 22847 | 2024.11.22 20:45:11.177289 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22848 | 2024.11.22 20:45:11.177427 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 22849 | 2024.11.22 20:45:11.177484 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 22850 | 2024.11.22 20:45:11.178166 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22851 | 2024.11.22 20:45:11.178212 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22852 | 2024.11.22 20:45:11.178580 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22853 | 2024.11.22 20:45:11.178832 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22854 | 2024.11.22 20:45:11.178999 [ 51 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 22855 | 2024.11.22 20:45:11.179058 [ 51 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22856 | 2024.11.22 20:45:11.179066 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 22857 | 2024.11.22 20:45:11.179097 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22858 | 2024.11.22 20:45:11.179226 [ 5 ] {ae6327c5-4bc1-45f3-b5e4-e5b085a49f83} <Debug> TCPHandler: Processed in 0.00205322 sec. | ||
| 22859 | 2024.11.22 20:45:11.179333 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 22860 | 2024.11.22 20:45:11.179407 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22861 | 2024.11.22 20:45:11.179619 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22862 | 2024.11.22 20:45:11.179653 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 22863 | 2024.11.22 20:45:11.179687 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 13 rows starting from the beginning of the part | ||
| 22864 | 2024.11.22 20:45:11.179757 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 22865 | 2024.11.22 20:45:11.180049 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 13 rows starting from the beginning of the part | ||
| 22866 | 2024.11.22 20:45:11.180400 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 13 rows starting from the beginning of the part | ||
| 22867 | 2024.11.22 20:45:11.180797 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 13 rows starting from the beginning of the part | ||
| 22868 | 2024.11.22 20:45:11.181244 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 13 rows starting from the beginning of the part | ||
| 22869 | 2024.11.22 20:45:11.182922 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22870 | 2024.11.22 20:45:11.183005 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22871 | 2024.11.22 20:45:11.183705 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00446212 sec., 14567.0667754341 rows/sec., 965.16 KiB/sec. | ||
| 22872 | 2024.11.22 20:45:11.183930 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 22873 | 2024.11.22 20:45:11.183983 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 22874 | 2024.11.22 20:45:11.184389 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22875 | 2024.11.22 20:45:11.184440 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22876 | 2024.11.22 20:45:11.184552 [ 198 ] {5d8b8f7c-6bc1-49ca-90b4-20085c9f5223::all_1_77_19} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 22877 | 2024.11.22 20:45:11.184817 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 22878 | 2024.11.22 20:45:11.184900 [ 51 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 22879 | 2024.11.22 20:45:11.184932 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005355 sec., 72829.13165266106 rows/sec., 5.16 MiB/sec. | ||
| 22880 | 2024.11.22 20:45:11.184988 [ 51 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22881 | 2024.11.22 20:45:11.185083 [ 255 ] {442c7817-0104-4eb0-983b-bfd78d0cc1c9} <Debug> TCPHandler: Processed in 0.00574958 sec. | ||
| 22882 | 2024.11.22 20:45:11.185092 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22883 | 2024.11.22 20:45:11.185363 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 22884 | 2024.11.22 20:45:11.185363 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22885 | 2024.11.22 20:45:11.185664 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22886 | 2024.11.22 20:45:11.185824 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1068 rows starting from the beginning of the part | ||
| 22887 | 2024.11.22 20:45:11.185817 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 22888 | 2024.11.22 20:45:11.186092 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 22889 | 2024.11.22 20:45:11.186581 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 118 rows starting from the beginning of the part | ||
| 22890 | 2024.11.22 20:45:11.187341 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 848 rows starting from the beginning of the part | ||
| 22891 | 2024.11.22 20:45:11.188076 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 64 rows starting from the beginning of the part | ||
| 22892 | 2024.11.22 20:45:11.188760 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 118 rows starting from the beginning of the part | ||
| 22893 | 2024.11.22 20:45:11.189094 [ 200 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 390 rows starting from the beginning of the part | ||
| 22894 | 2024.11.22 20:45:11.189742 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22895 | 2024.11.22 20:45:11.189808 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22896 | 2024.11.22 20:45:11.190861 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 22897 | 2024.11.22 20:45:11.191456 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22898 | 2024.11.22 20:45:11.191766 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006089 sec., 985.3834784036789 rows/sec., 51.48 KiB/sec. | ||
| 22899 | 2024.11.22 20:45:11.191820 [ 5 ] {b3f4932d-6eca-4814-b2d2-e9cd026300b5} <Debug> TCPHandler: Processed in 0.006621902 sec. | ||
| 22900 | 2024.11.22 20:45:11.192009 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22901 | 2024.11.22 20:45:11.192159 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2606 rows, containing 5 columns (5 merged, 0 gathered) in 0.006935029 sec., 375773.482706417 rows/sec., 28.88 MiB/sec. | ||
| 22902 | 2024.11.22 20:45:11.192224 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 22903 | 2024.11.22 20:45:11.192290 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 22904 | 2024.11.22 20:45:11.192476 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 22905 | 2024.11.22 20:45:11.193147 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22906 | 2024.11.22 20:45:11.193401 [ 194 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_181_36} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 22907 | 2024.11.22 20:45:11.193541 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22908 | 2024.11.22 20:45:11.193553 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 22909 | 2024.11.22 20:45:11.193616 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22910 | 2024.11.22 20:45:11.194034 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 22911 | 2024.11.22 20:45:11.194265 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22912 | 2024.11.22 20:45:11.194461 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 6 parts from all_1_174_36 to all_179_179_0 | ||
| 22913 | 2024.11.22 20:45:11.194482 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00232 sec., 102155.1724137931 rows/sec., 6.85 MiB/sec. | ||
| 22914 | 2024.11.22 20:45:11.194546 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22915 | 2024.11.22 20:45:11.194610 [ 255 ] {391f2e60-730d-4e0e-81c5-793ac200eda2} <Debug> TCPHandler: Processed in 0.002701726 sec. | ||
| 22916 | 2024.11.22 20:45:11.194632 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22917 | 2024.11.22 20:45:11.194822 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22918 | 2024.11.22 20:45:11.194858 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_174_36 to all_179_179_0 into Compact with storage Full | ||
| 22919 | 2024.11.22 20:45:11.195057 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 22920 | 2024.11.22 20:45:11.195132 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22921 | 2024.11.22 20:45:11.195223 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 22922 | 2024.11.22 20:45:11.195232 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_174_36, total 48251 rows starting from the beginning of the part | ||
| 22923 | 2024.11.22 20:45:11.195833 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 160 rows starting from the beginning of the part | ||
| 22924 | 2024.11.22 20:45:11.196478 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 926 rows starting from the beginning of the part | ||
| 22925 | 2024.11.22 20:45:11.197093 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 32 rows starting from the beginning of the part | ||
| 22926 | 2024.11.22 20:45:11.197659 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 160 rows starting from the beginning of the part | ||
| 22927 | 2024.11.22 20:45:11.198154 [ 193 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 237 rows starting from the beginning of the part | ||
| 22928 | 2024.11.22 20:45:11.198803 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22929 | 2024.11.22 20:45:11.198845 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22930 | 2024.11.22 20:45:11.199357 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 22931 | 2024.11.22 20:45:11.199624 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22932 | 2024.11.22 20:45:11.199954 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004983 sec., 200.68231988761792 rows/sec., 13.52 KiB/sec. | ||
| 22933 | 2024.11.22 20:45:11.200216 [ 5 ] {257dda5d-c7f1-4eef-8623-debdd3242b57} <Debug> TCPHandler: Processed in 0.005495964 sec. | ||
| 22934 | 2024.11.22 20:45:11.200564 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22935 | 2024.11.22 20:45:11.200930 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 22936 | 2024.11.22 20:45:11.201196 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <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 | ||
| 22937 | 2024.11.22 20:45:11.203028 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22938 | 2024.11.22 20:45:11.203067 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22939 | 2024.11.22 20:45:11.204041 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 22940 | 2024.11.22 20:45:11.204320 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22941 | 2024.11.22 20:45:11.204650 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003825 sec., 2091.5032679738565 rows/sec., 3.75 MiB/sec. | ||
| 22942 | 2024.11.22 20:45:11.204804 [ 255 ] {6d5f501a-fda0-4152-9e07-1b26766ac158} <Debug> TCPHandler: Processed in 0.004447419 sec. | ||
| 22943 | 2024.11.22 20:45:11.205011 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22944 | 2024.11.22 20:45:11.205154 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 22945 | 2024.11.22 20:45:11.205214 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 22946 | 2024.11.22 20:45:11.205765 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22947 | 2024.11.22 20:45:11.205805 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22948 | 2024.11.22 20:45:11.206252 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 22949 | 2024.11.22 20:45:11.206527 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22950 | 2024.11.22 20:45:11.206850 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001726 sec., 47508.69061413673 rows/sec., 3.02 MiB/sec. | ||
| 22951 | 2024.11.22 20:45:11.206949 [ 5 ] {d118246f-4f2c-4b3d-ab13-d706be473b0a} <Debug> TCPHandler: Processed in 0.002058531 sec. | ||
| 22952 | 2024.11.22 20:45:11.209758 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49766 rows, containing 5 columns (5 merged, 0 gathered) in 0.014993926 sec., 3319077.3383835563 rows/sec., 224.22 MiB/sec. | ||
| 22953 | 2024.11.22 20:45:11.210048 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Trace> MergedBlockOutputStream: filled checksums all_1_179_37 (state Temporary) | ||
| 22954 | 2024.11.22 20:45:11.210350 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_179_37 to all_1_179_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22955 | 2024.11.22 20:45:11.210431 [ 186 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_179_37} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 6 parts: [all_1_174_36, all_179_179_0] -> all_1_179_37 | ||
| 22956 | 2024.11.22 20:45:11.210520 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 22957 | 2024.11.22 20:45:12.135619 [ 220 ] {} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22958 | 2024.11.22 20:45:12.135677 [ 220 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22959 | 2024.11.22 20:45:12.137048 [ 220 ] {} <Debug> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 22960 | 2024.11.22 20:45:14.833519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 800 | ||
| 22961 | 2024.11.22 20:45:14.856695 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22962 | 2024.11.22 20:45:14.856748 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22963 | 2024.11.22 20:45:14.864413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 22964 | 2024.11.22 20:45:14.865224 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22965 | 2024.11.22 20:45:14.865561 [ 62 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 22966 | 2024.11.22 20:45:14.865637 [ 62 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22967 | 2024.11.22 20:45:14.865686 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22968 | 2024.11.22 20:45:14.866189 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::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 | ||
| 22969 | 2024.11.22 20:45:14.880023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 800 | ||
| 22970 | 2024.11.22 20:45:14.883015 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 22971 | 2024.11.22 20:45:14.884440 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part | ||
| 22972 | 2024.11.22 20:45:14.890099 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 8 rows starting from the beginning of the part | ||
| 22973 | 2024.11.22 20:45:14.895946 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 7 rows starting from the beginning of the part | ||
| 22974 | 2024.11.22 20:45:14.901890 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part | ||
| 22975 | 2024.11.22 20:45:14.908205 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 7 rows starting from the beginning of the part | ||
| 22976 | 2024.11.22 20:45:14.914267 [ 187 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 22977 | 2024.11.22 20:45:14.982408 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 679 columns (679 merged, 0 gathered) in 0.116584247 sec., 6861.990539768207 rows/sec., 35.48 MiB/sec. | ||
| 22978 | 2024.11.22 20:45:14.986533 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 22979 | 2024.11.22 20:45:14.989841 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22980 | 2024.11.22 20:45:14.989975 [ 188 ] {997d3c52-c486-454f-ac75-8b507c3c6f8b::all_1_106_21} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 22981 | 2024.11.22 20:45:14.992782 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 22982 | 2024.11.22 20:45:15.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.48 MiB, peak 294.78 MiB, free memory in arenas 0.00 B, will set to 274.39 MiB (RSS), difference: -1.09 MiB | ||
| 22983 | 2024.11.22 20:45:15.222431 [ 220 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 22984 | 2024.11.22 20:45:15.222470 [ 220 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 22985 | 2024.11.22 20:45:15.223780 [ 220 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): 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] | ||
| 22986 | 2024.11.22 20:45:16.155326 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22987 | 2024.11.22 20:45:16.155511 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 22988 | 2024.11.22 20:45:16.155580 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 22989 | 2024.11.22 20:45:16.156338 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22990 | 2024.11.22 20:45:16.156378 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 22991 | 2024.11.22 20:45:16.156815 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 22992 | 2024.11.22 20:45:16.157078 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 22993 | 2024.11.22 20:45:16.157287 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001828 sec., 3282.2757111597375 rows/sec., 267.65 KiB/sec. | ||
| 22994 | 2024.11.22 20:45:16.157342 [ 5 ] {b0aeec29-6207-4314-95d4-a0139b92f32d} <Debug> TCPHandler: Processed in 0.002145563 sec. | ||
| 22995 | 2024.11.22 20:45:16.157618 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 22996 | 2024.11.22 20:45:16.157835 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 22997 | 2024.11.22 20:45:16.157925 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 22998 | 2024.11.22 20:45:16.158873 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 22999 | 2024.11.22 20:45:16.158925 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23000 | 2024.11.22 20:45:16.159382 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 23001 | 2024.11.22 20:45:16.159636 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23002 | 2024.11.22 20:45:16.159889 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Debug> executeQuery: Read 167 rows, 14.75 KiB in 0.002109 sec., 79184.44760550023 rows/sec., 6.83 MiB/sec. | ||
| 23003 | 2024.11.22 20:45:16.160001 [ 255 ] {cd12a2d8-9a56-46a4-8cd1-fabe3e9d42bb} <Debug> TCPHandler: Processed in 0.002525581 sec. | ||
| 23004 | 2024.11.22 20:45:16.160207 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23005 | 2024.11.22 20:45:16.160383 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23006 | 2024.11.22 20:45:16.160441 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23007 | 2024.11.22 20:45:16.161157 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23008 | 2024.11.22 20:45:16.161203 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23009 | 2024.11.22 20:45:16.161608 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 23010 | 2024.11.22 20:45:16.161855 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23011 | 2024.11.22 20:45:16.161993 [ 65 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 23012 | 2024.11.22 20:45:16.162040 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Debug> executeQuery: Read 60 rows, 4.48 KiB in 0.001694 sec., 35419.12632821724 rows/sec., 2.58 MiB/sec. | ||
| 23013 | 2024.11.22 20:45:16.162044 [ 65 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23014 | 2024.11.22 20:45:16.162095 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23015 | 2024.11.22 20:45:16.162110 [ 5 ] {98579f58-62f7-4a57-a0dc-4d3e6d17041f} <Debug> TCPHandler: Processed in 0.001996629 sec. | ||
| 23016 | 2024.11.22 20:45:16.162291 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 23017 | 2024.11.22 20:45:16.162316 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23018 | 2024.11.22 20:45:16.162714 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23019 | 2024.11.22 20:45:16.162799 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23020 | 2024.11.22 20:45:16.162835 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 90 rows starting from the beginning of the part | ||
| 23021 | 2024.11.22 20:45:16.163029 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23022 | 2024.11.22 20:45:16.163421 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 54 rows starting from the beginning of the part | ||
| 23023 | 2024.11.22 20:45:16.164044 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 17 rows starting from the beginning of the part | ||
| 23024 | 2024.11.22 20:45:16.164614 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 54 rows starting from the beginning of the part | ||
| 23025 | 2024.11.22 20:45:16.165271 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 15 rows starting from the beginning of the part | ||
| 23026 | 2024.11.22 20:45:16.165801 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 23027 | 2024.11.22 20:45:16.167050 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23028 | 2024.11.22 20:45:16.167125 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23029 | 2024.11.22 20:45:16.168221 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 23030 | 2024.11.22 20:45:16.168596 [ 189 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.006436367 sec., 45056.473628679036 rows/sec., 3.42 MiB/sec. | ||
| 23031 | 2024.11.22 20:45:16.168743 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23032 | 2024.11.22 20:45:16.169055 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 23033 | 2024.11.22 20:45:16.169136 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Debug> executeQuery: Read 124 rows, 9.93 KiB in 0.006532 sec., 18983.466013472138 rows/sec., 1.48 MiB/sec. | ||
| 23034 | 2024.11.22 20:45:16.169350 [ 255 ] {283da31a-2906-4d33-9b14-b4b4df7e863b} <Debug> TCPHandler: Processed in 0.007139615 sec. | ||
| 23035 | 2024.11.22 20:45:16.169539 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23036 | 2024.11.22 20:45:16.169736 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23037 | 2024.11.22 20:45:16.169750 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23038 | 2024.11.22 20:45:16.169859 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23039 | 2024.11.22 20:45:16.169964 [ 190 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_156_31} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 23040 | 2024.11.22 20:45:16.170191 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 23041 | 2024.11.22 20:45:16.170718 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23042 | 2024.11.22 20:45:16.170763 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23043 | 2024.11.22 20:45:16.171169 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 23044 | 2024.11.22 20:45:16.171413 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23045 | 2024.11.22 20:45:16.171602 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001922 sec., 84807.49219562954 rows/sec., 5.91 MiB/sec. | ||
| 23046 | 2024.11.22 20:45:16.171666 [ 5 ] {196f1e6c-da09-4520-893d-42626331eec4} <Debug> TCPHandler: Processed in 0.002196343 sec. | ||
| 23047 | 2024.11.22 20:45:16.171872 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23048 | 2024.11.22 20:45:16.172161 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23049 | 2024.11.22 20:45:16.172263 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <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 | ||
| 23050 | 2024.11.22 20:45:16.173598 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23051 | 2024.11.22 20:45:16.173638 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23052 | 2024.11.22 20:45:16.174356 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 23053 | 2024.11.22 20:45:16.174617 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23054 | 2024.11.22 20:45:16.174824 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 23055 | 2024.11.22 20:45:16.174917 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23056 | 2024.11.22 20:45:16.174927 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002825 sec., 19115.044247787613 rows/sec., 34.25 MiB/sec. | ||
| 23057 | 2024.11.22 20:45:16.174985 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23058 | 2024.11.22 20:45:16.175374 [ 255 ] {fd1dff58-48ea-49e2-ab4c-0b300708ade5} <Debug> TCPHandler: Processed in 0.003611839 sec. | ||
| 23059 | 2024.11.22 20:45:16.175495 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 23060 | 2024.11.22 20:45:16.175599 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23061 | 2024.11.22 20:45:16.175887 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23062 | 2024.11.22 20:45:16.176020 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23063 | 2024.11.22 20:45:16.176307 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23064 | 2024.11.22 20:45:16.176572 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 3159 rows starting from the beginning of the part | ||
| 23065 | 2024.11.22 20:45:16.177336 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 54 rows starting from the beginning of the part | ||
| 23066 | 2024.11.22 20:45:16.178150 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 8 rows starting from the beginning of the part | ||
| 23067 | 2024.11.22 20:45:16.178297 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23068 | 2024.11.22 20:45:16.178383 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23069 | 2024.11.22 20:45:16.178872 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 54 rows starting from the beginning of the part | ||
| 23070 | 2024.11.22 20:45:16.179614 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 8 rows starting from the beginning of the part | ||
| 23071 | 2024.11.22 20:45:16.180034 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 23072 | 2024.11.22 20:45:16.180294 [ 191 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 54 rows starting from the beginning of the part | ||
| 23073 | 2024.11.22 20:45:16.181124 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23074 | 2024.11.22 20:45:16.181824 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006033 sec., 9945.300845350572 rows/sec., 686.33 KiB/sec. | ||
| 23075 | 2024.11.22 20:45:16.182012 [ 5 ] {c04eed85-b20d-4baa-b54b-d450060bed28} <Debug> TCPHandler: Processed in 0.00653066 sec. | ||
| 23076 | 2024.11.22 20:45:16.195116 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3337 rows, containing 19 columns (19 merged, 0 gathered) in 0.019900226 sec., 167686.5378312789 rows/sec., 300.35 MiB/sec. | ||
| 23077 | 2024.11.22 20:45:16.197963 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 23078 | 2024.11.22 20:45:16.198398 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23079 | 2024.11.22 20:45:16.198481 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_156_31} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 23080 | 2024.11.22 20:45:16.198646 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.36 MiB. | ||
| 23081 | 2024.11.22 20:45:16.273600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 3172 | ||
| 23082 | 2024.11.22 20:45:16.276575 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23083 | 2024.11.22 20:45:16.276616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 23084 | 2024.11.22 20:45:16.278126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23085 | 2024.11.22 20:45:16.278448 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23086 | 2024.11.22 20:45:16.279979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3172 | ||
| 23087 | 2024.11.22 20:45:17.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.99 MiB, peak 298.27 MiB, free memory in arenas 0.00 B, will set to 276.47 MiB (RSS), difference: 1.48 MiB | ||
| 23088 | 2024.11.22 20:45:18.439015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49044 | ||
| 23089 | 2024.11.22 20:45:18.439704 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23090 | 2024.11.22 20:45:18.439749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23091 | 2024.11.22 20:45:18.440295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 23092 | 2024.11.22 20:45:18.440545 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23093 | 2024.11.22 20:45:18.440848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044 | ||
| 23094 | 2024.11.22 20:45:21.043148 [ 219 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23095 | 2024.11.22 20:45:21.043207 [ 219 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23096 | 2024.11.22 20:45:21.044612 [ 219 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23097 | 2024.11.22 20:45:21.157374 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23098 | 2024.11.22 20:45:21.157664 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 23099 | 2024.11.22 20:45:21.157741 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 23100 | 2024.11.22 20:45:21.158508 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23101 | 2024.11.22 20:45:21.158565 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23102 | 2024.11.22 20:45:21.159008 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 23103 | 2024.11.22 20:45:21.159266 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23104 | 2024.11.22 20:45:21.159544 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec. | ||
| 23105 | 2024.11.22 20:45:21.159737 [ 5 ] {c1586f2b-6c32-4878-b21d-34ed91ef7e68} <Debug> TCPHandler: Processed in 0.002551573 sec. | ||
| 23106 | 2024.11.22 20:45:21.160037 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23107 | 2024.11.22 20:45:21.160238 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23108 | 2024.11.22 20:45:21.160316 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23109 | 2024.11.22 20:45:21.161172 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23110 | 2024.11.22 20:45:21.161232 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23111 | 2024.11.22 20:45:21.161704 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 23112 | 2024.11.22 20:45:21.161968 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23113 | 2024.11.22 20:45:21.162212 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002027 sec., 108041.44055254069 rows/sec., 9.41 MiB/sec. | ||
| 23114 | 2024.11.22 20:45:21.162285 [ 255 ] {31c67151-4d18-4f8c-9187-6951a334f949} <Debug> TCPHandler: Processed in 0.002420749 sec. | ||
| 23115 | 2024.11.22 20:45:21.162434 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23116 | 2024.11.22 20:45:21.162597 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23117 | 2024.11.22 20:45:21.162689 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23118 | 2024.11.22 20:45:21.163685 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23119 | 2024.11.22 20:45:21.163726 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23120 | 2024.11.22 20:45:21.164099 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 23121 | 2024.11.22 20:45:21.164339 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23122 | 2024.11.22 20:45:21.164548 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002005 sec., 7481.296758104739 rows/sec., 527.49 KiB/sec. | ||
| 23123 | 2024.11.22 20:45:21.164600 [ 5 ] {9fed0e3f-34b8-4513-b4e4-bbb75da4207b} <Debug> TCPHandler: Processed in 0.002232115 sec. | ||
| 23124 | 2024.11.22 20:45:21.164750 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23125 | 2024.11.22 20:45:21.164896 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 23126 | 2024.11.22 20:45:21.164959 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 23127 | 2024.11.22 20:45:21.165650 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23128 | 2024.11.22 20:45:21.165694 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23129 | 2024.11.22 20:45:21.166080 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23130 | 2024.11.22 20:45:21.166320 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23131 | 2024.11.22 20:45:21.166531 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001671 sec., 8378.216636744464 rows/sec., 586.76 KiB/sec. | ||
| 23132 | 2024.11.22 20:45:21.166593 [ 255 ] {08a25821-1a32-4104-9cc6-99f4499d5b0f} <Debug> TCPHandler: Processed in 0.001912657 sec. | ||
| 23133 | 2024.11.22 20:45:21.166791 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23134 | 2024.11.22 20:45:21.167012 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 23135 | 2024.11.22 20:45:21.167104 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 23136 | 2024.11.22 20:45:21.167913 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23137 | 2024.11.22 20:45:21.167953 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23138 | 2024.11.22 20:45:21.168331 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 23139 | 2024.11.22 20:45:21.168575 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23140 | 2024.11.22 20:45:21.168797 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00184 sec., 7065.217391304348 rows/sec., 440.51 KiB/sec. | ||
| 23141 | 2024.11.22 20:45:21.168850 [ 5 ] {f860b386-4b70-4330-b636-7c65d52418c1} <Debug> TCPHandler: Processed in 0.002170393 sec. | ||
| 23142 | 2024.11.22 20:45:21.168999 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23143 | 2024.11.22 20:45:21.169139 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23144 | 2024.11.22 20:45:21.169198 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23145 | 2024.11.22 20:45:21.169974 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23146 | 2024.11.22 20:45:21.170015 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23147 | 2024.11.22 20:45:21.170410 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 23148 | 2024.11.22 20:45:21.170655 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23149 | 2024.11.22 20:45:21.170908 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001784 sec., 218609.865470852 rows/sec., 15.50 MiB/sec. | ||
| 23150 | 2024.11.22 20:45:21.171004 [ 255 ] {beb9a440-8947-44ef-93df-caa21c0cde80} <Debug> TCPHandler: Processed in 0.002065071 sec. | ||
| 23151 | 2024.11.22 20:45:21.171013 [ 219 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23152 | 2024.11.22 20:45:21.171102 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23153 | 2024.11.22 20:45:21.171227 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23154 | 2024.11.22 20:45:21.171558 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 23155 | 2024.11.22 20:45:21.171668 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 23156 | 2024.11.22 20:45:21.172946 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23157 | 2024.11.22 20:45:21.173014 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23158 | 2024.11.22 20:45:21.173871 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 23159 | 2024.11.22 20:45:21.174345 [ 219 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23160 | 2024.11.22 20:45:21.174352 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23161 | 2024.11.22 20:45:21.174944 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003468 sec., 1730.1038062283735 rows/sec., 90.39 KiB/sec. | ||
| 23162 | 2024.11.22 20:45:21.175161 [ 5 ] {3e8d662e-3eb4-44c8-a43e-8988370fa60b} <Debug> TCPHandler: Processed in 0.004052709 sec. | ||
| 23163 | 2024.11.22 20:45:21.175412 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23164 | 2024.11.22 20:45:21.175570 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23165 | 2024.11.22 20:45:21.175663 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23166 | 2024.11.22 20:45:21.176635 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23167 | 2024.11.22 20:45:21.176675 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23168 | 2024.11.22 20:45:21.177089 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 23169 | 2024.11.22 20:45:21.177331 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23170 | 2024.11.22 20:45:21.177570 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002045 sec., 115892.42053789731 rows/sec., 7.77 MiB/sec. | ||
| 23171 | 2024.11.22 20:45:21.177697 [ 255 ] {ec1bc518-5826-4573-8dc9-05fa490236c5} <Debug> TCPHandler: Processed in 0.002394698 sec. | ||
| 23172 | 2024.11.22 20:45:21.177964 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23173 | 2024.11.22 20:45:21.178459 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 23174 | 2024.11.22 20:45:21.178614 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 23175 | 2024.11.22 20:45:21.179254 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23176 | 2024.11.22 20:45:21.179308 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23177 | 2024.11.22 20:45:21.179684 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23178 | 2024.11.22 20:45:21.179918 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23179 | 2024.11.22 20:45:21.180074 [ 143 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Selected 6 parts from all_1_74_16 to all_79_79_0 | ||
| 23180 | 2024.11.22 20:45:21.180144 [ 143 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23181 | 2024.11.22 20:45:21.180166 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001872 sec., 534.1880341880342 rows/sec., 36.00 KiB/sec. | ||
| 23182 | 2024.11.22 20:45:21.180184 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23183 | 2024.11.22 20:45:21.180308 [ 5 ] {e8914cea-da1d-46f1-bd53-c79d8b9823ff} <Debug> TCPHandler: Processed in 0.002520902 sec. | ||
| 23184 | 2024.11.22 20:45:21.180662 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23185 | 2024.11.22 20:45:21.180783 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_16 to all_79_79_0 into Compact with storage Full | ||
| 23186 | 2024.11.22 20:45:21.181110 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23187 | 2024.11.22 20:45:21.181569 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <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 | ||
| 23188 | 2024.11.22 20:45:21.181607 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23189 | 2024.11.22 20:45:21.181736 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 74 rows starting from the beginning of the part | ||
| 23190 | 2024.11.22 20:45:21.182113 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part | ||
| 23191 | 2024.11.22 20:45:21.182578 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1 rows starting from the beginning of the part | ||
| 23192 | 2024.11.22 20:45:21.183007 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1 rows starting from the beginning of the part | ||
| 23193 | 2024.11.22 20:45:21.183465 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1 rows starting from the beginning of the part | ||
| 23194 | 2024.11.22 20:45:21.183761 [ 194 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1 rows starting from the beginning of the part | ||
| 23195 | 2024.11.22 20:45:21.187550 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23196 | 2024.11.22 20:45:21.187611 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23197 | 2024.11.22 20:45:21.187620 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 79 rows, containing 4 columns (4 merged, 0 gathered) in 0.007292308 sec., 10833.332876230681 rows/sec., 729.44 KiB/sec. | ||
| 23198 | 2024.11.22 20:45:21.187785 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Trace> MergedBlockOutputStream: filled checksums all_1_79_17 (state Temporary) | ||
| 23199 | 2024.11.22 20:45:21.188185 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_merge_all_1_79_17 to all_1_79_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23200 | 2024.11.22 20:45:21.188326 [ 200 ] {8eb5d2b5-7784-4e9a-8b91-e205d04ea282::all_1_79_17} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282) (MergerMutator): Merged 6 parts: [all_1_74_16, all_79_79_0] -> all_1_79_17 | ||
| 23201 | 2024.11.22 20:45:21.188446 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 23202 | 2024.11.22 20:45:21.188521 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 23203 | 2024.11.22 20:45:21.188794 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23204 | 2024.11.22 20:45:21.189064 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008135 sec., 983.4050399508297 rows/sec., 1.76 MiB/sec. | ||
| 23205 | 2024.11.22 20:45:21.189201 [ 255 ] {4c723175-4828-469a-8387-972fd2e53794} <Debug> TCPHandler: Processed in 0.008777034 sec. | ||
| 23206 | 2024.11.22 20:45:21.189356 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23207 | 2024.11.22 20:45:21.189495 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23208 | 2024.11.22 20:45:21.189561 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23209 | 2024.11.22 20:45:21.190448 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23210 | 2024.11.22 20:45:21.190523 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23211 | 2024.11.22 20:45:21.190932 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 23212 | 2024.11.22 20:45:21.191189 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23213 | 2024.11.22 20:45:21.191365 [ 143 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 23214 | 2024.11.22 20:45:21.191426 [ 143 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23215 | 2024.11.22 20:45:21.191435 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00196 sec., 41836.73469387755 rows/sec., 2.66 MiB/sec. | ||
| 23216 | 2024.11.22 20:45:21.191460 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23217 | 2024.11.22 20:45:21.191574 [ 5 ] {0ba78172-9032-4b24-9ff2-2d4b9e85e54d} <Debug> TCPHandler: Processed in 0.002280146 sec. | ||
| 23218 | 2024.11.22 20:45:21.191815 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 23219 | 2024.11.22 20:45:21.192158 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23220 | 2024.11.22 20:45:21.192262 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 10660 rows starting from the beginning of the part | ||
| 23221 | 2024.11.22 20:45:21.192561 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 12 rows starting from the beginning of the part | ||
| 23222 | 2024.11.22 20:45:21.192892 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 60 rows starting from the beginning of the part | ||
| 23223 | 2024.11.22 20:45:21.193180 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 82 rows starting from the beginning of the part | ||
| 23224 | 2024.11.22 20:45:21.193534 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 60 rows starting from the beginning of the part | ||
| 23225 | 2024.11.22 20:45:21.193854 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 82 rows starting from the beginning of the part | ||
| 23226 | 2024.11.22 20:45:21.197016 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005421862 sec., 2020708.0150693615 rows/sec., 131.67 MiB/sec. | ||
| 23227 | 2024.11.22 20:45:21.197303 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 23228 | 2024.11.22 20:45:21.197636 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23229 | 2024.11.22 20:45:21.197721 [ 200 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_181_36} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 23230 | 2024.11.22 20:45:21.197813 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 23231 | 2024.11.22 20:45:21.878488 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23232 | 2024.11.22 20:45:21.878561 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23233 | 2024.11.22 20:45:21.880284 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23234 | 2024.11.22 20:45:22.274658 [ 222 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23235 | 2024.11.22 20:45:22.274712 [ 222 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23236 | 2024.11.22 20:45:22.276048 [ 222 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 23237 | 2024.11.22 20:45:22.381065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 807 | ||
| 23238 | 2024.11.22 20:45:22.404822 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23239 | 2024.11.22 20:45:22.404866 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23240 | 2024.11.22 20:45:22.412506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 23241 | 2024.11.22 20:45:22.413329 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23242 | 2024.11.22 20:45:22.417766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807 | ||
| 23243 | 2024.11.22 20:45:25.582833 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 23244 | 2024.11.22 20:45:25.582905 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 23245 | 2024.11.22 20:45:25.941944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 49471 | ||
| 23246 | 2024.11.22 20:45:25.942590 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23247 | 2024.11.22 20:45:25.942635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23248 | 2024.11.22 20:45:25.943163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 23249 | 2024.11.22 20:45:25.943414 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23250 | 2024.11.22 20:45:25.943631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49471 | ||
| 23251 | 2024.11.22 20:45:26.155145 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23252 | 2024.11.22 20:45:26.155328 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23253 | 2024.11.22 20:45:26.155397 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23254 | 2024.11.22 20:45:26.156241 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23255 | 2024.11.22 20:45:26.156283 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23256 | 2024.11.22 20:45:26.156742 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 23257 | 2024.11.22 20:45:26.156997 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23258 | 2024.11.22 20:45:26.157199 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.001923 sec., 85283.41133645346 rows/sec., 7.38 MiB/sec. | ||
| 23259 | 2024.11.22 20:45:26.157256 [ 5 ] {4e2cd856-8413-4788-bc0e-da5703791170} <Debug> TCPHandler: Processed in 0.002234765 sec. | ||
| 23260 | 2024.11.22 20:45:26.157486 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23261 | 2024.11.22 20:45:26.157659 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23262 | 2024.11.22 20:45:26.157729 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23263 | 2024.11.22 20:45:26.158446 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23264 | 2024.11.22 20:45:26.158492 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23265 | 2024.11.22 20:45:26.158910 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 23266 | 2024.11.22 20:45:26.159156 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23267 | 2024.11.22 20:45:26.159392 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.00178 sec., 30337.078651685395 rows/sec., 2.23 MiB/sec. | ||
| 23268 | 2024.11.22 20:45:26.159455 [ 255 ] {9ef24213-df63-45ef-b85f-b4ded8b04b74} <Debug> TCPHandler: Processed in 0.002088101 sec. | ||
| 23269 | 2024.11.22 20:45:26.159646 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23270 | 2024.11.22 20:45:26.159781 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23271 | 2024.11.22 20:45:26.159840 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23272 | 2024.11.22 20:45:26.160582 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23273 | 2024.11.22 20:45:26.160628 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23274 | 2024.11.22 20:45:26.161015 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 23275 | 2024.11.22 20:45:26.161258 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23276 | 2024.11.22 20:45:26.161448 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.001693 sec., 69698.75959834612 rows/sec., 5.44 MiB/sec. | ||
| 23277 | 2024.11.22 20:45:26.161507 [ 5 ] {63f753e9-4c9b-4d01-80a1-c467d69e97bf} <Debug> TCPHandler: Processed in 0.001914086 sec. | ||
| 23278 | 2024.11.22 20:45:26.161680 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23279 | 2024.11.22 20:45:26.162058 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23280 | 2024.11.22 20:45:26.162248 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23281 | 2024.11.22 20:45:26.163366 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23282 | 2024.11.22 20:45:26.163408 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23283 | 2024.11.22 20:45:26.163811 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 23284 | 2024.11.22 20:45:26.164047 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23285 | 2024.11.22 20:45:26.164261 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002354 sec., 67969.41376380628 rows/sec., 4.73 MiB/sec. | ||
| 23286 | 2024.11.22 20:45:26.164317 [ 255 ] {f47787a7-6f64-4d0b-9e08-79b0c54205d7} <Debug> TCPHandler: Processed in 0.002713716 sec. | ||
| 23287 | 2024.11.22 20:45:26.164484 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23288 | 2024.11.22 20:45:26.164623 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23289 | 2024.11.22 20:45:26.164718 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <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 | ||
| 23290 | 2024.11.22 20:45:26.166138 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23291 | 2024.11.22 20:45:26.166175 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23292 | 2024.11.22 20:45:26.167017 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 23293 | 2024.11.22 20:45:26.167296 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23294 | 2024.11.22 20:45:26.167494 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002903 sec., 18601.446779193935 rows/sec., 33.33 MiB/sec. | ||
| 23295 | 2024.11.22 20:45:26.167587 [ 5 ] {f28d9319-3eb0-4664-8e93-b44e1441f9fc} <Debug> TCPHandler: Processed in 0.003173558 sec. | ||
| 23296 | 2024.11.22 20:45:26.167741 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23297 | 2024.11.22 20:45:26.167884 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23298 | 2024.11.22 20:45:26.167944 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23299 | 2024.11.22 20:45:26.168517 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23300 | 2024.11.22 20:45:26.168563 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23301 | 2024.11.22 20:45:26.168962 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 23302 | 2024.11.22 20:45:26.169207 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23303 | 2024.11.22 20:45:26.169407 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 23304 | 2024.11.22 20:45:26.169459 [ 255 ] {d5a90057-11df-498b-a5cc-bad370401004} <Debug> TCPHandler: Processed in 0.001782354 sec. | ||
| 23305 | 2024.11.22 20:45:26.281126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 3206 | ||
| 23306 | 2024.11.22 20:45:26.284378 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23307 | 2024.11.22 20:45:26.284423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23308 | 2024.11.22 20:45:26.285971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23309 | 2024.11.22 20:45:26.286290 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23310 | 2024.11.22 20:45:26.286870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3206 | ||
| 23311 | 2024.11.22 20:45:28.856113 [ 137 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Selected 5 parts from all_1_35_8 to all_39_39_0 | ||
| 23312 | 2024.11.22 20:45:28.856196 [ 137 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23313 | 2024.11.22 20:45:28.856226 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23314 | 2024.11.22 20:45:28.856351 [ 224 ] {} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 23315 | 2024.11.22 20:45:28.856389 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_8 to all_39_39_0 into Compact with storage Full | ||
| 23316 | 2024.11.22 20:45:28.856410 [ 224 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 23317 | 2024.11.22 20:45:28.856613 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23318 | 2024.11.22 20:45:28.856660 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_8, total 21 rows starting from the beginning of the part | ||
| 23319 | 2024.11.22 20:45:28.856819 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 3 rows starting from the beginning of the part | ||
| 23320 | 2024.11.22 20:45:28.857176 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 23321 | 2024.11.22 20:45:28.857641 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 23322 | 2024.11.22 20:45:28.857918 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 23323 | 2024.11.22 20:45:28.859343 [ 224 ] {} <Debug> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): 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] | ||
| 23324 | 2024.11.22 20:45:28.859638 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.003333542 sec., 12599.211289373285 rows/sec., 1.04 MiB/sec. | ||
| 23325 | 2024.11.22 20:45:28.859779 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) | ||
| 23326 | 2024.11.22 20:45:28.860045 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23327 | 2024.11.22 20:45:28.860118 [ 192 ] {958374c9-1866-477e-94ad-239b1cf67086::all_1_39_9} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086) (MergerMutator): Merged 5 parts: [all_1_35_8, all_39_39_0] -> all_1_39_9 | ||
| 23328 | 2024.11.22 20:45:28.860196 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 23329 | 2024.11.22 20:45:29.437685 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23330 | 2024.11.22 20:45:29.437899 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 23331 | 2024.11.22 20:45:29.437982 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 23332 | 2024.11.22 20:45:29.438807 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23333 | 2024.11.22 20:45:29.438868 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23334 | 2024.11.22 20:45:29.439395 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23335 | 2024.11.22 20:45:29.439663 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23336 | 2024.11.22 20:45:29.439909 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002057 sec., 6806.028196402529 rows/sec., 489.94 KiB/sec. | ||
| 23337 | 2024.11.22 20:45:29.440038 [ 5 ] {56fcdded-1b2e-4ff5-b377-10b5dda498b3} <Debug> TCPHandler: Processed in 0.002489431 sec. | ||
| 23338 | 2024.11.22 20:45:29.440378 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23339 | 2024.11.22 20:45:29.440585 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 23340 | 2024.11.22 20:45:29.440665 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 23341 | 2024.11.22 20:45:29.441432 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23342 | 2024.11.22 20:45:29.441483 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23343 | 2024.11.22 20:45:29.441923 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 23344 | 2024.11.22 20:45:29.442178 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Trace> oximeter.fields_ipaddr (958374c9-1866-477e-94ad-239b1cf67086): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23345 | 2024.11.22 20:45:29.442407 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001877 sec., 5327.650506126798 rows/sec., 434.43 KiB/sec. | ||
| 23346 | 2024.11.22 20:45:29.442466 [ 255 ] {8fcd2f91-1ca7-4a18-9065-44cb606d68bf} <Debug> TCPHandler: Processed in 0.002250385 sec. | ||
| 23347 | 2024.11.22 20:45:29.442650 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23348 | 2024.11.22 20:45:29.442786 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23349 | 2024.11.22 20:45:29.442843 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23350 | 2024.11.22 20:45:29.444233 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23351 | 2024.11.22 20:45:29.444274 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23352 | 2024.11.22 20:45:29.444766 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 23353 | 2024.11.22 20:45:29.445025 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23354 | 2024.11.22 20:45:29.445228 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002476 sec., 550888.5298869144 rows/sec., 45.76 MiB/sec. | ||
| 23355 | 2024.11.22 20:45:29.445290 [ 5 ] {6947d72a-d773-4547-93cb-fb1902f563e0} <Debug> TCPHandler: Processed in 0.002706966 sec. | ||
| 23356 | 2024.11.22 20:45:29.445457 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23357 | 2024.11.22 20:45:29.445584 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23358 | 2024.11.22 20:45:29.445635 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23359 | 2024.11.22 20:45:29.446234 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23360 | 2024.11.22 20:45:29.446274 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23361 | 2024.11.22 20:45:29.446669 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 23362 | 2024.11.22 20:45:29.446911 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23363 | 2024.11.22 20:45:29.447140 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001577 sec., 15852.88522511097 rows/sec., 1.09 MiB/sec. | ||
| 23364 | 2024.11.22 20:45:29.447244 [ 255 ] {3be0fa7a-59d6-4c3e-921b-69898b92d165} <Debug> TCPHandler: Processed in 0.001843195 sec. | ||
| 23365 | 2024.11.22 20:45:29.447437 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23366 | 2024.11.22 20:45:29.447835 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 23367 | 2024.11.22 20:45:29.447889 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 23368 | 2024.11.22 20:45:29.448577 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23369 | 2024.11.22 20:45:29.448616 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23370 | 2024.11.22 20:45:29.449007 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23371 | 2024.11.22 20:45:29.449268 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23372 | 2024.11.22 20:45:29.449450 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001645 sec., 147112.46200607903 rows/sec., 9.97 MiB/sec. | ||
| 23373 | 2024.11.22 20:45:29.449506 [ 5 ] {226373d9-f04b-40c4-93a8-e37531f3a201} <Debug> TCPHandler: Processed in 0.002164233 sec. | ||
| 23374 | 2024.11.22 20:45:29.449647 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23375 | 2024.11.22 20:45:29.449764 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 23376 | 2024.11.22 20:45:29.449812 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 23377 | 2024.11.22 20:45:29.450391 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23378 | 2024.11.22 20:45:29.450430 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23379 | 2024.11.22 20:45:29.450798 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23380 | 2024.11.22 20:45:29.451039 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23381 | 2024.11.22 20:45:29.451245 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 23382 | 2024.11.22 20:45:29.451298 [ 255 ] {888173a6-2234-43fe-95cd-c88eb192ff9c} <Debug> TCPHandler: Processed in 0.001704522 sec. | ||
| 23383 | 2024.11.22 20:45:29.451451 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23384 | 2024.11.22 20:45:29.451569 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23385 | 2024.11.22 20:45:29.451618 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23386 | 2024.11.22 20:45:29.452554 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23387 | 2024.11.22 20:45:29.452592 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23388 | 2024.11.22 20:45:29.453003 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 23389 | 2024.11.22 20:45:29.453254 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23390 | 2024.11.22 20:45:29.453449 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001904 sec., 449579.8319327731 rows/sec., 32.53 MiB/sec. | ||
| 23391 | 2024.11.22 20:45:29.453560 [ 5 ] {7b60ee26-fb19-430a-9758-28cd94aa0cfd} <Debug> TCPHandler: Processed in 0.002163333 sec. | ||
| 23392 | 2024.11.22 20:45:29.453708 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23393 | 2024.11.22 20:45:29.453891 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 23394 | 2024.11.22 20:45:29.453982 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 23395 | 2024.11.22 20:45:29.454592 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23396 | 2024.11.22 20:45:29.454638 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23397 | 2024.11.22 20:45:29.455035 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 23398 | 2024.11.22 20:45:29.455285 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23399 | 2024.11.22 20:45:29.455487 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001652 sec., 3631.961259079903 rows/sec., 189.76 KiB/sec. | ||
| 23400 | 2024.11.22 20:45:29.455539 [ 255 ] {7c69dd3f-7da0-4909-9ec8-0d49e38c924d} <Debug> TCPHandler: Processed in 0.001886317 sec. | ||
| 23401 | 2024.11.22 20:45:29.455697 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23402 | 2024.11.22 20:45:29.455824 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23403 | 2024.11.22 20:45:29.455889 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23404 | 2024.11.22 20:45:29.456816 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23405 | 2024.11.22 20:45:29.456856 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23406 | 2024.11.22 20:45:29.457310 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 23407 | 2024.11.22 20:45:29.457734 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23408 | 2024.11.22 20:45:29.457965 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.002172 sec., 428176.7955801105 rows/sec., 28.58 MiB/sec. | ||
| 23409 | 2024.11.22 20:45:29.458022 [ 5 ] {26a7c4c1-5c95-40bf-8aab-cd093bb2e1ad} <Debug> TCPHandler: Processed in 0.002383048 sec. | ||
| 23410 | 2024.11.22 20:45:29.458189 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23411 | 2024.11.22 20:45:29.458309 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 23412 | 2024.11.22 20:45:29.458362 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 23413 | 2024.11.22 20:45:29.458849 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23414 | 2024.11.22 20:45:29.458888 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23415 | 2024.11.22 20:45:29.459256 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23416 | 2024.11.22 20:45:29.459491 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23417 | 2024.11.22 20:45:29.459698 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 23418 | 2024.11.22 20:45:29.459747 [ 255 ] {abd65156-e422-4732-9d12-93bbbca01a07} <Debug> TCPHandler: Processed in 0.001614579 sec. | ||
| 23419 | 2024.11.22 20:45:29.459900 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23420 | 2024.11.22 20:45:29.460020 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23421 | 2024.11.22 20:45:29.460102 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <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 | ||
| 23422 | 2024.11.22 20:45:29.461260 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23423 | 2024.11.22 20:45:29.461327 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23424 | 2024.11.22 20:45:29.461962 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 23425 | 2024.11.22 20:45:29.462221 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23426 | 2024.11.22 20:45:29.462470 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002475 sec., 3232.323232323232 rows/sec., 5.79 MiB/sec. | ||
| 23427 | 2024.11.22 20:45:29.462580 [ 5 ] {be58c11e-e456-494c-8fe5-caffb256f031} <Debug> TCPHandler: Processed in 0.002739587 sec. | ||
| 23428 | 2024.11.22 20:45:29.462743 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23429 | 2024.11.22 20:45:29.462880 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23430 | 2024.11.22 20:45:29.462939 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23431 | 2024.11.22 20:45:29.463548 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23432 | 2024.11.22 20:45:29.463594 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23433 | 2024.11.22 20:45:29.463998 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 23434 | 2024.11.22 20:45:29.464235 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23435 | 2024.11.22 20:45:29.464464 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00161 sec., 43478.260869565216 rows/sec., 2.73 MiB/sec. | ||
| 23436 | 2024.11.22 20:45:29.464522 [ 255 ] {02aeb6f2-ab3b-4fe3-a36f-4f3ae12caf4f} <Debug> TCPHandler: Processed in 0.001841465 sec. | ||
| 23437 | 2024.11.22 20:45:29.464544 [ 225 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23438 | 2024.11.22 20:45:29.464598 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23439 | 2024.11.22 20:45:29.465950 [ 225 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23440 | 2024.11.22 20:45:29.918796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 815 | ||
| 23441 | 2024.11.22 20:45:29.946910 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23442 | 2024.11.22 20:45:29.946987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23443 | 2024.11.22 20:45:29.954763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 23444 | 2024.11.22 20:45:29.955701 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23445 | 2024.11.22 20:45:29.960394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 815 | ||
| 23446 | 2024.11.22 20:45:30.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.85 MiB, peak 298.27 MiB, free memory in arenas 0.00 B, will set to 276.47 MiB (RSS), difference: -1.38 MiB | ||
| 23447 | 2024.11.22 20:45:30.332380 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23448 | 2024.11.22 20:45:30.332434 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23449 | 2024.11.22 20:45:30.333788 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 23450 | 2024.11.22 20:45:31.146414 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23451 | 2024.11.22 20:45:31.146604 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23452 | 2024.11.22 20:45:31.146675 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23453 | 2024.11.22 20:45:31.147465 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23454 | 2024.11.22 20:45:31.147514 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23455 | 2024.11.22 20:45:31.147951 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 23456 | 2024.11.22 20:45:31.148200 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23457 | 2024.11.22 20:45:31.148405 [ 134 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 23458 | 2024.11.22 20:45:31.148428 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.29 MiB/sec. | ||
| 23459 | 2024.11.22 20:45:31.148499 [ 134 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23460 | 2024.11.22 20:45:31.148575 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23461 | 2024.11.22 20:45:31.148581 [ 5 ] {38414049-8915-4988-930e-0c68dc5ee720} <Debug> TCPHandler: Processed in 0.002294786 sec. | ||
| 23462 | 2024.11.22 20:45:31.148893 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23463 | 2024.11.22 20:45:31.148908 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 23464 | 2024.11.22 20:45:31.149329 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23465 | 2024.11.22 20:45:31.149473 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23466 | 2024.11.22 20:45:31.149508 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23467 | 2024.11.22 20:45:31.149614 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1504 rows starting from the beginning of the part | ||
| 23468 | 2024.11.22 20:45:31.150194 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 167 rows starting from the beginning of the part | ||
| 23469 | 2024.11.22 20:45:31.150671 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 219 rows starting from the beginning of the part | ||
| 23470 | 2024.11.22 20:45:31.151274 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 164 rows starting from the beginning of the part | ||
| 23471 | 2024.11.22 20:45:31.151914 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 1364 rows starting from the beginning of the part | ||
| 23472 | 2024.11.22 20:45:31.152369 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 56 rows starting from the beginning of the part | ||
| 23473 | 2024.11.22 20:45:31.153385 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23474 | 2024.11.22 20:45:31.153434 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23475 | 2024.11.22 20:45:31.153998 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 23476 | 2024.11.22 20:45:31.154278 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23477 | 2024.11.22 20:45:31.154477 [ 134 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 23478 | 2024.11.22 20:45:31.154574 [ 134 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23479 | 2024.11.22 20:45:31.154591 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005425 sec., 11797.235023041474 rows/sec., 942.90 KiB/sec. | ||
| 23480 | 2024.11.22 20:45:31.154658 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23481 | 2024.11.22 20:45:31.154919 [ 255 ] {3bf18d82-43a1-4405-99a1-c8c6013f3cee} <Debug> TCPHandler: Processed in 0.006188921 sec. | ||
| 23482 | 2024.11.22 20:45:31.155277 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23483 | 2024.11.22 20:45:31.155385 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 23484 | 2024.11.22 20:45:31.155587 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3474 rows, containing 5 columns (5 merged, 0 gathered) in 0.006889788 sec., 504224.5131490258 rows/sec., 44.13 MiB/sec. | ||
| 23485 | 2024.11.22 20:45:31.155660 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23486 | 2024.11.22 20:45:31.155721 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23487 | 2024.11.22 20:45:31.155769 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1068 rows starting from the beginning of the part | ||
| 23488 | 2024.11.22 20:45:31.155775 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23489 | 2024.11.22 20:45:31.156067 [ 200 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 23490 | 2024.11.22 20:45:31.156192 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 124 rows starting from the beginning of the part | ||
| 23491 | 2024.11.22 20:45:31.156789 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 390 rows starting from the beginning of the part | ||
| 23492 | 2024.11.22 20:45:31.157233 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 118 rows starting from the beginning of the part | ||
| 23493 | 2024.11.22 20:45:31.157697 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 856 rows starting from the beginning of the part | ||
| 23494 | 2024.11.22 20:45:31.157968 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23495 | 2024.11.22 20:45:31.158244 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 64 rows starting from the beginning of the part | ||
| 23496 | 2024.11.22 20:45:31.158607 [ 199 ] {7d856742-c9c2-4e75-808b-d30e31c56e2b::all_1_186_37} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 23497 | 2024.11.22 20:45:31.158989 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 23498 | 2024.11.22 20:45:31.159424 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23499 | 2024.11.22 20:45:31.159477 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23500 | 2024.11.22 20:45:31.160028 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 23501 | 2024.11.22 20:45:31.160324 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23502 | 2024.11.22 20:45:31.160564 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Selected 5 parts from all_1_179_37 to all_183_183_0 | ||
| 23503 | 2024.11.22 20:45:31.160628 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23504 | 2024.11.22 20:45:31.160657 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005094 sec., 6281.900274833138 rows/sec., 448.02 KiB/sec. | ||
| 23505 | 2024.11.22 20:45:31.160727 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23506 | 2024.11.22 20:45:31.161004 [ 5 ] {2cb4f0f9-a5cf-43cc-b50e-37ff24ac1659} <Debug> TCPHandler: Processed in 0.005928365 sec. | ||
| 23507 | 2024.11.22 20:45:31.161398 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_179_37 to all_183_183_0 into Compact with storage Full | ||
| 23508 | 2024.11.22 20:45:31.161532 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23509 | 2024.11.22 20:45:31.161623 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2620 rows, containing 5 columns (5 merged, 0 gathered) in 0.006760385 sec., 387551.8923848272 rows/sec., 29.80 MiB/sec. | ||
| 23510 | 2024.11.22 20:45:31.161889 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23511 | 2024.11.22 20:45:31.161916 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23512 | 2024.11.22 20:45:31.161941 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 23513 | 2024.11.22 20:45:31.161995 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_179_37, total 49766 rows starting from the beginning of the part | ||
| 23514 | 2024.11.22 20:45:31.162228 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23515 | 2024.11.22 20:45:31.162443 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 163 rows starting from the beginning of the part | ||
| 23516 | 2024.11.22 20:45:31.162799 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 237 rows starting from the beginning of the part | ||
| 23517 | 2024.11.22 20:45:31.162946 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23518 | 2024.11.22 20:45:31.163252 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 160 rows starting from the beginning of the part | ||
| 23519 | 2024.11.22 20:45:31.163322 [ 197 ] {fe9ed88c-0010-430d-a15d-a4a3e2def78d::all_1_186_37} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 23520 | 2024.11.22 20:45:31.163641 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 23521 | 2024.11.22 20:45:31.163703 [ 199 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 930 rows starting from the beginning of the part | ||
| 23522 | 2024.11.22 20:45:31.165171 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23523 | 2024.11.22 20:45:31.165225 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23524 | 2024.11.22 20:45:31.165762 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 23525 | 2024.11.22 20:45:31.166158 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23526 | 2024.11.22 20:45:31.166728 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004961 sec., 2418.8671638782503 rows/sec., 166.93 KiB/sec. | ||
| 23527 | 2024.11.22 20:45:31.166942 [ 255 ] {b23aea65-bc77-4649-8ee6-0aade58961ae} <Debug> TCPHandler: Processed in 0.005756591 sec. | ||
| 23528 | 2024.11.22 20:45:31.174799 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51256 rows, containing 5 columns (5 merged, 0 gathered) in 0.013834988 sec., 3704809.863225035 rows/sec., 250.26 MiB/sec. | ||
| 23529 | 2024.11.22 20:45:31.175238 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Trace> MergedBlockOutputStream: filled checksums all_1_183_38 (state Temporary) | ||
| 23530 | 2024.11.22 20:45:31.175652 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_merge_all_1_183_38 to all_1_183_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23531 | 2024.11.22 20:45:31.175763 [ 190 ] {4a2f5574-f54f-4805-9399-449afc2185f9::all_1_183_38} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9) (MergerMutator): Merged 5 parts: [all_1_179_37, all_183_183_0] -> all_1_183_38 | ||
| 23532 | 2024.11.22 20:45:31.175876 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 23533 | 2024.11.22 20:45:33.444705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49959 | ||
| 23534 | 2024.11.22 20:45:33.445394 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23535 | 2024.11.22 20:45:33.445444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23536 | 2024.11.22 20:45:33.445985 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 23537 | 2024.11.22 20:45:33.446239 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23538 | 2024.11.22 20:45:33.446543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49959 | ||
| 23539 | 2024.11.22 20:45:36.155168 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23540 | 2024.11.22 20:45:36.155354 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23541 | 2024.11.22 20:45:36.155429 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23542 | 2024.11.22 20:45:36.156300 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23543 | 2024.11.22 20:45:36.156344 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23544 | 2024.11.22 20:45:36.156929 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 23545 | 2024.11.22 20:45:36.157465 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23546 | 2024.11.22 20:45:36.157708 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Debug> executeQuery: Read 164 rows, 14.53 KiB in 0.0024 sec., 68333.33333333334 rows/sec., 5.91 MiB/sec. | ||
| 23547 | 2024.11.22 20:45:36.157778 [ 5 ] {113efb06-91fc-4f90-8366-478edb269453} <Debug> TCPHandler: Processed in 0.002736697 sec. | ||
| 23548 | 2024.11.22 20:45:36.158079 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23549 | 2024.11.22 20:45:36.158290 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23550 | 2024.11.22 20:45:36.158367 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23551 | 2024.11.22 20:45:36.159178 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23552 | 2024.11.22 20:45:36.159234 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23553 | 2024.11.22 20:45:36.159827 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 23554 | 2024.11.22 20:45:36.160436 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23555 | 2024.11.22 20:45:36.160693 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Debug> executeQuery: Read 54 rows, 4.06 KiB in 0.002456 sec., 21986.97068403909 rows/sec., 1.61 MiB/sec. | ||
| 23556 | 2024.11.22 20:45:36.160774 [ 255 ] {b6a0672e-910c-438e-adec-ef7a81e1b1e8} <Debug> TCPHandler: Processed in 0.00285835 sec. | ||
| 23557 | 2024.11.22 20:45:36.160985 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23558 | 2024.11.22 20:45:36.161144 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23559 | 2024.11.22 20:45:36.161196 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23560 | 2024.11.22 20:45:36.161850 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23561 | 2024.11.22 20:45:36.161891 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23562 | 2024.11.22 20:45:36.162442 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 23563 | 2024.11.22 20:45:36.162905 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23564 | 2024.11.22 20:45:36.163131 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Debug> executeQuery: Read 118 rows, 9.44 KiB in 0.002018 sec., 58473.73637264619 rows/sec., 4.57 MiB/sec. | ||
| 23565 | 2024.11.22 20:45:36.163191 [ 5 ] {bf276542-020c-418d-9529-0bba8956ba11} <Debug> TCPHandler: Processed in 0.002306876 sec. | ||
| 23566 | 2024.11.22 20:45:36.163399 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23567 | 2024.11.22 20:45:36.163694 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23568 | 2024.11.22 20:45:36.163782 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23569 | 2024.11.22 20:45:36.164368 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23570 | 2024.11.22 20:45:36.164408 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23571 | 2024.11.22 20:45:36.164958 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 23572 | 2024.11.22 20:45:36.165482 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23573 | 2024.11.22 20:45:36.165708 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00212 sec., 75471.69811320755 rows/sec., 5.26 MiB/sec. | ||
| 23574 | 2024.11.22 20:45:36.165766 [ 255 ] {53c0ed26-623e-4b2d-a450-d35642e2e16f} <Debug> TCPHandler: Processed in 0.002478181 sec. | ||
| 23575 | 2024.11.22 20:45:36.165919 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23576 | 2024.11.22 20:45:36.166059 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23577 | 2024.11.22 20:45:36.166155 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <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 | ||
| 23578 | 2024.11.22 20:45:36.167561 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23579 | 2024.11.22 20:45:36.167601 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23580 | 2024.11.22 20:45:36.168411 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 23581 | 2024.11.22 20:45:36.168921 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23582 | 2024.11.22 20:45:36.169209 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.003181 sec., 16975.793775542283 rows/sec., 30.42 MiB/sec. | ||
| 23583 | 2024.11.22 20:45:36.169378 [ 5 ] {175914c6-f64e-45f5-8c16-29b5f5cbfb64} <Debug> TCPHandler: Processed in 0.003519186 sec. | ||
| 23584 | 2024.11.22 20:45:36.169596 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23585 | 2024.11.22 20:45:36.169795 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23586 | 2024.11.22 20:45:36.169862 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23587 | 2024.11.22 20:45:36.170358 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23588 | 2024.11.22 20:45:36.170396 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23589 | 2024.11.22 20:45:36.170958 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 23590 | 2024.11.22 20:45:36.171465 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23591 | 2024.11.22 20:45:36.171718 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00197 sec., 30456.852791878173 rows/sec., 2.05 MiB/sec. | ||
| 23592 | 2024.11.22 20:45:36.171783 [ 255 ] {d75e4704-e98f-4aa2-bc86-c330cb2390ad} <Debug> TCPHandler: Processed in 0.002291876 sec. | ||
| 23593 | 2024.11.22 20:45:36.287998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 3250 | ||
| 23594 | 2024.11.22 20:45:36.291385 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23595 | 2024.11.22 20:45:36.291427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23596 | 2024.11.22 20:45:36.293090 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 23597 | 2024.11.22 20:45:36.293652 [ 242 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23598 | 2024.11.22 20:45:36.293839 [ 127 ] {} <Debug> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 23599 | 2024.11.22 20:45:36.293906 [ 127 ] {} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23600 | 2024.11.22 20:45:36.293951 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23601 | 2024.11.22 20:45:36.294509 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::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 | ||
| 23602 | 2024.11.22 20:45:36.296417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3250 | ||
| 23603 | 2024.11.22 20:45:36.297052 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23604 | 2024.11.22 20:45:36.297234 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3058 rows starting from the beginning of the part | ||
| 23605 | 2024.11.22 20:45:36.297858 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 23606 | 2024.11.22 20:45:36.298615 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 44 rows starting from the beginning of the part | ||
| 23607 | 2024.11.22 20:45:36.299131 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
| 23608 | 2024.11.22 20:45:36.299650 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 34 rows starting from the beginning of the part | ||
| 23609 | 2024.11.22 20:45:36.300153 [ 188 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 44 rows starting from the beginning of the part | ||
| 23610 | 2024.11.22 20:45:36.310576 [ 193 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3250 rows, containing 72 columns (72 merged, 0 gathered) in 0.016496383 sec., 197012.8845820323 rows/sec., 151.32 MiB/sec. | ||
| 23611 | 2024.11.22 20:45:36.313481 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 23612 | 2024.11.22 20:45:36.314533 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23613 | 2024.11.22 20:45:36.314617 [ 187 ] {9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb::all_1_81_16} <Trace> system.query_log (9fcf4b7c-b7f7-4712-8e0c-8f117a7424cb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 23614 | 2024.11.22 20:45:36.314947 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.29 MiB. | ||
| 23615 | 2024.11.22 20:45:37.461418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 822 | ||
| 23616 | 2024.11.22 20:45:37.484812 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23617 | 2024.11.22 20:45:37.484869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23618 | 2024.11.22 20:45:37.492613 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 23619 | 2024.11.22 20:45:37.493838 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23620 | 2024.11.22 20:45:37.496860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 822 | ||
| 23621 | 2024.11.22 20:45:40.582953 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 23622 | 2024.11.22 20:45:40.583023 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 23623 | 2024.11.22 20:45:40.947627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 50386 | ||
| 23624 | 2024.11.22 20:45:40.948289 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23625 | 2024.11.22 20:45:40.948339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23626 | 2024.11.22 20:45:40.949068 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 23627 | 2024.11.22 20:45:40.949536 [ 244 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23628 | 2024.11.22 20:45:40.949836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50386 | ||
| 23629 | 2024.11.22 20:45:40.949877 [ 222 ] {} <Trace> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 23630 | 2024.11.22 20:45:40.949936 [ 222 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 23631 | 2024.11.22 20:45:40.951492 [ 222 ] {} <Debug> system.asynchronous_metric_log (654a8405-5b3e-49a5-b2cd-a8425abdacfc): 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] | ||
| 23632 | 2024.11.22 20:45:41.158351 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23633 | 2024.11.22 20:45:41.158542 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 23634 | 2024.11.22 20:45:41.158614 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 23635 | 2024.11.22 20:45:41.159381 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23636 | 2024.11.22 20:45:41.159427 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23637 | 2024.11.22 20:45:41.160289 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23638 | 2024.11.22 20:45:41.160849 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Trace> oximeter.fields_i16 (38f101a1-b8b6-4c4a-81c3-bb40d28ad0e1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23639 | 2024.11.22 20:45:41.161132 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002631 sec., 5321.17065754466 rows/sec., 383.05 KiB/sec. | ||
| 23640 | 2024.11.22 20:45:41.161247 [ 5 ] {ed08f429-2a59-492f-ae97-b838678a4091} <Debug> TCPHandler: Processed in 0.003025284 sec. | ||
| 23641 | 2024.11.22 20:45:41.161579 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23642 | 2024.11.22 20:45:41.161773 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 23643 | 2024.11.22 20:45:41.161847 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 23644 | 2024.11.22 20:45:41.162704 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23645 | 2024.11.22 20:45:41.162746 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23646 | 2024.11.22 20:45:41.163311 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 23647 | 2024.11.22 20:45:41.163841 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23648 | 2024.11.22 20:45:41.164039 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002319 sec., 94437.25743855111 rows/sec., 8.23 MiB/sec. | ||
| 23649 | 2024.11.22 20:45:41.164104 [ 255 ] {089f398a-598d-4207-ae9e-af4b37fd0073} <Debug> TCPHandler: Processed in 0.002713926 sec. | ||
| 23650 | 2024.11.22 20:45:41.164279 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23651 | 2024.11.22 20:45:41.164418 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 23652 | 2024.11.22 20:45:41.164477 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 23653 | 2024.11.22 20:45:41.165170 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23654 | 2024.11.22 20:45:41.165211 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23655 | 2024.11.22 20:45:41.165750 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 23656 | 2024.11.22 20:45:41.166318 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23657 | 2024.11.22 20:45:41.166497 [ 124 ] {} <Debug> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 23658 | 2024.11.22 20:45:41.166566 [ 124 ] {} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23659 | 2024.11.22 20:45:41.166566 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002173 sec., 6902.899217671422 rows/sec., 486.71 KiB/sec. | ||
| 23660 | 2024.11.22 20:45:41.166610 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23661 | 2024.11.22 20:45:41.166721 [ 5 ] {6d504fdc-8d33-48f5-8169-321442ed6465} <Debug> TCPHandler: Processed in 0.002503332 sec. | ||
| 23662 | 2024.11.22 20:45:41.166850 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 23663 | 2024.11.22 20:45:41.166913 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23664 | 2024.11.22 20:45:41.166993 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23665 | 2024.11.22 20:45:41.167074 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 90 rows starting from the beginning of the part | ||
| 23666 | 2024.11.22 20:45:41.167137 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 23667 | 2024.11.22 20:45:41.167279 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 15 rows starting from the beginning of the part | ||
| 23668 | 2024.11.22 20:45:41.167297 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 23669 | 2024.11.22 20:45:41.167581 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 54 rows starting from the beginning of the part | ||
| 23670 | 2024.11.22 20:45:41.167986 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 25 rows starting from the beginning of the part | ||
| 23671 | 2024.11.22 20:45:41.168321 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 54 rows starting from the beginning of the part | ||
| 23672 | 2024.11.22 20:45:41.168729 [ 201 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 15 rows starting from the beginning of the part | ||
| 23673 | 2024.11.22 20:45:41.170089 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23674 | 2024.11.22 20:45:41.170160 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23675 | 2024.11.22 20:45:41.171343 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 23676 | 2024.11.22 20:45:41.171383 [ 187 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 253 rows, containing 5 columns (5 merged, 0 gathered) in 0.004643533 sec., 54484.37644353986 rows/sec., 4.11 MiB/sec. | ||
| 23677 | 2024.11.22 20:45:41.171698 [ 193 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 23678 | 2024.11.22 20:45:41.172021 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Trace> oximeter.fields_u32 (0d788766-ff26-46de-b448-50e6894b75ed): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23679 | 2024.11.22 20:45:41.172405 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005313 sec., 2635.046113306983 rows/sec., 184.54 KiB/sec. | ||
| 23680 | 2024.11.22 20:45:41.172582 [ 255 ] {256d41db-a51b-4f61-bbb7-cad6d81d6f04} <Debug> TCPHandler: Processed in 0.005765731 sec. | ||
| 23681 | 2024.11.22 20:45:41.172605 [ 191 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23682 | 2024.11.22 20:45:41.172905 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23683 | 2024.11.22 20:45:41.172995 [ 191 ] {e7308569-08d8-4850-a22f-b0601ea99894::all_1_161_32} <Trace> oximeter.fields_u16 (e7308569-08d8-4850-a22f-b0601ea99894) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 23684 | 2024.11.22 20:45:41.173328 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 23685 | 2024.11.22 20:45:41.173347 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 23686 | 2024.11.22 20:45:41.173473 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 23687 | 2024.11.22 20:45:41.174089 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23688 | 2024.11.22 20:45:41.174128 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23689 | 2024.11.22 20:45:41.174647 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23690 | 2024.11.22 20:45:41.175245 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Trace> oximeter.fields_u8 (5d8b8f7c-6bc1-49ca-90b4-20085c9f5223): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23691 | 2024.11.22 20:45:41.175462 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002292 sec., 5671.902268760907 rows/sec., 353.64 KiB/sec. | ||
| 23692 | 2024.11.22 20:45:41.175516 [ 5 ] {a2561c71-166f-4e28-800e-dddc8b8167b9} <Debug> TCPHandler: Processed in 0.002786819 sec. | ||
| 23693 | 2024.11.22 20:45:41.175666 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23694 | 2024.11.22 20:45:41.175791 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 23695 | 2024.11.22 20:45:41.175841 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 23696 | 2024.11.22 20:45:41.176602 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23697 | 2024.11.22 20:45:41.176639 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23698 | 2024.11.22 20:45:41.177169 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 23699 | 2024.11.22 20:45:41.177698 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23700 | 2024.11.22 20:45:41.177887 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002122 sec., 183788.87841658812 rows/sec., 13.03 MiB/sec. | ||
| 23701 | 2024.11.22 20:45:41.177944 [ 255 ] {4b779893-10db-4b45-9cc0-94d588b5f4a4} <Debug> TCPHandler: Processed in 0.002336117 sec. | ||
| 23702 | 2024.11.22 20:45:41.178155 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23703 | 2024.11.22 20:45:41.178305 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 23704 | 2024.11.22 20:45:41.178366 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 23705 | 2024.11.22 20:45:41.178942 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23706 | 2024.11.22 20:45:41.178988 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23707 | 2024.11.22 20:45:41.179533 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 23708 | 2024.11.22 20:45:41.180058 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Trace> oximeter.measurements_bool (e86bc318-84ff-40e5-a56f-5117edd4b566): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23709 | 2024.11.22 20:45:41.180292 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002016 sec., 2976.190476190476 rows/sec., 155.49 KiB/sec. | ||
| 23710 | 2024.11.22 20:45:41.180347 [ 5 ] {bb845ab0-657f-46b4-af3c-17ee4ba33c3e} <Debug> TCPHandler: Processed in 0.002302606 sec. | ||
| 23711 | 2024.11.22 20:45:41.180548 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23712 | 2024.11.22 20:45:41.180698 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 23713 | 2024.11.22 20:45:41.180752 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 23714 | 2024.11.22 20:45:41.181351 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23715 | 2024.11.22 20:45:41.181389 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23716 | 2024.11.22 20:45:41.181932 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 23717 | 2024.11.22 20:45:41.182422 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Trace> oximeter.measurements_cumulativeu64 (4a2f5574-f54f-4805-9399-449afc2185f9): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23718 | 2024.11.22 20:45:41.182611 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00194 sec., 122164.94845360825 rows/sec., 8.19 MiB/sec. | ||
| 23719 | 2024.11.22 20:45:41.182667 [ 255 ] {cdcf1661-d412-4fd3-bd61-19fbee7bffc6} <Debug> TCPHandler: Processed in 0.002227424 sec. | ||
| 23720 | 2024.11.22 20:45:41.182863 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23721 | 2024.11.22 20:45:41.183087 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 23722 | 2024.11.22 20:45:41.183182 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 23723 | 2024.11.22 20:45:41.183666 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23724 | 2024.11.22 20:45:41.183705 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23725 | 2024.11.22 20:45:41.184225 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 23726 | 2024.11.22 20:45:41.184797 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23727 | 2024.11.22 20:45:41.185050 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00201 sec., 497.51243781094524 rows/sec., 33.52 KiB/sec. | ||
| 23728 | 2024.11.22 20:45:41.185052 [ 222 ] {} <Trace> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Found 5 old parts to remove. Parts: [all_1_28_6, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 23729 | 2024.11.22 20:45:41.185118 [ 5 ] {7c2f0b80-8ff2-402e-9301-2369497daee7} <Debug> TCPHandler: Processed in 0.002364118 sec. | ||
| 23730 | 2024.11.22 20:45:41.185149 [ 222 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from filesystem (serially): Parts: [all_1_28_6, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 23731 | 2024.11.22 20:45:41.185309 [ 255 ] {} <Trace> TCP-Session: eecec6d5-9b1e-4ab2-bec3-4487d139a7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23732 | 2024.11.22 20:45:41.185461 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 23733 | 2024.11.22 20:45:41.185625 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <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 | ||
| 23734 | 2024.11.22 20:45:41.188771 [ 222 ] {} <Debug> oximeter.measurements_f64 (8eb5d2b5-7784-4e9a-8b91-e205d04ea282): Removing 5 parts from memory: Parts: [all_1_28_6, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 23735 | 2024.11.22 20:45:41.188779 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23736 | 2024.11.22 20:45:41.188878 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23737 | 2024.11.22 20:45:41.190350 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 23738 | 2024.11.22 20:45:41.190795 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23739 | 2024.11.22 20:45:41.190937 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 23740 | 2024.11.22 20:45:41.190978 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23741 | 2024.11.22 20:45:41.191001 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23742 | 2024.11.22 20:45:41.191012 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005577 sec., 1434.4629729245114 rows/sec., 2.57 MiB/sec. | ||
| 23743 | 2024.11.22 20:45:41.191335 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 23744 | 2024.11.22 20:45:41.191410 [ 255 ] {27b13f73-961a-455d-8cb9-155b516a5a81} <Debug> TCPHandler: Processed in 0.006171691 sec. | ||
| 23745 | 2024.11.22 20:45:41.191642 [ 5 ] {} <Trace> TCP-Session: 2ae33147-13ae-4893-a2fb-acad73c77de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 23746 | 2024.11.22 20:45:41.191835 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 23747 | 2024.11.22 20:45:41.191862 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23748 | 2024.11.22 20:45:41.191918 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 23749 | 2024.11.22 20:45:41.191987 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 3337 rows starting from the beginning of the part | ||
| 23750 | 2024.11.22 20:45:41.192661 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 8 rows starting from the beginning of the part | ||
| 23751 | 2024.11.22 20:45:41.193246 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 54 rows starting from the beginning of the part | ||
| 23752 | 2024.11.22 20:45:41.193812 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23753 | 2024.11.22 20:45:41.193827 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 8 rows starting from the beginning of the part | ||
| 23754 | 2024.11.22 20:45:41.193858 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23755 | 2024.11.22 20:45:41.194298 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 54 rows starting from the beginning of the part | ||
| 23756 | 2024.11.22 20:45:41.194844 [ 193 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 8 rows starting from the beginning of the part | ||
| 23757 | 2024.11.22 20:45:41.195210 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 23758 | 2024.11.22 20:45:41.195891 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23759 | 2024.11.22 20:45:41.196104 [ 124 ] {} <Debug> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 23760 | 2024.11.22 20:45:41.196156 [ 124 ] {} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23761 | 2024.11.22 20:45:41.196186 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004401 sec., 18632.129061576914 rows/sec., 1.18 MiB/sec. | ||
| 23762 | 2024.11.22 20:45:41.196201 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23763 | 2024.11.22 20:45:41.196368 [ 5 ] {dd6687bc-ab5a-468b-97c2-2fc6e2137d8f} <Debug> TCPHandler: Processed in 0.004834108 sec. | ||
| 23764 | 2024.11.22 20:45:41.196464 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 23765 | 2024.11.22 20:45:41.196594 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 23766 | 2024.11.22 20:45:41.196628 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_181_36, total 10956 rows starting from the beginning of the part | ||
| 23767 | 2024.11.22 20:45:41.196701 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 60 rows starting from the beginning of the part | ||
| 23768 | 2024.11.22 20:45:41.196916 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 70 rows starting from the beginning of the part | ||
| 23769 | 2024.11.22 20:45:41.197336 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 12 rows starting from the beginning of the part | ||
| 23770 | 2024.11.22 20:45:41.197540 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 60 rows starting from the beginning of the part | ||
| 23771 | 2024.11.22 20:45:41.197738 [ 191 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 82 rows starting from the beginning of the part | ||
| 23772 | 2024.11.22 20:45:41.202960 [ 196 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11240 rows, containing 4 columns (4 merged, 0 gathered) in 0.006636222 sec., 1693734.7786134942 rows/sec., 110.36 MiB/sec. | ||
| 23773 | 2024.11.22 20:45:41.204359 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 23774 | 2024.11.22 20:45:41.205123 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23775 | 2024.11.22 20:45:41.205224 [ 198 ] {eb71a4ee-6062-467f-bcb0-5b6ecedef362::all_1_186_37} <Trace> oximeter.measurements_u64 (eb71a4ee-6062-467f-bcb0-5b6ecedef362) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 23776 | 2024.11.22 20:45:41.205338 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 23777 | 2024.11.22 20:45:41.212898 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3469 rows, containing 19 columns (19 merged, 0 gathered) in 0.021822513 sec., 158964.2769373078 rows/sec., 284.73 MiB/sec. | ||
| 23778 | 2024.11.22 20:45:41.216031 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 23779 | 2024.11.22 20:45:41.216654 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23780 | 2024.11.22 20:45:41.216744 [ 194 ] {8a4735b1-52e4-4a3e-ba43-57e043924b90::all_1_161_32} <Trace> oximeter.measurements_histogramu64 (8a4735b1-52e4-4a3e-ba43-57e043924b90) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 23781 | 2024.11.22 20:45:41.216900 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 28.31 MiB. | ||
| 23782 | 2024.11.22 20:45:42.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.37 MiB, peak 305.62 MiB, free memory in arenas 0.00 B, will set to 283.41 MiB (RSS), difference: 6.04 MiB | ||
| 23783 | 2024.11.22 20:45:42.185155 [ 221 ] {} <Trace> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23784 | 2024.11.22 20:45:42.185245 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23785 | 2024.11.22 20:45:42.187421 [ 221 ] {} <Debug> oximeter.fields_uuid (fe9ed88c-0010-430d-a15d-a4a3e2def78d): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23786 | 2024.11.22 20:45:42.374195 [ 224 ] {} <Trace> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23787 | 2024.11.22 20:45:42.374283 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23788 | 2024.11.22 20:45:42.376134 [ 224 ] {} <Debug> oximeter.fields_string (7d856742-c9c2-4e75-808b-d30e31c56e2b): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 23789 | 2024.11.22 20:45:43.446772 [ 217 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 23790 | 2024.11.22 20:45:43.446845 [ 217 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 23791 | 2024.11.22 20:45:43.448443 [ 217 ] {} <Debug> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): 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] | ||
| 23792 | 2024.11.22 20:45:44.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.41 MiB, peak 305.62 MiB, free memory in arenas 0.00 B, will set to 283.41 MiB (RSS), difference: 4.00 MiB | ||
| 23793 | 2024.11.22 20:45:44.997889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 830 | ||
| 23794 | 2024.11.22 20:45:45.021481 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 23795 | 2024.11.22 20:45:45.021544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 23796 | 2024.11.22 20:45:45.029477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 23797 | 2024.11.22 20:45:45.030697 [ 243 ] {} <Trace> system.metric_log (997d3c52-c486-454f-ac75-8b507c3c6f8b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 23798 | 2024.11.22 20:45:45.033939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 830 | ||